.intro-model-intro_V2{
    --bg-color: #000;
    --intro-secondarytext: #7f76b3;
    --intro-title-color: #ffffff;
    --before-title-color: #dfe9ff;
    --intro-titlestrong-color:
    var(
    --uicolor2);
--button-text-color: white;
--button-bgcolor:
    var(
    --uicolor2);
--button-title-size: 18px;
--button-shadow: 0 0 0;--button-border: 0px solid transparent;--input-font-size: 21px;
--input-bg-color: white;
--input-border-color: 0px solid transparent;
--input-border: 0px solid transparent;
--input-shadow: 0 0 0;
--top-separator-color:
    var(
    --bgcolor);
    --bottom-separator-color: #fff;
--svg-max-width: 800px;
}
.intro-model-intro_V2 {
    padding: 90px 0px 170px;
    overflow: hidden;
    z-index: 1;
}
.YourColor-Intro-Vectors {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.YourColor-IntroBoxes.intro-model-intro_v1 {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 40px 0px;
    height: 600px;
    background: radial-gradient(circle, #e5eaef63 1px, transparent 1px);
    background-size: 10px 10px;
}
.YourColor-IntroBoxes .bottom_shoape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
}
.YourColor-IntroBoxes .middle_shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: rotateY(180deg);
}
.YourColor-IntroBoxes  .leaf.l_right {
    right: 0;
    bottom: 100px;
}
.YourColor-IntroBoxes .leaf.l_left {
    top: 200px;
    left: 260px;
}

.-YourColor-Intro-Info {
    position: relative;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.-YourColor-Intro-Info > h4 {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    background: navajowhite;
    border-radius: 20px;
    padding: 7px 15px;
    color: #10093a;
}
.-YourColor-Intro-Info > h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 10px;
    text-align: center;
}

.-YourColor-Intro-Info > h1 > strong {
    position: relative;
    display: inline-block;
    flex-direction: column;
    padding: 4px 0px;
    color: var(--uicolor2);
    
     /* Ensures the content is not revealed until the animation */
     /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 0px; /* Gives that scrolling effect as the typing happens */
    max-width: max-content;
}

strong.add_select_path {}
.-YourColor-Intro-Info > h1 > em-logo {
    color: white;
}

.-YourColor-Intro-Info > .-p-content {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--intro-secondarytext);
    text-align: right;
}

.-YourColor-Intro-Info > .-p-content > p {
    margin-bottom: 20px;
}
.-YourColor-IntroBoxInfo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: revert;
    align-content: revert;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0px;
    border-radius: var(--largeradius);
    padding-inline-end: 40px;
}

.-YourColor-Intro-SVGIcon {
    width: 600px;
    position: relative;
    margin: 0;
}


.-Intro-Footer {
    position: absolute;
    width: 100%;
    bottom: -60px;
    right: 0;
    height: 380px;
    transform: rotateY(180deg);
}

.-Intro-Footer > svg {
    width: 100%;
    height: 100%;
}

.-Intro-Footer > svg path[fill-rule="evenodd"] {
    fill: var(--bgcolor);
}
.Intro-Container {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.-YC-Intro-SVG-v2 {
    max-width: var(--svg-max-width);
    position: relative;
--svg-overlay-color: #5995f033;
--svg-color-4:
    var(--uicolor2);
    --svg-color-1: #000;--svg-color-3:
    rgb(26 35 56);
    flex: 1;
}

.-YC-Intro-SVG-v2 .YC-SVGIcon-Loaded {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%,-50%);
    left: -70px;
    animation: intro-animation 5s infinite;
}

.-YC-Intro-SVG-v2 .YC-SVGIcon-Loaded > svg {width: calc(100% + 100px);}

.-Mini-Form-Div {
    display: block;
    margin: 50px 0 0;
    background: #fff;
    width: max-content;
    padding: 8px;
    border-radius: var(--miniradius);
    border: 1px solid var(--diver);
}

.-Mini-Form-Div .-YC-Forms-button {
    margin-top: 0;
}

.-Mini-Form-Div  .-YC-Forms-button > .YC-BTN-Forms-Plugin {
    border-radius: var(--miniradius);
    padding: 15px 15px;
    min-width: 200px;
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    font-weight: 500;
    background: var(--uicolor2);
    color: #fff;
    align-content: center;
    align-items: center;
    border: var(--button-border);
    margin: 0;
}

.-Mini-Form-Div .-YC-Forms-button > .YC-BTN-Forms-Plugin > i {
    font-size: 18px;
    margin: 0 0;
    margin-inline-start: 10px;
}

.-Mini-Form-Div .-fix-inputs-area {margin-bottom: 0;display: block;margin-left: 10px;flex: 1;min-width: 280px;}

.-Mini-Form-Div>form {
    display: flex;
    align-content: center;
    align-items: center;
}

