
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
  


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.about-section-swiper .block,
.about-section .block,
.quotation {
    display: flex
}

.about-section-swiper .block:after,
.about-section .block:after,
.quotation:after {
    content: "";
    width: 0
}


.visible-on-desktop {
    display: none
}

@media (min-width:1024px) {
    .visible-on-desktop {
        display: block
    }
}

.visible-on-tablet {
    display: none
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-on-tablet {
        display: block
    }
}

.visible-on-mobile {
    display: none
}

@media (max-width:767px) {
    .visible-on-mobile {
        display: block
    }
}


body {
    margin: 0
}



svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}





body,
html {
    height: 100%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}




#wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}


.about-slide .container {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1470px
}

.about-section .block h3 {
    font-weight: 300;
    color: #fff;
    font-size: 50px;
    font-family: "Gilda Display", serif;
    line-height: 1.2;
}



@media (min-width:768px) {
    .about-slide {
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }
}

.about-slide-spacers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .about-wrapper {
        width: 100%;
        height: 100vh;
        position: sticky;
        top: 0
    }
}

#about-numbers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px
}

@media (max-width:1023px) {
    #about-numbers {
        justify-content: center
    }
}

@media (max-width:767px) {
    #about-numbers {
        display: none
    }
}

#about-numbers #num-wrap {
    width: 33%;
    transform: scale(.01);
    transition: transform .9s cubic-bezier(.37, .01, 0, .98);
    transform-origin: 50% 50%
}

@media (max-width:1023px) {
    #about-numbers #num-wrap {
        width: 45%
    }
}

@media (max-width:767px) {
    #about-numbers #num-wrap {
        width: min(100%, 340px)
    }
}

#about-numbers #num-wrap.is-active {
    transform: none
}

#about-numbers #num-wrap.is-active #morph-numbers {
    opacity: .2
}

#about-numbers path {
    opacity: 0;
    transition: opacity .7s cubic-bezier(.37, .01, 0, .98)
}

#about-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background-color .7s cubic-bezier(.37, .01, 0, .98)
}

.about-section {
    color: #fff;
    position: relative;
    z-index: 2
}

.about-section .block {
    padding: 70px 0;
    line-height: 1.5;
    align-items: center;
    position: relative;
    overflow: hidden
}

.about-section .block:after {
    height: calc(100vh - 270px)
}

@media (min-width:768px) {
    .about-section .block {
        height: 100%;
        padding: 150px 0 70px
    }
}

.about-section .block.quote .pattern-topo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1102px
}

.about-section .block.quote .pattern-topo svg {
    width: 100%;
    height: 100%
}

.about-section .block .topo-pattern {
    position: absolute;
    left: -45%;
    top: 50%;
    transform: translateY(-50%);
    width: 5000px
}

@media (max-width:1023px) {
    .about-section .block .topo-pattern {
        width: 2500px
    }
}

.about-section .block .topo-pattern svg {
    width: 100%;
    height: 100%
}

.about-section .block .container {
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .about-section .block .container {
        flex-wrap: wrap
    }
}

.about-section .block .left {
    width: 42.5%;
    padding-right: 7%;
    position: relative;
    z-index: 1
}

