/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 20:19:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
:root {
    --red: #fc0102;
    --red-deep: #c80001;
    --blue: #042983;
    --blue-deep: #03185a;
    --ink: #0e0e12;
    --muted: #54586a;
    --line: #e3e5eb;
    --paper: #f4f5f7;
    --gold: #c8a24a;
    --r-card: 16px;
    --r-pill: 999px;
    --wrap: 1240px;
} 
.hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.kenburns {
    animation: kb 18s ease-in-out infinite alternate;
}
@keyframes kb{from{transform:scale(1.02)}to{transform:scale(1.13) translate3d(-1.5%,-1.5%,0)}}
.hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.inset_0 {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero__scrim.a {
    background: linear-gradient(90deg, rgba(10, 10, 14, .92), rgba(10, 10, 14, .55) 45%, rgba(10, 10, 14, .12));
}
.hero__scrim.b {
   background: linear-gradient(180deg, rgba(10, 10, 14, .5), transparent 30%, transparent 64%, var(--paper));
}
/* .data_fade_animate{
	    animation: fade 1s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes fade {
                to {
                    opacity: 1
                }
            }
*/
.hero__eyebrow, .eyebrow {
    display: flex !important;
    align-items: center;
    gap: 12px;
}
.hero__eyebrow::before, .eyebrow:before {
    content: "";
    width: 32px;
    height: 2px;
    background: currentcolor;
	display: inline-flex !important;
}
.span_red span{
	    color: var(--red);
}
.span_block span{
	display: block;
}
.hero__lede{
	    max-width: 44ch !important;
}
.btn_custom{
	    cursor: pointer;
	    transition: background .2s, color .2s, box-shadow .2s;
    white-space: nowrap;
}
.btn--glass{
	backdrop-filter: blur(6px);
}


/* .strip {
    display: flex;
} */

.strip .strip_item {
    display: inline-flex;
    align-items: center;
/*     gap: 40px; */

/*     letter-spacing: .02em;
    color: #fff; */
}

.strip_inner {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: marquee 34s linear infinite;
    max-width: none !important;
}
@keyframes marquee {
                to {
                    transform: translate3d(-50%,0,0)
                }
            }

.strip .strip_item span.elementor-icon-list-text {}

.strip .strip_item span.elementor-icon-list-text:after {
    content: "\2022";
    margin-left: 40px;
    color: rgba(255, 255, 255, .55);
}

.strip_item  ul {
    display: flex;
    flex-wrap: nowrap !important;
}

.strip_item ul span.elementor-icon-list-text {
    white-space: nowrap;
}
.promo__banner {
    box-shadow: 0 18px 44px rgba(14, 14, 18, .16);
}
.promo__banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(14, 14, 18, .24);
}
.kick {
    max-width: 600px;
}
.btn_custom.has_icon span.elementor-button-content-wrapper:after {
    content: "↗";
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    transition: transform .3s;
}
.band__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(8, 8, 12, .9), rgba(8, 8, 12, .45) 55%, rgba(8, 8, 12, .15));
}
.band_stl h2{
	max-width: 16ch;
}



/* html1 */
.hgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    font-family: 'Montserrat', system-ui, sans-serif;
    color: var(--ink);
        -webkit-font-smoothing: antialiased;
}
.hcard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.hcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(14, 14, 18, .15);
}
.hcard__ph {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #0e0e12;
}
.hcard__ph i {
    position: absolute;
    inset: 0;
    background: center / cover no-repeat;
    transition: transform .5s;
}
.hcard:hover .hcard__ph i {
    transform: scale(1.06);
}
.hcard__ph .g {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(14, 14, 18, .5));
}
.hcard__badge {
    position: absolute;
    top: 13px;
    right: 13px;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 11px;
    border-radius: var(--r-pill);
}
.hcard__trainer {
    position: absolute;
    left: 13px;
    bottom: 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}
.hcard__body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hcard__eye {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
}
.hcard__name {
    font-weight: 800 !important;
    font-size: 22px !important;
    letter-spacing: -.01em;
    margin: 6px 0 4px;
    line-height: 1.05 !important;
}
.hcard__ped {
    font-size: 13px;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 15px;
}
.hcard__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.hcard__form div {
    padding: 9px 6px;
    text-align: center;
    border-right: 1px solid var(--line);
}
.hcard__form small {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    line-height: 11px;
}
.hcard__form b {
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    display: block;
}
.hcard__act {
    display: flex;
    gap: 9px;
    margin-top: auto;
}
.hcard__act .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    flex: 1;
    justify-content: center;
    padding: 12px;
    font-size: 11.5px;
    letter-spacing: .06em;
    border-radius: var(--r-pill);
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, color .2s, box-shadow .2s;
    white-space: nowrap;
    line-height: 14px;
}
.hcard__act .btn--ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink);
}
.hcard__act .btn--ghost:hover {
    background: var(--ink);
    color: #fff;
}
.hcard__act .btn--primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 16px 40px -18px rgba(252, 1, 2, .9);
}
.hcard__act .btn--primary:hover {
    background: var(--red-deep);
     color: #fff;
}

.video__frame   .elementor-custom-embed-play {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--red);
    display: grid;
    place-items: center;
    box-shadow: 0 12px 34px rgba(252, 1, 2, .5);
    transition: transform .2s;
    transform: scale(1) translate(-50%, -50%);
}
/*  html end*/
.video__frame:hover .elementor-custom-embed-play {
    transform: scale(1.08) translate(-50%, -50%);
}

.video__frame .elementor-custom-embed-image-overlay {
    position: relative;
}

.video__frame .elementor-custom-embed-image-overlay:before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,.2));
    position: absolute;
    inset: 0;
}