@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.card_component {
    background: #17161c;
    border-radius: 10px;
    flex-basis: calc(33.33% - 24px);
    flex-grow: 1;
    flex-shrink: 0;
    height: 490px;
    max-width: calc(33.33% - 24px);
    position: relative;
    top: 0;
    transition: all .2s ease-out;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.card_component:before {
    background: transparent;
    border-radius: 10px;
    content: "";
    height: calc(100% + 2px);
    position: absolute;
    right: -1px;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.card_component:hover {
    cursor: pointer;
    transition: all .2s ease-in
}

@media (min-width:658px) {
    .card_component:hover {
        top: -8px
    }
}

.card_component:hover:before {
    background: linear-gradient(95.36deg, #67dab5 4.41%, #70c0d1 42.98%, #356bb5 73.64%);
    content: ""
}

@media (max-width:1024px) {
    .card_component {
        flex-basis: calc(50% - 24px);
        flex-grow: 1;
        flex-shrink: 0;
        max-width: calc(50% - 36px)
    }
}

@media (max-width:657px) {
    .card_component {
        -webkit-margin-after: 24px;
        flex: 1 0 100%;
        margin-block-end: 24px;
        max-width: 100%
    }
}

.card_component .card_image {
    border-radius: 10px 10px 0 0;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    width: 100%
}

@media (max-width:657px) {
    .card_component .card_image {
        height: 220px
    }
}

@media (max-width:360px) {
    .card_component .card_image {
        height: 200px
    }
}

.card_component h2 {
    align-self: flex-end;
    font-size: 2rem;
    font-weight: 700;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.3;
    padding-bottom: 18px;
    width: 100%
}

.card_component p {
    align-self: flex-end;
    padding: 0
}

.card_component .text_wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 240px);
    justify-content: space-between;
    padding: 40px 134px 36px 40px
}

@media (min-width:1025px) {
    .card_component .text_wrapper {
        padding: 32px 110px 43px 32px
    }
}

@media (max-width:1024px) {
    .card_component .text_wrapper {
        padding: 40px 96px 43px 18px
    }
}

@media (max-width:657px) {
    .card_component .text_wrapper {
        height: calc(100% - 220px)
    }
}

@media (max-width:360px) {
    .card_component .text_wrapper {
        height: calc(100% - 200px)
    }
}

.card_component .text_wrapper p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.5rem;
    max-height: 7.5rem;
    min-width: 100%;
    overflow: hidden;
    padding-top: 0
}

@media (max-width:1024px) {
    .card_component .text_wrapper p {
        min-width: 0;
        min-width: auto
    }
}

.card_component .arrow_right_icon {
    bottom: 40px;
    height: 32px;
    position: absolute;
    right: 24px;
    width: 32px
}

@media (max-width:1024px) {
    .card_component .arrow_right_icon {
        bottom: 40px;
        right: 32px
    }
}

.blog_carousel_component {
    display: block
}

.blog_carousel_component .swiper-button-next,
.blog_carousel_component .swiper-button-prev {
    -webkit-margin-before: 68px;
    flex-basis: 30px;
    height: 30px;
    margin-block-start: 68px;
    opacity: .32;
    position: static;
    width: 30px
}

.blog_carousel_component .swiper-button-next:hover:not(.swiper-button-disabled),
.blog_carousel_component .swiper-button-prev:hover:not(.swiper-button-disabled) {
    cursor: pointer;
    opacity: 1;
    transition: opacity .1s ease-in
}

.blog_carousel_component .swiper-button-next:active:not(.swiper-button-disabled),
.blog_carousel_component .swiper-button-prev:active:not(.swiper-button-disabled) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .1s ease-in
}

.blog_carousel_component .swiper-button-prev {
    background: url(/static/media/back.31d689ea0935e3734e34.svg) no-repeat;
    background-size: contain;
    order: 1
}

.blog_carousel_component .swiper-button-next {
    background: url(/static/media/next.3feeba796752ef9b587b.svg) no-repeat;
    background-size: contain;
    order: 3
}

.blog_carousel_component .blog_carousel {
    -webkit-padding-after: 68px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-block-end: 68px;
    position: relative
}

@media (max-width:657px) {
    .blog_carousel_component .blog_carousel {
        padding: 0 20px
    }
}

.blog_carousel_component .blog_carousel .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 1px
}

@media (min-width:658px) {
    .blog_carousel_component .blog_carousel .swiper-slide {
        -webkit-padding-before: 10px;
        padding-block-start: 10px
    }
}

@media (max-width:657px) {
    .blog_carousel_component .blog_carousel .swiper-slide {
        -webkit-padding-before: 2px;
        padding-block-start: 2px
    }
}

.blog_carousel_component .blog_carousel .swiper-slide .card_component {
    max-width: 440px
}

