.geoinfo-brand-page {
    overflow: hidden;
    border-radius: 6px;
}

.geoinfo-brand-page .epic-page,
.geoinfo-brand-page .epic-page * {
    box-sizing: border-box;
}

.geoinfo-brand-page .epic-page {
    width: 100%;
    max-width: 966px;
    margin: 0 auto;
    overflow: hidden;
    color: #282828;
    background: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.geoinfo-brand-page .epic-page h1,
.geoinfo-brand-page .epic-page h2,
.geoinfo-brand-page .epic-page h3,
.geoinfo-brand-page .epic-page p,
.geoinfo-brand-page .epic-page ul,
.geoinfo-brand-page .epic-page ol,
.geoinfo-brand-page .epic-page blockquote {
    margin-top: 0;
}

.geoinfo-brand-page .epic-page h1,
.geoinfo-brand-page .epic-page h2,
.geoinfo-brand-page .epic-page h3 {
    color: inherit;
    font-family: "PT Serif", "Times New Roman", serif;
    font-weight: 700;
}

.geoinfo-brand-page .epic-page h1 {
    max-width: 870px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.25;
}

.geoinfo-brand-page .epic-page h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.25;
}

.geoinfo-brand-page .epic-page h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.geoinfo-brand-page .epic-page p {
    margin-bottom: 24px;
}

.geoinfo-brand-page .epic-hero {
    position: relative;
    min-height: 444px;
    margin: 0;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    background-color: #071792;
    background-image: url("images/hero-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.geoinfo-brand-page .epic-badge {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 209px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    color: #282828;
    background: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    white-space: nowrap;
}

.geoinfo-brand-page .epic-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 94px 48px 48px;
}

.geoinfo-brand-page .epic-logo {
    display: block;
    width: 200px;
    height: 46px;
    margin: 0;
    object-fit: contain;
}

.geoinfo-brand-page .epic-hero h1 {
    margin: 0;
    color: #ffffff;
}

.geoinfo-brand-page .epic-hero p {
    max-width: 870px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
}

.geoinfo-brand-page .epic-button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #003ee7;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.geoinfo-brand-page .epic-button:hover,
.geoinfo-brand-page .epic-button:focus {
    color: #ffffff;
    background: #002ead;
}

.geoinfo-brand-page .epic-button:active {
    transform: translateY(1px);
}

.geoinfo-brand-page .epic-button-dark {
    min-width: 139px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.8);
}

.geoinfo-brand-page .epic-button-dark:hover,
.geoinfo-brand-page .epic-button-dark:focus {
    background: #151f45;
}

.geoinfo-brand-page .epic-button-large {
    min-height: 48px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
}

.geoinfo-brand-page .epic-top-action {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    border-radius: 0 0 6px 6px;
    background: #171717;
}

.geoinfo-brand-page .epic-paper {
    padding: 60px 48px;
    background: #ffffff;
}

.geoinfo-brand-page .epic-section {
    margin-bottom: 64px;
}

.geoinfo-brand-page .epic-section:last-child {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: center;
}

.geoinfo-brand-page .epic-intro-row-reverse {
    grid-template-columns: 300px minmax(0, 1fr);
}

.geoinfo-brand-page .epic-intro-row + .epic-intro-row {
    margin-top: 24px;
}

.geoinfo-brand-page .epic-intro-copy p:last-child,
.geoinfo-brand-page .epic-intro-row-reverse p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-intro-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.geoinfo-brand-page .epic-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.geoinfo-brand-page .epic-card {
    min-height: 324px;
    padding: 36px 44px 60px;
    border-radius: 12px;
    background: #eff3f6;
}

.geoinfo-brand-page .epic-card p,
.geoinfo-brand-page .epic-challenge p,
.geoinfo-brand-page .epic-tech-card p,
.geoinfo-brand-page .epic-why-list p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 24px auto 0;
}

.geoinfo-brand-page .epic-challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 4px;
    border: 0;
    border-radius: 12px;
    background: #eff3f6;
    gap: 4px;
}

