.hero-slider {
display: flex;
align-items: center;
gap: 132px;
}
.hero-next,
.hero-prev {
color: #155EEF; transition-duration: 0.3s !important;
}
.hero-next.is-end,
.hero-prev.is-beginning, .hero-next.is-end svg path,
.hero-prev.is-beginning svg path { opacity: .2;
cursor: unset;
} 
.hero-prev.is-beginning:hover, 
.hero-prev.is-beginning:hover svg path,
.hero-next.is-end:hover,
.hero-next.is-end:hover svg path
{  background: transparent !important;
border-color: #84ADFF !important;
fill: #155EEF; 
cursor: unset;
} 
.hero-image-slider {
width: 301px;
flex: none;
border-radius: 46px;
overflow: hidden;
} .swiper-hero-img {
width: 100%;
display: block;
} .hero-image-slider .swiper-wrapper {
position: absolute;
top: 5px;
left: 4px;
z-index: -1;
} .hero-image-slider .swiper-slide img {
width: 292px;
object-fit: cover;
border-radius: 36px;
}
.swiper-hero-img-slider {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
.hero-title {
font-weight: 500;
font-style: Medium;
font-size: 60px;
line-height: 72px;
letter-spacing: -3%;
color: #101828;
margin-bottom: 32px;
}
.hero-description {
font-size: 18px;
line-height: 1.6;
margin-bottom: 30px;
color: #667085;
}
.hero-progress {
display: flex;
align-items: center;
max-width: 335px;
gap: 8px;
}
.progress-bar {
position: relative;
display: flex;
flex: 1; }
.progress-segment {
flex: 1;
height: 2px;
background: #D9D9D9dd;
}
.progress-indicator {
position: absolute;
top: 0;
left: 0;
height: 2px;
background: #2970FF;
transition: transform 0.5s ease;
transition-duration: 0.3s !important;
}
.progress-text {
color: #000000;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
} .hero-slider-wrapper .swiper-wrapper {
transition-duration: 0.3s !important;
}
.hero-slider-wrapper {
padding: 0 0 0 145px;
}
.hero-slider-wrapper .swiper-slide {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hero-slider-wrapper .swiper-slide-active {
opacity: 1;
visibility: visible;
}
.basic-slider .swiper-slide {
text-align: center;
}
.basic-slider img {
width: 100%;
max-width: 600px;
}
.basic-slider h3 {
margin-top: 20px;
}
.swiper-backface-hidden .swiper-slide { -webkit-backface-visibility: hidden;
}
.hero-nav {
display: flex;
gap: 48px;
}
.hero-next,
.hero-prev {
width: 64px;
height: 64px;
border: 1px solid #84ADFF;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
transition: all 0.25s ease;
opacity: 1;
user-select: none;
-webkit-user-select: none; background: transparent;
}
.hero-nav-mobile {
display: none !important;
} .hero-next svg path,
.hero-prev svg path {
fill: #155EEF;
transition: all 0.3s ease;
} .hero-next:hover,
.hero-prev:hover {
background: #155EEF;
border-color: #155EEF;
}
.hero-next:hover svg path,
.hero-prev:hover svg path {
fill: #fff;
} .hero-next.hover-state,
.hero-prev.hover-state {
background: #155EEF;
border-color: #155EEF;
}
.hero-next.hover-state svg path,
.hero-prev.hover-state svg path {
fill: #fff;
} .hero-next.reset,
.hero-prev.reset {
background: #fff;
border-color: #155EEF;
}
.hero-next.reset svg path,
.hero-prev.reset svg path {
fill: #155EEF;
} .hero-next.disabled,
.hero-prev.disabled {
border-color: #EAECF0;
pointer-events: none;
}
.hero-next.disabled svg path,
.hero-prev.disabled svg path {
fill: #D0D5DD;
} .faqs-container {
display: flex;
grid-template-columns: 1fr;
justify-content: center;
}
.faq-block {
max-width: 628px;
display: flex;
justify-content: center;
}
.faq-block-title {
font-weight: 400;
font-size: 30px;
line-height: 38px;
letter-spacing: 0%;
vertical-align: middle;
color: #000000;
margin-bottom: 32px;
}
.faq-items-container {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
.faq-question-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
user-select: none;
transition: all 0.3s ease;
padding: 16px 0;
}
.faq-question {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #000000;
font-family: 'Inter', sans-serif !important;
}
.faq-answer {
font-family: 'Inter', sans-serif !important;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #000000;
max-height: 0;
overflow: hidden;
opacity: 0;
transform: translateY(-8px);
margin-bottom: 0;
transition:
max-height 0.4s ease,
opacity 0.3s ease,
transform 0.3s ease,
margin-bottom 0.3s ease;
}
.faq-item.active .faq-answer {
max-height: 500px;
opacity: 1;
transform: translateY(0);
margin-bottom: 16px;
}
.faq-item {
border-bottom: 1px solid #667085;
}
.faq-icon {
flex-shrink: 0;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.active .faq-icon {
transform: rotate(180deg);
}
.agency-application .hero-title, .agency-application .hero-description, .agency-application .progress-text{
color: #FFFFFF !important;
}
.agency-application .hero-slider-wrapper{
padding: 80px 140px;
} @media screen and (max-width: 1360px) {
.hero-slider-wrapper {
padding: 0 100px;
}
}
@media screen and (max-width: 1024px) {
.hero-title {
font-size: 40px;
line-height: 45px;
}
}
@media screen and (max-width: 991px) {
.hero-slider {
display: flex;
flex-direction: column-reverse;
}
.hero-content-slider.swiper {
padding: 20px 20px 0;
width: 100%;
}
.hero-slider-wrapper, .agency-application .hero-slider-wrapper {
padding: 0;
}
.hero-slider {
gap: 20px;
}
.hero-progress {
margin-bottom: 20px;
max-width: 100%;
gap: 30px;
}
.hero-nav {
justify-content: center;
}
.hero-image-slider {
margin-bottom: 40px;
}
.hero-nav {
display: none;
}
.hero-slider-left {
display: flex;
align-items: center; width: 100%;
padding: 0 5px;
}
.hero-next,
.hero-prev {
width: 46px;
height: 46px;
}
.hero-nav-mobile {
display: flex !important;
} .hero-title {
font-size: 30px;
line-height: 30px;
letter-spacing: -2%;
}
}
@media (max-width: 768px) { .faq-block-title {
font-size: 24px;
margin-bottom: 20px;
}
.footer-bottom {
display: flex;
flex-direction: column;
align-items: center;
}
.footer-bottom>* {
margin-right: 20px;
margin-bottom: 10px;
}
.hero-image-slider {
width: 230px;
border-radius: 26px;
}
.hero-image-slider .swiper-slide img {
width: 222px;
}
}
@media (max-width: 600px) {
.body {
padding: 0 10px;
}
}