@media (max-width:1023px) {
    .about-section .block .left {
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .about-section .block .left {
        margin-bottom: 10px
    }
}

.about-section .block .right {
    width: 57.5%;
    padding-right: 7%
}

@media (max-width:1023px) {
    .about-section .block .right {
        width: 100%;
        padding: 0
    }
}

.about-section .block h3 {
    font-weight: 300;
    color: #fff
}

.about-section .block .cite {
    display: block;
    margin-top: 49px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2179;
    letter-spacing: 2.5px;
    font-weight: 800
}

@media (max-width:2499px) {
    .about-section .block .cite {
        font-size: 18px
    }
}

@media (max-width:1023px) {
    .about-section .block .cite {
        margin-top: 10px
    }
}

.about-section .block p {
    font-size: 1.1rem;
    font-family: "Lora", serif;
}



.about-section .block .no {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1000px;
    font-weight: 800;
    line-height: .4;
    z-index: -1;
    pointer-events: none;
    margin-left: -11%;
    opacity: .1
}

@media (max-width:1279px) {
    .about-section .block .no {
        font-size: 600px
    }
}

@media (max-width:1023px) {
    .about-section .block .no {
        position: static;
        transform: none;
        margin-bottom: 50px;
        font-size: 300px;
        margin-left: 0
    }
}

.about-section .container {
    display: flex
}

.about-section .bg-topo-pattern {
    top: 0;
    width: 348px
}

.about-section .swiper-pagination-bullets {
    right: 126px !important
}

@media (max-width:1679px) {
    .about-section .swiper-pagination-bullets {
        right: 70px !important
    }
}

@media (max-width:1279px) {
    .about-section .swiper-pagination-bullets {
        right: 50px !important
    }
}

@media (max-width:1023px) {
    .about-section .swiper-pagination-bullets {
        right: 20px !important
    }
}

.about-section .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0 !important;
    width: 12px;
    height: 12px
}

.about-section-swiper {
    color: #fff;
    height: calc(100vh - 130px);
    overflow: hidden;
    position: relative;
    z-index: 2
}

.about-section-swiper .block {
    padding: 70px 0;
    line-height: 1.5;
    align-items: center;
    position: relative;
    overflow: hidden
}

.about-section-swiper .block:after {
    height: calc(100vh - 270px)
}

@media (max-width:767px) {
    .about-section-swiper .block {
        padding: 70px 40px 70px 0
    }
}

.about-section-swiper .block.quote .pattern-topo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1102px
}

.about-section-swiper .block.quote .pattern-topo svg {
    width: 100%;
    height: 100%
}

.about-section-swiper .block .topo-pattern {
    position: absolute;
    left: -45%;
    top: 50%;
    transform: translateY(-50%);
    width: 5000px
}

@media (max-width:1023px) {
    .about-section-swiper .block .topo-pattern {
        width: 2500px
    }
}

.about-section-swiper .block .topo-pattern svg {
    width: 100%;
    height: 100%
}

.about-section-swiper .block .container {
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .about-section-swiper .block .container {
        flex-wrap: wrap
    }
}

.about-section-swiper .block .left {
    width: 42.5%;
    padding-right: 7%;
    position: relative;
    z-index: 1
}

@media (max-width:1023px) {
    .about-section-swiper .block .left {
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }
}

.about-section-swiper .block .right {
    width: 57.5%;
    padding-right: 7%
}

@media (max-width:1023px) {
    .about-section-swiper .block .right {
        width: 100%;
        padding: 0
    }
}

.about-section-swiper .block h3 {
    font-weight: 400;
    line-height: 1.06
}

.about-section-swiper .block .cite {
    display: block;
    margin-top: 49px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2179;
    letter-spacing: 2.5px;
    font-weight: 800
}

@media (max-width:1023px) {
    .about-section-swiper .block .cite {
        margin-top: 10px
    }
}

.about-section-swiper .block p {
    margin-bottom: 24px;
    letter-spacing: -.013em
}

.about-section-swiper .block .no {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1000px;
    font-weight: 800;
    line-height: .4;
    z-index: -1;
    pointer-events: none;
    margin-left: -11%;
    opacity: .1
}

@media (max-width:1279px) {
    .about-section-swiper .block .no {
        font-size: 600px
    }
}

@media (max-width:1023px) {
    .about-section-swiper .block .no {
        position: static;
        transform: none;
        margin-bottom: 50px;
        font-size: 300px;
        margin-left: 0
    }
}

.about-section-swiper .container {
    display: flex
}

.about-section-swiper .bg-topo-pattern {
    top: 0;
    width: 348px
}

.about-section-swiper .swiper-pagination-bullets {
    right: 126px !important
}

@media (max-width:1679px) {
    .about-section-swiper .swiper-pagination-bullets {
        right: 70px !important
    }
}

@media (max-width:1279px) {
    .about-section-swiper .swiper-pagination-bullets {
        right: 50px !important
    }
}

@media (max-width:1023px) {
    .about-section-swiper .swiper-pagination-bullets {
        right: 20px !important
    }
}

