* {
    cursor: none !important;
}

.custom-cursor {
    display: none;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease;
    z-index: 999999999999999;
}

.custom-cursor span {
    background: #007abb;
    border-radius: 100%;
    display: block;
    overflow: visible;
    pointer-events: none;
    position: fixed;
}

.custom-cursor span.main {
    height: 100px;
    text-align: center;
    transform: translate(-50%, -50%) scale(.08);
    transition: background-color .25s cubic-bezier(.77, 0, .175, 1), transform .35s cubic-bezier(.77, 0, .175, 1);
    width: 100px;
    z-index: 9999;
}

.custom-cursor span.main:before {
    color: #fff;
    content: attr(data-text);
    display: block;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    line-height: 14px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .35s cubic-bezier(.77, 0, .175, 1);
    z-index: 1;
}

.custom-cursor span.follow {
    background-color: rgba(0, 122, 187, 0.12);
    height: 30px;
    transform: translate(-50%, -50%) scale(1);
    transition: background-color .25s cubic-bezier(.77, 0, .175, 1), transform .35s cubic-bezier(.77, 0, .175, 1), left .15s ease, top .15s ease;
    width: 30px;
    z-index: 9998;
}

.custom-cursor.hover-button span.main, .custom-cursor.hover-menu span.main {
    background-color: rgb(0, 122, 187);
    transform: translate(-50%, -50%) scale(.6);
}

.custom-cursor.hover-button span.main:before, .custom-cursor.hover-menu span.main:before {
    font-size: 20px;
    opacity: 1;
}

.custom-cursor.hover-button span.follow, .custom-cursor.hover-menu span.follow {
    background-color: transparent;
}

.custom-cursor.hover-entity-item span.main {
    background-color: rgb(0, 122, 187);
    transform: translate(-50%, -50%) scale(1);
}

.custom-cursor.hover-entity-item span.main:before {
    font-size: 12px;
    opacity: 1;
}

.custom-cursor.hover-entity-item span.follow {
    background-color: transparent;
}

.custom-cursor.hover-cta span.main {
    background-color: rgb(0, 122, 187);
    transform: translate(-50%, -50%) scale(1);
}

.custom-cursor.hover-cta span.main:before {
    opacity: 1;
}

.custom-cursor.hover-cta span.follow {
    background-color: transparent;
}

.custom-cursor {
    position: absolute;
    z-index: 999999999999999;
}

.news-block-one .inner-box .image-box .image {
    max-height: 25rem;
}
