<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popover h3 {
    margin-top: 0;
}

div.popover {
    max-width: 500px;
    border-radius: 0;
    border: 0;
}

.popover .popover-title {
    padding: 14px 14px;
    font-size: 20px;
    border-radius: 0;
}

.popover h3.popover-title, .popover div.popover-content {
    color: #000;
}

.popover h3.popover-title {
    font-weight: bold;
    margin: 0;
}

.page-content .swiper-container {
    overflow: unset;
}

.border-grey{
    border-bottom:1px solid #cbcbcb;
    padding-bottom:30px
}

.column-cards .chess-grid__cell{
    width:100%;
    padding:20px;
    margin:0
}

.column-cards .chess-grid__title{
    display:flex;
    align-items:center;
    justify-content: center;
}

.steps-new {
    background: white;
}
.steps-new .steps-block {
    background: #fff;
    padding: 60px 0;
}

.steps-new .steps-block__text {
    margin-bottom: 50px;
}
@media screen and (max-width: 440px) {
    .steps-new .steps-block__text {
        margin-bottom: 30px;
    }
}
.steps-new .steps-block__item {
    border: none;
    padding: 0;
    box-sizing: border-box;
    min-width: unset;
}
.steps-new .steps-block__item__wrapper {
    align-items: start;
}
.steps-new .steps-block__item__description {
    text-align: left;
}
.steps-new .steps-block__item__description .fa {
    font-size: 35px;
    padding-top: 25px;
}
.steps-new .steps-block__item__description .text {
    margin-bottom: 20px;
}
.steps-new .item-icon__wrapper .number-1, .steps-new .item-icon__wrapper .number-2, .steps-new .item-icon__wrapper .number-3 {
    font-size: 15px;
    line-height: 130px;
    width: 100px;
    height: 140px;
}
.steps-new .item-icon__wrapper .number-1:before, .steps-new .item-icon__wrapper .number-2:before, .steps-new .item-icon__wrapper .number-3:before {
    font-size: 180px;
    line-height: 150px;
}
@media screen and (max-width: 440px) {
    .steps-new .item-icon__wrapper .number-1, .steps-new .item-icon__wrapper .number-2, .steps-new .item-icon__wrapper .number-3 {
        width: 73px;
    }
    .steps-new .item-icon__wrapper .number-1:before, .steps-new .item-icon__wrapper .number-2:before, .steps-new .item-icon__wrapper .number-3:before {
        font-size: 140px;
        line-height: 150px;
    }
}

.steps-block__item__text p {
    padding-left: 100px;
}

@media screen and (max-width: 1024px) {
    .steps-block__item p {
        padding-left: 0;
    }
}

.steps-block__item + .steps-block__item {
    margin-left: 2%;
}

@media screen and (max-width: 991px) {
    .steps-new .steps-block__item {
        margin-bottom: 30px;
    }
    .steps-new .steps-block__item:last-child {
        margin-bottom: 0;
    }
    .steps-block__item + .steps-block__item {
        margin-left: 0;
    }
}

.steps-block__item__text.no_padding p {
    padding: 0;
}

.steps-block__item__description.no_margin {
    margin: 0;
}

.page-box .local-loader {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: none;
}

@media (min-width: 768px) {
    .map-component-container .study-centers-results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .map-component-container .study-centers-results__item--map {
        flex: 50% 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .map-component-container .study-centers-results__item--map #study-center-map {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    .map-component-container .study-centers-results__item--list {
        -webkit-box-flex: 50;
        -ms-flex: 50% 0 0;
        flex: 50% 0 0;
    }
    .map-component-container .study-centers-results__item--list .study-centers {
        height: 100%;
        max-height: 400px;
        min-height: 400px;
        background: #fff;
        color: #000;
        position: relative;
    }

    .page-box .find-study-centers .form-control {
        min-width: 240px;
        line-height: 24px;
        height: 40px;
        padding: 7px 12px;
        font-size: 15px;
        border-radius: 3px;
        margin-right: 5px;
    }
    .page-box .find-study-centers .form-control + span.select2 {
        margin-right: 5px;
    }
    .page-box .find-study-centers .btn {
        font-size: 12px;
        line-height: 24px;
    }

    .page-box .page-content {
        min-height: 82vh;
    }
}

.page-box .find-study-centers .btn {
    text-transform: uppercase;
}

.page-box .local-loader.loader-wrapper__visible {
    display: flex;
}

.page-box .form-label-outside {
    transform: none;
    color: #000;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.page-box .study-centers__title {
    text-align: left;
    font-style: normal;
}

.page-box .study-centers__search-results-content {
    display: none;
}

.page-box .study-centers__search-results-content.visible {
    visibility: visible;
    display: block;
}

.page-box .study-centers__item {
    padding: 15px 20px;
    position: relative;
}

.page-box .map-component-wrapper {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
}

</pre></body></html>