:root {
    --veridas-color: #ff7777;
    --primary-color: #000d44;
    --vcorp-color: #000d44;
    --global-neutrals-white: #ffffff;
    --global-neutrals-grey-90: #242323;
    --global-neutrals-grey-10: #fefefd;
    --global-neutrals-05: #16181e;
    --success-color-bg: #dcefd4;
    --success-color-border: #31641e;
    --semantic-red-10: #fee6e6;
    --semantic-red-60: #b40008;
    --mobile-width: 900px;
    --tasubinsa-color: #A7094D;
    --adacen-color: #9ba5b5;
}

body {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    color: var(--global-neutrals-grey-90);
}

@font-face {
    font-family: "Public Sans";
    font-weight: 400;
    font-display: swap;
    src: url("/static/fonts/PublicSans-Medium.woff2") format("woff2"),
        url("/static/fonts/PublicSans-Medium.woff") format("woff");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-weight: 400;
    font-display: swap;
    src: url("/static/fonts/Tomato-Grotesk-Medium.woff2") format("woff2"),
        url("/static/fonts/Tomato-Grotesk-Medium.woff") format("woff");
}

@font-face {
    font-family: "Public Sans";
    font-weight: 500;
    font-display: swap;
    src: url("/static/fonts/PublicSans-Regular.woff2") format("woff2"),
        url("/static/fonts/PublicSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Tomato Grotesk";
    font-weight: 500;
    font-display: swap;
    src: url("/static/fonts/Tomato-Grotesk-Medium.woff2") format("woff2"),
        url("/static/fonts/Tomato-Grotesk-Medium.woff") format("woff");
}

@font-face {
    font-family: "Public Sans";
    font-weight: 600;
    font-display: swap;
    src: url("/static/fonts/PublicSans-SemiBold.woff2") format("woff2"),
        url("/static/fonts/PublicSans-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Public Sans";
    font-weight: 700;
    font-display: swap;
    src: url("/static/fonts/PublicSans-Bold.woff2") format("woff2"),
        url("/static/fonts/PublicSans-Bold.woff") format("woff");
}

html,
body {
    height: 100%;
    width: 100%;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: var(--global-neutrals-grey-90, #242323);
}

.veridas_container {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.logo-container {
    padding: 36px 48px;
    display: inline-block;
    width: auto;
}

.mobile {
    position: fixed;
    height: 100%;
    width: 100%;
    transform: skew(-20deg);
    overflow: hidden;
    left: 58%;
    width: 25%;
    height: 100%;
    background-color: var(--global-core-coral-20, #ffd6d6);
}

.right-desktop {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(/static/img/header-bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
}

.right-desktop:before {
    transform: skew(-11.5deg);
    z-index: 2;
    transform-origin: bottom;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background-color: var(--veridas-color, #f77);
}

.hero {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}

.title {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    color: var(--primary-color, #000d44);
}

.subtitle {
    font-family: Public Sans;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: var(--primary-color, #000d44);
}

.description {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
}

.regular-text-title {
    font-family: Tomato Grotesk, Public Sans, sans-serif;
    font-weight: 500;
    color: var(--primary-color);
}

.medium-text {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    color: var(--primary-color);
}

.veridas-mark {
    color: var(--veridas-color, #ff7777);
}

.desktop-footer {
    display: block;
    position: relative;
    z-index: 4;
}

.footer-content {
    text-align: center;
    color: var(--content-light);
    padding: 0rem 2rem 1rem;
    color: var(--primary-color);
}

.incibe-card {
    margin: 2rem auto 0;
    border-radius: 1.2rem;
    padding: 1.3rem;
    color: #ffffff;
    height: 200px;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    position: relative;
}

.incibe-card-adacen {
    background: var(--adacen-color);
    color: var(--primary-color);
}

.incibe-card-tasubinsa {
    background: var(--tasubinsa-color);
}

.incibe-card-title {
    font-size: 1.2rem;
}

.incibe-card-logo {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.button {
    border: none;
    word-wrap: break-word;
    min-width: 12.5rem;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
    box-shadow: 0px 2px 6px 2px rgba(0, 13, 68, 0.24),
        0px 0px 1px 0px rgba(0, 13, 68, 0.25);
    border-radius: 12px;
    font-family: Public Sans;
    font-weight: 600;
}

.button-secondary {
    width: 376px;
    height: 56px;
    min-width: 200px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    gap: 10px;
    border-radius: 12px;
    border-width: 2px;
    background: var(--Background-Default, #fefefd);
    border: 2px solid var(--Border-Default, #000d44);
    box-shadow: 1px 2px 4px 0px #1d1d1b3d;
}

.primary {
    color: var(--global-neutrals-grey-10);
    background: var(--background-inverse, #000d44);
}

.secondary {
    border: 2px solid var(--global-core-ivory-30, #f1f0ed);
    background: var(--global-neutrals-grey-10);
    color: var(--primary-color, #000d44);
}

.spinner::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--primary-color);
    border-color: var(--primary-color) transparent var(--primary-color)
        transparent;
    animation: spinner 1.2s linear infinite;
}

.primary-button {
    background: var(--vcorp-color);
    color: var(--global-neutrals-grey-10);
    box-shadow: 0px 2px 6px 2px rgba(0, 13, 68, 0.24),
        0px 0px 1px 0px rgba(0, 13, 68, 0.25);
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
