.Header_header__MwWvM {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 96px;
    align-items: center;
    background: rgba(18, 10, 31, .46);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 20
}

.Header_header__inner__S61l5 {
    display: flex;
    width: 100%;
    max-width: 1406px;
    padding: 0 15px;
    margin: 0 auto
}

.Header_header__inner__S61l5 a.site-logo {
    display: block;
    margin-right: auto
}


.Header_header__links__9hgZu {
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
    gap: 88px
}

.Header_header__link__tU9vJ {
    display: flex;
    justify-content: space-evenly;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .1s ease;
    font-family: Futura Md BT;
}

.Header_header__link_primary__xI63M {
    color: rgba(127, 210, 255, 1);
}

.Header_header__logo___DqV1 {
    height: 32px;
}

.Header_header__burger__nG5tK {
    display: none
}

@media screen and (max-width:1370px) {
    .Header_header__MwWvM {
        height: 80px;
        padding: 16px;
        justify-content: space-between
    }

    .Header_header__burger__nG5tK {
        display: block;
        width: 40px;
        height: 28px;
        background: none;
        padding: 0;
        border: none;
        z-index: 999
    }

    .Header_header__burger__nG5tK>img {
        width: 100%;
        height: 100%
    }

    .Header_header__links__9hgZu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        height: 100dvh;
        width: 100vw;
        align-items: center;
        justify-content: center;
        transform: translateY(-100%);
        display: flex;
        flex-direction: column;
        background: #1e1e1e;
        transition: transform .2s ease;
        gap: 40px
    }

    .Header_header__links_opened__nIeJE {
        transform: translateY(0)
    }

    .Header_header__links_opened__nIeJE:after {
        left: -100px;
        top: -30px
    }

    .Header_header__links_opened__nIeJE:after,
    .Header_header__links_opened__nIeJE:before {
        display: block;
        content: "";
        width: 312px;
        height: 156px;
        background: url(/assets/eye.gif);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(-30deg);
        position: absolute
    }

    .Header_header__links_opened__nIeJE:before {
        right: -100px;
        bottom: -30px
    }
}

.Button_button__8B4nB {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
    padding: 14px 37px;
    border-radius: 32px;
    transition: all .5s ease;
    background-color: #fff
}

.Button_button_text__rxAC3 {
    justify-content: start;
    font-family: Futura Hv BT;
    line-height: 20px;
    color: #000;
    z-index: 1
}

@media (max-width: 480px) {
    .Button_button__8B4nB {
        padding: 10px 23px;
    }
}

.blinker {
    /* display: none; */
    /* margin-left: -60px; */
    width: 36px;
    background-color: #fff;
    opacity: 0;
    animation: opa forwards 1s infinite;
    animation-timing-function: linear;
}

.blinker--margin {
    margin-left: -70px;
}

.blinker--margin-end {
    margin-right: -41px;
}

@keyframes opa {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .blinker {
        width: 16px;
    }

    .blinker--margin {
        margin-left: -18px;
    }
}

.intro__part {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.intro__item img {
    /* display: block; */
    /* max-width: 50px;
    object-fit: contain; */
    max-height: 308px;
}

.intro__interfaces .intro__item--c {
    margin-left: -46px;
}

.intro__interfaces .intro__item--a {
    margin-left: -21px;
}

@media (max-width: 480px) {
    .intro__part {
        gap: 10px;
    }

    .intro__item img {
        max-height: 65px;
    }

    .intro__interfaces .intro__item--c {
        margin-left: -17px;
    }

    .intro__interfaces .intro__item--a {
        margin-left: -18px;
    }
}

.hidden {
    display: none;
}

.FigmaCard_figmaCard__P6VIs {
    background: #0e0e0e;
    display: flex;
    flex-direction: column;
    background: #222
}

.FigmaCard_figmaCard__name__Q7Xkh {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 32px
}

.FigmaCard_figmaCard__descr__nTwBW {
    display: block;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 32px;
    flex: 1 1
}

.FigmaCard_figmaCard__infoWrapper__eYbj5 {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 40px 32px 48px
}

.FigmaCard_figmaCard__image__vxJEX {
    width: 100%;
    aspect-ratio: 1.7790697674;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .FigmaCard_figmaCard__P6VIs {
        border-radius: 8px
    }

    .FigmaCard_figmaCard__name__Q7Xkh {
        font-size: 20px
    }

    .FigmaCard_figmaCard__descr__nTwBW {
        font-size: 16px
    }

    .FigmaCard_figmaCard__infoWrapper__eYbj5 {
        padding: 24px 16px 32px
    }

    .FigmaCard_figmaCard__image__vxJEX {
        border-radius: 8px
    }
}

.CardsContainer_cardsContainer__81ZR6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 1376px;
    padding: 0 15px
}

