.intro-model-home_intro {
    /* padding: 200px 40px 40px; */
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.YourColor-IntroBoxes.intro-model-intro_v1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

.-YourColor-Intro-Info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    flex-wrap: wrap;
    text-align: left;
}

.-YourColor-Intro-Info>.widget__before_title {
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    perspective: 400px;
}

.-YourColor-Intro-Info>h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 100%;
}

.-YourColor-Intro-Info>h1>strong {
    color: var(--intro-titlestrong-color);
    position: relative;
    display: inline-block
}

.-YourColor-Intro-Info>.-p-content {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 300;
    color: var(--secondarytext);
    max-width: 700px;
}

.Intro-Container {
    display: flex;
    max-width: var(--container-width);
    min-width: var(--container-width);
    margin: 0 auto;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding: var(--container-padding);
}

.-YC-Intro-SVG-v2 {
    max-width: var(--svg-max-width);
    min-width: var(--svg-max-width);
    position: relative;
    flex: 1;
    direction: ltr;
    min-height: 500px;
    display: flex
}

.-YC-Intro-SVG-v2 *,.-YC-Intro-SVG-v2 ::after,.-YC-Intro-SVG-v2 ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent
}
.-YourColor-Intro-Info-URLArea-s1 {
}

.-YourColor-Intro-Info-URLArea-s1>a {
}

.-YourColor-Intro-Info-URLArea-s1>a:hover {
}

.-YourColor-Intro-Info-URLArea-s1>a>i {
    margin-right: 10px;
    font-weight: 400
}

.-YourColor-Intro-Info-URLArea-s1>a.button_url_2 > span {
}

.-YourColor-Intro-Info-URLArea-s1>a.button_url_2:hover {
}
.hero-1-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.hero-1-shapes__img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.hero-1-shapes__img--1 {
    left: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.hero-1-shapes__img--2 {
    right: 0;
    display: none;
}
.hero-1-shapes__img--3 {
    left: 50%;
    transform: translateX(-50%);
    filter: contrast(0);
    opacity: 0.4;
    top: 40px;
}
.hero-1-shapes__img--4 {
    left: 50%;
    transform: translateX(-50%);
    filter: contrast(0);
    opacity: 0.4;
    top: 100px;
}
@media (min-width: 1200px) {
    .hero-1-shapes__img--2 {
        display: block;
    }
}
.--secondary--intro--sections {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}

.--inside--rows--sections {
    display: block;
    flex: 1;
    max-width: 50%;
}

.-intro-poster--images {
    display: flex;
    border-radius: var(--miniradius);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #ffffff0f;
    flex: 1;
}

.--sections--images--top {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.-secondary-intro--content {
    padding-top: 25px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--secondarytext);
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.-secondary-intro--content > strong {
    background: linear-gradient(90deg, var(--uicolor) 30%, #ff9d59 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: inherit;
    margin-inline: 5px;
}

.--row--after--button {
    display: flex;
}

.--row--after--button > a {
    display: flex;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    color: var(--primary-text);
    flex-wrap: wrap;
    position: relative;
    border-radius: var(--miniradius);
    overflow: hidden;
    --border-effect: 1.3px;
    --background-effect: linear-gradient(90deg, var(--uicolor), var(--uicolor2), #6a41fb );
    margin-inline-end: 30px;
}
.--row--after--button > a:before {
    content: '';
    position: absolute;
    width: calc(100% - var(--border-effect)* 2);
    height: calc(100% - var(--border-effect)* 2);
    background: var(--background-effect);
    border-radius: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: 200%;
    transition: all .4s ease-in-out;
    background-position: left;
}
.--row--after--button > a:hover::before {
    background-position: right;
    transition: all .4s ease-in-out;
}

.--reflexed--customer-area {
    display: flex;
    align-items: center;
}

.--reflexed--customer-area > em {
}

.--ref--neutral--number {
    display: flex;
    font-size: 40px;
    font-family: var(--f-number);
    font-weight: 700;
    align-items: center;
    margin-inline-end: 12px;
}

.--ref--neutral--number > em {
    font-style: normal;
    font-size: 30px;
}

.--ref--neutral--text {
    display: block;
    font-size: 20px;
}

.--parent--mini-images--area > img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.--parent--mini-images--area > img.hero-1-shapes__img--5 {
    right: 12%;
}

.--parent--mini-images--area > img.hero-1-shapes__img--6 {
    left: 15%;
}

.--intor--thumb-bg{position:absolute;width:100%;height:100%;background-image:var(--bg-intro);top:0;background-size: cover;background-position: center;bottom:0;background-repeat: no-repeat;}

.YC-Intro-Container-boxed {
}

.YC-Intro-Container-boxed:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #26272B08 21%, #02040ce8 93%);
    z-index: 1;
}