.Intro_profession__1xhC7 {
    padding: 60px 20px 100px 20px;
}

.padd {
    padding-left: 10px;
    padding-right: 10px;
}
.link {
    text-decoration: underline;
    /*color: green;*/
    color: var(--primary);
    display: inline-block;
}
.positionTitle {
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}
iframe {
    border: none;
}
.Intro_playerWrapper__uHrfa {
    background-image: url(./image.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: contain;
    min-width: 284px; 
    min-height: 284px;
}

.ImgLogo img {
    border-radius: 50%;
}
.ImgLogo {
    float: left;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 20px;
    border-radius: 50%;
}

.error {
    color: red;
    font-style: italic;
}

input:invalid {
    /*border-color: red;*/
}

#formReplace h1 {
    line-height: 35px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}


button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
.FeedBacks_content__S5WD1 {
    padding: 0 7px;
}
.swiper-button-prev, .swiper-button-next {
    color: white!important;
    font-weight: 800;
    background: #179b70;
    font-size: 20px;
}
.parsley-errors-list {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    color: #ffdcdc;
}

.parsley-errors-list li {
    margin-bottom: 5px;
}

#myForm input {
    padding-top: 0px;
}

button, .Button_primary__PFIP8 {
    background: #8d3ec6;
}

.Process_cards__i9SxP {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.Input_input-container__pqm3G {
    margin-bottom: 10px;
}
.Header_logo__ITeVo {
    margin-top: 0px;
    margin-left: -10px;
}
.Intro_wrapper__eBkyj {
    gap: 20px;
}
.Intro_left__lj_vH {
    max-width: 65%;
}
@media (max-width: 960px) {
    .Intro_left__lj_vH {
        max-width: 100%;
    }
    .Intro_cards__3ZEwO {
        grid-template-columns: 1fr;
        display: none;

    }
    .Intro_content__Dv2ZE > div {
        width: 100%;
    }
}
@media (max-width: 850px) {

    .Header_logo__ITeVo {
        margin-top: 0px;
    }
    .Process_cards__i9SxP {
        grid-template-columns: repeat(1, 1fr);
    }
    .Input_input-container__pqm3G {
        margin-bottom: 0;
    }
}

.Accordion_title__lrKmZ:hover {
    background: transparent;
}
.Account_wrap {
    padding: 0 10px;
    display: none;
    opacity: 0;
}

.open .Account_wrap {
    display: block;
    opacity: 1;
    animation: fade .4s ease;
    transition: all .4s ease;
}

.Intro_title__xjlt_ {
    line-height: 120%!important;
}
