
@font-face {
    font-display: swap;
    font-family: Gilroy-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/Gilroy-Regular.ttf) format("truetype"),
    url(./fonts/Gilroy-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/Gilroy-Medium.ttf) format("truetype"),
    url(./fonts/Gilroy-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gilroy-SemiBold;
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/Gilroy-SemiBold.ttf) format("truetype"),
    url(./fonts/Gilroy-SemiBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gilroy-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/Gilroy-Bold.ttf) format("truetype"),
    url(./fonts/Gilroy-Bold.woff) format("woff")
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal
}

button {
    background: #0000;
    cursor: pointer
}

button,input {
    -webkit-appearance: none;
    appearance: none;
    border: none
}

input {
    padding: 0
}

input:focus-visible {
    outline: none
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-size: 1em;
    height: 100%;
    scrollbar-gutter: stable
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #252628;
    font: 16px/1 Gilroy-Medium,Arial,sans-serif;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    text-rendering: optimizeLegibility
}

img {
    height: auto;
    max-width: 100%
}

a {
    background: #0000;
    color: #67a511;
    outline: none;
    text-decoration: none;
    transition: color .33s
}

p {
    color: #252628;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}





.rdfo-quote {
    border-bottom: 1px solid #252628;
    border-top: 1px solid #252628;
    margin-bottom: 1rem;
    padding: 1rem 0 .875rem
}

.rdfo-quote svg {
    display: block;
    height: 24px;
    margin-bottom: 1.25rem;
    width: 17px
}

.rdfo-quote__text {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem
}

.rdfo-quote figcaption {
    align-items: center;
    display: flex
}

.rdfo-quote__img {
    border-radius: 50%;
    height: 4rem;
    margin-right: .75rem;
    overflow: hidden;
    width: 4rem
}

.rdfo-quote__img img {
    height: auto;
    min-height: 4rem;
    min-width: 4rem;
    width: 100%
}

.rdfo-quote__name {
    font-family: Gilroy-SemiBold,Arial,sans-serif
}

.rdfo-quote__name,.rdfo-quote__position {
    color: #252628;
    font-size: .875rem;
    line-height: 1.25rem
}

.rdfo-quote__position {
    font-family: Gilroy-Medium,Arial,sans-serif
}

@media(min-width: 768px) {
    .rdfo-quote {
        padding:1.5rem 0
    }

    .rdfo-quote svg {
        margin-bottom: .5rem
    }

    .rdfo-quote__text {
        font-size: 1.25rem;
        margin-bottom: 1.5rem
    }

    .rdfo-quote__name {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(min-width: 1200px) {
    .rdfo-quote {
        padding-top:1.5rem
    }
}



.rdfo-program {
    margin-bottom: 1.5rem
}

.rdfo-program__text {
    color: #252628;
    font-family: Gilroy-Medium,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem
}

.rdfo-program__container {
    padding: 3.75rem 4.375rem;
    position: relative
}

@media screen and (max-width: 1078px) {
    .rdfo-program__container {
        padding:2.3125rem 1.375rem
    }
}

@media screen and (max-width: 767px) {
    .rdfo-program__container {
        padding:2.5rem
    }
}

.rdfo-program__container--wrp {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    width: 100%
}

@media screen and (max-width: 767px) {
    .rdfo-program__container--wrp {
        flex-direction:column;
        padding: 1.5rem 1rem
    }
}

.rdfo-program__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.rdfo-program__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%
}

.rdfo-program__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
    .rdfo-program__wrapper {
        margin-bottom:.75rem
    }
}

.rdfo-program__wrapper--center .rdfo-program__title {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 3rem
}

@media screen and (max-width: 767px) {
    .rdfo-program__wrapper--center .rdfo-program__title {
        font-size:2rem;
        line-height: 2.25rem
    }
}

.rdfo-program__wrapper--center .rdfo-program__desc {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-weight: 600
}

.rdfo-program__wrapper:last-of-type {
    margin-bottom: 0
}

.rdfo-program.left-border,.rdfo-program.right-border {
    border-left: 1px solid #e6e6e6;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .rdfo-program.left-border,.rdfo-program.right-border {
        border-top:1px solid #e6e6e6;
        margin-bottom: .75rem
    }
}

.rdfo-program__title {
    color: #252628;
    display: block;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1.625rem;
    margin-bottom: .5rem;
    text-align: center
}

@media screen and (max-width: 767px) {
    .rdfo-program__title {
        font-size:1rem;
        line-height: 1.25rem
    }
}

.rdfo-program__desc {
    color: #999;
    display: block;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center
}