.CardsContainer_cardsContainer__heading__du0nV {
    font-weight: 700;
    font-size: 64px;
    align-self: flex-start;
    text-transform: uppercase;
    font-family: Futura XBlk BT
}

.CardsContainer_cardsContainer__content__kug8n {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.CardsContainer_cardsContainer__content__kug8n>* {
    width: calc(50% - 8px)
}

@media screen and (max-width:768px) {
    .CardsContainer_cardsContainer__81ZR6 {
        padding: 0 16px;
        gap: 56px
    }

    .CardsContainer_cardsContainer__content__kug8n {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 24px
    }

    .CardsContainer_cardsContainer__content__kug8n>* {
        width: 100%
    }

    .CardsContainer_cardsContainer__heading__du0nV {
        font-size: 24px
    }
}

.MasonryCard_masonryCard__EH_J4 {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 976px;
    height: 384px;
    overflow: hidden;
    border-radius: 8px;
    gap: 16px
}

.MasonryCard_masonryCard__EH_J4.fw {
    max-width: 100%;
}

.MasonryCard_masonryCard__EH_J4.sw {
    max-width: 384px;
}

.MasonryCard_masonryCard__EH_J4.sw .MasonryCard_masonryCard__infoWrapper__rhoO1 {
    padding: 32px 16px 16px 16px;
}

.MasonryCard_masonryCard__EH_J4.single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.MasonryCard_masonryCard__EH_J4.custombg .MasonryCard_masonryCard__image__naQnL {
    width: 200%;
    height: 200%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -65%;
    left: -50%
}

/* .MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__inner__AhxSY {
    max-width: 384px
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__inner__AhxSY .MasonryCard_masonryCard__name__26YA9 {
    order: 1
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__inner__AhxSY .MasonryCard_masonryCard__descr__fS_s8 {
    order: 2;
    margin-bottom: 24px
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__inner__AhxSY .MasonryCard_masonryCard__tags__CDcF8 {
    order: 3;
    margin-bottom: 32px
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__inner__AhxSY a {
    order: 4
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__innerSec__4deCx {
    max-width: 100%
}

.MasonryCard_masonryCard__EH_J4:nth-child(2) .MasonryCard_masonryCard__infoWrapper__rhoO1 {
    padding: 32px 16px
}

.MasonryCard_masonryCard__EH_J4:nth-child(3) .MasonryCard_masonryCard__innerSec__4deCx {
    display: none
}

.MasonryCard_masonryCard__EH_J4:nth-child(4) .MasonryCard_masonryCard__inner__AhxSY {
    order: 2;
    max-width: 384px
} */

/* .MasonryCard_masonryCard__EH_J4:nth-child(4) .MasonryCard_masonryCard__inner__AhxSY .MasonryCard_masonryCard__image__naQnL {
    width: 200%;
    height: 200%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -65%;
    left: -50%
}

.MasonryCard_masonryCard__EH_J4:nth-child(4) .MasonryCard_masonryCard__innerSec__4deCx {
    order: 1;
    max-width: 100%
} */

.MasonryCard_masonryCard__inner__AhxSY {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.MasonryCard_masonryCard__innerSec__4deCx {
    width: 100%;
    max-width: 384px;
    border-radius: 16px;
    overflow: hidden
}

.MasonryCard_masonryCard__innerSec__4deCx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.MasonryCard_masonryCard__tags__CDcF8 {
    display: flex;
    gap: 16px;
    margin-bottom: 24px
}

.MasonryCard_masonryCard__tags__CDcF8 div {
    display: inline-flex;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #919191;
    border-radius: 16px;
    text-align: center;
    font-family: Futura Md BT;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    color: rgba(255, 255, 255, .8980392157);
    white-space: nowrap
}

.MasonryCard_masonryCard__name__26YA9 {
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 24px;
    line-height: 100%;
    font-family: Futura-Bold
}

.MasonryCard_masonryCard__descr__fS_s8 {
    display: block;
    font-weight: 400;
    font-size: 18px;
    font-family: Futura Bk BT;
    margin-bottom: 32px
}

.MasonryCard_masonryCard__infoWrapper__rhoO1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 60px 16px 16px;
    z-index: 2
}

.MasonryCard_masonryCard__image__naQnL {
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

.MasonryCard_masonryCard__image3__kMvB7 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 78px;
    height: 32px
}

.MasonryCard_masonryCard__imageSec__L3EeM {
    height: 100%
}

@media screen and (max-width: 1366px) {
    .MasonryCard_masonryCard__EH_J4 {
        max-width: 935px;
    }
}

@media screen and (max-width: 1281px) {
    .MasonryCard_masonryCard__EH_J4 {
        max-width: 834px;
    }
}

@media screen and (max-width: 768px) {

    .MasonryCard_masonryCard__EH_J4 {
        border-radius: 8px
    }

    .MasonryCard_masonryCard__EH_J4.sw {
        width: calc(50% - 4px);
    }

    .MasonryCard_masonryCard__EH_J4.m-sw {
        width: calc(50% - 4px);
    }

    .MasonryCard_masonryCard__name__26YA9 {
        font-size: 24px
    }

    .MasonryCard_masonryCard__descr__fS_s8 {
        font-size: 16px
    }

    .MasonryCard_masonryCard__infoWrapper__rhoO1 {
        padding: 24px 16px 32px
    }

    .MasonryCard_masonryCard__image__naQnL {
        border-radius: 8px
    }

    .MasonryCard_masonryCard__tags__CDcF8 {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .MasonryCard_masonryCard__EH_J4 {
        border-radius: 8px;
        height: 187px;
    }

    .MasonryCard_masonryCard__EH_J4.fw .MasonryCard_masonryCard__image__naQnL {
        object-position: right;
    }

    .MasonryCard_masonryCard__EH_J4.sw,
    .MasonryCard_masonryCard__EH_J4.m-sw {
        width: calc(50% - 4px);
        height: 200px;
    }

    .MasonryCard_masonryCard__EH_J4.sw .MasonryCard_masonryCard__descr__fS_s8,
    .MasonryCard_masonryCard__EH_J4.m-sw .MasonryCard_masonryCard__descr__fS_s8 {
        display: none;
    }

    .MasonryCard_masonryCard__EH_J4 .MasonryCard_masonryCard__infoWrapper__rhoO1 {
        padding: 12px 16px;
    }

    .MasonryCard_masonryCard__EH_J4.sw .MasonryCard_masonryCard__infoWrapper__rhoO1 {
        padding: 8px;
    }

    .MasonryCard_masonryCard__name__26YA9 {
        margin-bottom: 16px;
    }

    .MasonryCard_masonryCard__tags__CDcF8 {
        gap: 8px;
        margin-bottom: 16px;
    }

    .MasonryCard_masonryCard__tags__CDcF8 div {
        font-size: 12px;
        padding: 2px 8px;
    }

    .MasonryCard_masonryCard__descr__fS_s8 {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .MasonryCard_masonryCard__EH_J4.custombg .MasonryCard_masonryCard__image3__kMvB7 {
        top: 6px;
        right: 6px;
        max-width: 32px;
        height: auto;
    }
}

.MasonryContainer_masonryContainer__P9FZ1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 1406px;
    padding: 0 15px
}

.MasonryContainer_masonryContainer__heading__m8Ie6 {
    font-weight: 700;
    font-size: 64px;
    align-self: flex-start;
    text-transform: uppercase;
    font-family: Futura XBlk BT
}

.MasonryContainer_masonryContainer__content__YRI_t {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.MasonryContainer_masonryContainer__content__YRI_t>* {
    width: 100%
}

@media screen and (max-width:1400px) {
    .MasonryCard_masonryCard__EH_J4:nth-child(3) .MasonryCard_masonryCard__image__naQnL {
        object-position: right;
    }
}

@media screen and (max-width:768px) {
    .MasonryContainer_masonryContainer__P9FZ1 {
        padding: 0 15px;
        gap: 40px
    }

    .MasonryContainer_masonryContainer__content__YRI_t {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 8px;
    }

    .MasonryContainer_masonryContainer__content__YRI_t>* {
        width: 100%
    }

    .MasonryContainer_masonryContainer__heading__m8Ie6 {
        font-size: 36px
    }
}

.CarouselSection_carouselSection__koC4Q {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    /* background: #121212; */
    max-width: 1406px;
    padding: 0 15px;
    width: 100%;
    z-index: 1;
}

.CarouselSection_carouselSection__heading__JFCCQ {
    font-weight: 700;
    font-size: 40px
}

.CarouselSection_carouselSection__content__dtLL7 {
    display: flex;
    flex-direction: column;
    gap: 82px;
    width: 100%
}

.CarouselSection_carouselSection__groupTitle__i6WHP {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 94%;
    margin-bottom: 16px;
    font-family: Futura-Bold;
}

.CarouselSection_carouselSection__groupText__qcqZy {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 32px;
}

.CarouselSection_carouselSection__carousel__Da2Cf {
    position: relative;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 16px
}

.CarouselSection_carouselSection__carousel__Da2Cf::-webkit-scrollbar {
    display: none
}

.CarouselSection_carouselSection__carouselItem__yiJOz {
    width: calc(50% - 8px);
    flex-shrink: 0;
    height: auto;
    position: relative;
    transition: opacity .4s ease
}

.CarouselSection_carouselSection__carouselItem_wide__IOz3x {
    width: 100%
}

.CarouselSection_carouselSection__carouselItem_fadeAnim__XW_Yx {
    position: absolute;
    top: 0;
    left: 0
}

.CarouselSection_carouselSection__carouselItem_fadeAnim__XW_Yx.CarouselSection_carouselSection__carouselItem__yiJOz:not(.CarouselSection_carouselSection__carouselItem_active__FXSS9) {
    opacity: 0
}

.CarouselSection_carouselSection__carouselImage__PsTYb {
    width: 100%;
    height: auto
}

.CarouselSection_carouselSection__carouselWrapper__5U3RD {
    position: relative
}

.CarouselSection_carouselSection__overlay__QptjV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.CarouselSection_carouselSection__carouselArrow__lBCZD {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0);
    border: none;
    filter: drop-shadow(0 0 8px #000000) drop-shadow(0 0 16px #000000);
    cursor: pointer
}

.CarouselSection_carouselSection__carouselArrow_left__O_6nD {
    left: 0
}

.CarouselSection_carouselSection__carouselArrow_left__O_6nD>img {
    transform: rotateY(180deg)
}

.CarouselSection_carouselSection__carouselArrow_right__vN2r2 {
    right: 0
}

@media screen and (max-width:768px) {
    .CarouselSection_carouselSection__koC4Q {
        padding: 0 16px;
        gap: 56px
    }

    .CarouselSection_carouselSection__content__dtLL7 {
        gap: 56px
    }

    .CarouselSection_carouselSection__heading__JFCCQ {
        font-size: 24px
    }

    .CarouselSection_carouselSection__carouselArrow__lBCZD {
        width: 48px;
        height: 48px
    }

    .CarouselSection_carouselSection__groupTitle__i6WHP {
        font-size: 20px;
        line-height: 94%;
        margin-bottom: 24px
    }

    .CarouselSection_carouselSection__groupText__qcqZy {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 32px;
        font-family: Futura Bk BT;
    }
}

.ImageSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ImageSection__row {
    display: flex;
    gap: 16px;
}

.ImageSection__row a {
    display: block;
    width: 100%;
    /* width: 100%;
    height: 100%; */
}

.ImageSection__row--2 img {
    object-fit: cover;
    max-height: 384px;
}

.ImageSection__row--2 a:first-child {
    /* width: 100%; */
    max-width: 448px;
    /* max-height: 384px; */
}

.ImageSection__row--2 img:nth-child(2) {
    max-width: 100%;
}

/* .ImageSection__row--2 img:first-child {
    max-width: 448px;
}

.ImageSection__row--2 img:nth-child(2) {
    max-width: 100%;
} */

.ImageSection__row--3 img {
    object-fit: cover;
    max-height: 384px;
}

.ImageSection__row--3 a {
    /* object-fit: cover; */
    max-height: 384px;
}

.ImageSection__row--3 a:first-child {
    max-width: 100%;
}

.ImageSection__row--3 a:nth-child(2) {
    max-width: 448px;
}

.ImageSection img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.readmore {
    position: relative;
    max-height: 1288px;
    overflow: hidden;
    transition: max-height 4s ease-in;
}

.readmore.active {
    max-height: 999999px;
}

.readmore.active .ImageSection {
    position: relative;
    z-index: 2;
}

.readmore__text {
    font-family: 'Futura XBlk BT';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    /* left: 50%; */
    /* transform: translate(-50%); */
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
}

.readmore__text::after {
    content: '';
    display: inline-flex;
    width: 0; 
    height: 0; 
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #fff;
    z-index: 1;
    margin-left: 8px;
}

.readmore::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 14, 24, 0) 19.26%, rgba(18, 14, 24, 0.95) 100%);
    opacity: 1;
    transition: opacity 1s;
}