@media (max-width:657px) {
    .blog_carousel_component .blog_carousel .swiper-slide .card_component {
        -webkit-margin-after: 0;
        margin-block-end: 0
    }
}

.blog_carousel_component .blog_carousel .swiper-pagination {
    -webkit-margin-before: 68px;
    cursor: pointer;
    margin: 0 40px;
    margin-block-start: 68px;
    max-width: 176px;
    order: 2;
    position: static;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
}

.blog_carousel_component .blog_carousel .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    height: 16px;
    margin: 0 13px;
    transition: all .1s ease-out;
    width: 16px
}

.blog_carousel_component .blog_carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    transition: all .1s ease-in
}

.blog_carousel_component .blog_grid_carousel {
    -webkit-padding-after: 68px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-block-end: 68px;
    position: relative
}

.blog_carousel_component .blog_grid_carousel .swiper-slide {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 2px 0
}

@media (max-width:657px) {
    .blog_carousel_component .blog_grid_carousel .swiper-slide {
        padding: 0 20px
    }
}

.blog_carousel_component .blog_grid_carousel .swiper-slide .card_component {
    -webkit-margin-after: 27px;
    display: flex;
    flex-basis: 100%;
    margin-block-end: 27px;
    max-width: 100%
}

@media (min-width:1025px) {
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component {
        height: 414px
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component .card_image {
        border-radius: 10px 0 0 10px;
        height: 414px;
        max-width: 60%
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component .text_wrapper {
        border-left: 1px solid rgba(0, 0, 0, .16);
        border-top: none;
        height: 100%;
        max-width: 44%;
        min-width: 44%;
        padding: 40px 80px 36px 40px
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component .text_wrapper h2 {
        font-size: 2.9rem;
        line-height: 4.4rem
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component .text_wrapper p {
        align-self: flex-start
    }
}

@media (max-width:1024px) {
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component {
        -webkit-margin-end: 0;
        flex-basis: calc(50% - 14px);
        flex-direction: column;
        margin-inline-end: 0;
        max-width: calc(50% - 14px)
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(2n) {
        -webkit-margin-start: 28px;
        margin-inline-start: 28px
    }
}

@media (max-width:657px) {
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component {
        flex-basis: 100%;
        max-width: 100%
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(2n) {
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }
}

@media (min-width:1025px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) {
        display: block;
        flex-basis: calc(33.33% - 18px);
        height: 490px;
        max-width: calc(33.33% - 18px)
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .card_image {
        border-bottom: 1px solid rgba(0, 0, 0, .16);
        border-radius: 10px 10px 0 0;
        height: 240px;
        max-width: none
    }
}

@media (min-width:1025px) and (max-width:657px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .card_image {
        height: 220px
    }
}

@media (min-width:1025px) and (max-width:360px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .card_image,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .card_image {
        height: 200px
    }
}

@media (min-width:1025px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .text_wrapper {
        height: calc(100% - 240px);
        max-width: none;
        min-width: 0;
        min-width: auto
    }
}

@media (min-width:1025px) and (max-width:657px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .text_wrapper {
        height: calc(100% - 220px)
    }
}

@media (min-width:1025px) and (max-width:360px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .text_wrapper,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .text_wrapper {
        height: calc(100% - 200px)
    }
}

@media (min-width:1025px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .text_wrapper h2,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .text_wrapper h2,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .text_wrapper h2 {
        font-size: 2rem;
        line-height: 1.3
    }

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n) .text_wrapper p,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1) .text_wrapper p,
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) .text_wrapper p {
        align-self: flex-end
    }
}

@media (max-width:1024px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }
}

@media (max-width:657px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) {
        height: 490px
    }
}

@media (min-width:1025px) {

    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-1),
    .blog_carousel_component .blog_grid_carousel .swiper-slide .card_component:nth-of-type(4n-2) {
        -webkit-margin-end: 27px;
        margin-inline-end: 27px
    }
}

.blog_carousel_component .blog_grid_carousel .swiper-pagination {
    -webkit-margin-before: 68px;
    cursor: pointer;
    margin: 0 40px;
    margin-block-start: 68px;
    max-width: 176px;
    order: 2;
    position: static;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
}

.blog_carousel_component .blog_grid_carousel .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    height: 16px;
    margin: 0 13px;
    transition: all .1s ease-out;
    width: 16px
}

.blog_carousel_component .blog_grid_carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    transition: all .1s ease-in
}

.blog_carousel_component .title {
    -webkit-padding-after: 95px;
    padding-block-end: 95px;
    text-align: center;
    width: 100%
}

@media (max-width:657px) {
    .blog_carousel_component .title {
        -webkit-padding-after: 57px;
        font-size: 40px;
        font-weight: 700;
        line-height: 39px;
        padding-block-end: 57px
    }
}