:root,
.jg-page,
.jg-slider,
.jg-hero-section,
.jg-content-section {
    --jg-blue: #145da0;
    --jg-blue-dark: #083864;
    --jg-orange: #f58220;
    --jg-yellow: #ffe21a;
    --jg-green: #0b9658;
    --jg-ink: #252527;
    --jg-soft: #f6f8fb;
}

.jg-theme-main h1,
.jg-theme-main h2,
.jg-theme-main h3,
.elementor-heading-title {
    color: var(--jg-blue) !important;
}

.jg-theme-main h2:nth-of-type(2n),
.jg-content-card:nth-child(3n + 2) h2,
.jg-visual-card:nth-child(3n + 2) h3 {
    color: var(--jg-orange);
}

.jg-theme-main h2:nth-of-type(3n),
.jg-content-card:nth-child(3n) h2,
.jg-visual-card:nth-child(3n) h3 {
    color: var(--jg-green);
}

.elementor-button,
.elementor-button-link,
.jg-primary-button .elementor-button {
    background: var(--jg-orange) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-weight: 900 !important;
    padding: 15px 24px !important;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

.jg-site-header {
    background: #fff;
    border-bottom: 1px solid #e6edf4;
    position: sticky;
    top: 0;
    z-index: 50;
}

.jg-topbar {
    background: var(--jg-blue-dark);
    color: #fff;
    font-size: 13px;
}

.jg-topbar__inner {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 10px 22px;
}

.jg-topbar__tags,
.jg-topbar__contact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.jg-topbar__tags span {
    color: var(--jg-yellow);
    font-weight: 900;
}

.jg-topbar__contact a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.jg-topbar__contact a:last-child {
    background: var(--jg-orange);
    border-radius: 4px;
    padding: 8px 12px;
}

.jg-site-header__inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 12px 22px;
}

.jg-site-header__logo img {
    display: block;
    height: auto;
    max-height: 62px;
    max-width: 260px;
    width: auto;
}

