#cmsPageLoader {
    display: none !important;
}

#footer {
    display: none !important;
}

.st-shadow-box {
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
        0 15px 35px rgba(50, 50, 93, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden !important;
}

.st-header-root {
    position: relative !important;
}

.social-links-item.list-item:hover,
.social-links-item.list-item:hover *{
    color: #32325d !important;
}

.st-align-top {
    vertical-align: top !important;
}

/* Header stripes */

.st-header-stripes {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -9999px !important;
    bottom: 70px !important;
    transform-origin: 50% 100%;
    transform: skewY(-12deg);
}

.st-header-stripes * {
    user-select: none !important;
    font-size: 0 !important;
    color: transparent !important;
}

.st-header-stripes > div {
    position: absolute !important;
    height: 64px !important;
    padding: 0 !important;
}
.st-header-stripes > div:nth-child(1) {
    bottom: -128px !important;
    right: 20px !important;
    width: 25% !important;
    box-shadow: 0 0 0 2px inset #e6ebf1;
}
.st-header-stripes > div:nth-child(2) {
    bottom: 0 !important;
    right: 0 !important;
    width: 50% !important;
}
.st-header-stripes > div:nth-child(3) {
    bottom: 64px !important;
    right: 20px !important;
    width: 25% !important;
}
.st-header-stripes > div:nth-child(4) {
    bottom: 192px !important;
    right: 0 !important;
    width: 25% !important;
}

/* Header layout */

.st-header-flex {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.st-header-flex > * {
    flex-grow: 0;
    flex-shrink: 0;
}