.about-page {
    background-color: #fff;
    contain: layout style paint;
    min-height: 100vh;
    will-change: auto
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 24px
}

.hero-section {
    background: linear-gradient(135deg,#fafafa,#fff);
    color: #1a1a1a;
    max-height: 100vh;
    min-height: 600px;
    overflow: hidden;
    padding: 80px 0 60px;
    position: relative
}

.hero-section:before {
    background: linear-gradient(45deg,rgba(26,26,26,.02),transparent);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.hero-content .container {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.hero-title {
    background: linear-gradient(135deg,#1a1a1a,#4a4a4a);
    -webkit-background-clip: text;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-subtitle {
    color: #555;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 480px
}

.hero-stats {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
    margin-top: 1rem;
    max-width: 800px
}

.stat-item {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fffc;
    border: 1px solid rgba(255,107,53,.1);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    min-width: 120px;
    padding: 15px 8px;
    position: relative;
    text-align: center;
    transform: translateZ(0);
    transition: transform .3s ease,box-shadow .3s ease;
    will-change: transform
}

.stat-item:hover {
    box-shadow: 0 8px 25px #ff6b3526;
    transform: translateY(-2px)
}

.stat-item:before {
    background: linear-gradient(135deg,#ff6b35,#f7931e);
    border-radius: 2px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 40px
}

.stat-number {
    color: #1a1a1a;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: .5rem;
    word-wrap: break-word
}

.stat-label {
    color: #666;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center
}

.hero-video {
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px #00000014;
    margin-left: auto;
    margin-right: 20px;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: transform .6s ease,box-shadow .6s ease;
    width: 45vw;
    will-change: transform
}
.hero-video img{width: 100%;vertical-align: middle;}
.hero-video-container {
    max-height: 100%;
    overflow: hidden;
    position: relative
}

.hero-video video,.hero-video-container {
    background: #f5f5f5;
    height: 100%;
    width: 100%
}

.hero-video video {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .6s ease
}

.video-cover {
    align-items: center;
    background: linear-gradient(135deg,#f5f5f5,#e8e8e8);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.cover-logo {
    display: block;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 20px;
    max-height: 200px;
    max-width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .8;
    transition: opacity .3s ease;
    width: auto
}

.loading-spinner {
    animation: spin-ba1d1de1 1s linear infinite;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #1a1a1a;
    height: 40px;
    transform: translateZ(0);
    width: 40px;
    will-change: transform
}

@keyframes spin-ba1d1de1 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.retry-indicator {
    background: #000000b3;
    border-radius: 20px;
    bottom: 20px;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    left: 50%;
    padding: 8px 16px;
    position: absolute;
    transform: translate(-50%);
    z-index: 4
}

.retry-indicator span {
    display: block;
    text-align: center
}

.retry-indicator {
    font-size: .75rem;
    font-size: .7rem;
    font-size: .65rem;
    font-size: .6rem;
    font-size: .55rem;
    padding: 1px 2px
}

.play-overlay {
    align-items: center;
    background: #0000004d;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .3s ease;
    width: 100%;
    z-index: 3
}

.play-overlay:hover {
    background: #00000080
}

.play-button {
    align-items: center;
    background: #ffffffe6;
    border-radius: 50%;
    box-shadow: 0 4px 20px #0003;
    display: flex;
    height: 80px;
    justify-content: center;
    transform: translateZ(0);
    transition: transform .3s ease,background-color .3s ease;
    width: 80px;
    will-change: transform
}

.play-overlay:hover .play-button {
    background: #fff;
    transform: scale(1.1)
}

.play-button i {
    color: #1a1a1a;
    font-size: 2.5rem;
    margin-left: 4px
}

.hero-video:hover {
    box-shadow: 0 30px 80px #0000001f;
    transform: translateY(-8px)
}

.section-header {
    margin-bottom: 80px;
    position: relative;
    text-align: left
}

.section-header:after {
    background: linear-gradient(90deg,#1a1a1a,transparent);
    bottom: -20px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px
}

.section-title {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative
}

.section-subtitle {
    color: #666;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: .5rem;
    max-width: 600px
}

.company-intro {
    background: linear-gradient(180deg,#fff,#fafafa);
    padding: 100px 0;
    position: relative
}

.intro-content {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr
}

.intro-text,.intro-text p {
    position: relative
}

.intro-text p {
    color: #444;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 2rem
}

.intro-text p:first-child:before {
    color: #e5e5e5;
    content: '"';
    font-family: serif;
    font-size: 4rem;
    left: -30px;
    line-height: 1;
    position: absolute;
    top: -10px
}

.intro-features {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.feature-item {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    display: flex;
    gap: 25px;
    padding: 25px 0;
    position: relative;
    transition: all .4s ease
}

.feature-item:hover {
    border-bottom-color: #1a1a1a;
    transform: translate(10px)
}

.feature-item i {
    align-self: center;
    color: #1a1a1a;
    flex-shrink: 0;
    font-size: 1.75rem;
    line-height: 1;
    margin-top: .1rem;
    transition: color .3s ease
}

.feature-item:hover i {
    color: #666
}

.feature-content:hover h4 {
    color: #333
}

.feature-content {
    display: flex;
    flex: 1;
    flex-direction: column
}

.feature-content h4 {
    color: #1a1a1a;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transition: color .3s ease;
    white-space: nowrap
}

.feature-content p {
    color: #666;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
    white-space: normal
}

.mission-vision {
    background: linear-gradient(135deg,#f8f9fa,#fff);
    padding: 100px 0;
    position: relative
}

.mission-vision:before {
    background: linear-gradient(90deg,transparent,#e5e5e5 50%,transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mission-vision-content {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr
}

.mission-card,.vision-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 0;
    position: relative;
    text-align: left;
    transition: all .4s ease
}

.mission-card:before,.vision-card:before {
    background: linear-gradient(180deg,#1a1a1a,#666);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 4px
}

.mission-card:hover:before,.vision-card:hover:before {
    opacity: 1
}

.mission-card:hover,.vision-card:hover {
    transform: translateY(-5px)
}

.card-icon {
    align-items: center;
    background: linear-gradient(135deg,#1a1a1a,#333);
    border-radius: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 0 30px;
    transition: transform .3s ease;
    width: 60px
}

.mission-card:hover .card-icon,.vision-card:hover .card-icon {
    transform: rotate(5deg)
}

.card-icon i {
    color: #fff;
    font-size: 1.5rem
}

.mission-card h3,.vision-card h3 {
    color: #1a1a1a;
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: 2rem
}

.mission-card p,.vision-card p {
    color: #666;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0
}

.team-section {
    background: linear-gradient(180deg,#fff,#fafafa);
    padding: 100px 0;
    position: relative
}

.team-grid {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr))
}

.team-member {
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    overflow: visible;
    padding: 20px 0;
    position: relative;
    transition: all .4s ease
}

.team-member:hover {
    transform: translateY(-8px)
}

.member-photo {
    align-items: center;
    background: linear-gradient(135deg,#f5f5f5,#e8e8e8);
    display: flex;
    flex-shrink: 0;
    height: 250px;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.member-photo:before {
    background: linear-gradient(45deg,rgba(26,26,26,.05),transparent);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease
}

.team-member:hover .member-photo:before {
    opacity: 1
}

.member-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .4s ease;
    width: 100%
}

.team-member:hover .member-photo img {
    transform: scale(1.05)
}

.member-avatar {
    align-items: center;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(135deg,#1a1a1a,#333);
    border: none;
    border-radius: 0;
    display: flex;
    height: 100px;
    justify-content: center;
    transition: transform .3s ease;
    width: 100px
}

.team-member:hover .member-avatar {
    transform: rotate(5deg)
}

.member-avatar i {
    color: #fff;
    font-size: 2.5rem
}

.member-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
    padding: 0;
    text-align: center
}

.member-info h4 {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: .75rem;
    transition: color .3s ease;
    word-wrap: break-word;
    line-height: 1.3
}

.team-member:hover .member-info h4 {
    color: #333
}

.member-position {
    color: #888;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.member-desc,.member-position {
    font-weight: 300;
    word-wrap: break-word
}

.member-desc {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 100%;
    white-space: normal
}

.values-section {
    background: linear-gradient(135deg,#f8f9fa,#fff);
    padding: 100px 0;
    position: relative
}

.values-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4,1fr)
}

.value-item {
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
    padding: 30px 20px;
    position: relative;
    text-align: left;
    transition: all .4s ease
}

.value-item:hover {
    border-bottom-color: #1a1a1a;
    transform: translateY(-5px)
}

.value-item:before {
    background: linear-gradient(180deg,#1a1a1a,#666);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 3px
}

.value-item:hover:before {
    opacity: 1
}

.value-icon {
    align-items: center;
    background: linear-gradient(135deg,#1a1a1a,#333);
    border-radius: 0;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    justify-content: center;
    margin: 0 0 25px;
    transition: transform .3s ease;
    width: 50px
}

.value-item:hover .value-icon {
    transform: rotate(-5deg)
}

.value-icon i {
    color: #fff;
    font-size: 1.5rem
}

.value-item h4 {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 1.25rem;
    transition: color .3s ease;
    word-wrap: break-word;
    line-height: 1.3
}

.value-item:hover h4 {
    color: #333
}

.value-item p {
    color: #666;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    word-wrap: break-word;
    flex: 1;
    max-width: 100%;
    white-space: normal
}

.bases-section {
    background: linear-gradient(180deg,#fff,#fafafa);
    padding: 100px 0;
    position: relative
}

.bases-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4,1fr)
}

.base-card {
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease
}

.base-card:hover {
    border-bottom-color: #1a1a1a;
    transform: translateY(-8px)
}

.base-image {
    background: linear-gradient(135deg,#f5f5f5,#e8e8e8);
    flex-shrink: 0;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.base-img-container {
    height: 100%;
    position: relative;
    width: 100%
}

.base-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateZ(0);
    transition: transform .4s ease;
    width: 100%;
    will-change: transform
}

.base-img-loading {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.base-img-loading .loading-placeholder {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7;
    width: 100%
}

.base-card:hover .base-image img {
    transform: scale(1.05)
}

.base-overlay {
    align-items: center;
    background: linear-gradient(45deg,rgba(26,26,26,.1),transparent);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease
}

.base-card:hover .base-overlay {
    opacity: 1
}

.base-overlay i {
    color: #fff;
    font-size: 3rem;
    text-shadow: 0 2px 10px rgba(0,0,0,.3)
}

.base-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 150px;
    padding: 30px 20px 20px;
    text-align: left
}

.base-info h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 1rem;
    transition: color .3s ease;
    word-wrap: break-word;
    line-height: 1.3
}

.base-card:hover .base-info h3 {
    color: #333
}

.base-location {
    color: #888;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.base-desc,.base-location {
    font-weight: 300;
    word-wrap: break-word
}

.base-desc {
    color: #666;
    flex: 1;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 100%;
    white-space: normal
}

.base-features {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto
}

.feature-tag {
    background: linear-gradient(135deg,#1a1a1a,#333);
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: all .3s ease;
    word-wrap: break-word;
    line-height: 1.3;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.base-card:hover .feature-tag {
    background: linear-gradient(135deg,#333,#555);
    transform: translateY(-2px)
}

@media(min-width: 1600px) {
    

    .hero-section {
        min-height: 500px;
        padding: 60px 0 40px
    }

    .hero-content .container {
        gap: 40px;
        max-height: 70vh
    }
}

@media(min-width: 1400px)and (max-width:1599px) {
    .hero-video {
        height:250px;
        max-width: 450px;
        width: 40vw
    }

    .hero-section {
        min-height: 550px;
        padding: 70px 0 50px
    }

    .hero-content .container {
        gap: 50px;
        max-height: 75vh
    }
}

@media(min-width: 1200px)and (max-width:1399px) {
    .hero-video {
        height:280px;
        max-width: 480px;
        width: 42vw
    }
}

@media(max-width: 768px) {
    .container {
        padding:0 20px
    }

    .hero-section {
        padding: 80px 0 60px
    }

    .hero-content .container {
        gap: 50px;
        grid-template-columns: 1fr
    }

    .hero-video {
        margin-left: 0;
        margin-right: 0;
        max-height: 300px;
        max-width: 100%;
        width: 100%
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem
    }

    .hero-subtitle {
        font-size: 1.125rem;
        margin-bottom: 2rem
    }

    .hero-stats {
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
        max-width: 100%
    }

    .hero-video video {
        height: 100%
    }

    .cover-logo {
        margin-bottom: 15px;
        max-height: 150px;
        max-width: 150px
    }

    .play-button {
        height: 60px;
        width: 60px
    }

    .play-button i {
        font-size: 2rem
    }

    .stat-item {
        padding: 15px 8px
    }

    .stat-number {
        font-size: 1.8rem
    }

    .stat-label {
        font-size: .7rem
    }

    .intro-content,.mission-vision-content {
        gap: 50px;
        grid-template-columns: 1fr
    }

    .team-grid {
        gap: 40px;
        grid-template-columns: 1fr
    }

    .bases-grid,.values-grid {
        gap: 30px;
        grid-template-columns: repeat(2,1fr)
    }

    .base-image {
        height: 200px
    }

    .section-title {
        font-size: 2rem
    }

    .section-header {
        margin-bottom: 60px;
        text-align: center
    }

    .bases-section,.company-intro,.mission-vision,.team-section,.values-section {
        padding: 80px 0
    }

    .feature-item {
        gap: 20px;
        padding: 25px 0
    }

    .feature-item h4 {
        font-size: 1.2rem
    }

    .feature-item p {
        font-size: .95rem;
        line-height: 1.6
    }
}

@media(max-width: 480px) {
    .container {
        padding:0 16px
    }

    .hero-section {
        padding: 60px 0 40px
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }

    .hero-stats {
        gap: 15px;
        grid-template-columns: 1fr;
        margin-top: 1rem;
        max-width: 100%
    }

    .hero-video {
        margin-left: 0;
        margin-right: 0;
        max-height: 250px;
        max-width: 100%;
        width: 100%
    }

    .stat-item {
        padding: 12px 8px
    }

    .stat-number {
        font-size: 1.6rem
    }

    .stat-label {
        font-size: .65rem
    }

    .hero-video video {
        height: 100%
    }

    .cover-logo {
        margin-bottom: 10px;
        max-height: 120px;
        max-width: 120px
    }

    .play-button {
        height: 50px;
        width: 50px
    }

    .play-button i {
        font-size: 1.5rem
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1rem
    }

    .section-subtitle {
        font-size: 1rem
    }

    .section-header {
        margin-bottom: 50px
    }

    .team-grid {
        gap: 30px;
        grid-template-columns: 1fr
    }

    .bases-grid,.values-grid {
        gap: 20px;
        grid-template-columns: repeat(2,1fr)
    }

    .base-image {
        height: 180px
    }

    .base-info {
        padding: 25px 0 15px
    }

    .bases-section,.company-intro,.mission-vision,.team-section,.values-section {
        padding: 60px 0
    }

    .intro-text p {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }

    .feature-item {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        text-align: center
    }

    .feature-item i {
        font-size: 2rem;
        line-height: 1;
        margin-top: 0
    }

    .feature-content h4 {
        font-size: 1.125rem;
        line-height: 1.2;
        margin-bottom: .75rem;
        margin-top: 0;
        white-space: nowrap
    }

    .feature-content p {
        font-size: .9rem;
        line-height: 1.6;
        max-width: 100%;
        word-wrap: break-word;
        white-space: normal
    }
}

@media(max-width: 360px) {
    .bases-grid,.values-grid {
        gap:20px;
        grid-template-columns: 1fr
    }

    .base-card,.value-item {
        padding: 20px 15px
    }

    .base-image {
        height: 160px
    }
}


/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