.jg-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jg-menu a {
    color: var(--jg-ink);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.jg-menu a:hover {
    color: var(--jg-blue);
}

.jg-theme-main {
    min-height: 60vh;
    width: 100%;
}

.jg-site-footer {
    background:
        radial-gradient(circle at 12% 18%, rgba(245, 130, 32, .18), transparent 24%),
        linear-gradient(135deg, #071f38 0%, var(--jg-blue-dark) 58%, #052b24 100%);
    color: #d8e2eb;
    margin-top: 0;
    padding: 58px 22px 0;
}

.jg-site-footer__inner {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(240px, 1.25fr) repeat(4, minmax(150px, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.jg-footer-brand img {
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 18px;
    max-width: 250px;
    padding: 10px;
    width: 100%;
}

.jg-footer-brand p,
.jg-footer-contact p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
    margin: 0 0 14px;
}

.jg-footer-brand strong {
    color: var(--jg-yellow);
    display: block;
    font-size: 18px;
}

.jg-footer-col h3,
.jg-footer-contact h3 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 16px;
}

.jg-footer-col a {
    color: rgba(255, 255, 255, .78);
    display: block;
    line-height: 1.5;
    margin-bottom: 11px;
    text-decoration: none;
}

.jg-footer-col a:hover {
    color: var(--jg-yellow);
}

.jg-footer-button {
    background: var(--jg-orange);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    padding: 13px 18px;
    text-decoration: none;
}

.jg-site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .62);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin: 46px auto 0;
    max-width: 1180px;
    padding: 20px 0;
}

.jg-slider {
    background: var(--jg-blue-dark);
    color: var(--jg-ink);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.jg-slider__logo-wrap {
    display: none;
}

.jg-slider__logo {
    height: auto;
    max-height: 104px;
    max-width: min(520px, 92vw);
    width: auto;
}

.jg-slider__track {
    display: grid;
    min-height: clamp(560px, 78vh, 760px);
}

.jg-slide {
    background:
        radial-gradient(circle at 80% 18%, rgba(255, 226, 26, .22), transparent 25%),
        linear-gradient(135deg, var(--jg-blue-dark) 0%, var(--jg-blue) 58%, #0a7b82 100%);
    color: #fff;
    display: grid;
    grid-area: 1 / 1;
    opacity: 0;
    padding: clamp(74px, 10vw, 136px) clamp(20px, 7vw, 90px);
    pointer-events: none;
    position: relative;
    transition: opacity .55s ease;
}

.jg-slide__tags {
    display: flex;
    gap: 12px;
    left: clamp(20px, 7vw, 90px);
    position: absolute;
    top: clamp(22px, 4vw, 42px);
    z-index: 2;
}

.jg-slide__tags span {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    color: var(--jg-yellow);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 11px;
}

.jg-slide::after {
    border: clamp(18px, 4vw, 42px) solid rgba(255, 255, 255, .18);
    border-left-color: var(--jg-orange);
    border-top-color: var(--jg-yellow);
    border-right-color: var(--jg-green);
    border-radius: 50%;
    content: "";
    height: clamp(180px, 32vw, 390px);
    position: absolute;
    right: clamp(-90px, -8vw, -30px);
    top: clamp(40px, 8vw, 90px);
    width: clamp(180px, 32vw, 390px);
}

.jg-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.jg-slide--green {
    background:
        radial-gradient(circle at 78% 22%, rgba(11, 150, 88, .34), transparent 26%),
        linear-gradient(135deg, #06395f 0%, var(--jg-blue) 54%, var(--jg-green) 100%);
}

.jg-slide--orange {
    background:
        radial-gradient(circle at 80% 20%, rgba(245, 130, 32, .32), transparent 25%),
        linear-gradient(135deg, #092f58 0%, var(--jg-blue) 52%, #d96f1d 100%);
}

.jg-slide__content {
    max-width: 760px;
    position: relative;
    z-index: 2;
    margin-top: 52px;
}

.jg-slide__kicker {
    color: var(--jg-yellow);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.jg-slide h2 {
    color: #fff !important;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.03;
    margin: 0 0 18px;
}

.jg-slide p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.66;
    max-width: 700px;
}

.jg-slide__button {
    background: var(--jg-orange);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    margin-top: 14px;
    padding: 15px 24px;
    text-decoration: none;
}

.jg-slider-section,
.elementor-section.jg-slider-section {
    margin: 0 !important;
    padding: 0 !important;
}

.jg-capabilities {
    background: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(76px, 9vw, 126px) clamp(20px, 6vw, 86px);
    width: 100vw;
}

.jg-capabilities__inner {
    align-items: center;
    display: grid;
    gap: clamp(42px, 7vw, 96px);
    grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
    margin: 0 auto;
    max-width: 1220px;
}

.jg-capabilities__media {
    min-height: 540px;
    position: relative;
}

.jg-capabilities__photo {
    border-radius: 50% 50% 46% 50%;
    height: min(560px, 42vw);
    min-height: 420px;
    overflow: hidden;
    width: min(560px, 42vw);
}

.jg-capabilities__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.jg-capabilities__badge {
    align-items: end;
    bottom: 122px;
    color: var(--jg-orange);
    display: flex;
    gap: 6px;
    position: absolute;
    right: 42px;
}

.jg-capabilities__badge span {
    background: var(--jg-orange);
    border-radius: 999px 999px 4px 4px;
    display: block;
    height: 52px;
    width: 34px;
}

.jg-capabilities__badge span:nth-child(2) {
    height: 68px;
}

.jg-capabilities__logo {
    background: #fff;
    border: 8px solid #fff;
    bottom: 0;
    box-shadow: 0 18px 40px rgba(8, 56, 100, .16);
    height: auto;
    left: 86px;
    max-width: 190px;
    position: absolute;
    width: 34%;
}

.jg-capabilities__eyebrow {
    align-items: center;
    color: var(--jg-orange);
    display: flex;
    font-size: 26px;
    gap: 12px;
    margin: 0 0 8px;
}

.jg-capabilities__eyebrow span {
    background: var(--jg-orange);
    display: inline-block;
    height: 18px;
    position: relative;
    transform: rotate(45deg);
    width: 18px;
}

.jg-capabilities__eyebrow span::after {
    background: var(--jg-yellow);
    content: "";
    height: 18px;
    left: 8px;
    position: absolute;
    top: -8px;
    width: 18px;
}

.jg-capabilities h2 {
    color: #050505 !important;
    font-size: clamp(48px, 6vw, 76px);
    line-height: .98;
    margin: 0 0 34px;
}

.jg-capabilities__content > p:not(.jg-capabilities__eyebrow) {
    color: #1f2933;
    font-size: clamp(19px, 2.1vw, 25px);
    line-height: 1.58;
    margin: 0;
}

.jg-capabilities__metrics {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: grid;
    gap: 34px;
    grid-template-columns: 220px 1fr;
    margin-top: 54px;
    padding-bottom: 34px;
}

.jg-capabilities__stat {
    border-right: 1px solid #ddd;
    padding-right: 34px;
}

.jg-capabilities__stat strong {
    color: #000;
    display: block;
    font-size: clamp(54px, 6vw, 74px);
    line-height: .9;
}

.jg-capabilities__stat strong span {
    color: var(--jg-orange);
}

.jg-capabilities__stat small {
    color: var(--jg-orange);
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
}

.jg-capabilities__progress-head {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.jg-capabilities__bar {
    background: #e9e9e9;
    border-radius: 999px;
    height: 21px;
    overflow: hidden;
}

.jg-capabilities__bar span {
    background: #000;
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 90%;
}

.jg-page-hero {
    align-items: center;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 226, 26, .28), transparent 22%),
        linear-gradient(135deg, var(--jg-blue-dark) 0%, var(--jg-blue) 56%, #0a7b82 100%);
    color: #fff;
    display: grid;
    gap: clamp(34px, 6vw, 84px);
    grid-template-columns: minmax(320px, 1.08fr) minmax(300px, .92fr);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(500px, 68vh, 720px);
    overflow: hidden;
    padding: clamp(70px, 9vw, 126px) clamp(22px, 7vw, 90px);
    position: relative;
    width: 100vw;
}

.jg-page-hero__content,
.jg-page-hero__media {
    position: relative;
    z-index: 2;
}

.jg-page-hero__eyebrow {
    align-items: center;
    color: var(--jg-yellow) !important;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    gap: 12px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.jg-page-hero__eyebrow span {
    background: var(--jg-orange);
    display: inline-block;
    height: 15px;
    position: relative;
    transform: rotate(45deg);
    width: 15px;
}

.jg-page-hero__eyebrow span::after {
    background: var(--jg-yellow);
    content: "";
    height: 15px;
    left: 7px;
    position: absolute;
    top: -7px;
    width: 15px;
}

.jg-page-hero h1 {
    color: #fff !important;
    font-size: clamp(44px, 6vw, 78px);
    line-height: .98;
    margin: 0 0 24px;
    max-width: 900px;
}

.jg-page-hero__content > p:not(.jg-page-hero__eyebrow) {
    color: rgba(255, 255, 255, .88) !important;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.65;
    margin: 0;
    max-width: 780px;
}

.jg-page-hero__button {
    background: var(--jg-orange);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    margin-top: 28px;
    padding: 15px 24px;
    text-decoration: none;
}

.jg-page-hero__media {
    min-height: 420px;
}

.jg-page-hero__photo {
    border: 16px solid rgba(255, 255, 255, .16);
    border-radius: 50% 50% 46% 50%;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
    height: min(430px, 34vw);
    min-height: 330px;
    overflow: hidden;
    width: min(430px, 34vw);
}

.jg-page-hero__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.jg-page-hero__mark {
    align-items: end;
    bottom: 74px;
    display: flex;
    gap: 6px;
    position: absolute;
    right: 22px;
}

.jg-page-hero__mark span {
    background: var(--jg-orange);
    border-radius: 999px 999px 4px 4px;
    display: block;
    height: 46px;
    width: 30px;
}

.jg-page-hero__mark span:nth-child(2) {
    height: 62px;
}

.jg-stats {
    background: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(58px, 7vw, 94px) clamp(20px, 6vw, 86px);
    width: 100vw;
}

.jg-stats__intro {
    margin: 0 auto clamp(28px, 4vw, 48px);
    max-width: 1220px;
}

.jg-stats__intro p {
    align-items: center;
    color: var(--jg-orange) !important;
    display: flex;
    font-size: 22px;
    gap: 12px;
    margin: 0 0 10px;
}

.jg-stats__intro p span {
    background: var(--jg-orange);
    display: inline-block;
    height: 15px;
    position: relative;
    transform: rotate(45deg);
    width: 15px;
}

.jg-stats__intro p span::after {
    background: var(--jg-yellow);
    content: "";
    height: 15px;
    left: 7px;
    position: absolute;
    top: -7px;
    width: 15px;
}

.jg-stats__intro h2 {
    color: #050505 !important;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0;
    max-width: 840px;
}

.jg-stats__grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1220px;
}

.jg-stat-card {
    background:
        linear-gradient(135deg, rgba(20, 93, 160, .07), rgba(245, 130, 32, .04)),
        #fff;
    border: 1px solid #e2e8f0;
    min-height: 168px;
    padding: clamp(24px, 3vw, 34px);
}

.jg-stat-card strong {
    color: #000;
    display: block;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .95;
}

.jg-stat-card strong::first-letter {
    color: #000;
}

.jg-stat-card span {
    color: var(--jg-orange);
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 12px;
}

.jg-slider__controls {
    bottom: 24px;
    display: flex;
    gap: 10px;
    left: clamp(20px, 7vw, 90px);
    position: absolute;
    z-index: 3;
}

.jg-slider__dot {
    background: rgba(255, 255, 255, .54);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 12px;
    padding: 0;
    width: 32px;
}

.jg-slider__dot.is-active {
    background: var(--jg-yellow);
}

.jg-hero-section {
    background: linear-gradient(135deg, var(--jg-blue-dark) 0%, var(--jg-blue) 48%, var(--jg-green) 100%);
    color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(64px, 9vw, 118px) clamp(22px, 5vw, 72px);
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.jg-hero-section::after {
    content: "";
    position: absolute;
    inset: auto -12% -35% 44%;
    height: 72%;
    background:
        linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 34px 34px;
    transform: rotate(-10deg);
}

.jg-eyebrow,
.elementor-widget-heading.jg-eyebrow .elementor-heading-title {
    color: var(--jg-yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.jg-hero-title .elementor-heading-title,
.jg-hero-section h1 {
    color: #fff !important;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.02;
    margin: 0;
    max-width: 960px;
}

.jg-hero-copy,
.jg-hero-section p {
    color: rgba(255,255,255,.9);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.65;
    max-width: 940px;
}

.jg-primary-button .elementor-button {
    box-shadow: 0 14px 34px rgba(245, 130, 32, .24);
}

.jg-visual-section {
    background: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px);
    width: 100vw;
}

.jg-visual-section > .elementor-container {
    max-width: 1180px;
    width: 100%;
}

.jg-visual-section .elementor-widget-wrap {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jg-visual-widget {
    width: auto !important;
}

.jg-visual-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 35, 52, .08);
    height: 100%;
    overflow: hidden;
}

.jg-visual-card__photo {
    display: block;
    height: auto;
    width: 100%;
}

.jg-visual-card__image {
    align-items: center;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, rgba(20, 93, 160, .9), rgba(8, 56, 100, .88)),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
    color: #fff;
    display: flex;
    font-weight: 900;
    justify-content: center;
    min-height: 210px;
    padding: 22px;
    text-align: center;
}

.jg-visual-card--green .jg-visual-card__image {
    background:
        linear-gradient(135deg, rgba(11, 150, 88, .92), rgba(8, 56, 100, .84)),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
}

.jg-visual-card--orange .jg-visual-card__image {
    background:
        linear-gradient(135deg, rgba(245, 130, 32, .94), rgba(8, 56, 100, .84)),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
}

.jg-visual-card__image span {
    border: 1px dashed rgba(255, 255, 255, .72);
    border-radius: 8px;
    padding: 14px 18px;
}

.jg-visual-card__body {
    padding: 24px;
}

.jg-visual-card h3 {
    color: var(--jg-blue);
    font-size: 22px;
    margin: 0 0 10px;
}

.jg-visual-card p {
    color: #44505c;
    line-height: 1.68;
    margin: 0;
}

.jg-content-section {
    background: var(--jg-soft);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 72px);
    width: 100vw;
}

.jg-content-section > .elementor-container,
.jg-page .jg-content-section {
    max-width: 1160px;
    margin: 0 auto;
}

.jg-content-section .elementor-widget-wrap {
    display: block;
}

.jg-story-widget {
    margin: 0 0 clamp(42px, 7vw, 92px);
    width: auto !important;
}

.jg-page .jg-content-section {
    display: block;
}

.jg-story-block {
    align-items: center;
    display: grid;
    gap: clamp(36px, 6vw, 82px);
    grid-template-columns: minmax(300px, .92fr) minmax(360px, 1.08fr);
    margin: 0 auto clamp(46px, 7vw, 94px);
    max-width: 1220px;
    padding: clamp(20px, 3vw, 34px) 0;
}

.jg-story-block--reverse .jg-story-block__media {
    order: 2;
}

.jg-story-block--reverse .jg-story-block__content {
    order: 1;
}

.jg-story-block__media {
    min-height: 430px;
    position: relative;
}

.jg-story-block__photo {
    border-radius: 50% 50% 46% 50%;
    box-shadow: 0 24px 70px rgba(8, 56, 100, .14);
    height: min(430px, 34vw);
    min-height: 340px;
    overflow: hidden;
    width: min(430px, 34vw);
}

.jg-story-block--reverse .jg-story-block__photo {
    margin-left: auto;
}

.jg-story-block__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.jg-story-block__icon {
    align-items: end;
    bottom: 78px;
    display: flex;
    gap: 5px;
    position: absolute;
    right: 42px;
}

.jg-story-block--reverse .jg-story-block__icon {
    left: 42px;
    right: auto;
}

.jg-story-block__icon span {
    background: var(--jg-orange);
    border-radius: 999px 999px 4px 4px;
    display: block;
    height: 42px;
    width: 28px;
}

.jg-story-block--green .jg-story-block__icon span {
    background: var(--jg-green);
}

.jg-story-block--blue .jg-story-block__icon span {
    background: var(--jg-blue);
}

.jg-story-block__icon span:nth-child(2) {
    height: 56px;
}

.jg-story-block__eyebrow {
    align-items: center;
    color: var(--jg-orange) !important;
    display: flex;
    font-size: 22px !important;
    gap: 12px;
    margin: 0 0 8px !important;
}

.jg-story-block__eyebrow span {
    background: var(--jg-orange);
    display: inline-block;
    height: 15px;
    position: relative;
    transform: rotate(45deg);
    width: 15px;
}

.jg-story-block__eyebrow span::after {
    background: var(--jg-yellow);
    content: "";
    height: 15px;
    left: 7px;
    position: absolute;
    top: -7px;
    width: 15px;
}

.jg-story-block h2 {
    color: #050505 !important;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    margin: 0 0 26px;
}

.jg-story-block__content > p:not(.jg-story-block__eyebrow) {
    color: #26313d;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.62;
    margin: 0;
}

@media (max-width: 767px) {
    .jg-topbar__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .jg-site-header__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .jg-site-header__logo img {
        max-height: 54px;
        max-width: 220px;
    }

    .jg-menu {
        gap: 10px 14px;
    }

    .jg-menu a {
        font-size: 13px;
    }

    .jg-site-footer__inner {
        grid-template-columns: 1fr;
    }

    .jg-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .jg-hero-section,
    .jg-content-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .jg-visual-section,
    .jg-visual-section .elementor-widget-wrap {
        grid-template-columns: 1fr;
    }

    .jg-capabilities__inner {
        grid-template-columns: 1fr;
    }

    .jg-capabilities__media {
        min-height: auto;
    }

    .jg-capabilities__photo {
        height: 78vw;
        min-height: 300px;
        width: 78vw;
    }

    .jg-capabilities__badge {
        bottom: 66px;
        right: 6px;
    }

    .jg-capabilities__logo {
        left: 34px;
        max-width: 150px;
    }

    .jg-capabilities__metrics {
        grid-template-columns: 1fr;
    }

    .jg-capabilities__stat {
        border-right: 0;
        padding-right: 0;
    }

    .jg-stats__grid {
        grid-template-columns: 1fr;
    }

    .jg-page-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .jg-page-hero__media {
        min-height: auto;
    }

    .jg-page-hero__photo {
        height: 78vw;
        min-height: 290px;
        width: 78vw;
    }

    .jg-story-block {
        grid-template-columns: 1fr;
    }

    .jg-story-block--reverse .jg-story-block__media,
    .jg-story-block--reverse .jg-story-block__content {
        order: initial;
    }

    .jg-story-block__media {
        min-height: auto;
    }

    .jg-story-block__photo {
        height: 78vw;
        min-height: 300px;
        width: 78vw;
    }

    .jg-story-block--reverse .jg-story-block__photo {
        margin-left: 0;
    }

    .jg-story-block__icon,
    .jg-story-block--reverse .jg-story-block__icon {
        bottom: 54px;
        left: auto;
        right: 8px;
    }

    .jg-slider__track {
        min-height: 570px;
    }

    .jg-slider__logo {
        max-height: 72px;
    }

    .jg-slide {
        align-items: start;
        padding-bottom: 82px;
    }

    .jg-slide__tags {
        flex-wrap: wrap;
        left: 18px;
        top: 18px;
    }

    .jg-slide__content {
        margin-top: 76px;
    }

    .jg-slide::after {
        height: 190px;
        opacity: .42;
        right: -86px;
        top: auto;
        bottom: 32px;
        width: 190px;
    }

    .jg-slider__controls {
        bottom: 22px;
        left: 18px;
    }

    .jg-slider__dot {
        width: 28px;
    }
}
