.richtext h2 {
    font-weight: bold;
    font-size: 20px;
}

.richtext h3 {
    font-weight: bold;
}

.richtext a {
    color: #ff3399;
}

._fixed .header {
    transition: all 0.5s ease;
    padding: 10px 0 10px 0;
}

.header {
    transition: all 0.5s ease;
}

.custom-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 9999px;
    padding: 0px;
}

@media (min-width: 768px) {
    .custom-min-height {
        min-height: 90px;
    }
}
@media (min-width: 1024px) {
    .custom-min-height {
        min-height: 70px;
    }
}

@media (min-width: 1280px) {
    .custom-min-height {
        min-height: 110px;
    }
}

.image-slider-js .tns-nav-active {
    width: 120px;
    height: 70px;
    border-width: 4px;
    border-color: #ff3399;
    margin-top: 0px;
    transform: scale(1.1);
    transition: transform 0.3s ease;

}

.tns-nav .tns-nav-active {
    border-width: 3px;
    border-radius: 9999px;
    border-color: rgb(148 163 184);
    padding: 0.125rem;
    background-color: rgb(148 163 184);
}

.tns-nav button {
    border-width: 3px;
    border-radius: 9999px;
    border-color: rgb(226 232 240);
    padding: 0.125rem;
    background-color: rgb(226 232 240);
    margin-left: 0.5rem;
}

div.tns-nav {
    display: flex;
    justify-content: center;
}

ul li:not([class]) {
    padding-top: 8px;
    position: relative;
    margin-left: 2.5rem;
}

ul li:not([class]):before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ff3399;
    border-radius: 50%;
    position: absolute;
    left: -2.25rem;
    top: 1.4rem;
    transform: translateY(-50%);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}