@media screen and (max-width: 767px) {
    .rdfo-program__desc {
        font-size:.75rem;
        line-height: 1rem
    }
}

@media(min-width: 768px) {
    .rdfo-program {
        margin-bottom:2rem
    }

    .rdfo-program__text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem
    }

    .rdfo-program__wrapper {
        margin: 0
    }

    .rdfo-program__desc {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media(min-width: 1200px) {
    .rdfo-program {
        margin-bottom:4rem
    }
}



.rdfo-scheme {
    margin-bottom: 2.5rem
}

.rdfo-scheme__title {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.5rem
}

.rdfo-scheme__container {
    margin-right: -16px;
    overflow-x: scroll;
    padding-bottom: 10px;
    padding-right: 16px
}

.rdfo-scheme__container::-webkit-scrollbar {
    width: 14px
}

.rdfo-scheme__container::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #c9d0d2;
    border: 4px solid #0000;
    border-radius: 7px
}

.rdfo-scheme__wrapper {
    height: 42.9375rem;
    margin: 0 auto;
    position: relative;
    width: 46rem
}

.rdfo-scheme__wrapper img {
    max-width: none;
    min-height: 42.9375rem;
    min-width: 46rem
}

.rdfo-scheme__hidden {
    background-color: #0000;
    display: block;
    height: 20px;
    position: absolute;
    right: 48px;
    top: 321px;
    width: 20px;
    z-index: 103
}

@media(min-width: 768px) {
    .rdfo-scheme {
        margin-bottom:1.5rem
    }

    .rdfo-scheme__title {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media(min-width: 1200px) {
    .rdfo-scheme {
        margin-bottom:2.375rem
    }

    .rdfo-scheme__title {
        margin-bottom: 2rem
    }

    .rdfo-scheme__wrapper {
        height: 44.4375rem;
        position: relative;
        width: 63rem
    }

    .rdfo-scheme__wrapper img {
        max-width: none;
        min-height: 44.4375rem;
        min-width: 63rem
    }

    .rdfo-scheme__hidden {
        right: 128px;
        top: 300px
    }
}


.rdfo-chart {
    margin-bottom: 2.625rem
}

.rdfo-chart__title {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.5rem
}

.rdfo-chart__container {
    margin-bottom: 1.5rem;
    margin-right: -16px;
    overflow-x: scroll;
    padding-right: 16px
}

.rdfo-chart__container::-webkit-scrollbar {
    width: 14px
}

.rdfo-chart__container::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #c9d0d2;
    border: 4px solid #0000;
    border-radius: 7px
}

.rdfo-chart__list {
    display: flex
}

.rdfo-chart__item {
    box-sizing: initial;
    flex-grow: 1;
    min-width: 3.25rem;
    padding-right: 1rem;
    position: relative
}

.rdfo-chart__item:before {
    background-color: #252628;
    bottom: 36px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.rdfo-chart__item:last-of-type {
    padding-right: 0
}

.rdfo-chart__col {
    display: flex;
    flex-direction: column;
    height: 16.6875rem;
    margin-bottom: 1.5rem;
    width: 100%
}

.rdfo-chart__col span {
    color: #28252540;
    flex-grow: 33
}

.rdfo-chart__col span,.rdfo-chart__count {
    align-items: center;
    display: flex;
    font-family: Gilroy-Medium,Arial,sans-serif;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.5rem
}

.rdfo-chart__count {
    color: #252628;
    width: 100%
}

.rdfo-chart__count svg {
    margin-left: .375rem
}

.rdfo-chart__green {
    background-color: #a3d562
}

.rdfo-chart__blue {
    background-color: #c3dbff
}

.rdfo-chart__grey {
    background-color: #e6e6e6
}

.rdfo-chart__desc {
    color: #252628;
    font-family: Gilroy-Medium,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    padding-left: 1.375rem;
    position: relative
}

.rdfo-chart__desc:before {
    border: 1px solid #a3d562;
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1rem
}

.rdfo-chart__desc:after {
    background-color: #a3d562;
    border-radius: 50%;
    content: "";
    height: .5rem;
    left: 4px;
    position: absolute;
    top: 4px;
    width: .5rem
}

.rdfo-chart__desc.blue:before {
    border-color: #c3dbff
}

.rdfo-chart__desc.blue:after {
    background-color: #c3dbff
}

.rdfo-chart__desc.grey:before {
    border-color: #e6e6e6
}

.rdfo-chart__desc.grey:after {
    background-color: #e6e6e6
}

.rdfo-chart__desc:last-of-type {
    margin-bottom: 0
}

.rdfo-chart__text {
    color: #252628;
    margin-top: 2rem
}

@media screen and (max-width: 767px) {
    .rdfo-chart__text {
        margin-top:1.5rem
    }
}

.rdfo-chart__text a {
    border-bottom: 1px solid #252628;
    color: #252628;
    transition: border-color .3s linear,color .3s linear
}

.rdfo-chart__text a:hover {
    border-color: #699b12;
    color: #699b12
}

@media(min-width: 768px) {
    .rdfo-chart {
        margin-bottom:3.25rem
    }

    .rdfo-chart__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 2rem
    }

    .rdfo-chart__container {
        margin-bottom: 1.875rem;
        margin-right: 0;
        overflow: hidden;
        padding: 0
    }
}

@media(min-width: 1200px) {
    .rdfo-chart {
        margin-bottom:4rem
    }

    .rdfo-chart__item {
        padding-right: 1.3125rem
    }
}




.rdfo-people {
    margin-bottom: 2.5rem
}

.rdfo-people__title {
    font-size: 1.375rem;
    line-height: 1.625rem
}

.rdfo-people__item,.rdfo-people__title {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    margin-bottom: 1rem
}

.rdfo-people__item {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2.25rem;
    position: relative
}

.rdfo-people__item:last-of-type {
    margin-bottom: 0
}

.rdfo-people__item:before {
    background-color: #82bf00;
    border-radius: 50%;
    content: "";
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.25rem
}

.rdfo-people__item:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 7px;
    left: 5px;
    position: absolute;
    top: 5px;
    transform: rotate(135deg);
    width: 10px
}