.geoinfo-brand-page .epic-challenge {
    min-height: 0;
    padding: 44px 44px 70px;
    background: #ffffff;
}

.geoinfo-brand-page .epic-module-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
}

.geoinfo-brand-page .epic-module-list article {
    padding-bottom: 0;
    border-bottom: 0;
}

.geoinfo-brand-page .epic-module-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.geoinfo-brand-page .epic-module-list p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-development-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.geoinfo-brand-page .epic-development {
    display: flex;
    min-height: 324px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 40px 40px 0;
}

.geoinfo-brand-page .epic-development img {
    width: 140px;
    height: 140px;
    object-fit: none;
}

.geoinfo-brand-page .epic-development p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-architecture {
    display: block;
    width: 858px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    object-fit: contain;
}

.geoinfo-brand-page .epic-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.geoinfo-brand-page .epic-tech-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-self: start;
    gap: 8px;
    padding: 20px 40px 40px 0;
}

.geoinfo-brand-page .epic-tech-card img {
    display: block;
    width: 140px;
    max-width: 100%;
    height: 140px;
    object-fit: none;
    object-position: center;
}

.geoinfo-brand-page .epic-tech-card h3 {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-list {
    margin-bottom: 24px;
    padding-left: 24px;
}

.geoinfo-brand-page .epic-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
}

.geoinfo-brand-page .epic-steps li {
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 60px 40px;
    border-radius: 12px;
    background: #eff6fd;
}

.geoinfo-brand-page .epic-steps span {
    color: #003ee7;
    font-size: 64px;
    font-weight: 300;
    line-height: 68px;
}

.geoinfo-brand-page .epic-steps p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-partner-logo {
    display: block;
    width: 499px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.geoinfo-brand-page .epic-solutions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.geoinfo-brand-page .epic-solutions div {
    display: grid;
    grid-template-columns: minmax(0, 346px) minmax(0, 500px);
    gap: 24px;
}

.geoinfo-brand-page .epic-solutions a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: #0033cc;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    white-space: nowrap;
}

.geoinfo-brand-page .epic-solutions a span {
    color: #0033cc;
}

.geoinfo-brand-page .epic-solution-arrow {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    object-fit: contain;
}

.geoinfo-brand-page .epic-solutions a:hover,
.geoinfo-brand-page .epic-solutions a:focus {
    text-decoration: underline;
}

.geoinfo-brand-page .epic-solutions p {
    margin-bottom: 0;
}

.geoinfo-brand-page .epic-quote {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 40px;
    border-left: 4px solid #003ee7;
}

.geoinfo-brand-page .epic-quote::before {
    content: none;
}

.geoinfo-brand-page .epic-quote::after {
    position: absolute;
    top: 12px;
    right: 4px;
    color: #003ee7;
    content: "“";
    font-family: "Manrope", Arial, sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 28px;
}

.geoinfo-brand-page .epic-quote strong {
    display: block;
}

.geoinfo-brand-page .epic-quote p {
    margin: 0;
}

.geoinfo-brand-page .epic-faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.geoinfo-brand-page .epic-faq details {
    margin: 0;
}

.geoinfo-brand-page .epic-faq summary {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
    color: #222222;
    cursor: pointer;
    list-style: none;
}

.geoinfo-brand-page .epic-faq summary::-webkit-details-marker {
    display: none;
}

.geoinfo-brand-page .epic-faq summary::marker {
    content: "";
}

.geoinfo-brand-page .epic-faq summary span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.geoinfo-brand-page .epic-faq summary i {
    position: relative;
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-style: normal;
}

.geoinfo-brand-page .epic-faq summary i::before,
.geoinfo-brand-page .epic-faq summary i::after {
    position: absolute;
    width: 9px;
    height: 2px;
    border-radius: 2px;
    background: #ff6600;
    content: "";
    transform-origin: left center;
}

.geoinfo-brand-page .epic-faq summary i::before {
    top: 12px;
    left: 9px;
    transform: rotate(44deg);
}

.geoinfo-brand-page .epic-faq summary i::after {
    top: 18px;
    left: 15px;
    transform: rotate(-44deg);
}

