.cityB-wid-it,.cityB-wid-it .-cityBox-wi i {
    transition: .4s
}

.cityB-wid-it {
    display: flex;
    --el--w: 218px;
    min-width: var(--el--w);
    max-width: var(--el--w);
    height: 240px;
    border-radius: var(--largeradius);
    border: 2px solid var(--background);
    overflow: hidden;
    cursor: pointer;
    padding: 30px;
    flex: 1;
    align-items: center;
    flex-direction: column;
    mask-image: var(--mask-city);
    mask-repeat: no-repeat;
    mask-size: cover;
    position: relative;
    justify-content: center
}

.-cityBox-wi {
    display: flex;
    font-size: 48px;
    width: 60px;
    align-items: center;
    color: #fff;
    transition: 180ms;
    flex-direction: column;
    gap: 20px;
}

.-cityBox-wi>i {
    font-weight: 300
}

.-cityBox-wi::after {
    content: '';
    position: relative;
    min-height: 45px;
    width: 1px;
    background: #fff;
    display: block
}

.city-in-box {
    line-height: 1.5
}

.city-in-box>a h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    margin-block: 13px;
}

.cityB-wid-it::after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--uicolor2);
    transition: .4s;
    opacity: 1
}

.cityB-wid-it img,.cityB-wid-it::after {
    z-index: -1;
    top: 0;
    position: absolute
}

.-cityBox-wid-it {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    gap: 20px
}

.-YC-WidgetType-category h2.-w-h1-ti,.-YC-WidgetType-category h2.-w-h1-ti c--color,.-YourColor-SingleWidget-Section.-YC-WidgetType-category .-wi-aft-int-h4 {
    color: #fff
}

.-YC-WidgetType-category .-dlt-title .P-content {
    color: #d2e0f9;
    margin-bottom: 20px;
    line-height: 1.7
}

.-YC-WidgetType-category .-defult-w--URL {
    margin: 40px auto 0;
    max-width: max-content
}

.-YC-WidgetType-category .-defult-w--URL>.--Parent-URL-BTN>a {
    background: #fff;
    color: var(--uicolor);
    border-color: #fff
}

.-YC-WidgetType-category .-defult-w--URL>.--Parent-URL-BTN>a.button_url_2 {
    color: #fff;
    border-color: #fff
}

.-YC-WidgetType-category .-defult-w--URL>.--Parent-URL-BTN>a.button_url_2:hover {
    background:#fff;
    color: var(--primary-text)
}