@media(min-width: 768px) {
    .rdfo-people__title {
        font-size:2rem;
        line-height: 2.25rem;
        margin-bottom: 1.5rem
    }

    .rdfo-people__item {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(min-width: 1024px) {
    .rdfo-people {
        margin-bottom:3rem
    }

    .rdfo-people__title {
        margin-bottom: 2.5rem
    }

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

    .rdfo-people__item {
        width: calc(50% - 8px)
    }
}


.rdfo-promo {
    color: #252628;
    margin-bottom: 1rem
}

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

.rdfo-promo__icon {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-right: 1rem
}

.rdfo-promo__icon:last-of-type {
    margin-right: 0;
    max-width: 16.5rem
}

.rdfo-promo__icon img {
    height: auto;
    width: 100%
}

.rdfo-promo__icon:first-of-type {
    min-height: 32px;
    min-width: 32px
}

.rdfo-promo__icon:nth-of-type(2) {
    min-height: 32px;
    min-width: 80px
}

.rdfo-promo .swiper-container ._img {
    aspect-ratio: 2.08/1;
    object-fit: cover
}

@media screen and (max-width: 767px) {
    .rdfo-promo .swiper-container ._img {
        aspect-ratio: 1.26/1
    }
}

.rdfo-promo .swiper-container {
    margin-bottom: 2rem
}

@media(min-width: 768px) {
    .rdfo-promo,.rdfo-promo__img {
        margin-bottom:1.25rem
    }

    .rdfo-promo__list {
        padding: 0 3.375rem
    }
}

@media(min-width: 1200px) {
    .rdfo-promo {
        margin-bottom:2rem
    }

    .rdfo-promo__img {
        margin-bottom: 1.75rem
    }

    .rdfo-promo__list {
        padding: 0 9.375rem
    }
}



.rdfo-gallery {
    margin-bottom: 2.5rem
}

.rdfo-gallery__title {
    color: #252628;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.5rem
}

.rdfo-gallery img {
    width: 100%
}

.rdfo-gallery .swiper-container {
    overflow: hidden;
    position: relative
}

.rdfo-gallery .swiper-container img {
    aspect-ratio: 2.08/1;
    object-fit: cover
}

@media screen and (max-width: 767px) {
    .rdfo-gallery .swiper-container img {
        aspect-ratio:1.26/1
    }
}

.rdfo-gallery .swiper-button-next,.rdfo-gallery .swiper-button-prev {
    background-color: #252628;
    bottom: 16px;
    color: #0000;
    cursor: pointer;
    height: 42px;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: 40px;
    z-index: 1
}

.rdfo-gallery .swiper-button-next:before,.rdfo-gallery .swiper-button-prev:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 17px
}

.rdfo-gallery .swiper-button-next:hover:before,.rdfo-gallery .swiper-button-prev:hover:before {
    background-color: #a3d562;
    transition: .3s
}

.rdfo-gallery .swiper-button-next:hover:after,.rdfo-gallery .swiper-button-prev:hover:after {
    border-color: #a3d562;
    transition: .3s
}

.rdfo-gallery .swiper-button-next {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    right: 0
}

@media screen and (max-width: 767px) {
    .rdfo-gallery .swiper-button-next {
        right:16px
    }
}

.rdfo-gallery .swiper-button-next:before {
    left: 0
}

.rdfo-gallery .swiper-button-next:after {
    background-color: #0000;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
    width: 10px
}

.rdfo-gallery .swiper-button-prev {
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    left: auto;
    right: 102px
}

@media screen and (max-width: 767px) {
    .rdfo-gallery .swiper-button-prev {
        right:88px
    }
}

.rdfo-gallery .swiper-button-prev:before {
    right: 0
}

.rdfo-gallery .swiper-button-prev:after {
    background-color: #0000;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
    width: 10px
}

.rdfo-gallery .swiper-button-disabled {
    opacity: 1
}

.rdfo-gallery .swiper-button-disabled:before {
    background-color: #999
}

.rdfo-gallery .swiper-button-disabled:after {
    border-color: #999
}

.rdfo-gallery .swiper-pagination {
    align-items: center;
    background-color: #252628;
    bottom: 16px;
    color: #fff;
    display: flex;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    font-size: .875rem;
    height: 42px;
    justify-content: center;
    left: auto;
    line-height: 1.25rem;
    right: 40px;
    width: 62px
}

@media screen and (max-width: 767px) {
    .rdfo-gallery .swiper-pagination {
        right:56px;
        width: 32px
    }
}

@media(min-width: 768px) {
    .rdfo-gallery {
        margin-bottom:3.25rem
    }

    .rdfo-gallery__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 2rem
    }

    .rdfo-gallery .swiper-button-next {
        bottom: 34px;
        height: 48px;
        left: 136px;
        right: auto
    }

    .rdfo-gallery .swiper-button-prev {
        bottom: 34px;
        height: 48px;
        left: 34px;
        right: auto
    }

    .rdfo-gallery .swiper-pagination {
        bottom: 34px;
        font-size: 1rem;
        height: 48px;
        left: 74px;
        right: auto
    }
}

