.roapt {
    background-image: url(../images/lookingforapartment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    transition: transform 0.2s;
}
.roapt:hover {
    transform: scale(1.5);
    border: groove;
}
.lfapt {
    background-image: url(../images/rentoutapartment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    transition: transform 0.2s;
}
.lfapt:hover {
    transform: scale(1.5);
    border: groove;
}
h2 a {
    color: #000;
    font-variant: petite-caps;
}
.backgroundstyle {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(60%);
}
.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:focus,
.wizard .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i {
    color: #555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: 0 0;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
@media (max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
.steps-block {
    padding-top: 40px;
    padding-bottom: 50px;
}
@media (min-width: 1024px) {
    .steps-block {
        padding-top: 63px;
    }
}
.steps-block__title {
    margin-bottom: 14px;
}
@media (min-width: 1024px) {
    .steps-block__description {
        margin-bottom: 60px;
    }
}
.steps-block__items {
    width: 100%;
}
.steps-block__item {
    width: 100%;
}
@media (max-width: 767px) {
    .steps-block__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px;
    }
}
@media (min-width: 768px) {
    .steps-block__item {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .steps-block__item:before {
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
        width: 23px;
        height: 23px;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 auto;
        background-size: cover;
    }
    .steps-block__item:nth-child(odd):before {
        content: url(/pages/assets/web/images/svg/arrow-right.svg);
        border-radius: 50%;
    }
    .steps-block__item:nth-child(odd) .steps-block__item-content {
        -ms-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        /*padding-left: 5%;*/
        margin-right: 35px;
    }
    .steps-block__item:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .steps-block__item:nth-child(even):before {
        content: url(/pages/assets/web/images/svg/arrow-left.svg);
    }
    .steps-block__item:nth-child(even) .steps-block__item-content {
        /*padding-right: 5%;*/
        -ms-transform: translate(15%, 0);
        transform: translate(15%, 0);
    }
    .steps-block__item:nth-child(even) .steps-block__item-media {
        margin-right: 55px;
    }
    .steps-block__item:not(:last-of-type) {
        margin-bottom: 100px;
    }
    .steps-block__item:not(:last-of-type):after {
        position: absolute;
        content: "";
        display: block;
        bottom: -111px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 1px;
        height: 117px;
        background: url(/pages/assets/web/images/svg/divider.svg) no-repeat;
    }
}
@media (min-width: 530px) and (max-width: 767px) {
    .steps-block__item-content {
        width: 90%;
    }
}
@media (min-width: 768px) {
    .steps-block__item-content {
        width: 40%;
    }
}
@media (min-width: 1024px) {
    .steps-block__item-content {
        width: 35%;
    }
}
@media (min-width: 1280px) {
    .steps-block__item-content {
        width: 32.5%;
    }
}
.steps-block__item-title {
    text-transform: capitalize;
    margin-bottom: 3px;
}
.steps-block__item-subtitle {
    line-height: 1.56;
    margin-bottom: 10px;
    font-weight: 400;
}
.steps-block__item-description {
    /*opacity: 0.5;*/
}
.steps-block__item-media {
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
}
@media (max-width: 529px) {
    .steps-block__item-media {
        width: 75vw;
    }
}
@media (min-width: 530px) {
    .steps-block__item-media {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .steps-block__item-media {
        height: 70px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .steps-block__item-media {
        width: 40%;
        height: 120px;
    }
}
@media (min-width: 1024px) {
    .steps-block__item-media {
        width: 35%;
    }
}
@media (min-width: 1280px) {
    .steps-block__item-media {
        width: 30%;
    }
}
.steps-block__item-index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    width: 55px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    border-radius: 25px 0 0 25px;
}
.steps-block__item-img-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddd;
    border-radius: 0 25px 25px 0;
    padding: 25px;
}
.steps-block__item-img {
    display: block;
    max-width: 70px;
    height: auto;
}
@media (max-width: 767px) {
    .steps-block__item-img {
        max-height: 50px;
    }
}
.steps-block__btns .btn,
.steps-block__btns .btn-base,
.steps-block__btns .btn-base-inverted,
.steps-block__btns .btn-border,
.steps-block__btns .btn-default,
.steps-block__btns .btn-down,
.steps-block__btns .btn-submit,
.steps-block__btns .header__nav-list > li:last-child > a,
.steps-block__btns .wpcf7-submit {
    margin: 1em 10px 0 10px;
}
@media (min-width: 768px) {
    .steps-block__btns .btn,
    .steps-block__btns .btn-base,
    .steps-block__btns .btn-base-inverted,
    .steps-block__btns .btn-border,
    .steps-block__btns .btn-default,
    .steps-block__btns .btn-down,
    .steps-block__btns .btn-submit,
    .steps-block__btns .header__nav-list > li:last-child > a,
    .steps-block__btns .wpcf7-submit {
        margin-top: 36px;
    }
}
.steps-block__btn {
    background-color: #805dff;
    margin-top: 1em;
}
@media (min-width: 768px) {
    .steps-block__btn {
        margin-top: 36px;
    }
}
.main-banner {
    background-color: #202628;
    color: #fff;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1023px) {
    .main-banner {
        height: 70vh;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .main-banner {
        height: 100vh;
    }
}
@media (min-width: 1280px) {
    .main-banner {
        max-height: 100vh;
        min-height: 780px;
    }
}
@media (min-width: 1280px) {
    .main-banner--video {
        min-height: 0;
        max-height: 680px;
    }
}
.main-banner__text-holder {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    text-align: center;
}
.main-banner__text-holder.place-bottom {
    margin-top: -10px;
}
@media (max-width: 1023px) {
    .main-banner__text-holder.place-bottom {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1024px) {
    .main-banner__text-holder.place-bottom {
        bottom: 11.7vh;
    }
}
.main-banner__text-holder.place-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-banner__title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 28px;
}
@media (min-width: 768px) {
    .main-banner__title {
        font-size: 62px;
    }
}
@media (min-width: 1280px) {
    .main-banner__title {
        letter-spacing: -3.95px;
        font-size: 79px;
    }
}
.main-banner__sub-title {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
}
.main-banner__img,
.main-banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
@media all and (max-width: 1279px) and (-ms-high-contrast: none) {
    .main-banner__img,
    .main-banner__video {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
    }
}
@media (max-width: 1279px) {
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
        .main-banner__img,
        .main-banner__video {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: auto;
        }
    }
}
.main-banner__img {
    opacity: 1;
}
.main-banner__btn {
    margin-top: 50px;
}
.main-banner__cta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: transparent;
    padding: 0;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-top: 3vmax;
}
@media (min-width: 1024px) {
    .main-banner__cta {
        margin-top: 11.26vw;
    }
}
@media (min-width: 1025px) {
    .main-banner__cta:hover .btn-play {
        background-color: #805dff;
        color: #fff;
    }
}
.main-banner__cta--video {
    margin-top: 30px;
}
@media (min-width: 1024px) {
    .main-banner__cta--video {
        margin-top: 53px;
    }
}
.main-banner__cta .btn-play {
    font-size: 1em;
    margin: 7px auto;
}
@media (min-width: 1024px) {
    .main-banner__cta .btn-play {
        width: 72px;
        height: 72px;
    }
}
.main-banner__cta .btn-play .icon-button-down {
    font-size: 22px;
}
.selected-posts {
    overflow: hidden;
}
.selected-posts .post-item {
    margin-bottom: 40px;
}
@media (min-width: 1024px) {
    .selected-posts .post-item {
        margin-bottom: 26px;
    }
}
.selected-posts__title {
    margin-bottom: 45px;
}
@media (min-width: 1024px) {
    .selected-posts__title {
        margin-bottom: 95px;
    }
}
.blog-ttl {
    line-height: 1;
    text-align: left;
    margin-bottom: 66px;
}
.post-item {
    margin-bottom: 110px;
    position: relative;
    max-width: 340px;
}
@media (min-width: 768px) {
    .post-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post-item .post-label {
    position: absolute;
    right: 25px;
    top: 25px;
}
@media (min-width: 1024px) {
    .post-item .post-label {
        right: 72px;
    }
}
.post-item__image {
    margin-bottom: 18px;
}
.post-label {
    margin-bottom: 20px;
    border-radius: 25px 25px 25px 0;
    padding-left: 10px;
    padding-right: 15px;
    height: 37px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    fill: currentColor;
}
@media (min-width: 768px) {
    .post-label {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.post-label__icon {
    width: 1em;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
    transform: translate3d(0, 0, 0);
    margin-right: 10px;
    max-height: 16px;
}
.post-date {
    color: #acb3ce;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-item__title {
    color: #202628;
    font-size: 25px;
    letter-spacing: -1.87px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.post-item__title a {
    color: currentColor;
}
@media (min-width: 1025px) {
    .post-item__title a:hover {
        color: #805dff;
    }
}
.post-item__description {
    color: #acb3ce;
    margin-bottom: 10px;
}
.post-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.post-author__img {
    max-width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 8px;
}
.post-author__name {
    font-weight: 700;
    color: #acb3ce;
}
.wide-post {
    background-color: #fff;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .wide-post {
        margin-bottom: 58px;
    }
}
.wide-post .post-item {
    margin: 0;
    max-width: none;
}
@media (min-width: 768px) {
    .wide-post .post-item {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
    }
}
.wide-post .post-item .post-label {
    position: static;
}
.wide-post .post-item__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media (min-width: 768px) {
    .wide-post .post-item__image {
        -ms-flex: 0 0 55.8%;
        flex: 0 0 55.8%;
        max-width: 55.8%;
        margin-bottom: 0;
    }
}
.wide-post .post-item__image img {
    max-height: 540px;
    opacity: 0;
}
@supports (object-fit: cover) {
    .wide-post .post-item__image img {
        object-fit: cover;
        opacity: 1;
    }
}
@supports (object-fit: cover) {
    .wide-post .post-item__image {
        background-image: none !important;
    }
}
.wide-post .post-item__label {
    position: static;
    margin-bottom: 20px;
}
.wide-post .post-item__content {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 20px;
}
@media (min-width: 1024px) {
    .wide-post .post-item__content {
        padding: 30px 56px 57px 73px;
    }
}
.wide-post .post-item__title {
    margin-bottom: 14px;
}
.wide-post .post-item__description {
    margin-bottom: 40px;
}
.wide-post .owl-nav {
    position: absolute;
}
@media (max-width: 767px) {
    .wide-post .owl-nav {
        top: 140px;
        left: 15px;
        right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 529px) {
    .wide-post .owl-nav {
        top: 80px;
    }
}
@media (min-width: 768px) {
    .wide-post .owl-nav {
        right: 73px;
        top: 40px;
    }
}
.wide-post .owl-nav .owl-next {
    margin-left: 19px;
}
@media (max-width: 767px) {
    .wide-post .btn-slider {
        background-color: rgba(255, 255, 255, 0.75);
    }
}
@media (min-width: 768px) {
    .wide-post .btn-slider {
        background-color: rgba(128, 93, 255, 0.1);
    }
}
.blog__load {
    margin-bottom: 40px;
}
@media (min-width: 1024px) {
    .blog__load {
        margin-bottom: 81px;
    }
}
.rel-post__ttl {
    line-height: 1;
    margin-bottom: 36px;
}
.hiw {
    padding-top: 55px;
}
.breadcrumbs + .flexible-content > .hiw {
    padding-top: 0;
}
.intro-heading {
    margin-bottom: 40px;
}
.intro-heading__title {
    text-align: center;
    margin-bottom: 15px;
}
.hiw-step {
    margin-bottom: 33px;
}
.hiw-step-divider {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.hiw-step-divider__icon {
    border: 1px solid rgba(172, 179, 206, 0.2);
    width: 74px;
    height: 74px;
    font-size: 23px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.hiw-step-divider__icon:after,
.hiw-step-divider__icon:before {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 1000px;
    height: 2px;
    background-color: rgba(172, 179, 206, 0.2);
}
.hiw-step-divider__icon:before {
    right: 100%;
    -ms-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px);
}
.hiw-step-divider__icon:after {
    left: 100%;
    -ms-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}
.hiw-step-divider__icon .icon-arrow-right {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hiw-step__title {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .hiw-step__description {
        margin-bottom: 28px;
    }
}
.hiw-tabset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #acb3ce;
    margin-bottom: 98px;
}
.hiw-tabset__item {
    transition: all 0.27s ease-in-out 0s;
    position: relative;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding-bottom: 34px;
    margin-bottom: -1px;
    opacity: 0.3;
}
@media (max-width: 767px) {
    .hiw-tabset__item {
        margin-top: 28px;
        min-width: 33.333%;
        max-width: 50%;
    }
}
.hiw-tabset__item:after {
    transition: all 0.27s ease-in-out 0s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: currentColor;
    opacity: 0;
}
.hiw-tabset__item:hover {
    opacity: 1;
}
.hiw-tabset__item.active {
    opacity: 1;
}
.hiw-tabset__item.active:after {
    opacity: 1;
}
.hiw-tabset__item-img {
    margin: 0 auto 18px;
    display: block;
}
.hiw-tabset__item-text {
    display: block;
    color: #202628;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
@media (min-width: 1024px) {
    .hiw-step-tab {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.hiw-step-tab.right .hiw-step-tab__img {
    -ms-flex-order: 1;
    order: 1;
}
.hiw-step-tab__img {
    text-align: center;
}
@media (max-width: 1023px) {
    .hiw-step-tab__img {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .hiw-step-tab__img {
        max-width: 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
}
@media (min-width: 1024px) {
    .hiw-step-tab__text {
        max-width: 39%;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
    }
}
.hiw-step-tab__text p {
    margin-bottom: 30px;
}
.hiw-step-tab__text ul {
    margin-bottom: 51px;
}
.hiw-step-tab__text ul li {
    position: relative;
    padding-left: 22px;
}
.hiw-step-tab__text ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid currentColor;
}
.hiw-step-tab__text ul li:before {
    content: "";
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: currentColor;
}
.statement {
    padding-top: 40px;
}
@media (min-width: 1024px) {
    .statement {
        padding-top: 95px;
    }
}
.statement-item {
    margin-bottom: 55px;
}
@media (min-width: 1024px) {
    .statement-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1023px) {
    .statement-item__heading {
        max-width: 320px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .statement-item__heading {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.statement-item__title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1.25px;
    line-height: 1;
    margin-bottom: 2px;
}
.statement-item__year {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -3.95px;
    line-height: 1;
}
@media (min-width: 1024px) {
    .statement-item__year {
        font-size: 79px;
    }
}
@media (min-width: 1024px) {
    .statement-item__description {
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 70px;
    }
}
.awards {
    padding-top: 5px;
    margin-bottom: 42px;
}
@media (min-width: 1024px) {
    .awards {
        margin-bottom: 82px;
    }
}
.awards__title {
    text-align: center;
    margin-bottom: 30px;
}
.awards__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1026px;
}
@media (min-width: 530px) {
    .awards__container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.award-item {
    transition: all 0.27s ease-in-out 0s;
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    color: #acb3ce;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -1.87px;
    margin: 0 2px 4px;
}
@media (min-width: 530px) {
    .award-item {
        max-width: calc(50% - 4px);
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 768px) {
    .award-item {
        max-width: calc(33.333% - 4px);
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}
@media (min-width: 1024px) {
    .award-item {
        font-size: 25px;
        line-height: 40px;
        padding: 62px 23px 58px 36px;
    }
}
a.award-item:hover {
    background-color: #ff647f;
    color: #fff;
}
a.award-item:hover:before {
    background-color: currentColor;
}
.award-item:before {
    transition: all 0.27s ease-in-out 0s;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 39px;
    content: "";
    width: 22px;
    height: 1px;
    background-color: #ff647f;
}
.affiliation {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 41px;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .affiliation {
        max-width: calc(700px + 30px);
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1024px) {
    .affiliation {
        margin-top: 81px;
        margin-bottom: 70px;
    }
}
.affiliation__title {
    margin-bottom: 27px;
    text-align: center;
}
.affiliation__item {
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -1.87px;
}
@media (max-width: 767px) {
    .affiliation__item {
        padding-left: 20px;
    }
}
@media (min-width: 1024px) {
    .affiliation__item {
        font-size: 25px;
    }
}
.affiliation__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background-color: #805dff;
}
@media (min-width: 768px) {
    .affiliation__item:before {
        left: -20px;
    }
}
.publication {
    background-color: #acb3ce;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 31px;
    padding-bottom: 31px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .publication {
        padding-top: 62px;
        padding-bottom: 62px;
        margin-top: 40px;
        margin-bottom: 59px;
    }
}
.publication__container {
    max-width: 1024px;
}
@media (min-width: 768px) {
    .publication__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}
.publication__img {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
@media (max-width: 767px) {
    .publication__img {
        margin: 0 auto 20px;
    }
}
.publication__text-col {
    color: #fff;
    font-size: 25px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .publication__text-col {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}
.publication__title {
    margin-bottom: 12px;
    letter-spacing: -1.87px;
}
.publication__description {
    margin-bottom: 40px;
    letter-spacing: -1.87px;
}
@media (min-width: 1024px) {
    .faq {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.faq-holder {
    padding-bottom: 25px;
}
@media (min-width: 1024px) {
    .faq-holder {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.faq__nav {
    border-top: 1px solid #acb3ce;
}
@media (max-width: 1023px) {
    .faq__nav {
        display: none;
    }
}
@media (min-width: 1024px) {
    .faq__nav {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }
}
.faq__nav-title {
    display: block;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #202628;
    font-weight: 700;
    line-height: 1.25;
    border-bottom: 1px solid #acb3ce;
    position: relative;
}
@media (min-width: 1024px) {
    .faq__nav-title {
        padding: 39px 50px 39px 45px;
    }
}
.faq__nav-title:hover {
    color: #805dff;
}
.faq__nav-title.active {
    color: #805dff;
}
.faq__nav-title.active .faq__nav-text {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
@media (min-width: 1024px) {
    .faq__nav-title.active .faq__nav-text {
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}
.faq__nav-title.active:before {
    opacity: 1;
}
.faq__nav-title.active .icon {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    color: currentColor;
}
@media (min-width: 1024px) {
    .faq__nav-title.active .icon {
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}
.faq__nav-title:before {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.27s ease-in-out 0s;
    content: "";
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #805dff;
    opacity: 0;
}
@media (min-width: 1024px) {
    .faq__nav-title:before {
        left: 45px;
        width: 25px;
    }
}
.faq__nav-title .icon {
    transition: all 0.27s ease-in-out 0s;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 40px;
    font-size: 8px;
    color: #acb3ce;
}
.faq__nav-text {
    transition: all 0.27s ease-in-out 0s;
    display: block;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.faq__content {
    max-height: 100vh;
    overflow: auto;
}
@media (min-width: 1024px) {
    .faq__content {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}
@media (max-width: 1023px) {
    .faq__answer-title {
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0;
        padding: 20px 30px 20px 0;
        border-bottom: 1px solid #acb3ce;
    }
    .faq__answer-title:after {
        transition: all 0.27s ease-in-out 0s;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px;
        content: "";
        border: solid transparent;
        border-width: 4px 0 4px 7px;
        border-left-color: #acb3ce;
    }
    .is-active .faq__answer-title {
        color: #805dff;
    }
    .is-active .faq__answer-title:after {
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotateZ(90deg);
        color: currentColor;
    }
}
@media (min-width: 1024px) {
    .faq__answer {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .faq__answer:first-child .faq__answer-title {
        margin-top: -5px;
    }
}
@media (max-width: 1023px) {
    .faq__answer:first-child .faq__answer-title {
        border-top: 1px solid #acb3ce;
    }
}
@media (max-width: 1023px) {
    .faq__answer-description {
        padding-top: 20px;
    }
}
.faq__btn-wrap {
    width: 100%;
    text-align: center;
    padding-top: 35px;
}
.filters-area {
    margin-bottom: 36px;
    margin-top: 36px;
}
@media (min-width: 768px) {
    .filters-area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1024px) {
    .filters-area {
        margin-top: 60px;
        margin-bottom: 53px;
    }
}
.filters-panel {
    display: -ms-flexbox;
    display: flex;
}
.filters-area .filters-panel {
    margin-top: -10px;
}
.filters-item {
    background-color: #fff;
    margin-left: 2px;
    position: relative;
}
.filters-item:last-child .filters-item__drop {
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: auto;
    right: 0;
}
.filters-item.hover .filters-item__drop {
    -ms-transform: translateY(-50%, 15px);
    transform: translateY(-50%, 15px);
    visibility: visible;
    opacity: 1;
}
.filters-item__btn {
    transition: all 0.27s ease-in-out 0s;
    padding: 22px 26px 21px 14px;
    background-color: transparent;
    color: #acb3ce;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}
@media (min-width: 530px) {
    .filters-item__btn {
        font-size: 14px;
        padding-right: 54px;
    }
}
@media (min-width: 1025px) {
    .filters-item__btn:hover {
        color: #805dff;
    }
}
.filters-item__btn--abc {
    padding: 22px 34px 21px 14px;
}
.filters-item__btn .icon {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    font-size: 9px;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotateZ(90deg);
    margin-top: 2px;
    color: #805dff;
}
@media (min-width: 768px) {
    .filters-item__btn .icon {
        right: 14px;
    }
}
.filters-item__drop {
    transition: all 0.27s ease-in-out 0s;
    position: absolute;
    left: 0;
    -ms-transform: translateY(-50%, 0);
    transform: translateY(-50%, 0);
    top: 100%;
    min-width: 100%;
    background-color: #fff;
    margin-top: 2px;
    z-index: 10;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 7px 7px;
    visibility: hidden;
    opacity: 0;
}
.filters-item__drop li:not(:last-child) {
    margin-bottom: 8px;
}
.filters-item__drop label {
    min-width: 110px;
}
.filters-item__drop-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filters-item__drop-btns .clear {
    margin-left: 10px;
}
.filters-item__btn-cta {
    width: 100%;
    margin-top: 10px;
    min-width: 0;
    height: auto;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.filter-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .filters-area .filter-category {
        max-width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 2%;
    }
}
@media (min-width: 1024px) {
    .filters-area .filter-category {
        max-width: 58%;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    }
}
.filter-category-item {
    margin-right: 10px;
}
@media (max-width: 529px) {
    .filter-category-item:not(.active) {
        padding-left: 12px;
        padding-right: 8px;
    }
}
.filter-category-item:not(.active):not(:hover) {
    background-color: transparent !important;
}
.filter-category-item:not(.active):not(:hover) .icon-all {
    color: #805dff;
}
.filter-category-item.active,
.filter-category-item:hover {
    color: #fff !important;
}
.filter-category-item.active.all,
.filter-category-item:hover.all {
    background-color: #805dff;
}
.filter-category-item.active .filter-category-item__text,
.filter-category-item.active .icon,
.filter-category-item:hover .filter-category-item__text,
.filter-category-item:hover .icon {
    color: inherit !important;
}
.filter-category-item__text {
    color: #acb3ce !important;
}
.banner-splash {
    margin-top: 40px;
    margin-bottom: 45px;
}
@media (min-width: 1024px) {
    .banner-splash {
        margin-bottom: 94px;
    }
}
.banner-splash .hiw-step-divider {
    color: #25e6ae;
    margin-bottom: 10px;
}
.banner-splash__title {
    margin-bottom: 50px;
}
.banner-splash__content {
    background: #fff;
    padding: 20px 30px 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .banner-splash__content {
        margin-bottom: 60px;
        padding-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .banner-splash__content {
        min-height: 400px;
        margin-bottom: 90px;
        padding-left: 78px;
        padding-right: 78px;
    }
}
@media (min-width: 1280px) {
    .banner-splash__content {
        min-height: 500px;
    }
}
.banner-splash__img {
    width: 100%;
    max-width: 361px;
    margin: 20px auto -20px;
    pointer-events: none;
}
@media (min-width: 768px) {
    .banner-splash__img {
        margin: 0;
        position: absolute;
        right: 20px;
        bottom: -81px;
    }
}
@media (min-width: 1024px) {
    .banner-splash__img {
        right: 60px;
        max-width: 556px;
    }
}
@media (min-width: 1280px) {
    .banner-splash__img {
        max-width: 723px;
    }
}
@media (min-width: 768px) {
    .banner-splash__text {
        max-width: 50%;
    }
}
@media (min-width: 1024px) {
    .banner-splash__text {
        max-width: 390px;
    }
}
.banner-splash__sub-title {
    margin-bottom: 15px;
}
.banner-splash__description {
    color: #acb3ce;
    margin-bottom: 30px;
}
.banner-splash__btn {
    margin: 25px 0;
}
@media (min-width: 1024px) {
    .contacts {
        overflow: hidden;
    }
}
.contacts .intro-heading {
    margin-bottom: 60px;
}
.contacts .intro-heading p {
    color: #acb3ce;
}
@media (min-width: 1024px) {
    .contacts .intro-heading__title {
        margin-bottom: 35px;
    }
}
.contacts-content {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .contacts-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 66px;
    }
}
@media (min-width: 531px) and (max-width: 767px) {
    .contacts-texts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    .contacts-texts {
        max-width: 23%;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
    }
}
.contacts-item {
    margin-bottom: 35px;
    color: #acb3ce;
}
@media (min-width: 531px) and (max-width: 767px) {
    .contacts-item {
        max-width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}
.contacts-item__title {
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 700;
    color: #202628;
    margin: 4px 0 -4px;
}
.social-nets {
    display: -ms-flexbox;
    display: flex;
}
.social-nets li {
    margin-right: 4px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.social-nets a {
    color: #acb3ce;
}
@media (min-width: 1025px) {
    .social-nets a:hover {
        color: #805dff;
    }
}
.social-nets .facebook {
    font-size: 11px;
}
.map-wrap {
    box-shadow: 0 1px 16px rgba(32, 38, 40, 0.07);
}
@media (min-width: 768px) {
    .map-wrap {
        max-width: 69.5%;
        -ms-flex: 0 0 69.5%;
        flex: 0 0 69.5%;
    }
}
.map-wrap__inner {
    padding-bottom: 51.22%;
    position: relative;
}
.map-wrap__inner.acf-map {
    border: 0;
}
.map-wrap__inner img[src*="images/svg/marker.png"] {
    width: 100% !important;
    height: 100% !important;
}
.disclaimer {
    position: relative;
    background-color: #fff;
    border-radius: 7px;
    padding: 12px 20px 12px 40px;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .disclaimer {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 27px 45px 23px 120px;
    }
}
.disclaimer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #25e6ae;
    width: 15px;
    border-radius: 7px 0 0 7px;
}
@media (min-width: 1024px) {
    .disclaimer:before {
        width: 31px;
    }
}
.disclaimer .icon {
    color: #f4607a;
    font-size: 1em;
}
@media (min-width: 1024px) {
    .disclaimer .icon {
        font-size: 20px;
        position: absolute;
        top: 32px;
        left: 70px;
    }
}
.post-detail-image {
    margin-bottom: 21px;
    position: relative;
    z-index: 101;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@supports (object-fit: cover) {
    .post-detail-image {
        background-image: none !important;
    }
}
@media (min-width: 1024px) {
    .post-detail-image {
        margin-bottom: 61px;
    }
}
.post-detail-image img {
    max-height: 70vh;
    width: 100%;
    opacity: 0;
}
@supports (object-fit: cover) {
    .post-detail-image img {
        object-fit: cover;
        opacity: 1;
    }
}
@media (min-width: 1024px) {
    .post-detail-image img {
        max-height: 100vh;
    }
}
.post-detail-heading {
    margin-bottom: 28px;
}
@media (min-width: 768px) {
    .post-detail-heading {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .post-detail-heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 141px;
    }
}
.post-detail-heading__col {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1023px) {
    .post-detail-heading__col + .category-tags {
        margin-top: 20px;
    }
}
@media (min-width: 1024px) {
    .post-detail-heading__col + .category-tags {
        margin-left: 30px;
    }
}
.post-detail-heading__col .post-date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 38px 0 0;
}
.post-detail-heading__col .post-author {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.post-detail-heading__ttl {
    line-height: 1;
    margin: 6px 0 10px;
}
.category-tags {
    max-width: 340px;
    width: 100%;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    padding: 15px 23px 12px;
    color: #fff;
}
.category-tags .post-label {
    margin-bottom: 4px;
}
.category-tags:not(.category-tags--non-bg) .post-label {
    padding-left: 0;
}
.category-tags--non-bg {
    color: #acb3ce;
    padding: 0;
}
.category-tags--non-bg .post-label {
    margin-bottom: 15px;
}
.post-footer {
    padding-bottom: 26px;
    border-bottom: 1px solid #acb3ce;
    margin-bottom: 35px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .post-footer {
        position: relative;
    }
    .post-footer .post-share {
        position: absolute;
        right: 0;
        top: 0;
    }
    .post-footer .post-label {
        margin-right: 150px;
    }
}
.post-footer .category-tags {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    width: auto;
}
.post-share-parent {
    position: relative;
}
@media (max-width: 767px) {
    .post-share-parent .sticky {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .post-share-parent .sticky {
        position: absolute;
        top: 0;
        bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .post-share-parent .sticky {
        right: 10px;
    }
}
@media (min-width: 1024px) {
    .post-share-parent .sticky {
        left: 10px;
    }
}
@media (min-width: 1280px) {
    .post-share-parent .sticky {
        left: 10vw;
    }
}
.post-share {
    display: -ms-flexbox;
    display: flex;
}
.post-share--panel {
    background-color: #fff;
    color: #acb3ce;
    text-align: center;
    padding: 14px 15px;
    z-index: 100;
}
@media (max-width: 767px) {
    .post-share--panel {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (max-width: 1023px) {
    .post-share--panel {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1em;
    }
}
@media (min-width: 1024px) {
    .post-share--panel {
        padding-bottom: 30px;
        width: 100px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .post-share--panel {
        -ms-transform: translateY(-100%) translateY(-40px);
        transform: translateY(-100%) translateY(-40px);
    }
}
@media (min-width: 1024px) {
    .post-share--panel {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        left: 0;
    }
}
@media (max-width: 1023px) {
    .post-share--panel .post-share__text {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .post-share--panel .post-share__list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .post-share--panel .post-share__item {
        margin-left: 0;
    }
}
.post-share__text {
    margin-bottom: 1em;
    font-weight: 700;
}
.post-share__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-share__item {
    margin-left: 17px;
}
.post-share__link {
    color: #acb3ce;
}
@media (min-width: 1025px) {
    .post-share__link:hover {
        color: #805dff;
    }
}
.post-author-big {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 39px;
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .post-author-big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 768px) {
    .post-author-big {
        margin-bottom: 66px;
    }
}
.post-author-big .icon-ellipsis {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    font-size: 100px;
    height: 4px;
    color: #805dff;
}
.post-author-big__bio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 79px;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
}
@media (max-width: 767px) {
    .post-author-big__bio {
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 768px) {
    .post-author-big__bio {
        margin-right: 26px;
    }
}
.post-author-big__img {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    overflow: hidden;
}
@supports (object-fit: cover) {
    .post-author-big__img {
        background-image: none !important;
        overflow: visible;
    }
}
.post-author-big__img img {
    width: 79px;
    height: 79px;
    opacity: 0;
    border-radius: 50%;
}
@supports (object-fit: cover) {
    .post-author-big__img img {
        object-fit: cover;
        opacity: 1;
    }
}
.post-author-big__text {
    color: #acb3ce;
}
@media (max-width: 767px) {
    .post-author-big__text {
        -ms-flex-order: 3;
        order: 3;
    }
}
.post-author-big__cta {
    margin-left: 35px;
}
.post-author-socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-author-socials li {
    margin: 0 7px;
}
.post-author-socials a {
    color: #805dff;
    font-size: 14px;
}
.post-author-socials .facebook {
    font-size: 12px;
}
.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #acb3ce;
}
@media (min-width: 1024px) {
    .breadcrumbs {
        padding-top: 41px;
        padding-bottom: 34px;
    }
}
.breadcrumbs span:first-child {
    margin-right: 5px;
}
.breadcrumbs span:not(:first-child) {
    margin: 0 5px;
}
.breadcrumbs a {
    color: currentColor;
}
.breadcrumbs a:hover {
    color: #805dff;
}
.breadcrumbs .current-item {
    font-weight: 700;
    color: #202628;
}
.accordion__item {
    border: solid rgba(172, 179, 206, 0.3);
    border-width: 1px 0;
    margin-bottom: 19px;
}
.accordion__item:last-child {
    margin-bottom: 0;
}
.accordion__item.is-active:last-child {
    border-bottom: 0;
}
.accordion__ttl {
    transition: color 0.27s ease-in-out 0s;
    width: 100%;
    font-weight: 400;
    color: #acb3ce;
    letter-spacing: -1.87px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}
@media (min-width: 1024px) {
    .accordion__ttl {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}
@media (min-width: 1025px) {
    .accordion__ttl:hover {
        color: #25e6ae;
    }
}
.accordion__ttl .icon-arrow-next {
    transition: all 0.27s ease-in-out 0s;
    font-size: 13px;
    color: #25e6ae;
    margin: 0 37px 0 10px;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
}
.is-active .accordion__ttl .icon-arrow-next {
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
.accordion__description {
    margin-bottom: 1.875em;
}