

/* Start:/local/assets/css/components/mainBanner.css?17222389795092*/

.mainBannerBlock {
    display: none;
    position: relative;
}

.mainBanner {
    width: 100%;
    height: 663px;
    border-radius: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.mainBanner__bgWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.mainBanner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.mainBanner__emblem {
    position: absolute;
    top: -5px;
    left: 46%;
    width: 465px;
    height: 559px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.mainBanner__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 55%;
    padding-left: 90px;
    padding-top: 130px;
    position: absolute;
    top: 0;
    z-index: 4;
}

.mainBanner__contentText {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mainBanner__title {
    font-family: Cera Pro;
    font-size: 124px;
    font-weight: 900;
    line-height: 120px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mainBanner__text {
    font-family: Cera Pro;
    font-size: 32px;
    font-weight: 300;
    line-height: 27.47px;
    color: #FFFFFF;
}

.mainBanner__person {
    position: absolute;
    z-index: 1;
    right: 48px;
    bottom: 0;
}

.mainBanner__person {
    display: flex;
    align-items: flex-end;
}

.mainBanner__personText {
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mainBanner__personTitle {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #F4F5F7;
}

.mainBanner__personSubtext {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.6px;
    color: #F4F5F7;
    opacity: 0.5;

}

.mainBanner .button {
    height: 54px;
}

@media (max-width: 1199px) {
    .mainBanner__content {
        padding-left: 40px;
        padding-top: 40px;
        gap: 40px;
    }

    .mainBanner__title {
        font-size: 76px;
        line-height: 84px;
    }

    .mainBanner__text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 890px) {
    .mainBanner__person {
        right: 16px;
        justify-content: flex-end;
    }
}

@media (max-width: 840px) {
    .mainBanner__person img {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .mainBanner {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        height: 522px;
        overflow: hidden;
    }

    .mainBanner__bg {
        border-radius: 15px;
    }

    .mainBanner__content {
        padding-left: 25px;
        padding-top: 25px;
        width: 100%;
        gap: 35px;
    }

    .mainBanner__contentText {
        gap: 15px;
    }

    .mainBanner__title {
        font-family: Cera Pro;
        font-size: 56px;
        font-weight: 900;
        line-height: 56px;
    }

    .mainBanner__text {
        font-family: Cera Pro;
        font-size: 22px;
        font-weight: 400;
        line-height: 26.4px;
        width: 60%;
    }

    .mainBanner__person {
        position: relative;
        right: 0;
        height: 100%;
    }

    .mainBanner__person img {
        position: absolute;
        bottom: -35px;
        right: 0;
        width: 75%;
        max-width: 350px;

    }

    .mainBanner__personText {
        position: absolute;
        left: 20px;
        z-index: 1;
        padding-bottom: 20px;
    }

    .mainBanner .button {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .mainBanner__person img {
        /* right: -65px; */
        max-width: 300px;
    }
}

@media (max-width: 500px) {
    .mainBanner__person img {
        right: -65px;
        bottom: 0;
        max-width: 260px;
    }
}



/* Параллакс сцена */
.mainBanner__bgWrapper #scene {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .mainBanner__bgWrapper #scene {
        display: none;
    }
}

.parallaxScene__bg1 {
    position: absolute;
    width: 100%;
    height: 107%;
    left: -150px !important;
    top: -5px !important;
    z-index: 10;
    /* background-size: calc(100% + 50px); */
    background-size: cover;
    background-repeat: no-repeat;

}

.parallaxScene__bg2 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-position-x: 50%;
    background-position-y: bottom;
    background-size: 40%;
    background-repeat: no-repeat;
}

.parallaxScene__bg3 {
    position: absolute;
    left: 25px !important;
    height: 515px;
    width: 100%;
    z-index: 1;
    /* background-position: 10%; */
    background-position: top;
    /* background-size: calc(100% - 160px); */
}

.parallaxScene__bg4 {
    background-position-y: bottom;
}

/* Параллакс сцена END */
/* End */


/* Start:/local/assets/css/components/search.css?17222389791504*/
.searchForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search__tagBlock .tagGroup {
    width: 80%;
}

.search__form {
    margin-bottom: 15px;
}

.searchError {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .search__tagBlock .tagGroup {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search {
        margin: 0 -20px;
        padding: 20px 30px;
        gap: 20px;
    }

    .search--v2 {
        margin: 0;
    }

    .search__tagBlock {
        gap: 5px;
    }

    .search__tagBlock .tagGroup {
        margin: 0 -20px;
        flex-wrap: nowrap;
        overflow: scroll;
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .search--v2 .search__tagBlock {
        gap: 25px;
    }

    .search--v2 .search__tagBlock .tagGroup {
        flex-wrap: wrap;
    }

    .search__tagBlock .tag {
        white-space: nowrap;
    }

    .search__tagBlock .tag:first-child {
        margin-left: 0;
    }

    .search__tagBlock .tagBlock__title {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
    }

    .search__form {
        margin-bottom: 10px;
    }

    .searchError {
        align-items: flex-start;
    }

    .searchError p {
        position: relative;
        top: -1px;
    }
}
/* End */


/* Start:/local/assets/css/components/forms.css?17222389794062*/
.formFull {
    position: relative;
}

.formFull .button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 54px;
}

@media (max-width: 767px) {
    .formFull .button {
        padding: 0 13px;
        width: 42px;
        height: 42px;
        top: 5px;
        right: 5px;
    }
}

/* Встраиваемая форма с бэкграундом */
.formBg {
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .formBg {
        padding: 40px 0;
    }
}

/* Встраиваемая форма */
.formBlock {
    padding: 60px;
    background-color: #fff;
    border-radius: 15px;
}

.formBlock__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.formBlock__textContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60%;
}

.formBlock__textContent--w70 {
    width: 70%;
}

.formBlock__title {
    font-family: Cera Pro;
    font-size: 54px;
    font-weight: 500;
    line-height: 67.88px;
    letter-spacing: -0.01em;
}

.formBlock__text {
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.formRow__inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.formRow__inputs .inputBlock {
    flex-grow: 2;
}

.formRow__inputs .inputBlock input {
    width: 100%;
}

.formRow__inputs .button {
    height: 74px;
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
}

.formBlock__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formRow__checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1199px) {
    .formBlock .formRow__inputs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .formBlock .formRow__inputs .inputBlock {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .formBlock {
        padding: 20px;
        padding-bottom: 30px;
        gap: 20px;
    }

    .formBlock__textContent {
        width: 100%;
    }

    .formBlock__title {
        font-family: Cera Pro;
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }

    .formBlock__text {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        width: 100%;
    }

    .formBlock .formRow__inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .formBlock .formRow__inputs .button {
        width: 100%;
        justify-content: center;
    }

    .formBlock__form .button {
        padding: 14px;
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        text-align: center;
        height: 50px;
    }
}

/* Встраиваемая форма END */

/* Блок success  */
.formSuccess__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.formSuccess__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.formSuccess__content img {
    width: 110px;
}

.formSuccess__textCol {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.formSuccess__title {
    font-family: Cera Pro;
    font-size: 54px;
    font-weight: 500;
    line-height: 59.39px;
    text-align: center;
}

.formSuccess__text {
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.formSuccess__controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .formSuccess {
        padding: 47px 0;
    }

    .formSuccess__content,
    .formSuccess__inner {
        gap: 36px;
    }

    .formSuccess__title {
        font-family: Cera Pro;
        font-size: 26px;
        font-weight: 500;
        line-height: 31.2px;
        text-align: center;
    }

    .formSuccess__text {
        text-align: center;
    }
}

/* Блок success END */
/* End */


/* Start:/local/assets/css/components/cards.css?17222389794021*/
.cardsCol3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 22px;
    row-gap: 60px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.card:hover {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.card:hover .card__image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transform: scale(1.05);
}

.card__tags {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 1;
}

.card__tag {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.01em;
    padding: 4px 12px;
    border-radius: 12px;
    color: #fff;
    background: rgba(65, 65, 65, 0.29);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.card__imageWrapper {
    border-radius: 15px;
    overflow: hidden;
}

.card__image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 257px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* transition: all .3s ease; */
    transition: transform .3s ease;
    transform: scale(1);
}

.card__contentBlock {
    position: relative;
    padding: 30px;
    padding-top: 0;
    background-color: #fff;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 58px;
    /* height: 303px; */
    flex-grow: 2;
}

.card__contentBlock::before {
    content: '';
    position: absolute;
    top: -29px;
    left: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #fff;
    display: block;
    height: 30px;
    width: 100%;
}

.card__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card__title {
    font-family: Cera Pro;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
}

.card__text {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.card__textTags {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card__buttonGroup {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1199px) {
    .cardsCol3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .cardsCol3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .card:hover .card__image {
        transform: scale(1);
    }

    .card__image {
        /* max-height: 250px; */
        min-height: 220px;
        height: 220px;
    }

    .card__tag {
        font-family: Cera Pro;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
    }

    .card__contentBlock {
        padding: 20px;
        padding-top: 0;
        justify-content: space-between;
        gap: 40px;
    }

    .card__contentBlock::before {
        height: 20px;
        top: -20px;
    }
}

/* Слайдер */
.swiperCards {
    height: 100%;
}

.swiperCards .card {
    height: 100%;
}

.swiperCards .swiper-slide {
    height: auto;
}

.swiperCards .swiper-pagination,
.swiperCards2 .swiper-pagination {
    position: static;
    /* top: 0 !important; */
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperCards .swiper-pagination-bullet,
.swiperCards2 .swiper-pagination-bullet {
    background-color: #FFC7D9;
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
    opacity: 1 !important;

}

.swiperCards .swiper-pagination-bullet-active,
.swiperCards2 .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-color: #FF004F;
}

/* Слайдер END */
/* End */


/* Start:/local/assets/css/components/people_cards.css?17222389795174*/
.people_card {
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 15px;
}

.people_card__media {
    display: block;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 20px;
}

.people_card__media_img {
    position: relative;
    padding-top: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.people_card__video_link {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 15px;
    z-index: 1;
    cursor: pointer;
}

.people_card__video_link span {
    transition: all .3s ease;
    font-family: Cera Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
}

.people_card__video_link:hover span,
.people_card__video_link:hover img {
    color: #FF004F;
}

@media (max-width: 767px) {
    .people_card__video_link {
        top: auto;
        bottom: 100px;
        left: auto;
        right: 10px;
    }
}


.people_card__media_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people_card__play {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #fff;
}

.people_card__play svg {
    position: relative;
    bottom: -1px;
}

.people_card__tag {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 12px;
    border-radius: 12px;
    background: #41414180;
    z-index: 1;
    color: #Fff;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.01em;
    font-weight: 400;
    backdrop-filter: blur(2px);
}

.people_card__head {
    position: relative;
    width: 290px;
    margin-right: 60px;
    flex-shrink: 0;
    height: fit-content;
}

.people_card__head_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 10px;
}

.people_card__head_text {
    font-size: 16px;
    line-height: 22.4px;
}

.people_card__content {
    width: calc(100% - 162px - 66px - 222px - 30px);

    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.people_card__content p {
    max-width: 650px;
}

.people_card__content h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50.28px;
    letter-spacing: -0.01em;
    margin: 20px 0;
}

.people_card__content h3 b {
    color: #FF004F;
    font-weight: 500;
}

.people_card__content h3:first-child {
    margin-top: 0;
}

.people_card__content h3:last-child {
    margin-bottom: 0;
}

.people_card__content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin: 10px 0;
}

.people_card__content h4:first-child {
    margin-top: 0;
}

.people_card__content h4:last-child {
    margin-bottom: 0;
}

.people_card__content_button {
    cursor: pointer;
}

.people_card__content_button.active {
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    height: auto;
    border-bottom: 1px solid #9D9D9D;
    color: #9D9D9D;
    border-radius: 0;
}

.people_card__content_button.active:hover {
    border-color: transparent;
}

.people_card_pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.people_cards .swiper-slide {
    height: auto;
}

@media (max-width: 1199px) {
    .people_card {
        padding: 0 20px 20px;
        flex-direction: column;
        border-radius: 10px;
    }

    .people_card__media {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .people_card__head {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .people_card__head_title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 21.6px;
    }

    .people_card__head_text {
        font-size: 12px;
        line-height: 14.4px;
    }

    .people_card__content {
        order: 10;
        width: 100%;
        gap: 30px;
        flex-grow: 1;
        justify-content: space-between;
    }

    .people_card__content_button {
        margin: 0;
        width: fit-content;
        justify-content: center;
        align-self: center;
    }

    .people_card__content h3 {
        font-size: 18px;
        line-height: 21px;
        margin: 10px 0;
    }

    .people_card__tag {
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto;
    }

    .people_card__media {
        margin-bottom: 0;
    }

    .people_card__media_img {
        border-radius: 10px 10px 0 0;
        margin: 0 -20px;
        padding: 0;
        height: 230px;
    }

    .people_card__media_img:after {
        content: "";
        position: absolute;
        border-radius: 15px 15px 0px 0px;
        height: 20px;
        width: 100%;
        bottom: -3px;
        background: #fff;
    }

    .people_card_pagination .button {
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/assets/css/components/calendar.css?172223897916440*/
.calendarBlock {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.calendarBlock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendarBlock__headTitle {
    font-family: Cera Pro;
    font-size: 40px;
    font-weight: 500;
    line-height: 50.28px;
    letter-spacing: -0.01em;
    color: #2B2929;
}

.calendarBlock__inner {
    display: none;
}



@media (max-width: 767px) {
    .calendarBlock {
        padding: 20px;
    }

    .calendarBlock__headTitle {
        font-family: Cera Pro;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.4px;
        text-align: left;
    }

    .button[data-open-calendar] {
        width: 45px;
        height: 45px;
        max-width: 45px;
        max-height: 45px;
        border-radius: 50%;
        /* background-color: #FF004F; */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s ease;
        padding: 0;
    }

    .button[data-open-calendar] img {
        position: absolute;
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        transition: all .3s ease;
    }

    .button[data-open-calendar]:hover {
        /* background-color: #C71049; */
    }

    [data-open-calendar].active img {
        display: none;
    }

    [data-open-calendar].active .calendar__closeIcon {
        display: block;
    }

    /* .calendarShowButton {} */

    /* .calendarShowButton img {
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        transition: all .3s ease;
    } */

    /* .calendarShowButton:hover {
        background-color: #C71049;
    } */


}



/* Блок календаря */
.calendar {
    display: flex;
    gap: 40px;
}

.calendar__left {
    /* flex-grow: 1; */
    /* flex-basis: 300px; */
    max-width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calendar__right {
    flex-grow: 3;
}

.calendar__title {
    font-family: Cera Pro;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.01em;
    color: #2B2929;
}

@media (max-width: 767px) {
    .calendar {
        flex-direction: column;
        gap: 20px;
    }

    .calendar__left {
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }

    .calendar__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }

    .calendar__title {
        font-family: Cera Pro;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.6px;
    }

    .calendar__dateSelect {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .calendar__dateSelect span {
        font-size: 5px;
        transition: all .3s ease;
    }
}

/* Блок календаря END */

/* Блок календаря месяцы */
@media (max-width: 767px) {
    .calendar__monthBlock {
        display: none;
    }

    /* .calendar__monthBlock.active {
        display: flex !important;
    } */
}

.monthBlock {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.monthBlock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.monthBlock__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.monthBlock__row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 21px;
}

.monthBlock__dayName {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: -1px;
    text-align: center;
    color: #9D9D9D;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.monthBlock__day {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: -1px;
    text-align: center;
    color: #2B2929;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}



.monthBlock__day:hover span {
    color: #FF004F;
}

.monthBlock__day.monthBlock__day--active:hover span {
    color: #FFF;
}

.monthBlock__day--active {
    display: flex;
    justify-content: center;
    color: #fff;
}


.monthBlock__day--active::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #FF004F;
    border-radius: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    top: -3px;
}


.monthBlock__day span {
    z-index: 1;
}

.monthBlock__day--hasEvent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FF004F;
}

.monthBlock__day.monthBlock__day--pastDay::after {
    background-color: #CCCC;
}

.monthBlock__day--current {
    display: flex;
    justify-content: center;
}

.monthBlock__day--current::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #F4F7FD;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -3px;

}

.monthBlock__day--gray {
    color: #9D9D9D;
}

@media (max-width: 767px) {
    .monthBlock {
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
        gap: 20px;
    }

    .monthBlock--noBorder {
        border: none;
    }
}

/* Блок календаря месяцы END */

/* Блок фильтрации  */
.calendar__eventFilter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Блок фильтрации END */

/* Большой календарь */
.calendarBig {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calendarBig__row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column: span 7;
    gap: 5px;
}

.calendarBig__dayName {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    letter-spacing: -1px;
    text-align: left;
    color: #2B2929;
    text-transform: uppercase;
}

.calendarBig__dayName--gray {
    color: #9D9D9D;
}

.calendarBig__main {
    display: grid;
    position: relative;
    grid-template-columns: repeat(7, 1fr);
}

.calendarBig__day {
    position: relative;
    width: 127px;
    height: 120px;
    background-color: #F4F7FD;
    border-radius: 8px;
    cursor: calendarEvent__marker;
}

.calendarBig__day .calendarBig__dayName {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    letter-spacing: -1px;
    z-index: 2;
    /* width: 24px; */
    /* height: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendarBig__day .calendarBig__dayName span {
    z-index: 1;
}

.calendarBig__dayName--current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.calendarBig__day .calendarBig__dayName--current::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 24px;
    height: 24px;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 1;
    border-radius: 50%;
}

.calendarBig__day--gray {
    opacity: .52;
}

@media (max-width: 767px) {
    .calendarBig {
        display: none;
    }
}

/* Большой календарь END */

/* Ивент */
.calendarBig__events {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
}

.calendarBig__events .calendarBig__event {
    border: none;
    padding-bottom: 0;
    gap: 6px;
    align-items: center;
}

.calendarBig__count {
    font-family: Cera Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.57px;
    width: 100%;
    text-align: left;
}

.calendarEvent {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    overflow: hidden;
}

.calendarEvent:last-child {
    border-bottom: none;
}

.calendarEvent__text {
    font-family: Cera Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.57px;
    text-align: left;
    white-space: nowrap;
}

.bigEventContainer {
    display: grid;
    position: absolute;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    z-index: 1;
    pointer-events: none;
}

.bigEvent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* grid-template-rows: 1fr; */
    grid-column: span 7;
}

.bigEvent__elem {
    /* width: 100%; */
    width: calc(100% - 20px);
    height: 20px;
    max-height: 20px;
    background-color: #608AC8;
    border-radius: 3px;
    position: relative;
    top: 38px;
    left: 10px;
    display: flex;
    align-items: center;
    padding: 3px 8px;
}

.bigEvent__elem--yellow {
    background-color: #FFC045;
}

.bigEvent__elem--green {
    background-color: #1AAE9F;
}

.bigEvent__elem--green {
    background-color: #1AAE9F;
}

.bigEvent__elem--pink {
    background-color: #CB61DD;
}

.bigEvent__elem span {
    color: #fff;
    font-family: Cera Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.57px;
    /* white-space: nowrap; */
}

/* Ивент END */

/* Слайдер месяца  */
.monthSwiper {
    margin: 0;
    position: relative;
}

.monthSwiper .slider_arrows {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

/* Слайдер месяца END */

/* Блок событий */

/* Блок событий END */

/* Карточка событий большая */
.calendarEventBig {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.calendarEventBig__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    height: 365px;
    width: 100%;
}

.calendarEventBig__content {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendarEventBig__head {
    display: flex;
    justify-content: space-between;
}

.calendarEventBig__title {
    position: relative;
    font-family: Cera Pro;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    width: 50%;
}

.calendarEventBig__marker {
    content: '';
    position: absolute;
    left: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    /* background-color: #608AC8; */
    border-radius: 50%;
}

/* .calendarEventBig__title::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    background-color: #608AC8;
    border-radius: 50%;
} */

.calendarEventBig__date {
    font-family: Cera Pro;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
}

.calendarEventBig__text {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    width: 55%;
}

@media (max-width: 767px) {
    .calendarEventBig {
        padding-bottom: 0;
        border: none;
    }

    .calendarEventBig__image {
        height: 230px;
    }

    .calendarEventBig__head {
        flex-direction: column-reverse;
        gap: 5px;
    }

    .calendarEventBig__date {
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
    }

    .calendarEventBig__title {
        width: 100%;
        font-family: Cera Pro;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .calendarEventBig__text {
        font-family: Cera Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        width: 100%;
    }

    .calendarEventBig__title::before {
        top: 8px;
    }
}

/* Карточка событий большая END */

/* Карточка событий */

.calendar__events {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calendar__eventsList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calendar__eventsTitle {
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}

.calendarEvent {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}



.calendarEvent__image {
    min-width: 128px;
    min-height: 120px;
    width: 128px;
    height: 120px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.calendarEvent__content {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendarEvent__textContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendarEvent__title {
    font-family: Cera Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    position: relative;
}

.calendarEvent__title--yellow::after {
    background-color: #FFC045;
}

.calendarEvent__title--pink::after {
    background-color: #CB61DD;
}

.calendarEvent__title--green::after {
    background-color: #1AAE9F;
}


.calendarEvent__marker {
    content: '';
    position: absolute;
    /* top: 50%; */
    top: 10px;
    transform: translateY(-50%);
    left: -14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #608AC8;
}

/* .calendarEvent__title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #608AC8;
} */

.calendarEvent__title--yellowBagde::after {
    background-color: #FFC045;
}

.calendarEvent__title--pinkBadge::after {
    background-color: #CB61DD;
}

.calendarEvent__textBlock {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.calendarEvent__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    width: fit-content;
    margin-left: auto;
}

.calendarEvent__date {
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    text-align: right;
}


.calendarEvent__eventList {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.calendarEvent__eventList li {
    padding-left: 16px;
}

.calendarEvent__eventList li::before {
    width: 4px;
    height: 4px;
    background-color: #FF004F;
    left: 5px;

}

.calendarEvent__eventList li a {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #FF004F;
    transition: all .3s ease;
}

.calendarEvent__eventList li a:hover {
    color: #C71049;
}


@media (max-width: 1199px) {
    .calendar__eventsList {
        gap: 40px;
    }

    .calendarEvent {
        flex-direction: column;
        padding-bottom: 0;
        border: none;
    }


    .calendarEvent__image {
        width: 100%;
        height: 120px;
    }

    .calendarEvent__date {
        margin-left: -15px;
        font-family: Cera Pro;
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
    }

    .calendarEvent__title {
        font-family: Cera Pro;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .calendarEvent__info {
        padding-left: 15px;
    }

    .calendarEvent__textBlock {
        font-family: Cera Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .calendarEvent__eventList li a {
        font-family: Cera Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .calendarEvent__marker {
        top: 9px;
    }

}

/* Карточка событий END */

/* Кнопка закрытия */
.calendar__closeIcon {
    height: 2px;
    width: 15px;
    background-color: #9D9D9D;
}

/* Кнопка закрытия END */
/* End */


/* Start:/local/assets/css/components/structures.css?17222389792013*/
.structureBlock {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.structure_card {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.structure_card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.structure_card__logo {
    margin-bottom: auto;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.structure_card:hover img {
    transform: scale(1.05);
}

.structure_card img {
    transform: scale(1);
    transition: all .3s ease;
}

.structure_card__title {
    margin-top: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 5px;
}

.structure_card__text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 20px;
}

.structure_card__button {
    position: relative;
    z-index: 2;
    width: 100%;
    justify-content: center;
}

.structure_card--no_image:before {
    display: none;
}

.structure_card--no_image {
    background: #919191;
}

.structure_slider {
    height: 100%;
}

.structure_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin-top: 20px;
    gap: 4px;
}

.structure_slider .swiper-pagination-bullet {
    margin: 0 !important;
    background: #9D9D9D !important;
    height: 4px !important;
    width: 4px !important;
}

.structure_slider .swiper-pagination-bullet-active {
    background: #FF004F !important;
    width: 6px !important;
    height: 6px !important;
}

@media (max-width: 1199px) {
    .structure_card {
        min-height: 570px;
    }

    .structure_card:hover img {
        transform: scale(1);
    }
}
/* End */


/* Start:/local/assets/css/components/team.css?17222389797589*/
.team {
    display: grid;
    grid-template-columns: 281px 1fr;
    align-items: start;
    gap: 40px;
}

.team .tabs_select {
    margin-bottom: 10px;
}

.team_card {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.team_card__img {
    height: 320px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 20px;
    overflow: hidden;
}

.team_card__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 10px;
}

.team_card__text {
    font-size: 14px;
    line-height: 16.8px;
}

.team_tabs {
    display: grid;
    grid-template-columns: 290px 1fr;
}

.team_tabs__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    line-height: 19.2px;
    cursor: pointer;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: background .2s, padding .2s;
    border-radius: 15px 0px 0px 15px;
    width: calc(100% + 10px);
}

.team_tabs__button:last-child {
    margin-bottom: 0;
}

.team_tabs__button_icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: background .2s;
}

.team_tabs__button_icon:after,
.team_tabs__button_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #9D9D9D;
    transition: background .2s, opacity .2s;
}

.team_tabs__button_icon:after {
    width: 1px;
    height: 7px;
}

.team_tabs__button_icon:before {
    width: 7px;
    height: 1px;
}

.team_tabs__button.active {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    pointer-events: none;

}

.team_tabs__button.active .team_tabs__button_icon {
    background: #FF004F;
}

.team_tabs__button.active .team_tabs__button_icon:after,
.team_tabs__button.active .team_tabs__button_icon:before {
    background: #FFF;
}

.team_tabs__button.active .team_tabs__button_icon:after {
    opacity: 0;
}

.team_tabs__content {
    display: none;
    padding: 40px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;
}

.team_tabs__content>* {
    margin-bottom: 40px;
}

.team_tabs__content>*:last-child {
    margin-bottom: 0;
}

.team_card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}

.team_card2__img {
    height: 190px;
    border-radius: 9px;
    object-fit: cover;
    margin-bottom: 10px;
    background: radial-gradient(52.06% 52.06% at 50.86% 47.94%, #D1CED1 0%, #B6B6B6 100%);
    width: 100%;
}

.team_card2__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 10px;
}

.team_card2__text {
    font-size: 14px;
    line-height: 16.8px;
    color: #9D9D9D;
}

.team_contacts {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.team_contacts__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
}

.team_contacts__social {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.team_contacts__social:hover {
    color: #fff;
}

.team_contacts__social.icon-telegram {
    background: #039BE5;
}

.team_contacts__social.icon-vk {
    background: #0273F6;
}

.team_contacts__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    color: #2B2929;
    display: flex;
    align-items: center;
    gap: 5px;
}

.team_contacts__link img {
    flex-shrink: 0;
}

.team_contacts__link[href]:hover {
    color: #FF004F;
}

.team_contacts__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team_contacts__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.team_card2__more_button {
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 20px;
    border-bottom: 1px solid #FF004F;
    transition: border-color .2s;
    color: #FF004F;
    display: inline-block;
    cursor: pointer;
}

.team_card2__more_button.active {
    color: #9D9D9D;
    border-color: #9D9D9D;
}

.team_card2__more_button:hover {
    border-color: transparent;
}

.team_card_list .simplebar-track.simplebar-horizontal {
    left: 20px;
    right: 20px;
}

@media (max-width: 1199px) {
    .team {
        grid-template-columns: 100%;
    }

    .team_card {
        padding: 0;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }

    /* 
    .team_card:after {
        content: "";
        position: absolute;
        top: 365px;
        left: 0;
        width: 100%;
        height: 12px;
        border-radius: 15px 15px 0 0;
        background: #fff;
    } */

    .team_card__img {
        width: 100%;
        height: 320px;
        border-radius: 0;
    }

    .team_card__title {
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .team_card__text {
        padding: 0 20px;
    }

    .team_tabs {
        grid-template-columns: 100%;
    }

    .team_tabs__content {
        padding: 20px;
        border-radius: 15px;
    }

    .team_card_list {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 20px;
    }

    .team_card2 {
        display: inline-block;
        vertical-align: top;
        width: 170px;
        white-space: normal;
        margin-right: 20px;
    }

    .team_tabs__content>* {
        margin-bottom: 20px;
    }

    .team_card2__title {
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 5px;
    }

    .team_card2__text {
        font-size: 12px;
        line-height: 14.4px;
    }

    .team_card2__more_button {
        margin-top: 10px;
    }

    .team_contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .team_contacts__buttons {
        width: 100%;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .team_card__img {
        height: 220px;
    }
}

.team_card__img_block {
    position: relative;
}

@media (max-width: 1199px) {
    .team_card__img_block::after {
        content: "";
        position: absolute;
        top: calc(100% - 8px);
        left: 0;
        width: 100%;
        height: 12px;
        border-radius: 15px 15px 0 0;
        background: #fff;
        z-index: 1;
    }
}


.team_card__video_link {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #fff;
    border-radius: 100px;
    padding: 7px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.team_card__video_link--noBg {
    background-color: transparent;
    left: 3px;
}

.team_card__video_link--noBg span {
    color: #fff;
}

.team_card__video_link span {
    transition: all .3s ease;
    font-family: Cera Pro;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.team_card__video_link img {
    height: 18px;
    width: 11px;
}

.team_card__video_link:hover span,
.team_card__video_link:hover img {
    color: #FF004F;
}

.team_card2__link_block {
    position: relative;
}
/* End */


/* Start:/local/assets/css/components/features.css?1722238979904*/
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature_card {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.feature_card__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Cera Pro;
    font-size: 54px;
    font-weight: 500;
    line-height: 59.4px;
    letter-spacing: -0.01em;
}

.feature_card__title img {
    flex-shrink: 0;
}

.feature_card__text {
    font-size: 18px;
    line-height: 21.6px;
    text-transform: lowercase;
}

@media (max-width: 1199px) {
    .features {
        grid-template-columns: 1fr;
    }

    .feature_card__title {
        font-size: 32px;
        line-height: 32px;
    }

    .feature_card__title img {
        width: 24px;
        height: auto;
    }
}
/* End */
/* /local/assets/css/components/mainBanner.css?17222389795092 */
/* /local/assets/css/components/search.css?17222389791504 */
/* /local/assets/css/components/forms.css?17222389794062 */
/* /local/assets/css/components/cards.css?17222389794021 */
/* /local/assets/css/components/people_cards.css?17222389795174 */
/* /local/assets/css/components/calendar.css?172223897916440 */
/* /local/assets/css/components/structures.css?17222389792013 */
/* /local/assets/css/components/team.css?17222389797589 */
/* /local/assets/css/components/features.css?1722238979904 */