.geoinfo-brand-page .epic-faq summary:hover {
    opacity: 0.5;
}

.geoinfo-brand-page .epic-faq details[open] summary {
    color: #586a76;
    opacity: 1;
}

.geoinfo-brand-page .epic-faq details[open] summary span {
    color: #586a76;
}

.geoinfo-brand-page .epic-faq details[open] summary i {
    transform: rotate(180deg);
}

.geoinfo-brand-page .epic-faq .epic-faq-answer {
    margin-top: 16px;
    padding: 40px;
    background: #eff3f6;
}

.geoinfo-brand-page .epic-faq .epic-faq-answer p {
    margin: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.geoinfo-brand-page .epic-form {
    padding: 48px 60px 80px;
    border-radius: 8px;
}

.geoinfo-brand-page .epic-form h2 {
    margin-bottom: 12px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.geoinfo-brand-page .epic-form > p {
    margin-bottom: 12px;
}

.geoinfo-brand-page .epic-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.geoinfo-brand-page .epic-form label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.geoinfo-brand-page .epic-form > label {
    margin-bottom: 16px;
}

.geoinfo-brand-page .epic-form input,
.geoinfo-brand-page .epic-form textarea,
.geoinfo-brand-page .epic-form select {
    width: 100%;
    margin-top: 4px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    outline: none;
    color: #282828;
    background: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.geoinfo-brand-page .epic-form input {
    min-height: 44px;
    padding: 9px 12px;
}

.geoinfo-brand-page .epic-form textarea {
    height: 108px;
    min-height: 108px;
    padding: 10px 12px;
    resize: vertical;
}

.geoinfo-brand-page .epic-form input:focus,
.geoinfo-brand-page .epic-form textarea:focus,
.geoinfo-brand-page .epic-form select:focus {
    border-color: #003ee7;
    box-shadow: 0 0 0 2px rgba(0, 62, 231, 0.14);
}

.geoinfo-brand-page .epic-form-dark {
    color: #ffffff;
    background: #394854;
}

.geoinfo-brand-page .epic-form-dark h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.geoinfo-brand-page .epic-form-dark label,
.geoinfo-brand-page .epic-form-dark .epic-consent span {
    color: #ffffff;
}

.geoinfo-brand-page .epic-form-light {
    color: #282828;
    background: #f5f3f1;
}

.geoinfo-brand-page .epic-form-light .epic-button-primary {
    background: #ff6600;
}

.geoinfo-brand-page .epic-form-light .epic-button-primary:hover,
.geoinfo-brand-page .epic-form-light .epic-button-primary:focus {
    background: #e65c00;
}

.geoinfo-brand-page .epic-form-light .epic-consent input {
    accent-color: #ff6600;
}

.geoinfo-brand-page .epic-form-footer {
    display: grid;
    grid-template-columns: minmax(0, 524px) 200px;
    gap: 26px;
    align-items: center;
}

.geoinfo-brand-page .epic-form-footer .epic-consent {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-bottom: 0;
    font-family: "Graphik", "Manrope", Arial, sans-serif;
    line-height: 24px;
}

.geoinfo-brand-page .epic-form-footer .epic-consent input {
    width: 16px;
    min-height: 16px;
    height: 16px;
    margin: 16px 0 0;
    padding: 0;
}

.geoinfo-brand-page .epic-consent a {
    color: #ff6600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.geoinfo-brand-page .epic-consent a:hover,
.geoinfo-brand-page .epic-consent a:focus {
    opacity: 0.7;
}

.geoinfo-brand-page .epic-form-footer .epic-button {
    width: 100%;
    border-radius: 12px;
}

.geoinfo-brand-page .epic-why-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.geoinfo-brand-page .epic-why-list article {
    display: grid;
    min-height: 216px;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 32px;
    align-items: center;
    padding: 36px 44px 60px;
    border-radius: 12px;
    background: #eff3f6;
}

.geoinfo-brand-page .epic-why-list img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 760px) {
    .geoinfo-brand-page .epic-page h1,
    .geoinfo-brand-page .epic-page h2 {
        font-size: 27px;
    }

    .geoinfo-brand-page .epic-hero {
        min-height: 420px;
    }

    .geoinfo-brand-page .epic-hero-content {
        padding: 86px 28px 36px;
    }

    .geoinfo-brand-page .epic-hero p {
        font-size: 17px;
        line-height: 1.55;
    }

    .geoinfo-brand-page .epic-top-action {
        min-height: 88px;
        padding: 18px 24px;
    }

    .geoinfo-brand-page .epic-paper {
        padding: 40px 28px 52px;
    }

    .geoinfo-brand-page .epic-section {
        margin-bottom: 56px;
    }

    .geoinfo-brand-page .epic-intro-row,
    .geoinfo-brand-page .epic-intro-row-reverse {
        grid-template-columns: 1fr;
    }

    .geoinfo-brand-page .epic-intro-row-reverse .epic-intro-image {
        order: 2;
    }

    .geoinfo-brand-page .epic-intro-image {
        max-width: 300px;
        margin: 0 auto;
    }

    .geoinfo-brand-page .epic-card-grid,
    .geoinfo-brand-page .epic-challenge-grid,
    .geoinfo-brand-page .epic-tech-grid {
        grid-template-columns: 1fr;
    }

    .geoinfo-brand-page .epic-card,
    .geoinfo-brand-page .epic-challenge {
        min-height: 0;
        padding: 28px;
    }

    .geoinfo-brand-page .epic-development {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .geoinfo-brand-page .epic-development img {
        width: 100px;
        height: 100px;
    }

    .geoinfo-brand-page .epic-steps li {
        grid-template-columns: 66px minmax(0, 1fr);
        padding: 28px;
    }

    .geoinfo-brand-page .epic-steps span {
        font-size: 48px;
    }

    .geoinfo-brand-page .epic-solutions div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .geoinfo-brand-page .epic-form {
        padding: 36px 28px;
    }

    .geoinfo-brand-page .epic-form-grid,
    .geoinfo-brand-page .epic-form-footer {
        grid-template-columns: 1fr;
    }

    .geoinfo-brand-page .epic-form-footer {
        gap: 20px;
    }

    .geoinfo-brand-page .epic-why-list article {
        grid-template-columns: minmax(0, 1fr) 90px;
        min-height: 0;
        padding: 28px;
    }

    .geoinfo-brand-page .epic-why-list img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .geoinfo-brand-page .epic-page {
        font-size: 15px;
        line-height: 1.65;
    }

    .geoinfo-brand-page .epic-page h1,
    .geoinfo-brand-page .epic-page h2 {
        font-size: 24px;
    }

    .geoinfo-brand-page .epic-badge {
        width: max-content;
        max-width: calc(100% - 28px);
        font-size: 13px;
    }

    .geoinfo-brand-page .epic-hero-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .geoinfo-brand-page .epic-logo {
        width: 180px;
        height: auto;
    }

    .geoinfo-brand-page .epic-button-large {
        width: 100%;
    }

    .geoinfo-brand-page .epic-paper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .geoinfo-brand-page .epic-card,
    .geoinfo-brand-page .epic-challenge {
        padding: 24px 20px;
    }

    .geoinfo-brand-page .epic-development {
        grid-template-columns: 1fr;
    }

    .geoinfo-brand-page .epic-development img {
        width: 128px;
        height: 128px;
    }

    .geoinfo-brand-page .epic-tech-card {
        min-height: 0;
    }

    .geoinfo-brand-page .epic-steps li {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 20px;
    }

    .geoinfo-brand-page .epic-quote {
        padding: 20px 20px 20px 24px;
    }

    .geoinfo-brand-page .epic-faq p {
        font-size: 16px;
    }

    .geoinfo-brand-page .epic-form {
        padding: 28px 20px;
    }

    .geoinfo-brand-page .epic-why-list article {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .geoinfo-brand-page .epic-why-list img {
        width: 120px;
        height: 120px;
    }
}