.readmore.active::after {
    opacity: 0;
}

@media (max-width: 480px) {
    .readmore {
        max-height: 280px;
    }
}

.Footer_footer__OYoYH {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: linear-gradient(180deg, rgb(18, 18, 18) 11.04%, rgba(18, 18, 18, .5) 88.59%), url(/assets/footer.gif);
    background-size: cover;
    background-position: bottom;
    /* margin-top: -350px; */
    padding-top: 250px;
    min-height: calc(100vh + 350px - 192px);
    min-height: calc(100dvh + 350px - 192px);
    padding-bottom: 20px;
    width: 100%;
    justify-content: center
}

.Footer_footer__OYoYH::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 360px;
    background: linear-gradient(180deg, #0D0A13 23.37%, rgba(13, 10, 19, 0) 88.59%);
}

.Footer_footer__container__mEFSU {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.Footer_footer__contacts__hxf7z {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px
}

.Footer_footer__socials__5rDmN {
    display: flex;
    gap: 56px
}

.Footer_footer__image__EsHkw {
    border-radius: 50%;
    width: min(350px, 35vh);
    height: auto;
    object-fit: cover
}

.Footer_footer__title__ADrDc {
    font-family: 'Futura XBlk BT';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 96px;
    line-height: 94%;
    text-decoration: underline;
    margin-bottom: 40px;
}

.Footer_footer__email__v4raQ {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #925fff;
    text-decoration: underline
}

.Footer_footer__social___K_X2 {
    width: 56px;
    height: 56px
}

@media screen and (max-width: 1024px) {
    .Footer_footer__OYoYH {
        padding-top: 0;
    }

    .Footer_footer__OYoYH::before {
        height: 160px;
    }
}

@media screen and (max-width:768px) {
    .Footer_footer__OYoYH {
        gap: 0;
        padding-top: 60px;
        margin-top: -90px;
        height: calc(100vh + 90px - 135px);
        height: calc(100dvh + 90px - 135px)
    }

    .Footer_footer__container__mEFSU {
        gap: 24px
    }

    .Footer_footer__image__EsHkw {
        width: 296px;
        height: 296px;
        margin-bottom: 40px;
    }

    .Footer_footer__email__v4raQ,
    .Footer_footer__title__ADrDc {
        font-size: 20px;
        line-height: 27px
    }

    .Footer_footer__title__ADrDc {
        text-align: center;
    }

    .Footer_footer__social___K_X2 {
        height: 48px;
        width: 48px
    }

    .Footer_footer__socials__5rDmN {
        gap: 50px;
    }
}

@media (max-width: 480px) {
    .Footer_footer__title__ADrDc {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .Footer_footer__socials__5rDmN {
        gap: 35px;
    }

    .Footer_footer__image__EsHkw {
        /* margin-top: 111px; */
    }

    .Footer_footer__social___K_X2 {
        width: auto;
        height: auto;
    }

    .Footer_footer__social___K_X2 img {
        max-width: 36px;
        max-height: 35px;
    }
}

.Titlecard_titlecard__GHoGo {
    width: 100%;
    background-size: cover;
    max-width: 1376px;
    padding: 0 15px
}

.Titlecard_titlecard__textbox__FH3lX {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px
}

.Titlecard_titlecard__textbox__FH3lX .mobile {
    display: none;
}

.Titlecard_titlecard__header__JDtmK {
    font-weight: 700;
    font-size: 32px;
    font-family: Futura-Light
}

.Titlecard_titlecard__titles__d81Ns {
    font-size: 56px;
    line-height: 76px
}

.Titlecard_titlecard__info__P5jLh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1;
    height: 100%;
    gap: 56px
}

@media screen and (max-width:768px) {
    .Titlecard_titlecard__GHoGo {
        padding: 0px 15px 0 15px;
        background-position: 71% 50%;
        background-size: cover;
        height: calc(100vh - 150px);
    }

    .Titlecard_titlecard__header__JDtmK {
        font-weight: 700;
        font-size: 24px
    }

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

    .Titlecard_titlecard__textbox__FH3lX {
        justify-content: flex-start;
        width: 100%;
        gap: 16px
    }

    .Titlecard_titlecard__info__P5jLh {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 100px;
        flex: 1 1;
        height: 100%
    }

    .Titlecard_titlecard__textbox__FH3lX {
        padding-bottom: 100px;
    }
}

@media (max-width: 480px) {

    .Titlecard_titlecard__textbox__FH3lX .mobile {
        display: block;
    }
}

.PageLayout_body__zLeJG {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 140px;
}

@media screen and (max-width:768px) {
    .PageLayout_body__zLeJG {
        gap: 80px;
    }
}