.cb24-get-started .breadcrumb-frame {
    position: unset;
}
.cb24-get-started .breadcrumb-frame #breadcrumbs a,
.cb24-get-started .breadcrumb-frame #breadcrumbs span {
    color: #fff;
}
section.cb24-apply.cb24-apply-banner.cb24-get-started {
    background: linear-gradient(270deg, #5F249F 0%, #36006F 60%);
    color: #fff;
    padding: 24px 90px 100px;
    height: 100%;
}
.cb24-get-started div.breadcrumb-frame {
    position: unset !important;
    background-color: unset !important;
}
.cb24-get-started .inner-content {
    margin-top: 200px;
}
.cb24-get-started .inner-content,
.cb24-get-started .filter-wrapper {
    max-width: 950px;
    margin-inline: auto;
}
.cb24-get-started h2 {
    font-family: dharma-gothic-m, sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 135px;
    line-height: 78%;
    max-width: 600px;
    margin-inline: auto;
}
.cb24-get-started .inner-content p {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    line-height: 156%;
    margin: 35px auto 75px;
    max-width: 685px;
}
.cb24-get-started .selection span.select2-selection__arrow {
    display: none;
}
.admin-bar span.select2-dropdown.select2-dropdown--below {
    transform: translateY(30px);
}
.cb24-get-started .rotating-circle {
    width: 150px;
    height: 150px;
    margin: 0 0 -35px auto;
}
.cb24-get-started .rotating-circle svg {
    width: 100%;
    height: 100%;
    animation: rotateCircle 10s linear infinite;
}
.cb24-get-started .rotating-circle svg textPath {
    font-weight: 700;
}

/* Smooth rotation */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px){
.admin-bar span.select2-dropdown.select2-dropdown--below {
    transform: unset;
}
}

@media (max-width: 767px){
.cb24-get-started .breadcrumbs.large-frame {
    padding-inline: 0;
}
section.cb24-apply.cb24-apply-banner.cb24-get-started {
    height: 100%;
    padding: 15px 25px 145px;
}
.cb24-get-started .inner-content {
    margin-top: 110px;
}
.cb24-get-started .rotating-circle {
    display: none;
}
.cb24-get-started h2 {
    font-size: 50px;
}
.cb24-get-started .inner-content p {
    font-size: 14px;
    text-align: center;
    margin: 30px auto 45px;
}
.cb24-get-started .filter-wrapper label.primary-link {
    width: 100%;
    display: inline-block;
    text-align: center;
}
section.cb24-apply.cb24-apply-banner.cb24-get-started span.select2-container .select2-selection:after {
    width: 16px;
    height: 16px;
}
}