
.home-fyc-title{
    font-feature-settings: 'cv10' on, 'ss01' on;
    /* Title/H1 */
    font-family: 'ClashGrotesk-medium';
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px; /* 111.111% */
    letter-spacing: -1.44px;
    max-width: 558px;
}

.home-fyc-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 200px;
    position: relative;
}

.home-fyc-explanationText{
    font-size: 18px;
    line-height: 28px;
    color: #666d80;
    max-width: 75%;
}

.home-fyc-ctaBtnWrapper{
    display: flex;
    gap: 16px;
    margin-top: 36px;
}

.home-fyc-title-threeLineContainer{
    position: absolute;
    top: 6px;
    right: -23px;
    z-index: -1;
    width: 27px;
    height: 29px;
    user-select: none;
}

.home-fyc-title-threeLine{
    width: 8px;
    height: 15px;
    position: absolute;
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(1){
    top: 0;
    left: 0;
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(2){
    top: 4px;
    left: 6px;
    transform: rotate(18deg);
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(3){
    top: 10px;
    left: 10px;
    transform: rotate(40deg);
}

.home-fyc-title-underlineContainer{
    position: absolute;
    bottom: -5px; 
    left: -60px;
    right: 0;
    z-index: -1;
    user-select: none;
    height: 11px;
    overflow: hidden;
}

.home-fyc-title-underline{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.home-fyc-title-underlineAnimator{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transform: translate(370px,0);
}

.home-fyc-tiltedArrow path{
    fill: red;
}

.home-fyc-strokeText{
    color: transparent;
    font-feature-settings: 'cv10' on, 'ss01' on;
    /* Title/H1 */
    font-family: 'ClashGrotesk-medium';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eceff3;
    font-size: 112px;
    position: absolute;
    z-index: -1;
    top: -80px;
    left: 17px;
    opacity: 0.5;
}

.home-fyc-miniEventsCard{
    transition: 300ms;
    user-select: none;
    position: relative;
    overflow-y: hidden ;
    display: flex;
    flex-direction: column;
    padding: 16px 20px 0 20px;
    width: 356px;
    height: 378px;
    border-radius: 16px;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.home-fyc-mec-title{
    font-weight: 500; 
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.home-fyc-mec-dateContainer{
    display: flex;
    border-radius: 8px;
    background: var(--background-disabled-0, #F8FAFB);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    padding: 6px 0;
    gap: 14px;
    justify-content: center;
    position: relative;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.home-fyc-mec-dateLeftArrow{
    position: absolute;
    left: 0;
}

.home-fyc-mec-dateRightArrow{
    position: absolute;
    right: 0;
}

.home-fyc-mec-dayWrapper, .home-fyc-mec-dayWrapper--active{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 4px 9px;
}

.home-fyc-mec-dayWrapper--active{
    border-radius: 6px;
    background: var(--border-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.home-fyc-mec-dayWrapper:nth-child(2){
    position: absolute;
    left: -20px;

}

.home-fyc-mec-dayWrapper:nth-child(8){
    position: absolute;
    right: -20px;
}

.home-fyc-mec-dayWrapper p, .home-fyc-mec-dayWrapper--active p{
    margin: 0;
}

.home-fyc-mec-dateLeftArrow{
    display: flex;
    align-items: center;
    padding: 10px;
    position: absolute;
    left: 0;
    height: 58px;
    width: 131px;
    background: linear-gradient(90deg, #F8FAFB 0%, rgba(248, 250, 251, 0.1) 100%);
    z-index: 1;
}

.home-fyc-mec-dateRightArrow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    position: absolute;
    right: 0;
    height: 58px;
    width: 131px;
    background: linear-gradient(270deg, #F8FAFB 0%, rgba(248, 250, 251, 0.1) 100%);
    z-index: 1;
}

.home-fyc-mec-eventListContainer{
    position: relative;
    display: flex;
    top: 24px;
    gap: 17px;

}

.home-fyc-mec-el-hoursContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 51px;
    font-size: 14px;
    color: #000;
    margin-top: 6px;
}

.home-fyc-rightContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-fyc-rightInnerContainer{
    position: relative;
    right: -71px;
    bottom: -51px;
}

.slideShow-container{
    margin-top: 30px;
    position: relative;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.slideShow-imageContainer{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    gap: 100px;
    display: flex;
}


.slideShow-imageContainer img{
    user-drag: none;  
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 150px;
    position:relative;
    animation: slideshowSlowed 100s linear infinite;
    animation-play-state: paused;
    filter: grayscale(1);
    transition: filter 300ms;
    height: 100%;
    object-fit: contain;
}

.slideShow-imageContainer:hover img{
    animation-play-state: running;
    filter:grayscale(0)
}






.slideShow-leftGradient{
    width: 196px;
    background: linear-gradient(270deg, #FFF 1.53%, rgba(255, 255, 255, 0.00) 99.91%);
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    z-index: 2;
    transform: rotate(180deg);
}

.slideShow-rightGradient{
    width: 196px;
    background: linear-gradient(270deg, #FFF 1.53%, rgba(255, 255, 255, 0.00) 99.91%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.slideShow-imageContainer-inner{
    position: relative;
    display: flex;
    gap: 80px;
    animation: slideshow 50s linear infinite;
}

.slideShow-imageWrapper{
    transform: translateX(0);
    animation-fill-mode: forwards;
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    right: 0;
}

@keyframes slideshow {
    0%    { transform: translateX(-5060px); }
    100%  { transform: translateX(-10120px); }
  }
@keyframes slideshowSlowed {
    0%    { transform: translateX(0); }
    100%  { transform: translateX(5060px); }
  }

.home-fyc-leftContainer{
  
}

.home-fyc-rightInnerContainer:hover .home-fyc-miniUploadCvCard{
    transform: translate(-10px, -10px) rotate(-15deg);
} 

.home-fyc-rightInnerContainer:hover .home-fyc-userInfoCard{
    transform: rotate(12deg) translate(10px, -10px);
}

.home-fyc-rightInnerContainer:hover .home-fyc-miniEventsCard{
    transform: scale(1.05);
}

.home-fyc-mec-el-rightContainer{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 37px;
    width: 100%;
}

.home-fyc-mec-el-eventDetail{
    display: flex;
    gap: 9px;
    position: relative;
    align-items: center;
    width: 100%;
}

.home-fyc-mec-el-eventCircle--red, .home-fyc-mec-el-eventCircle--blue, .home-fyc-mec-el-eventCircle--yellow{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border: 2px solid;
    background-color: #fff;
    position: relative;
    left: -5px;
}

.home-fyc-mec-el-eventCircle--red{
    border-color: #F40060;
}

.home-fyc-mec-el-eventCircle--blue{
    border-color: #00B7FD;
}

.home-fyc-mec-el-eventCircle--yellow{
    border-color:#F5CD00;
}

.home-fyc-mec-el-eventInnerContainer{
    display: flex;
    border-radius: 72px;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    padding: 6px;
    align-items: center;
    font-size: 14px;
    width: 100%;
}

.home-fyc-mec-el-eventInnerContainer img{
    width: 24px;
    height: 24px;
}

.home-fyc-mec-el-attendeeCount{
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    justify-content: center;
    background: var(--background-disabled-0, #F8FAFB);
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 400;
    position: relative;
    left: -27px;
}

.home-fyc-mec-el-eventName{
    font-size: 14px;
    margin-left: -16px;
}

.home-fyc-mec-el-eventInnerContainer img:nth-child(2){
    position: relative;
    left: -9px;
}

.home-fyc-mec-el-eventInnerContainer img:nth-child(3){
    position: relative;
    left: -18px;
}

.home-fyc-mec-el-line{
    position: absolute;
    border-left: 1px solid #eceff3;
    left: 0;
    top: 10px;
    bottom: 0;
}

.home-fyc-mec-bottomGradient{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 122px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, #FFF 107%);
}

.home-fyc-miniUploadCvCard{
    transition: 300ms;
    position: absolute;
    transform: rotate(-15deg);
    left: -68px;
    top: -68px;
    z-index: -1;
    user-select: none;
    width: 250px;
    height: 307px;
    border-radius: 9px;
    display: flex;
    padding: 14.241px 14.567px 13.483px 13.914px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 17.029px;
    flex-shrink: 0;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 0.7120822668075562px rgba(18, 55, 105, 0.08), 0px 0.7120822668075562px 1.4241645336151123px 0px rgba(164, 172, 185, 0.24);
}

.home-fyc-mucc-title{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.home-fyc-mucc-dropZone{
    width: 100%;
    border: 1px dashed #dfe1e7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.home-fyc-mucc-dropZone i{
    transform: scale(1.5);
    color: #666d80;
}

.home-fyc-mucc-dropZone p:first-of-type{
    font-size: 9px;
    color: #666d80;
    margin-bottom: 0;
    margin-top: 5px;
}

.home-fyc-mucc-dropZone p:last-of-type{
    font-size: 10px;
    color: #36394A;
    font-weight: 500;
    text-align: center;
}

.home-fyc-mucc-progress{
    width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 0px 0.7120822668075562px rgba(18, 55, 105, 0.08), 0px 0.7120822668075562px 1.4241645336151123px 0px rgba(164, 172, 185, 0.24);
    border-radius: 9px;
    font-size: 11px;
    gap: 5px;
}

.home-fyc-mucc-progress span:last-of-type{
    margin-left: auto;
}

.home-fyc-mucc-uploadBtn{
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #000;
    border-radius: 44px;
    width: 100%;
    box-shadow: 0px 0px 0px 0.7120822668075562px rgba(18, 55, 105, 0.08), 0px 0.7120822668075562px 1.4241645336151123px 0px rgba(164, 172, 185, 0.24);
}

.home-fyc-userInfoCard{
    transition: 300ms;
    position: absolute;
    top: -53px;
    right: -77px;
    transform: rotate(12deg);
    z-index: -1;
    user-select: none;
    width: 277px;
    height: 264px;
    padding: 18px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0.77809px rgba(18, 55, 105, 0.08), 0px 0.77809px 1.55618px 0px rgba(164, 172, 185, 0.24);
}

.home-fyc-uic-userContainer{
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-fyc-uic-userContainer img{
    width: 37px;
    height: 37px;
}

.home-fyc-uic-nameWrapper span:first-of-type{
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 15px;
}

.home-fyc-uic-nameWrapper span:last-of-type{
    font-size: 10px;
    color: #666d80;
    gap: 4px;
}

.home-fyc-uic-nameWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.home-fyc-uic-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    font-size: 10px;
    background-color: #F8FAFB;
}

.home-fyc-uic-info p{
    margin-bottom: 0;
    color: #666d80;
}

.home-fyc-uic-locationWrapper{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.home-fyc-uic-locationWrapper span{
    color: #000;
    font-weight: 600;
}

.home-fyc-uic-contactBtn{
    display: flex;
    padding: 6px 15px;
    align-items: center;
    justify-content: center;
    background: var(--primary-400-base, #00B7FD);
    box-shadow: 0px 0px 0px 0.77809px #00B7FD, 0px 0.77809px 1.55618px 0px #137CA5;
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    margin-top: 18px;

}

.home-fyc-rightTiltedArrow{
    width: 126px;
    height: 79px;
    position: absolute;
    z-index: -2;
    left: 5px;
}

.home-fyc-rightTiltedArrowHead{
    width: 24px;
    height: 28px;
    position: absolute;
    left: 3px;
    top: 60px;
}

.home-fyc-rightArrowInnerAnimator{
    width: 140px;
    height: 110px;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    top: 100px;
    left: -100px;
}

.home-fyc-animatedTiltedArrowContainer{
    position: absolute;
    top: 165px;
    left: -131px;
    z-index: -2;
    user-select: none;
    width: 140px;
    height: 110px;
    overflow: hidden;
}

.home-fyc-userIllusturative{
    position: absolute;
    left: -200px;
    top: 268px;
    width: 189px;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
}

.home-fyc-userIllusturative img{
    width: 36px;
    height: 36px;
}

.home-fyc-userIllusturative div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 9px;
}

.home-fyc-userIllusturative span:first-of-type{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}
.home-fyc-userIllusturative span:last-of-type{
    font-size: 12px;
    color: #666d80;
    line-height: 15px;
}

.home-workedBrands{
    margin-top: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  
}

.home-workedBrands p{
    font-size: 18px;
    color: #666d80;
    font-weight: 600;
    text-align: center;
}

.home-fyc-straightArrow{
    display: none;
}

.home-testimonialCardContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 150px;
}

.home-testimonialCard{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.home-testimonialCard h1{
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-weight: 500;
    font-feature-settings: 'cv10' on, 'ss01' on;
    margin-bottom: 0;
}

.home-testimonialCard p{
    font-size: 18px;
    color: #666d80;
    line-height: 28px;
    margin-bottom: 0;
}

.home-yfs-rightContainer{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 564px;
    border-radius: 24px;
    border: 1px solid var(--border-normal-50, #ECEFF3);
    background: var(--primary-100, #EBFAFF);
    padding: 36px 36px 0px 36px;
    overflow: hidden;
}

.home-yfs-features{
    position: relative;
    bottom: -5px;
    padding: 28px 28px 0 28px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24), 0px 0px 96px 0px rgba(0, 0, 0, 0.06);
}

.home-yfs-featuresItem{
    display: flex; 
    padding-bottom: 16px;
    border-bottom: 1px solid #eceff3;
    gap: 16px;
}

.home-fys-fi-imageWrapper{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-yfs-fi-rightWrapper{
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.home-yfs-fi-rightWrapper h6{
   font-size: 18px;
   font-weight: 500;
   line-height: 28px;
   color: #0d0d12; 
   margin-bottom: 0;
}

.home-yfs-fi-rightWrapper p{
    font-size: 14px;
    color: #666d80;
    margin-bottom: 0;
    line-height: 20px;
}

.home-testimonialCard-ImageWrapper{
    width: 100%;
}

.home-testimonialCard-ImageWrapper img{
    width: 100%;
    height: 100%;
}

.forCompanies-step-rightSection img{
    width: 100%;
}

.forCompanies-step-rightSection{
    border-radius: 24px;
    border: 1px solid var(--border-normal-50, #ECEFF3);
    position: relative;
    max-width: 464px;
    max-height: 352px;
    padding: 20px 0px 0 20px;
    overflow: hidden;
}

.forCompanies-step-rightSection.--blue{
    background: var(--primary-100, #EBFAFF);
}

.forCompanies-step-rightSection.--red{
    background: var(--secondary-pink-100, #FFEBF3);
}

.forCompanies-step-rightSection.--yellow{
    background: var(--secondary-yellow-100, #FFF8D6);
}

.forCompanies-step-rightSection.--blue{
    background: var(--primary-100, #EBFAFF);
}

.forCompanies-step-rightSection.--red{
    background: var(--secondary-pink-100, #FFEBF3);
}

.forCompanies-step-rightSection.--yellow{
    background: var(--secondary-yellow-100, #FFF8D6);
}

.forCompanies-step-rs-bottomEffect{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 81px;
}

.--red .forCompanies-step-rs-bottomEffect{
    background: linear-gradient(180deg, rgba(255, 235, 243, 0.00) 0%, #FFEBF3 100%); 
}

.--blue .forCompanies-step-rs-bottomEffect{
    background: linear-gradient(180deg, rgba(235, 250, 255, 0.00) 0%, #EBFAFF 100%); 
}

.--yellow .forCompanies-step-rs-bottomEffect{
    background: linear-gradient(180deg, rgba(255, 248, 214, 0.00) 0%, #FFF8D6 70%, #FFF8D6 100%);
}

.home-quotes{
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--BG-Gradient, linear-gradient(98deg, #FFF8D6 0.25%, #FFD6E6 51.08%, #D6F4FF 99.83%));
    padding: 64px 20px 120px 20px;
}

.home-quotes.new{
    background: none;
    margin-top: 100px;
    padding-bottom: 20px;
}

.home-quotes.--blue{
    background: #D6F4FF;
}

.home-quotes-top{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px 10px 16px;
    background-color: #fff;
    border-radius: 30px;
}

.home-quotes-top span{
    color: var(--text-loud-900, #0D0D12);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 2.24px;
}

.home-quotes-title{
    color: var(--text-loud-900, #0D0D12);
    text-align: center;
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 48px;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
    max-width: 700px;
    margin-top: 28px;
}

.home-quotes-explanation{
    color: var(--text-muted-600, #36394A);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 600px;
    margin-bottom: 40px;
}

.home-quotes-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 0 30px;
}

.home-quote-element{
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .carousel-item-slideWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.new .home-quote-element{
    width: 720px;
    min-height: 290px;
    border: 1px solid #eceff3;
    display: flex;
    align-items: center;
}


.home-fyc-miniUploadCvCard{
    animation: homeFycLeftCardAppear 1.8s ease-in-out 1; 
}

.home-fyc-rightInnerContainer{
    animation: homeFycRightAppear 3s ease-in-out 1;
}

.home-fyc-userInfoCard{
    animation: homeFycRightCardAppear 1.8s ease-in-out 1; 
}

.home-fyc-userIllusturative{
    animation: homeFycIllusturativeAppear 2.5s ease-in-out 1;
    z-index: -1;
}

.home-fyc-rightArrowInnerAnimator{
    animation: homeFycRightArrowInnerAnimator 4s linear 1;
}
.home-fyc-rightTiltedArrowHead{
    animation: homeFycRightArrowHeadAnimation 4.5s ease-in-out 1; 
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(1){
    animation: homeFycTitleThreeLineAnimation1 1s ease-in-out 1;
}
.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(2){
    animation: homeFycTitleThreeLineAnimation2 2s ease-in-out 1;
}
.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(3){
    animation: homeFycTitleThreeLineAnimation3 3s ease-in-out 1;
}
.home-fyc-title-underlineAnimator{
    animation: homeFycTitleUnderlineAnimator 2s ease-in-out 1;
}

.quotes-new-templateContainer{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.qnt-backgroundContainer{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.qnt-background{
    width: 720px;
    top: 0;
    bottom: 0;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.qnt-background.first{
    background-color: #f6f8fa;
    z-index: 2;
    transform: translate(40px,-30px);
}
.qnt-background.second{
    background-color: #eceff3;
    z-index: 1;
    transform: rotate(-5deg) translate(30px,-20px);
}

.testimonial-carousel{
    position: relative;
    z-index: 3;
    width: 100%;
}

@media (max-width: 1199px) {
    .home-fyc-leftContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .home-testimonialCard-ImageWrapper{
        max-width: 564px;
    }
    .home-quotes{
       width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .home-quote-element {
        display: none;
    }
    .home-quote-element.mobile-visible {
        display: flex;
    }
}

.new .carousel-item .home-quotes-doubleQuoteImage{
    display: none;
}

.new .carousel-item .home-quote-element-text{

}
.home-quotes-doubleQuoteImage{
    width: 40px;
    height: 40px;
}

.testimonial-carousel button{
    color: #000 !important;
    z-index: 4;
    height: 48px;
    width: 48px;
    top: 40%;
    border-radius: 62px;
    background: var(--Background-White, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
}

.home-quote-element-text{
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    line-height: 24px; /* 150% */
    margin-top: 8px;
    margin-bottom: 24px;
    margin-top: auto;
}

.home-quotes-element-userContainer{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-self: baseline;
}

.home-quotes-element-userContainer img{
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.home-quotes-element-npw-inner{
    display: flex;
    flex-direction: column;
}

.home-quotes-element-namePositionWrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.new .carousel-item .home-quotes-element-namePositionWrapper{
    width: unset;
}

.home-quotes-element-namePositionWrapper span:first-of-type{
    color: var(--text-loud-900, #0D0D12);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.home-quotes-element-namePositionWrapper .home-quotes-element-npw-inner span{
    color: var(--text-muted-600, #36394A);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}





.home-fyc-highlightedText--mobile{
   position: relative;
  
}

.home-quote-element.--last{
    margin: 24px 30px 0 30px
}

.home-testimonialCard .btnLink-black{
    margin-top: 16px;
}

.home-testimonialCardContainer .forCompanies-step-rightSection {
    padding: 0;
} 

@media only screen and (max-width: 1199px) {

    .home-quotes-list.--companies{
        grid-template-columns: 1fr;
    }

    .home-fyc-miniUploadCvCard{
        animation: none;
    }
    
    .home-fyc-rightInnerContainer{
        animation: none;
    }
    
    .home-fyc-userInfoCard{
        animation: none;
    }
    
    .home-fyc-userIllusturative{
        animation: none;
    }
    
    .home-fyc-rightArrowInnerAnimator{
        animation: none;
    }
    .home-fyc-rightTiltedArrowHead{
        animation: none;
    }
}

@keyframes homeFycRightAppear{
    0%{
        opacity: 0;
        transform: scale(0);
    }
    30%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes homeFycLeftCardAppear{
    0%{
        left: 0;
        top: 0;
        transform: rotate(0);
    }
    60%{
        left: 0;
        top: 0;
        transform: rotate(0);
    }
    67%{
        left: -80px;
        top: -80px;
        transform: rotate(-15deg)  scale(1.4);
    }
    78%{
        left: -50px;
        top: -50px;
        transform: rotate(-15deg)  scale(0.95);
    }
    90%{
        left: -69px;
        top: -69px;
        transform: rotate(-15deg)  scale(1.02);
    }
    100%{
        left: -68px;
        top: -68px;
        transform: rotate(-15deg)  scale(1);
    }
}
@keyframes homeFycRightCardAppear{
    0%{
        right: 0;
        top: 0;
        transform: rotate(0);
    }
    60%{
        right: 0;
        top: 0;
        transform: rotate(0);
    }
    67%{
        right: -89px;
        top: -65px;
        transform: rotate(12deg)  scale(1.4);
    }
    78%{
        right: -59px;
        top: -35px;
        transform: rotate(12deg) scale(0.95);
    }
    90%{
        right: -77px;
        top: -53px;
        transform: rotate(12deg)  scale(1.02);
    }
    100%{
        right: -77px;
        top: -53px;
        transform: rotate(12deg)  scale(1);
    }
}
@keyframes homeFycIllusturativeAppear{
    0%{
        opacity: 0;
        left: 0;
    }
    60%{
        opacity: 0;
        left: 0;
    }
    61%{
        opacity: 1;
    }
    100%{
        left: -200px;
    }
}
@keyframes homeFycRightArrowInnerAnimator{
    0%{
        top: -20px;
        left: 0;
        transform: rotate(0);
      
    }
    40%{
        top: -20px;
        left: 0;
        transform: rotate(0);
    }
    70%{
        left: -100px;
        top: 0;
    }

    100%{
        top: 150px;
        left: -100px;
        transform: rotate(-50deg);
    }
}
@keyframes homeFycRightArrowHeadAnimation{
    0%{
        transform: scale(0);
    }
    75%{
        transform: scale(0);
    }
    80%{
        transform: scale(1.2);
    }
    85%{
        transform: scale(0.9);
    }
    90%{
        transform: scale(1.1);
    }
    95%{
        transform: scale(0.95);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes homeFycTitleThreeLineAnimation1{
    0%{
        opacity: 0;
        transform: translate(9px, -15px);
    }
    40%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes homeFycTitleThreeLineAnimation2{
    0%{
        opacity: 0;
        transform: translate(15px, -15px) rotate(18deg);
    }
    50%{
        opacity: 0;
        transform: translate(15px, -15px) rotate(18deg);
    }
    75%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translate(0) rotate(18deg);
    }
}
@keyframes homeFycTitleThreeLineAnimation3{
    0%{
        opacity: 0;
        transform: translate(15px, -5px) rotate(40deg);
    }
    77%{
        opacity: 0;
        transform: translate(15px, -5px) rotate(40deg);
    }
    89%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translate(0) rotate(40deg);
    }
}
@keyframes homeFycTitleUnderlineAnimator{
    0%{
        transform: translate(0);
    }
    100%{
        transform: translate(370px, 0);
    }
}

@media only screen and (max-width: 1199px) {
    .home-fyc-container {
        grid-template-columns: 1fr;
        gap: 150px;
        margin-bottom: 187px;
        margin-top: 100px;
    }
    .home-fyc-rightInnerContainer{
        right: 0;
        bottom: 0;
    }
    .home-fyc-strokeText{
        display: none;
    }
    .home-fyc-title{
        font-size: 41px;
        text-align: center;
        line-height: 40px;
    }
    .home-fyc-title-threeLineContainer{
        display: none;
    }
    .home-fyc-explanationText{
        font-size: 16px;
        text-align: center;
    }
    .home-fyc-ctaBtnWrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 16px;
    }
    .home-fyc-ctaBtnWrapper .btnLink-black{
        width: auto;
        display: flex;
    }
    .home-fyc-ctaBtnWrapper > a:nth-child(3){
        /* place it on bottom left */
        grid-area: 2/2/3/3;
    }
    .home-fyc-ctaBtnWrapper > a:nth-child(4){
        /* place it on bottom right */
        grid-area: 2/1/3/2;
    }
    .home-fyc-animatedTiltedArrowContainer{
        display: none;
    }
    .home-fyc-userIllusturative{
        top: unset;
        bottom: -133px;
        left: 90px;
        transform: scale(1.3);
    }
    .home-fyc-straightArrow{
        display: block;
        position: absolute;
        bottom: -64px;
        left: 178px;
    }
    .home-fyc-highlightedText--mobile{
        display: block;
        color: #00B7FD;
        width: min-content;
        white-space: nowrap;
        margin: auto;
    }
    .home-fyc-title-underlineContainer{
        left: 0;
        right: 0;
        bottom: -10px;
        width: -webkit-fill-available;
    }    
}

@media only screen and (max-width: 991px) {
    .home-quotes.new{
        margin-top: 38px;
        align-items: baseline;
        margin-bottom: 100px;
    }
    .home-quotes.new .home-quotes-title, .home-quotes.new .home-quotes-explanation{
        text-align: start;
    }
    .home-quotes.new .home-quotes-title{
        margin-top: 20px;
    }
    .home-quotes.new .home-quotes-explanation{
        margin-bottom: 20px;
    }
    .new .home-quote-element{
        height: auto;
    }
    .qnt-background.first{
        transform: rotate(-3deg);
        width: 100%;
    }
    .qnt-background.second{
        transform: rotate(-6deg);
        width: 94%;
    }
    .testimonial-carousel .carousel-control-prev{
        left: calc(50% - 75px);
        bottom: -58px;
        top: unset;
    }
    .testimonial-carousel .carousel-control-next{
        right: calc(50% - 75px);
        bottom: -58px;
        top: unset;
    }

    .home-testimonialCard{
        gap: 16px;
    }
    .home-testimonialCard p{
        font-size: 16px;
    }
    .home-testimonialCardContainer{
        margin-top: 64px;
    }
    .home-quotes{
        margin-top: 64px;
    }
    .home-workedBrands p{
        font-size: 12px;
        margin: 0;
    }
    .home-quote-element.--last{
        margin: 24px 0 0 0;
    }
    .slideShow-imageContainer img{
        filter: grayscale(0);
        animation-play-state: paused !important;
    }
    .home-quotes-list:not(.--companies){
        grid-template-columns: 1fr 1fr;
    }
    .home-quotes-title{
        font-size: 36px;
        line-height: 32px;
    }
    .home-quotes-list{
        margin: 0;
    }

    .home-testimonialCard-reverse.home-testimonialCardContainer{
        display: flex;
        flex-direction: column-reverse;
    }
    .home-testimonialCardContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .home-testimonialCard{
        text-align: center;
        align-items: center;
    }
    .home-testimonialCard h1{
        font-size: 24px;
    }



    .home-fyc-title{
        font-size: 32px;
    }
    .home-fyc-rightContainer{
        transform: scale(0.8);
    }
    .home-fyc-container{
        margin-bottom: 0;
        gap: 80px;
    }
    .home-workedBrands {
        margin-top: 120px;
    }
    .home-fyc-ctaBtnWrapper{
       flex-direction: column;
       width: 100%;
       margin-bottom: 55px;
    }
    .home-fyc-title-underlineContainer{
        bottom: -7px;
    }
  

}

@media only screen and (max-width: 767px) {
    .home-quotes-list{
        grid-template-columns: 1fr !important;
    }
    .home-quotes-title{
        font-size: 24px;
    }

    .home-highlightedJobs{
        gap: 6px !important;
    }

  

    .home-yfs-rightContainer{
        padding: 21px 21px 0 21px;
    }

    .home-yfs-fi-rightWrapper h6{
        font-size: 11px;
        line-height: 16px;
    }

    .home-yfs-fi-rightWrapper p{
        font-size: 9px;
        line-height: 12px;
    }

    .home-fys-fi-imageWrapper{
        width: 31px;
        height: 31px;
    }

    .home-yfs-features{
        padding: 12px 12px 12px 12px;
    }

    .home-yfs-featuresItem{
        padding-bottom: 9px;
    }

    .home-yfs-features{
        gap: 9px;
    }

    .home-yfs-features .home-yfs-featuresItem:nth-child(3){
        border: none;
    
    }

}

@media only screen and (max-width: 575px) {
    .home-testimonialCard-ImageWrapper{
        width: 100%;
    }

    .home-fyc-rightContainer{
        transform: scale(0.6);
    }
    .home-workedBrands{
        margin-top: 60px;
    }
    .home-fyc-container{
        gap: 0px;
    }


}

@media only screen and (max-width: 394px) {
    .home-fyc-rightInnerContainer{
        right: 0;
        bottom: 0;
    }
    .home-fyc-rightContainer:not(.companies-fyc-rightContainer){
        width: 75px;
        margin: auto;
    }
}