.about-section-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0 !important;
    width: 12px;
    height: 12px
}

@keyframes showAsc {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes showDesc {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes hideAsc {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }
}

@keyframes hideDesc {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
}

@keyframes showAscHoriz {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes showDescHoriz {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes hideAscHoriz {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-40px, 0, 0)
    }
}

@keyframes hideDescHoriz {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(40px, 0, 0)
    }
}

@keyframes showZoom {
    0% {
        opacity: 0;
        transform: scale(0) translateZ(0)
    }

    to {
        opacity: 1;
        transform: scale(1) translateZ(0)
    }
}

@keyframes hideZoom {
    0% {
        opacity: 1;
        transform: scale(1) translateZ(0)
    }

    to {
        opacity: 0;
        transform: scale(0) translateZ(0)
    }
}

.animated-slide-content {
    opacity: 0
}

body:not(.disable-animation) .is-hidden .animated-slide-content,
body:not(.disable-animation) .is-shown .animated-slide-content {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

body:not(.disable-animation) .is-shown .animated-slide-content {
    animation-duration: 1.4s;
    animation-delay: .5s
}

body:not(.disable-animation) .is-shown-asc .animated-slide-content {
    animation-name: showAsc
}

body:not(.disable-animation) .is-shown-desc .animated-slide-content {
    animation-name: showDesc
}

body:not(.disable-animation) .is-hidden .animated-slide-content {
    animation-duration: .8s
}

body:not(.disable-animation) .is-hidden-asc .animated-slide-content {
    animation-name: hideAsc;
    animation-delay: .05s
}

body:not(.disable-animation) .is-hidden-desc .animated-slide-content {
    animation-name: hideDesc
}

body:not(.disable-animation) .is-shown .animated-slide-content.right {
    animation-delay: .65s
}

body:not(.disable-animation) .is-hidden-asc .animated-slide-content.right {
    animation-delay: .15s
}

#about-pattern-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#about-pattern {
    position: absolute;
    width: 300vw;
    height: 300vw;
    transform-origin: 50% 50%;
    right: 0;
    top: 50%;
    transform: translate3d(50%, -50%, 0)
}

#about-pattern .about-pattern-svg,
#about-pattern svg {
    width: 100%;
    height: 100%;
    display: block;
    will-change: transform;
    transition: transform .7s cubic-bezier(.37, .01, 0, .98)
}

#about-pattern .about-pattern-svg img {
    position: relative;
    display: block;
    width: 100%
}

.about-pattern-path {
    fill: none;
    stroke: #c8802d;
    stroke-width: .75;
    stroke-miterlimit: 10;
    transition: stroke .7s cubic-bezier(.37, .01, 0, .98)
}

#about-paging {
    right: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 7px;
    z-index: 1
}

@media (max-width:1023px) {
    #about-paging {
        display: none
    }
}

#about-paging span {
    cursor: pointer;
    height: 42px;
    width: 5px;
    background: #fff;
    opacity: .2;
    transition: opacity .3s cubic-bezier(.37, .01, 0, .98)
}

#about-paging span:hover {
    opacity: .4
}

#about-paging span.active {
    opacity: 1
}





@media (max-width:767px) {
    .about-section {
        height: auto !important
    }

    .about-section .animated-slide-content {
        opacity: 1;
        transform: none !important;
        animation: none !important
    }

    .about-section .about-wrapper {
        counter-reset: item
    }

    .about-section .block {
        display: block
    }

    .about-section .block .left:before {
        counter-increment: item;
        content: counter(item);
        font: 800 65px/1 proxima-nova, Helvetica Neue, Arial, Helvetica, sans-serif;
        display: block;
        margin-bottom: 10px
    }

    .about-section .about-slide {
        background: var(--about-slide-bg)
    }

    .about-section #about-background,
    .about-section #about-pattern-wrap {
        display: none
    }

    .about-section .block h3 {
        font-size: 36px;
    }

    .about-section .block p {
        font-size: 1rem;
    }
}



.about-slider-btn {
    font-family: "Lora", serif;
}