@media(min-width: 1200px) {
    .rdfo-gallery {
        margin-bottom:4rem
    }
}

.rent-dfo {
    color: #252628;
    padding-top: 3.5rem
}

.rent-dfo__container {
    display: flex;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 10.5rem
}

.rent-dfo__content-wrap {
    max-width: 79.75%;
    margin: 0 auto;
}

.rent-dfo__title-wrap {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto 2rem;
    max-width: 79rem
}

.rent-dfo__title {
    font-size: 2.75rem;
    line-height: 3rem
}

.rent-dfo__desc,.rent-dfo__title {
    color: inherit;
    font-family: Gilroy-SemiBold,Arial,sans-serif;
    margin: 0 auto 2rem;
    max-width: 55rem;
    text-align: center
}

.rent-dfo__desc {
    font-size: 1.5rem;
    line-height: 1.75rem
}

.rent-dfo__img {
    margin-bottom: 4rem;
    width: 100%
}

.rent-dfo__img img {
    height: auto;
    width: 100%
}

.rent-dfo__tooltip {
    background-color: #252628;
    border-radius: 4px;
    box-shadow: 0 8px 80px #1e1b1b1a;
    color: #fff;
    font-family: Gilroy-Medium,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem .625rem;
    position: fixed;
    z-index: 313
}



@media(max-width: 1400px) {
    .rent-dfo__container {
        padding:0 1rem
    }

    .rent-dfo__title-wrap {
        margin: 0 1rem 2rem;
        max-width: none
    }
}

@media(max-width: 1200px) {
    .rent-dfo__img {
        margin-bottom:3.25rem
    }

    .rent-dfo__content-wrap {
        max-width: 100%
    }
}

@media(max-width: 1024px) {
    .rent-dfo__title {
        font-size:2rem;
        line-height: 2.25rem;
        margin-bottom: 1.5rem;
        max-width: 40.625rem
    }

    .rent-dfo__desc {
        font-size: 1rem;
        line-height: 1.25rem;
        max-width: 39rem
    }
}

@media(max-width: 767px) {
    .rent-dfo__title-wrap {
        margin-bottom:1.5rem
    }

    .rent-dfo__title {
        font-size: 1.375rem;
        line-height: 1.625rem;
        margin-bottom: 1rem
    }

    .rent-dfo__desc {
        font-size: .875rem;
        line-height: 1.25rem;
        margin-bottom: 1.5rem
    }

    .rent-dfo__img {
        margin-bottom: 2.5rem
    }
}

@media(max-width: 600px) {
    .rent-dfo__tooltip {
        max-width:240px
    }
}