.-Mini-Form-Div>form .-fix-forms-field-title {
    display: none;
}
.-Mini-Form-Div input[type="text"], .-Mini-Form-Div input[type="number"], .-Mini-Form-Div input[type="date"]{
    min-height: 53px;
    border: var(--input-border-color);
    font-size: var(--input-font-size);
    background: var(--input-bg-color);
    border: var(--input-border);
    box-shadow: var(--input-shadow);
}
@keyframes intro-animation{
    0% {
        top: calc(50% - 13px);
        left: -65px;
    }
    10% {
        top: calc(50% - 13px);
        left: -65px;
    }
    20% {
        top: calc(50% - 13px);
        left: -65px;
    }
    25% {
        top: calc(50% - 16px);
        left: -62px;
    }
    30% {
        top: calc(50% - 16px);
        left: -62px;
    }
    35% {
        top:calc(50% -  16px);
        left: -62px;
    }
    40% {
        top: calc(50% - 13px);
        left: -65px;
    }
    45% {
        top: calc(50% - 13px);
        left: -65px;
    }
    50% {
        top: calc(50% - 13px);
        left: -65px;
    }
    55% {
        top: calc(50% - 16px);
        left: -65px;
    }
    75% {
        top: calc(50% - 13px);
        left: -65px;
    }
    100% {
        top: calc(50% - 13px);
        left: -65px;
    }

}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

.-YC-Intro-left_v1 {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    border-radius: 20px;
    padding: 40px;
    =:
    absolute;
    left: 0;
    top: 0;
}

.-YC-Intro-left_v1 img {
    width: 100%;
    height: 100%;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
} 

.-YourColor-IntroBoxInfo > a.hoverable.activable.YC-Animation-Item {
    border-radius: 30px;
    padding: 13px 49px;
    width: max-content;
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: 500;
    background: var(--uicolor2);
    color: #fff;
    align-content: center;
    align-items: center;
    border: var(--button-border);
    box-shadow: var(--button-shadow);
    margin-top: 10px;
}
.-YC-Right-Intro-SectionURL a {
    border-radius: 30px;
    padding: 12px 21px;
    display: flex;
    justify-content: space-evenly;
    font-size: 15px;
    font-weight: 500;
    background: var(--uicolor2);
    color: white;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
}

.-YC-Right-Intro-SectionURL a:hover {
    background: white;
    border-color: var(--uicolor2);
    color: var(--uicolor2);
}

.-YC-Right-Intro-SectionURL a span {
    position: relative;
}

.-YC-Right-Intro-SectionURL a span:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #b0a7ef;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.-YC-Right-Intro-SectionURL a:hover span:after {
    transform: scaleX(1);
    transform-origin: bottom right;
}

.-YC-Right-Intro-SectionURL a:last-child span:after {
    background: var(--header-primary-text);
}

.-YC-Right-Intro-SectionURL a i {
    font-weight: 300;
    font-size: 16px;
    transition: all 150ms ease;
}

.-YC-Right-Intro-SectionURL a:hover i {
    transform: scale(1.3);
}

.-YC-Right-Intro-SectionURL a:last-child {
    color: #fff;
    background: var(--header-primary-text);
    z-index: 1;
}

.-YC-Right-Intro-SectionURL a.button_url_2:hover {
    background: white;
    color: var(--header-primary-text);
    border-color: var(--header-primary-text);
}

.-YC-Right-Intro-SectionURL {
    display: flex;
    align-items: center;
    margin-top: 37px;
    justify-content: center;
    gap: 15px;
}

.YC-buy-intro_v1 {
    background: white;
    max-width: 100%;
    padding: 158px 0;
    border-radius: 0;
    z-index: 22;
}

.YC-intro-v1-container.intro_v1 .-yourcolor-bg-animation {
    z-index: 0;
    opacity: 0.2;
}

.-buy-a-intro_v1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.YC-intro-v1-container.intro_v1.image-intro .-buy-a-intro_v1 {
    justify-content: space-between;
}

.-buy-a-intro_v1-body {
    max-width: 860px;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
}

.-buy-a-intro_v1-body .-defult-widgets-title--URLArea-v1 {
    margin-inline: auto;
}

.YC-intro-v1-container.intro_v1.image-intro .-buy-a-intro_v1-body {display: flex;flex-direction: column;align-items: self-start;max-width: 770px;}

.-buy-intro-v1-body {
    max-width: 650px;
    position: relative;
    z-index: 1;
    height: 500px;
}

.-buy-intro-v1-body img {
    width: auto;
    height: 100%;
}

.YC-intro-v1-container.intro_v1.image-intro .-buy-a-intro_v1-body h2 {
    margin-inline: initial;
   
}

.-buy-a-intro_v1-body h2 {
    font-size: 15px;
    color: var(--uicolor2);
    font-weight: 500;
    margin-bottom: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    margin-inline: auto;
    background: white;
    padding: 8px 14px;
    border-radius: 41px;
}


.-buy-a-intro_v1-body h1 {
    color: var(--alphabg);
    font-size: 45px;
    margin: 0;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 22px;
    text-align: center;
}

.-a-content {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--secondarytext-bold);
    text-align: center;
}

.YC-intro-v1-container.intro_v1 {
    position: relative;
    overflow: hidden;
}

.YC-intro-v1-container.intro_v1.image-intro .YC-buy-intro_v1 {
    padding-top: 99px;
}

.YC-intro-v1-container.intro_v1.image-intro .-buy-a-intro_v1-body h1 {
    text-align: right;
}

.YC-intro-v1-container.intro_v1.image-intro .-a-content {
    text-align: right;
    max-width: calc(100% - 120px);
}

.YC-intro-v1-container.intro_v1:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(90deg, var(--diver) 1px, transparent 1px), linear-gradient(var(--diver) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: radial-gradient(#000000f0 18%, transparent 70%);
}
.YC-intro-v1-container.intro_v1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(89deg, #3c23c108, transparent 100%);
}