@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe, .gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none
}

.gslide-video.playing::before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gslide-description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description {
    display: none
}

.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity
}

.glightbox-mobile .goverlay {
    background: #000
}

.gclose, .gnext, .gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gclose svg, .gnext svg, .gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
    opacity: .1
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
        background-color: rgba(0, 0, 0, .32)
    }

    .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .glightbox-clean .gprev {
        top: 45%
    }

    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    outline: 0;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "PP Fragment Serif";
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/PPFragment-SerifRegular.woff2) format("woff2"), url(../fonts/PPFragment-SerifRegular.woff) format("woff")
}

@font-face {
    font-family: "PP Fragment Serif";
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/PPFragment-SerifMedium.woff2) format("woff2"), url(../fonts/PPFragment-SerifMedium.woff) format("woff")
}

@font-face {
    font-family: "PP Fragment Sans";
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/PPFragment-SansRegular.woff2) format("woff2"), url(../fonts/PPFragment-SansRegular.woff) format("woff")
}

@font-face {
    font-family: "PP Fragment Sans";
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/PPFragment-SansMedium.woff2) format("woff2"), url(../fonts/PPFragment-SansMedium.woff) format("woff")
}

* {
    box-sizing: border-box
}

html {
    scroll-padding-top: 90px
}

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 96px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;;;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #101410;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative
}

@media (max-width: 1023.8px) {
    body {
        padding-top: 84px
    }
}

@media (max-width: 479.8px) {
    body {
        padding-top: 68px
    }
}

body.lock {
    overflow: hidden
}

.main {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main:not(.not-overflow) {
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 24px
}

@media (max-width: 479.8px) {
    .container {
        padding: 0 16px
    }
}

.logo {
    display: block
}

.logo img, .logo svg {
    display: block;
    max-width: 100%;
    height: 86px
}

.logo img {
    -o-object-fit: contain;
    object-fit: cover;
}

.list-reset {
    list-style: none;
    padding: 0;
    margin: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;;;
    font-weight: 400;
    color: inherit;
    margin: 0
}

.h1, h1 {
    font-size: 96px;
    font-weight: 500;
    line-height: 1.1
}

@media (max-width: 1343.8px) {
    .h1, h1 {
        font-size: 72px
    }
}

@media (max-width: 767.8px) {
    .h1, h1 {
        font-size: 52px
    }
}

.h2, h2 {
    font-size: 64px;
    line-height: 1.3
}

@media (max-width: 1343.8px) {
    .h2, h2 {
        font-size: 48px
    }
}

@media (max-width: 767.8px) {
    .h2, h2 {
        font-size: 36px
    }
}

.h3, h3 {
    font-size: 48px
}

@media (max-width: 1343.8px) {
    .h3, h3 {
        font-size: 40px
    }
}

@media (max-width: 767.8px) {
    .h3, h3 {
        font-size: 32px
    }
}

.h4, h4 {
    font-size: 40px;
    line-height: 1.3
}

@media (max-width: 1343.8px) {
    .h4, h4 {
        font-size: 32px
    }
}

@media (max-width: 767.8px) {
    .h4, h4 {
        font-size: 24px
    }
}

.h5, h5 {
    font-family: "Poppins", sans-serif;;;
    font-size: 24px;
    line-height: 1.3
}

@media (max-width: 1343.8px) {
    .h5, h5 {
        font-size: 20px
    }
}

@media (max-width: 767.8px) {
    .h5, h5 {
        font-size: 18px
    }
}

.subtitle {
    display: block;
    font-weight: 500;
    line-height: 1.37;
    text-transform: uppercase;
    color: #9ba0a7
}

.text > * {
    margin: 0
}

.text > :not(:last-child) {
    margin-bottom: 15px
}

.text ol, .text ul {
    padding-left: 24px
}

.text ul {
    list-style-type: disc
}

.button {
    min-width: 180px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    border-radius: 15px;
    background-color: #ff69b4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: padding .4s ease
}

.button .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1a1a1a;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    margin-left: 17px
}

@media (min-width: 768px) {
    .button:hover .icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.button--white {
    background-color: #fff;
    color: #ff69b4
}

.read-more {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: color .3s;
    cursor: pointer
}

.read-more:hover {
    color: #ff69b4
}

.read-more .icon {
    margin-left: 4px
}

.show-more {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    transition: color .3s
}

@media (max-width: 767.8px) {
    .show-more {
        font-size: 20px
    }
}

.show-more .icon {
    color: #1a1a1a;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    margin-left: 24px
}

@media (max-width: 767.8px) {
    .show-more .icon {
        margin-left: 12px
    }
}

.show-more:hover {
    color: #ff69b4
}

.show-more:hover .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

a {
    color: #ff69b4;
    text-decoration: none
}

.responsive-img {
    display: block;
    width: 100%;
    vertical-align: top
}

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

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .pagination {
        font-size: 24px
    }
}

.pagination__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 32px
}

@media (max-width: 479.8px) {
    .pagination__list {
        margin: 0 16px
    }
}

.pagination__item {
    border-bottom: 1px solid transparent;
    transition: border-color .2s
}

.pagination__item:not(:last-child) {
    margin-right: 32px
}

@media (max-width: 479.8px) {
    .pagination__item:not(:last-child) {
        margin-right: 20px
    }
}

.pagination__item.current {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a
}

.pagination__item:hover {
    border-color: #1a1a1a
}

.pagination__item span {
    display: block
}

.pagination__arrow {
    width: 48px;
    height: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #ff69b4;
    color: #1a1a1a;
    transition: border-color .2s
}

.pagination__arrow:hover {
    border-color: #1a1a1a
}

.pagination__prev .icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.b-breadcrumbs {
    font-size: 24px;
    color: #ff69b4
}

@media (max-width: 767.8px) {
    .b-breadcrumbs {
        font-size: 20px
    }
}

.b-breadcrumbs__link::after {
    content: ">";
    padding: 0 8px
}

.angle {
    border-bottom-right-radius: 150px;
    background-color: #fff;
    position: relative
}

@media (max-width: 767.8px) {
    .angle {
        border-bottom-right-radius: 75px
    }
}

.angle::after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #ff69b4;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: -1
}

@media (max-width: 767.8px) {
    .angle::after {
        width: 150px;
        height: 150px
    }
}

.angle + * {
    border-top-right-radius: 150px;
    background-color: #fff
}

@media (max-width: 767.8px) {
    .angle + * {
        border-top-right-radius: 75px
    }
}

.angle--left {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 150px
}

@media (max-width: 767.8px) {
    .angle--left {
        border-bottom-left-radius: 75px
    }
}

.angle--left::after {
    right: initial;
    left: 0
}

.angle--left + * {
    border-top-right-radius: 0;
    border-top-left-radius: 150px
}

@media (max-width: 767.8px) {
    .angle--left + * {
        border-top-left-radius: 75px
    }
}

.angle--light::after {
    background-color: #1a1a1a
}

.slider-status {
    max-width: 500px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;;;
    font-size: 32px;
    line-height: 1
}

@media (max-width: 767.8px) {
    .slider-status {
        font-size: 24px
    }
}

.slider-status__current {
    color: #ff69b4
}

.slider-status__progress {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #1a1a1a;
    margin: 0 24px
}

@media (max-width: 767.8px) {
    .slider-status__progress {
        margin: 0 16px
    }
}

.slider-status__bar {
    width: 0;
    background-color: #ff69b4;
    height: 1px;
    transition: width .4s ease
}

.slider-status--light .slider-status__current {
    color: #1a1a1a
}

.slider-status--light .slider-status__progress {
    background-color: #fff
}

.slider-status--light .slider-status__bar {
    background-color: #1a1a1a
}

.splide__arrow {
    width: 64px;
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #fff;
    color: #ff69b4;
    cursor: pointer;
    transition: border-color .2s, color .2s, background-color .2s
}

@media (max-width: 479.8px) {
    .splide__arrow {
        width: 44px;
        height: 44px
    }

    .splide__arrow .icon {
        width: 50%
    }
}

.splide__arrow--prev .icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.splide__arrows--long {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.splide__arrows--long .splide__arrow {
    width: 100px;
    height: 40px;
    border-radius: 40px;
    color: #ff69b4
}

.splide__arrows--long .splide__arrow:hover {
    background-color: #ff69b4;
    color: #fff
}

.splide__arrows--long .splide__arrow:not(:last-child) {
    margin-right: 32px
}

.decor {
    pointer-events: none;
    z-index: -1
}

.decor__pattern {
    width: 50vw;
    height: 355px;
    background-image: url(../../../watermark.png);
    background-size: auto 100%;
    background-repeat: repeat
}

.spoiler-text {
    overflow: hidden
}

.spoiler-text .read-more::before {
    content: attr(data-close)
}

.spoiler-text .text {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 1s, visibility 1s, padding .5s
}

.spoiler-text.active .read-more::before {
    content: attr(data-open)
}

.spoiler-text.active .text {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 20px
}

.goverlay {
    background-color: rgba(7, 31, 88, .4)
}

@media (min-width: 1024px) {
    .menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1023.8px) {
    .menu {
        padding: 0 24px 70px;
        position: fixed;
        top: 120px;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .25s;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .menu::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

    .menu--open {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

@media (max-width: 1023.8px) {
    .menu__wrap {
        width: 100%;
        padding-bottom: 40px
    }
}

.menu__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023.8px) {
    .menu__list {
        display: block;
        margin: 0 auto
    }
}

.menu__item {
    padding: 0 20px
}

@media (max-width: 1023.8px) {
    .menu__item {
        padding: 0
    }

    .menu__item:not(:last-child) {
        margin-bottom: 45px
    }
}

@media (min-width: 1024px) {
    .menu__item--mobile {
        display: none
    }
}

.menu__link {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: color .25s;
    position: relative;
    z-index: 3
}

@media (max-width: 1023.8px) {
    .menu__link {
        font-size: 24px;
        line-height: 1.33;
        text-align: center
    }
}

.menu__link::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #ff69b4;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: width .25s
}

@media (max-width: 1023.8px) {
    .menu__link::after {
        display: none
    }
}

.menu__link:hover {
    color: #ff85c1
}

.menu__link:hover::after {
    width: 100%
}

@media (max-width: 1023.8px) {
    .menu__link {
        width: 100%
    }
}

.menu .button {
    min-width: 160px;
    padding: 10px 10px;
    margin-left: 44px
}

@media (max-width: 1023.8px) {
    .menu .button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 460px;
        width: 100%;
        padding: 16px 20px;
        font-size: 20px;
        margin: 20px auto 0
    }
}

.header {
    padding: 4px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: box-shadow .3s, visibility .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s, visibility .3s;
    transition: box-shadow .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    overflow: hidden
}

@media (max-width: 479.8px) {
    .header {
        padding: 6px 0
    }
}

.header__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .logo {
    margin-right: 30px
}

.header__btn {
    display: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 32px;
    margin-left: 24px;
    position: relative;
    z-index: 5;
    cursor: pointer
}

@media (max-width: 479.8px) {
    .header__btn {
        margin-left: 16px
    }
}

.header__btn span, .header__btn::after, .header__btn::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    right: 0;
    transition: all .2s
}

.header__btn::before {
    top: 25%
}

.header__btn span {
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.header__btn::after {
    bottom: 25%
}

.header__btn:hover span, .header__btn:hover::after, .header__btn:hover::before {
    background-color: #ff69b4
}

@media (max-width: 1023.8px) {
    .header__btn {
        display: block
    }
}

.header--sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70
}

@media (max-width: 1023.8px) {
    .header--menuopen {
        bottom: 0
    }

    .header--menuopen .header__btn span {
        display: none
    }

    .header--menuopen .header__btn::before {
        width: 100%;
        top: 50%;
        -webkit-transform: translatey(-50%) rotate(45deg);
        transform: translatey(-50%) rotate(45deg)
    }

    .header--menuopen .header__btn::after {
        width: 100%;
        top: 50%;
        bottom: initial;
        -webkit-transform: translatey(-50%) rotate(-45deg);
        transform: translatey(-50%) rotate(-45deg)
    }
}

.header--menuopen .logo {
    position: relative;
    z-index: 3
}

.header--menuopen .button {
    position: relative;
    z-index: 3
}

.footer {
    background-color: #ff69b4;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2
}

.footer a:not(.button) {
    transition: color .25s
}

.footer a:not(.button):hover {
    color: #ff69b4
}

.footer__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 92px
}

@media (max-width: 1023.8px) {
    .footer__main {
        padding: 64px 0
    }
}

@media (max-width: 767.8px) {
    .footer__main {
        display: block
    }
}

.footer__col:nth-child(2) {
    max-width: 540px;
    width: 100%
}

@media (max-width: 1343.8px) {
    .footer__col:nth-child(2) {
        max-width: 355px
    }
}

@media (max-width: 1023.8px) {
    .footer__col:nth-child(2) {
        display: none
    }
}

.footer__col:not(:last-child) {
    margin-right: 40px
}

@media (max-width: 767.8px) {
    .footer__col:not(:last-child) {
        margin: 0 0 50px
    }
}

.footer .logo {
    max-width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer .button {
    margin-top: 44px
}

@media (max-width: 767.8px) {
    .footer .button {
        margin-top: 30px
    }
}

.footer .subtitle {
    color: #f3f3f3;
    margin-bottom: 30px
}

@media (max-width: 767.8px) {
    .footer .subtitle {
        margin-bottom: 20px
    }
}

.footer__menu {
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -18px
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.33%
}

@media (max-width: 1343.8px) {
    .footer__menu ul {
        width: 50%
    }
}

.footer__menu ul:not(:last-child) {
    padding-right: 20px
}

.footer__menu li {
    margin-bottom: 18px
}

.footer__contacts {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__contacts li:not(:last-child) {
    margin-bottom: 16px
}

.footer__socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.footer__socials li:not(:last-child) {
    margin-right: 24px
}

.footer__socials .icon {
    display: block
}

.footer__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 0 44px;
    border-top: 1px solid #f3f3f3;
    line-height: 1.37;
    color: #f3f3f3
}

@media (max-width: 1023.8px) {
    .footer__bottom {
        display: block
    }

    .footer__bottom > :not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 767.8px) {
    .footer__bottom {
        padding: 32px 0
    }
}

.footer__submenu {
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .footer__submenu {
        margin-right: 0
    }
}

.footer__submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.8px) {
    .footer__submenu ul {
        display: block
    }
}

.footer__submenu li:not(:last-child) {
    margin-right: 24px
}

@media (max-width: 767.8px) {
    .footer__submenu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.footer__submenu a {
    display: block
}

.footer__copy {
    display: block
}

.footer__powered {
    display: block;
    color: #fff
}

.hero-home__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: calc(-50vw + 50%)
}

@media (max-width: 1023.8px) {
    .hero-home__wrap {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767.8px) {
    .hero-home__wrap {
        display: block;
        margin-right: 0
    }
}

.hero-home__main {
    max-width: calc(50% - 60px);
    padding: 83px 0
}

@media (max-width: 1023.8px) {
    .hero-home__main {
        max-width: calc(50% - 40px);
        padding: 4px 0
    }
}

@media (max-width: 767.8px) {
    .hero-home__main {
        max-width: none
    }
}

.hero-home__title {
    font-weight: 400;
    color: #ff69b4;
    padding-top: 1px;
}

@media (min-width: 768px) and (max-width: 1023.8px) {
    .hero-home__title {
        font-size: 60px
    }
}

.hero-home__title span {
    color: #1a1a1a
}

.hero-home__media {
    max-width: 50%;
    width: 660px;
    border-bottom-left-radius: 150px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width: 767.8px) {
    .hero-home__media {
        max-width: 600px;
        width: auto;
        border-bottom-left-radius: 75px;
        margin-right: calc(-50vw + 50%);
        margin-left: auto
    }
}

.hero-home__media video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.hero-home .v-info {
    margin-top: -275px
}

@media (max-width: 1343.8px) {
    .hero-home .v-info {
        margin-top: -150px
    }
}

@media (max-width: 1023.8px) {
    .hero-home .v-info {
        margin-top: 40px
    }
}

.v-info {
    padding: 73px 0 85px;
    background-color: #ff69b4;
    color: #fff;
    position: relative
}

.v-info::after {
    content: "";
    width: calc(50% + 20px);
    height: 100%;
    background-image: url(../../../watermark.png);
    background-size: auto 100%;
    background-repeat: repeat;
    position: absolute;
    right: 0;
    top: 0
}

.v-info__wrap {
    max-width: 580px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

@media (max-width: 1343.8px) {
    .v-info__wrap {
        max-width: 50%
    }
}

@media (max-width: 1023.8px) {
    .v-info__wrap {
        max-width: 600px
    }
}

.v-info__title {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 24px
}

@media (max-width: 767.8px) {
    .v-info__title {
        font-size: 20px
    }
}

.v-info .button {
    padding: 14px 18px;
    font-size: 16px
}

.v-info .button .icon {
    margin-left: 8px
}

.v-info__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 46px
}

@media (max-width: 767.8px) {
    .v-info__controls {
        margin-right: 20px
    }
}

.v-info__controls .splide__pagination {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.v-info__controls .splide__pagination button {
    display: block;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    opacity: .25;
    transition: opacity .25s;
    cursor: pointer
}

.v-info__controls .splide__pagination button.is-active {
    opacity: 1
}

.v-info__progress {
    width: 1px;
    height: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    margin-left: 17px
}

@media (max-width: 767.8px) {
    .v-info__progress {
        margin-left: 10px
    }
}

.v-info__bar {
    width: 100%;
    background-color: #1a1a1a;
    height: 0;
    transition: width .4s ease
}

.demo {
    padding: 95px 0 75px;
    position: relative;
    z-index: 1
}

@media (max-width: 767.8px) {
    .demo {
        padding: 80px 0 60px
    }
}

.demo .decor {
    position: absolute;
    right: 0;
    bottom: -100px;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

@media (max-width: 767.8px) {
    .demo .decor {
        display: none
    }
}

.demo__wrap {
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.demo .text {
    margin-top: 12px
}

.demo__media {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 48px
}

.demo .button {
    margin-top: 50px
}

@media (max-width: 767.8px) {
    .demo .button {
        margin-top: 40px
    }
}

.demo-video {
    position: relative
}

.demo-video__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .5s, visibility .5s
}

.demo-video__cover::before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.demo-video__cover::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/sprites/main.stack.svg#image-play);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.demo-video__cover:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.demo-video video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: #000
}

.demo-video.active .demo-video__cover {
    opacity: 0;
    visibility: hidden
}

.who-we-are {
    padding: 75px 0 100px
}

@media (max-width: 767.8px) {
    .who-we-are {
        padding: 60px 0
    }
}

.who-we-are__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: calc(-50vw + 50%)
}

@media (max-width: 767.8px) {
    .who-we-are__wrap {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-right: 0
    }
}

.who-we-are__main {
    max-width: 400px;
    width: 100%;
    margin-left: 86px;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .who-we-are__main {
        margin-left: 0
    }
}

.who-we-are__main .button {
    margin-top: 32px
}

.who-we-are__title {
    margin-bottom: 24px
}

.who-we-are__image {
    max-width: 770px;
    width: 100%;
    margin-top: 10px
}

@media (max-width: 767.8px) {
    .who-we-are__image {
        width: auto;
        margin-top: 0;
        margin-right: calc(-50vw + 50%);
        margin-bottom: 40px
    }
}

.how-we-work {
    padding: 105px 0 180px
}

@media (max-width: 767.8px) {
    .how-we-work {
        padding: 60px 0 80px
    }
}

.how-we-work__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767.8px) {
    .how-we-work__wrap {
        display: block
    }
}

.how-we-work__main {
    max-width: 420px;
    width: 100%;
    margin-top: 10px;
    margin-right: 80px
}

@media (max-width: 1023.8px) {
    .how-we-work__main {
        margin-right: 0
    }
}

@media (max-width: 767.8px) {
    .how-we-work__main {
        max-width: none;
        margin-top: 0
    }
}

.how-we-work__main .button {
    margin-top: 32px
}

.how-we-work__title {
    margin-bottom: 24px
}

.how-we-work__images {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin-right: 40px
}

@media (max-width: 767.8px) {
    .how-we-work__images {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.how-we-work__images::before {
    content: "";
    width: 70%;
    height: 50%;
    background-color: #f3f3f3;
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: -1
}

.how-we-work__image:nth-child(1) {
    width: 75%
}

.how-we-work__image:nth-child(2) {
    width: 60%;
    border: 8px solid #fff;
    margin-top: -155px;
    margin-left: auto;
    position: relative;
    z-index: 2
}

@media (max-width: 479.8px) {
    .how-we-work__image:nth-child(2) {
        margin-top: -60px
    }
}

.impact {
    background-color: #ff69b4;
    color: #fff;
    overflow: hidden
}

.impact__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .impact__wrap {
        display: block;
        padding: 80px 0 120px;
        position: relative
    }
}

.impact__main {
    width: calc(50% - 40px);
    min-height: 840px;
    padding: 92px 0;
    margin-right: 40px;
    padding-right: 30px
}

@media (max-width: 1023.8px) {
    .impact__main {
        min-height: auto;
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.impact__main .button {
    margin-top: 80px
}

@media (max-width: 1343.8px) {
    .impact__main .button {
        margin-top: 60px
    }
}

@media (max-width: 1023.8px) {
    .impact__main .button {
        margin-top: 40px
    }
}

.impact__title {
    display: inline-block;
    padding-top: 26px;
    position: relative;
    margin-bottom: 67px
}

@media (max-width: 1023.8px) {
    .impact__title {
        margin-bottom: 40px
    }
}

@media (max-width: 767.8px) {
    .impact__title {
        padding-top: 12px
    }
}

.impact__title::after {
    content: "";
    width: 92px;
    height: 92px;
    border: 1px solid #1a1a1a;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: -30px;
    pointer-events: none
}

@media (max-width: 767.8px) {
    .impact__title::after {
        width: 44px;
        height: 44px
    }
}

@media (max-width: 479.8px) {
    .impact__title::after {
        display: none
    }
}

.impact__slider {
    max-width: 50%;
    width: 547px
}

@media (max-width: 1023.8px) {
    .impact__slider {
        max-width: none;
        width: 100%;
        margin-top: 40px;
        height: auto !important
    }
}

@media (min-width: 1024px) {
    .impact .splide__track {
        height: 100% !important;
        padding: 80px 0 !important
    }
}

.impact .splide__pagination {
    padding: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 70px 0 0
}

@media (max-width: 1343.8px) {
    .impact .splide__pagination {
        margin-top: 60px
    }
}

@media (max-width: 1023.8px) {
    .impact .splide__pagination {
        margin-top: 0;
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0
    }
}

.impact .splide__pagination li {
    max-width: 150px;
    width: 100%
}

.impact .splide__pagination li:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 479.8px) {
    .impact .splide__pagination li:not(:last-child) {
        margin-right: 16px
    }
}

.impact .splide__pagination button {
    border: none;
    padding: 0;
    display: block;
    height: 14px;
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.impact .splide__pagination button::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.impact .splide__pagination button::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #ff69b4;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.impact .splide__pagination button.is-active::after {
    transition: width 5s linear;
    width: 100%
}

.impact__item {
    padding: 40px 48px 40px 40px;
    background-color: #f3f3f3;
    border-bottom-left-radius: 50px;
    color: #101410
}

@media (max-width: 1023.8px) {
    .impact__item {
        min-height: auto;
        height: 100%
    }
}

@media (max-width: 479.8px) {
    .impact__item {
        padding: 30px 16px 40px
    }
}

.impact__item .text {
    font-size: 20px
}

.impact__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: #72bddb;
    margin-bottom: 34px
}

.impact__subtitle {
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .8px;
    color: #ff69b4;
    margin-bottom: 24px
}

.impact--dark {
    background-color: #ff69b4
}

.impact--dark .impact__title {
    color: #1a1a1a
}

.impact--dark .splide__pagination button::after {
    background-color: #1a1a1a
}

.article-card {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px;
    border-radius: 40px;
    border: 1px solid #1a1a1a;
    background-color: #fff;
    transition: border-color .25s, background-color .25s, color .25s
}

@media (max-width: 479.8px) {
    .article-card {
        padding: 12px
    }
}

.article-card__image {
    display: block;
    height: 275px;
    border-radius: 30px 30px 0 0;
    overflow: hidden
}

.article-card__main {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 20px
}

.article-card__main .text {
    margin-bottom: auto
}

.article-card__category {
    display: block;
    font-size: 16px;
    color: #ff69b4;
    transition: color .25s;
    margin-bottom: 8px
}

.article-card__title {
    font-family: "Poppins", sans-serif;;;
    font-weight: 500;
    margin-bottom: 18px
}

.article-card .read-more {
    font-size: 16px;
    color: #ff69b4;
    transition: color .25s;
    margin-top: 12px
}

.article-card:hover {
    background-color: #ff69b4;
    border-color: transparent;
    color: #fff
}

.article-card:hover .article-card__category {
    color: #1a1a1a
}

.article-card:hover .read-more {
    color: #fff
}

.insights {
    padding: 208px 0 267px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media (max-width: 1023.8px) {
    .insights {
        padding: 120px 0
    }
}

@media (max-width: 767.8px) {
    .insights {
        padding: 80px 0
    }
}

.insights .decor {
    position: absolute;
    left: 0;
    bottom: 0
}

.insights__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: calc(-50vw + 50%)
}

@media (max-width: 1023.8px) {
    .insights__wrap {
        display: block;
        margin-right: 0
    }
}

.insights__box {
    max-width: 300px;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .insights__box {
        max-width: none;
        margin: 0 0 40px
    }
}

.insights__box .splide__arrows {
    margin-top: 70px
}

@media (max-width: 767.8px) {
    .insights__box .splide__arrows {
        margin-top: 40px
    }
}

.insights__title {
    padding-left: 40px;
    padding-bottom: 56px;
    position: relative
}

@media (max-width: 1023.8px) {
    .insights__title {
        padding: 0
    }
}

.insights__title::before {
    content: "";
    width: 137px;
    height: 137px;
    border: 1px solid #1a1a1a;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

@media (max-width: 1023.8px) {
    .insights__title::before {
        display: none
    }
}

@media (max-width: 1023.8px) {
    .insights__slider {
        margin-right: calc(-50vw + 50%)
    }
}

.insights__slider .article-card {
    max-width: 640px;
    width: 100%
}

.two50 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff69b4;
    color: #fff
}

@media (max-width: 767.8px) {
    .two50 {
        display: block
    }
}

.two50__col {
    width: 50%
}

@media (max-width: 767.8px) {
    .two50__col {
        width: 100%
    }
}

.two50__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 24px
}

@media (max-width: 767.8px) {
    .two50__main {
        padding: 80px 16px
    }
}

.two50__box {
    max-width: 460px;
    width: 100%
}

.two50__box .button {
    margin-top: 40px
}

.two50__title {
    margin-bottom: 48px
}

@media (max-width: 767.8px) {
    .two50__image {
        display: none
    }
}

.connect {
    padding: 100px 0;
    background-color: #f3f3f3
}

@media (max-width: 767.8px) {
    .connect {
        padding: 80px 24px
    }
}

@media (max-width: 479.8px) {
    .connect {
        padding: 80px 16px
    }
}

.connect__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.8px) {
    .connect__wrap {
        display: block
    }
}

.connect__col {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 24px
}

@media (max-width: 767.8px) {
    .connect__col {
        width: 100%;
        padding: 0
    }
}

.connect__col:first-child {
    border-right: 1px solid #9c9c9c
}

@media (max-width: 767.8px) {
    .connect__col:first-child {
        border: none;
        margin-bottom: 40px
    }
}

.connect__box {
    max-width: 534px;
    width: 100%
}

.connect__title {
    color: #ff69b4;
    margin-bottom: 24px
}

.connect__form {
    max-width: 508px;
    width: 100%
}

.connect__form .wpform {
    font-size: 18px
}

.connect__form .wpform p:not(:last-child) {
    margin-bottom: 22px
}

.connect__form .wpform .wpcf7-form-control-wrap {
    display: block;
    margin-top: 16px
}

.connect__form .wpform input[type=date], .connect__form .wpform input[type=email], .connect__form .wpform input[type=text], .connect__form .wpform textarea {
    padding: 17px 8px;
    border-color: transparent;
    background-color: #fff
}

#mc_embed_shell.mailchimp-form form {
    margin: 0
}

#mc_embed_shell.mailchimp-form .indicates-required {
    display: none
}

#mc_embed_shell.mailchimp-form .mc-field-group {
    padding-bottom: 16px
}

#mc_embed_shell.mailchimp-form .mc-field-group label {
    margin-bottom: 16px
}

#mc_embed_shell.mailchimp-form .mc-field-group input {
    padding: 17px 8px;
    border-color: transparent;
    background-color: #fff
}

#mc_embed_shell.mailchimp-form #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent
}

#mc_embed_shell.mailchimp-form #mc_embed_signup .button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    padding: 16px 18px;
    background-color: #ff69b4;
    border-radius: 15px;
    font-size: 20px;
    position: relative;
    margin-top: 20px
}

@media (max-width: 767.8px) {
    #mc_embed_shell.mailchimp-form #mc_embed_signup .button {
        font-size: 18px
    }
}

#mc_embed_shell.mailchimp-form #mc_embed_signup .button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/sprites/main.stack.svg#image-color-arrow);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

#mc_embed_shell.mailchimp-form #mc_embed_signup .button input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1
}

@media (min-width: 768px) {
    #mc_embed_shell.mailchimp-form #mc_embed_signup .button:hover::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.contact-cta {
    padding: 120px 0 260px;
    position: relative;
    overflow: hidden
}

@media (max-width: 767.8px) {
    .contact-cta {
        padding-bottom: 120px
    }
}

.contact-cta .decor {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-cta__wrap {
    max-width: 1050px;
    width: 100%;
    padding: 82px 54px;
    background-color: #ff69b4;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1023.8px) {
    .contact-cta__wrap {
        padding: 80px 10px
    }
}

.contact-cta__title {
    margin-bottom: 24px
}

.contact-cta .button {
    margin-top: 48px
}

@media (max-width: 767.8px) {
    .contact-cta .button {
        margin-top: 40px
    }
}

.hero-inner {
    background-color: #ff69b4;
    color: #fff;
    position: relative
}

.hero-inner::before {
    content: "";
    width: calc(50% + 10px);
    height: 100%;
    background-image: url(../../../watermark.png);
    background-size: auto 100%;
    background-repeat: repeat;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    border-bottom-right-radius: 150px
}

@media (max-width: 767.8px) {
    .hero-inner::before {
        border-bottom-right-radius: 75px
    }
}

.hero-inner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.hero-inner__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0
}

.hero-inner__wrap {
    min-height: 358px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0;
    position: relative;
    z-index: 3
}

@media (max-width: 767.8px) {
    .hero-inner__wrap {
        min-height: 300px
    }
}

.hero-inner__title {
    max-width: 65%
}

@media (max-width: 1023.8px) {
    .hero-inner__title {
        max-width: none
    }
}

.hero-inner.angle .hero-inner__bg {
    border-bottom-right-radius: 150px
}

@media (max-width: 767.8px) {
    .hero-inner.angle .hero-inner__bg {
        border-bottom-right-radius: 75px
    }
}

.mission {
    padding: 140px 0 45px
}

@media (max-width: 767.8px) {
    .mission {
        padding-top: 80px
    }
}

.mission__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .mission__top {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.mission__top .decor {
    position: absolute;
    left: 50%;
    bottom: -300px;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.mission__top .decor__pattern {
    border-bottom-left-radius: 150px
}

@media (max-width: 1023.8px) {
    .mission__top .decor {
        display: none
    }
}

.mission__top .mission__content {
    font-size: 24px
}

@media (max-width: 1023.8px) {
    .mission__top .mission__content {
        max-width: none
    }
}

@media (max-width: 767.8px) {
    .mission__top .mission__content {
        font-size: 20px
    }
}

.mission__top .mission__image {
    max-width: 500px;
    width: 100%;
    margin-top: 142px
}

@media (max-width: 1023.8px) {
    .mission__top .mission__image {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.mission__content {
    max-width: 640px;
    width: 100%;
    margin-right: 40px
}

.mission__image img {
    border-top-right-radius: 150px
}

@media (max-width: 767.8px) {
    .mission__image img {
        border-top-right-radius: 75px
    }
}

.mission__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px calc(-50vw + 50%) 0;
    position: relative;
    z-index: 2
}

@media (max-width: 1343.8px) {
    .mission__bottom {
        display: block;
        margin-top: 50px
    }
}

.mission__bottom .mission__image {
    max-width: 600px;
    width: 100%;
    margin-right: 40px
}

.mission__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 520px;
    width: 50%;
    padding: 70px 40px;
    border-bottom-left-radius: 150px;
    background-color: #1a1a1a;
    margin-top: 325px
}

@media (max-width: 1343.8px) {
    .mission__main {
        width: 65%;
        margin-top: 0;
        margin-left: auto
    }
}

@media (max-width: 1023.8px) {
    .mission__main {
        width: 80%
    }
}

@media (max-width: 767.8px) {
    .mission__main {
        min-height: auto;
        width: auto;
        padding: 80px 16px;
        border-bottom-left-radius: 75px
    }
}

.mission__box {
    max-width: 520px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #ff69b4
}

.mission__title {
    margin-bottom: 25px
}

.values {
    padding: 45px 0 130px
}

@media (max-width: 767.8px) {
    .values {
        padding-bottom: 80px
    }
}

.values__title {
    margin-bottom: 24px
}

.values__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 64px
}

@media (max-width: 767.8px) {
    .values__controls {
        display: block;
        margin-bottom: 40px
    }
}

.values .slider-status {
    margin-right: 40px
}

@media (max-width: 767.8px) {
    .values .slider-status {
        margin: 0 0 30px
    }
}

.values .splide__arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.values .splide__arrow {
    background-color: #1a1a1a
}

.values .splide__arrow:not(:last-child) {
    margin-right: 30px
}

.values .splide__slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .values .splide__slide {
        display: block
    }
}

.values__image {
    max-width: 610px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .values__image {
        margin: 0 0 40px
    }
}

@media (max-width: 767.8px) {
    .values__image {
        margin-bottom: 24px
    }
}

.values__main {
    max-width: 535px;
    width: 100%
}

@media (max-width: 1023.8px) {
    .values__main {
        max-width: none
    }
}

.values__subtitle {
    color: #ff69b4;
    margin-bottom: 32px
}

@media (max-width: 767.8px) {
    .values__subtitle {
        margin-bottom: 20px
    }
}

.person-card__image {
    aspect-ratio: 1/1.05;
    margin-bottom: 16px
}

@supports not (aspect-ratio:1/1.05) {
    .person-card__image {
        padding-bottom: 105%;
        position: relative
    }

    .person-card__image img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }
}

.person-card__name {
    display: block;
    font-family: "Poppins", sans-serif;;;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px
}

@media (max-width: 767.8px) {
    .person-card__name {
        font-size: 20px
    }
}

.person-card__position {
    display: block;
    opacity: .5
}

@media (max-width: 767.8px) {
    .person-card__position {
        font-size: 16px
    }
}

.team {
    padding: 150px 0 170px;
    background-color: #f3f3f3
}

@media (max-width: 1023.8px) {
    .team {
        padding: 120px 0
    }
}

@media (max-width: 767.8px) {
    .team {
        padding: 80px 0
    }
}

.team__wrap > :not(:last-child) {
    margin-bottom: 56px
}

@media (max-width: 767.8px) {
    .team__wrap > :not(:last-child) {
        margin-bottom: 40px
    }
}

.team__title {
    text-align: center
}

.team__header {
    display: block;
    font-family: "Poppins", sans-serif;;;
    padding-bottom: 40px;
    border-bottom: 1px solid #1a1a1a
}

@media (max-width: 1023.8px) {
    .team__header {
        padding-bottom: 24px
    }
}

.team__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px
}

@media (max-width: 1023.8px) {
    .team__list {
        margin-left: -8px;
        margin-right: -8px
    }
}

.team__item {
    width: 25%;
    padding: 0 16px;
    margin-bottom: 14px
}

@media (max-width: 1023.8px) {
    .team__item {
        padding: 0 8px;
        margin-bottom: 24px
    }
}

@media (max-width: 767.8px) {
    .team__item {
        width: 33.33%
    }
}

@media (max-width: 479.8px) {
    .team__item {
        width: 50%
    }
}

.partners {
    padding-top: 100px
}

@media (max-width: 767.8px) {
    .partners {
        padding-top: 80px
    }
}

.partners__title {
    text-align: center;
    margin-bottom: 75px
}

@media (max-width: 767.8px) {
    .partners__title {
        margin-bottom: 40px
    }
}

.partners__image {
    height: 102px;
    padding: 20px
}

@media (max-width: 479.8px) {
    .partners__image {
        padding: 10px
    }
}

.partners__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.partners .splide__pagination {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 70px 0 0
}

@media (max-width: 767.8px) {
    .partners .splide__pagination {
        margin-top: 40px
    }
}

.partners .splide__pagination li {
    max-width: 175px;
    width: 100%
}

.partners .splide__pagination li:not(:last-child) {
    margin-right: 32px
}

@media (max-width: 767.8px) {
    .partners .splide__pagination li:not(:last-child) {
        margin-right: 10px
    }
}

.partners .splide__pagination button {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.partners .splide__pagination button::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    transition: background-color .25s;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.partners .splide__pagination button.is-active::before {
    background-color: #ff69b4
}

.how {
    padding: 170px 0 205px;
    overflow: hidden
}

@media (max-width: 1023.8px) {
    .how {
        padding: 120px 0
    }
}

@media (max-width: 767.8px) {
    .how {
        padding: 80px 0
    }
}

.how__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 180px
}

@media (max-width: 1023.8px) {
    .how__top {
        display: block;
        margin-bottom: 100px
    }
}

.how__top .decor {
    position: absolute;
    right: 50%;
    bottom: 100px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.how__top .decor__pattern {
    border-bottom-left-radius: 150px
}

@media (max-width: 1023.8px) {
    .how__top .decor {
        display: none
    }
}

.how__top .how__content {
    max-width: 510px;
    font-size: 24px
}

@media (max-width: 1023.8px) {
    .how__top .how__content {
        max-width: none
    }
}

@media (max-width: 767.8px) {
    .how__top .how__content {
        font-size: 20px
    }
}

.how__top .how__image {
    max-width: 630px;
    width: 100%;
    border-top-right-radius: 150px;
    overflow: hidden;
    margin-top: 65px
}

@media (max-width: 1023.8px) {
    .how__top .how__image {
        display: none
    }
}

.how__content {
    max-width: 520px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .how__content {
        max-width: none;
        margin-right: 0
    }
}

.how__image {
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .how__image {
        max-width: 600px;
        margin-bottom: 40px
    }
}

.how__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .how__row {
        display: block
    }
}

.how__row .how__image::before {
    content: "";
    width: 50vw;
    height: 300px;
    background-color: #f3f3f3;
    position: absolute;
    left: 140px;
    bottom: -100px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1
}

@media (max-width: 1023.8px) {
    .how__row .how__image::before {
        display: none
    }
}

.how__row:nth-child(3n+1) {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 192px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+1) {
        margin-bottom: 100px
    }
}

.how__row:nth-child(3n+1) .how__image {
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+1) .how__image {
        margin-right: 0
    }
}

.how__row:nth-child(3n+1) .how__image img {
    border-bottom-right-radius: 150px
}

.how__row:nth-child(3n+1) .how__content {
    margin-bottom: 25px
}

.how__row:nth-child(3n+1) .how__icon {
    right: 0;
    bottom: 0
}

.how__row:nth-child(3n+2) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 180px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+2) {
        margin-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .how__row:nth-child(3n+2) .how__title {
        text-align: right
    }
}

.how__row:nth-child(3n+2) .how__image {
    margin-bottom: 25px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+2) .how__image {
        margin-left: auto
    }
}

.how__row:nth-child(3n+2) .how__image::before {
    left: initial;
    right: 140px;
    bottom: -135px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.how__row:nth-child(3n+2) .how__image img {
    border-top-left-radius: 150px
}

.how__row:nth-child(3n+2) .how__content {
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+2) .how__content {
        margin-right: 0
    }
}

.how__row:nth-child(3n+2) .how__icon {
    top: 0;
    left: 0
}

.how__row:nth-child(3n+3) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how__row:nth-child(3n+3) .how__image {
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+3) .how__image {
        margin-right: 0
    }
}

.how__row:nth-child(3n+3) .how__image img {
    border-top-right-radius: 150px
}

.how__row:nth-child(3n+3) .how__content {
    margin-top: 220px
}

@media (max-width: 1023.8px) {
    .how__row:nth-child(3n+3) .how__content {
        margin-top: 0
    }
}

.how__row:nth-child(3n+3) .how__icon {
    top: 0;
    right: 0
}

.how__title {
    margin-bottom: 40px
}

.how__icon {
    width: 98px;
    height: 98px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #72bddb;
    position: absolute
}

.how .read-more {
    margin-top: 30px
}

.geochart {
    padding-top: 120px;
    background-color: #ff69b4;
    color: #fff
}

@media (max-width: 1023.8px) {
    .geochart {
        padding-top: 60px
    }
}

.geochart__title {
    text-align: center;
    margin-bottom: 77px
}

@media (max-width: 767.8px) {
    .geochart__title {
        margin-bottom: 40px
    }
}

.geochart #visualization > div {
    padding-bottom: 62.4%
}

.geochart #visualization > div:first-child, .geochart #visualization > div:first-child > div:first-child, .geochart #visualization > div:first-child > div:first-child > div:first-child {
    width: 100% !important;
    height: auto !important
}

.geochart #visualization svg {
    display: block;
    width: 100%;
    height: auto
}

.geochart .google-visualization-tooltip {
    max-width: 265px;
    background-color: #ff69b4 !important
}

.geochart .google-visualization-tooltip .google-visualization-tooltip-item-list {
    padding: 25px 0 12px
}

.geochart .google-visualization-tooltip .google-visualization-tooltip-item:first-child span {
    font-family: "Poppins", sans-serif;;
!important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #f5eda4 !important
}

.geochart .google-visualization-tooltip a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-top: 12px;
    position: relative
}

.geochart .google-visualization-tooltip a:hover {
    text-decoration: underline !important
}

.geochart .google-visualization-tooltip a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/sprites/main.stack.svg#image-color-arrow);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    margin-left: 8px
}

.area-info {
    padding: 100px 0 200px
}

@media (max-width: 767.8px) {
    .area-info {
        padding: 80px 0
    }
}

.area-info .b-breadcrumbs {
    margin-bottom: 50px
}

@media (max-width: 767.8px) {
    .area-info .b-breadcrumbs {
        margin-bottom: 40px
    }
}

.area-info__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .area-info__inner {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.area-info__main {
    max-width: 610px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .area-info__main {
        max-width: none;
        margin-right: 0
    }
}

.area-info__main .button {
    margin-top: 32px
}

.area-info__stats {
    min-height: 518px;
    max-width: 568px;
    width: 100%;
    padding: 55px 60px;
    border-bottom-right-radius: 150px;
    background-color: #ff69b4;
    color: #fff
}

@media (max-width: 1023.8px) {
    .area-info__stats {
        min-height: auto;
        max-width: none;
        padding: 60px 32px;
        margin-bottom: 40px
    }
}

@media (max-width: 767.8px) {
    .area-info__stats {
        border-bottom-right-radius: 75px
    }
}

@media (max-width: 479.8px) {
    .area-info__stats {
        padding: 48px 16px
    }
}

.area-info__title {
    margin-bottom: 38px
}

.area-info__list li {
    padding-left: 44px;
    position: relative
}

.area-info__list li::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-image: url(../images/sprites/main.stack.svg#image-check);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0
}

.area-info__list li:not(:last-child) {
    margin-bottom: 24px
}

.areas {
    padding: 96px 0;
    background-color: #ff69b4;
    color: #fff
}

.areas__slider {
    max-width: 1010px;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto
}

@media (max-width: 479.8px) {
    .areas__slider {
        padding: 0 22px
    }
}

.areas__item {
    display: block;
    height: 200px;
    background-color: #1a1a1a;
    position: relative
}

@media (min-width: 768px) {
    .areas__item:hover .areas__image::after {
        background-color: #1a1a1a
    }

    .areas__item:hover .areas__subtitle {
        color: #ff69b4
    }
}

.areas__image {
    width: 100%;
    height: 100%;
    position: relative
}

.areas__image::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: background-color .35s
}

.areas__subtitle {
    font-family: "Poppins", sans-serif;;;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: color .35s
}

@media (max-width: 479.8px) {
    .areas__subtitle {
        font-size: 24px
    }
}

.areas .splide__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.areas .splide__arrow--prev {
    left: 0
}

.areas .splide__arrow--next {
    right: 0
}

.impact-info {
    padding: 120px 0 200px;
    position: relative
}

@media (max-width: 1023.8px) {
    .impact-info {
        overflow: hidden
    }
}

@media (max-width: 767.8px) {
    .impact-info {
        padding: 80px 0
    }
}

.impact-info__header {
    max-width: 925px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 182px
}

@media (max-width: 767.8px) {
    .impact-info__header {
        font-size: 20px;
        text-align: left;
        margin-bottom: 80px
    }
}

.impact-info__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .impact-info__row {
        display: block
    }
}

.impact-info__row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.impact-info__row:nth-child(3n+1) {
    position: relative;
    z-index: 1;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 246px
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+1) {
        margin: 0 0 80px
    }
}

.impact-info__row:nth-child(3n+1) .decor {
    position: absolute;
    left: 50%;
    bottom: -200px
}

@media (max-width: 767.8px) {
    .impact-info__row:nth-child(3n+1) .decor {
        display: none
    }
}

.impact-info__row:nth-child(3n+1) .decor__pattern {
    width: 60vw
}

.impact-info__row:nth-child(3n+1) .impact-info__media {
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+1) .impact-info__media {
        max-width: 650px;
        margin-right: 0;
        margin-left: calc(-50vw + 50%)
    }
}

.impact-info__row:nth-child(3n+1) .impact-info__image {
    border-top-right-radius: 150px
}

@media (max-width: 767.8px) {
    .impact-info__row:nth-child(3n+1) .impact-info__image {
        border-top-right-radius: 75px
    }
}

.impact-info__row:nth-child(3n+1) .impact-info__content {
    max-width: 612px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+1) .impact-info__content {
        max-width: none
    }
}

.impact-info__row:nth-child(3n+2) {
    margin-bottom: 100px
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+2) {
        margin-bottom: 100px
    }
}

@media (min-width: 1024px) {
    .impact-info__row:nth-child(3n+2) .impact-info__content {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }
}

@media (min-width: 1024px) {
    .impact-info__row:nth-child(3n+2) .impact-info__media {
        margin-top: 300px;
        margin-bottom: 400px
    }

    .impact-info__row:nth-child(3n+2) .impact-info__media::before {
        content: "";
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        right: 0
    }
}

.impact-info__row:nth-child(3n+2) .impact-info__image {
    width: 300px;
    height: 300px;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    margin: 0 auto
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+2) .impact-info__image {
        -webkit-transform: none;
        transform: none;
        margin-left: 0
    }
}

.impact-info__row:nth-child(3n+3) {
    margin-bottom: 100px
}

@media (min-width: 1024px) {
    .impact-info__row:nth-child(3n+3) .impact-info__content {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }
}

@media (min-width: 1024px) {
    .impact-info__row:nth-child(3n+3) .impact-info__media {
        margin-top: 350px;
        margin-bottom: 300px
    }

    .impact-info__row:nth-child(3n+3) .impact-info__media::before {
        content: "";
        left: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.impact-info__row:nth-child(3n+3) .impact-info__image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto
}

@media (max-width: 1023.8px) {
    .impact-info__row:nth-child(3n+3) .impact-info__image {
        margin-left: 0
    }
}

.impact-info__row:last-child {
    margin-bottom: 0
}

.impact-info__content {
    max-width: 540px;
    width: 100%
}

@media (max-width: 1023.8px) {
    .impact-info__content {
        max-width: none
    }
}

.impact-info__title {
    margin-bottom: 40px
}

.impact-info__media {
    max-width: 50%;
    width: 100%
}

@media (max-width: 1023.8px) {
    .impact-info__media {
        margin-bottom: 40px
    }
}

.impact-info__media::before {
    height: 420px;
    width: 38px;
    background-color: #1a1a1a;
    position: absolute;
    pointer-events: none
}

@media (max-width: 1023.8px) {
    .impact-info__media::before {
        width: 20px
    }
}

@media (max-width: 767.8px) {
    .impact-info__media::before {
        display: none
    }
}

.impact-info__image {
    overflow: hidden
}

.statistics {
    padding: 100px 0 185px;
    background-color: #ff69b4;
    color: #fff;
    overflow: hidden
}

@media (max-width: 767.8px) {
    .statistics {
        padding: 80px 0
    }
}

.statistics__title {
    color: #1a1a1a;
    margin-bottom: 46px
}

@media (max-width: 767.8px) {
    .statistics__title {
        margin-bottom: 40px
    }
}

.statistics__item {
    min-height: 148px;
    padding: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #1a1a1a;
    position: relative;
    z-index: 1
}

@media (max-width: 767.8px) {
    .statistics__item {
        min-height: auto;
        display: block;
        padding: 20px 0
    }
}

.statistics__item::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #1a1a1a;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    transition: opacity .2s
}

.statistics__item:last-child {
    border-bottom: 1px solid #1a1a1a
}

@media (min-width: 1024px) {
    .statistics__item.active {
        z-index: 2
    }

    .statistics__item.active::before {
        opacity: 1
    }

    .statistics__item.active .statistics__image {
        display: block
    }
}

.statistics__subtitle {
    width: calc(50% - 40px)
}

@media (max-width: 767.8px) {
    .statistics__subtitle {
        width: auto;
        margin-bottom: 16px
    }
}

.statistics__info {
    width: 50%
}

@media (max-width: 767.8px) {
    .statistics__info {
        width: auto
    }
}

.statistics__image {
    display: none;
    max-width: 430px;
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.statistics__image img {
    display: block
}

.cases {
    padding: 200px 0 220px;
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .cases {
        padding: 120px 0
    }
}

@media (max-width: 767.8px) {
    .cases {
        padding: 80px 0
    }
}

.cases .decor {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

@media (max-width: 767.8px) {
    .cases .decor {
        display: none
    }
}

.cases__title {
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 767.8px) {
    .cases__title {
        margin-bottom: 20px
    }
}

.cases__slider {
    max-width: 100vw;
    padding: 50px 0;
    overflow: hidden
}

@media (max-width: 767.8px) {
    .cases__slider {
        padding: 25px 0
    }
}

@media (max-width: 479.8px) {
    .cases__slider {
        padding: 15px 0
    }
}

.cases .splide__track {
    overflow: visible
}

.cases .splide__slide {
    width: 56.5vw;
    position: relative
}

@media (max-width: 1023.8px) {
    .cases .splide__slide {
        width: 80vw
    }
}

@media (max-width: 767.8px) {
    .cases .splide__slide {
        width: 90vw
    }
}

.cases .splide__slide.is-active .cases__image {
    -webkit-transform: rotate(-2.9deg);
    transform: rotate(-2.9deg)
}

@media (max-width: 479.8px) {
    .cases .splide__slide.is-active .cases__image {
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg)
    }
}

.cases .splide__slide.is-prev .cases__image {
    -webkit-transform: rotate(-3.7deg);
    transform: rotate(-3.7deg)
}

.cases .splide__slide.is-prev .cases__image::after {
    background-color: rgba(255, 255, 255, .65)
}

.cases .splide__slide.is-next .cases__image {
    -webkit-transform: rotate(4.7deg);
    transform: rotate(4.7deg)
}

.cases .splide__slide.is-next .cases__image::after {
    background-color: rgba(255, 255, 255, .65)
}

.cases__image {
    display: block;
    border-radius: 12px;
    position: relative;
    transition: -webkit-transform .85s;
    transition: transform .85s;
    transition: transform .85s, -webkit-transform .85s;
    z-index: 1;
    overflow: hidden
}

.cases__image::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color .7s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none
}

.cases__subtitle {
    max-width: 80%;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media (max-width: 1023.8px) {
    .cases__subtitle {
        font-size: 24px
    }
}

@media (max-width: 767.8px) {
    .cases__subtitle {
        font-size: 20px
    }
}

@media (max-width: 479.8px) {
    .cases__subtitle {
        font-size: 18px
    }
}

.cases .slider-status {
    margin: 40px auto 0
}

.cases + .contact-cta {
    padding-bottom: 120px
}

.cases + .contact-cta .contact-cta__wrap::after {
    display: none
}

.search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    border-radius: 20px;
    border: 1px solid #ff69b4;
    background-color: #f3f3f3;
    overflow: hidden
}

.search__input {
    height: 100%;
    width: 100%;
    padding: 8px 10px 8px 30px;
    border: none;
    background-color: transparent
}

@media (max-width: 479.8px) {
    .search__input {
        padding-left: 20px;
        padding-right: 5px
    }
}

.search__input::-webkit-input-placeholder {
    color: rgba(17, 20, 16, .5)
}

.search__input::-moz-placeholder {
    color: rgba(17, 20, 16, .5)
}

.search__input:-ms-input-placeholder {
    color: rgba(17, 20, 16, .5)
}

.search__input::placeholder {
    color: rgba(17, 20, 16, .5)
}

.search__button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    width: 90px;
    height: 100%;
    margin-left: 20px;
    cursor: pointer
}

@media (max-width: 767.8px) {
    .search__button {
        width: 60px
    }
}

.search .icon {
    color: #1a1a1a
}

.insights-page {
    padding: 150px 0 146px
}

@media (max-width: 767.8px) {
    .insights-page {
        padding: 80px 0
    }
}

.insights-page .search {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 63px
}

@media (max-width: 767.8px) {
    .insights-page .search {
        margin-bottom: 40px
    }
}

.insights-page__links {
    max-width: 920px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 60px
}

@media (max-width: 1023.8px) {
    .insights-page__links {
        max-width: none;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 24px;
        margin: 0 -24px 100px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .insights-page__links::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }
}

@media (max-width: 767.8px) {
    .insights-page__links {
        margin-bottom: 60px
    }
}

@media (max-width: 479.8px) {
    .insights-page__links {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px
    }
}

.insights-page__links li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width: 1023.8px) {
    .insights-page__links li {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 190px;
        width: auto;
        padding: 0;
        margin-bottom: 0
    }
}

@media (max-width: 479.8px) {
    .insights-page__links li {
        min-width: auto
    }
}

@media (max-width: 1023.8px) {
    .insights-page__links li:not(:last-child) {
        margin-right: 24px
    }
}

@media (max-width: 479.8px) {
    .insights-page__links li:not(:last-child) {
        margin-right: 16px
    }
}

.insights-page__link {
    display: block;
    padding: 17px 25px;
    border-radius: 20px;
    border: 1px solid #ff69b4;
    font-weight: 500;
    text-align: center;
    color: #ff69b4;
    transition: background-color .25s, border-color .25s, color .25s
}

@media (max-width: 767.8px) {
    .insights-page__link {
        min-width: auto;
        padding: 14px 25px
    }
}

.insights-page__link.active, .insights-page__link:hover {
    background-color: #ff69b4;
    border-color: transparent;
    color: #fff
}

.insights-page__list {
    max-width: 1195px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto -56px
}

@media (max-width: 767.8px) {
    .insights-page__list {
        display: block;
        margin: 0
    }
}

.insights-page__item {
    width: calc(50% - 32px);
    margin-bottom: 56px
}

@media (max-width: 1343.8px) {
    .insights-page__item {
        width: calc(50% - 16px)
    }
}

@media (max-width: 767.8px) {
    .insights-page__item {
        width: 100%;
        margin-bottom: 40px
    }

    .insights-page__item:last-child {
        margin-bottom: 0
    }
}

.insights-page .pagination, .insights-page .show-more {
    margin-top: 72px
}

@media (max-width: 767.8px) {
    .insights-page .pagination, .insights-page .show-more {
        margin-top: 60px
    }
}

.insights-page .show-more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.video-card {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.video-card__image {
    position: relative
}

.video-card__image::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color .2s
}

.video-card__image::after {
    content: "";
    width: 60px;
    height: 80px;
    background-image: url(../images/sprites/main.stack.svg#image-play);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width: 767.8px) {
    .video-card__image::after {
        width: 30px;
        height: 40px
    }
}

.video-card__subtitle {
    text-transform: uppercase;
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 32px
}

@media (max-width: 1023.8px) {
    .video-card__subtitle {
        left: 32px;
        right: 32px;
        bottom: 20px
    }
}

@media (max-width: 767.8px) {
    .video-card__subtitle {
        font-size: 16px;
        left: 20px;
        right: 20px;
        bottom: 12px
    }
}

.video-card:hover .video-card__image::before {
    background-color: rgba(0, 0, 0, .4)
}

.video-card:hover .video-card__image::after {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.testimonials {
    padding: 100px 0 147px;
    background-color: #ff69b4;
    position: relative;
    color: #fff
}

@media (max-width: 767.8px) {
    .testimonials {
        padding: 80px 0
    }
}

.testimonials::before {
    content: "";
    width: 50%;
    height: 353px;
    border-bottom-right-radius: 150px;
    background-image: url(../../../watermark.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.testimonials__title {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767.8px) {
    .testimonials__title {
        margin-bottom: 40px
    }
}

.testimonials .splide__track {
    margin-right: calc(-50vw + 50%)
}

.testimonials .splide__slide {
    width: 62%
}

@media (max-width: 1023.8px) {
    .testimonials .splide__slide {
        width: 85%
    }
}

@media (max-width: 479.8px) {
    .testimonials .splide__slide {
        width: 90%
    }
}

.testimonials__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

@media (max-width: 767.8px) {
    .testimonials__controls {
        display: block;
        margin-top: 40px
    }
}

.testimonials__controls .slider-status {
    margin-right: 40px
}

@media (max-width: 767.8px) {
    .testimonials__controls .slider-status {
        margin: 0 0 40px
    }
}

.content p {
    margin: 0
}

.content ol, .content ul {
    padding-left: 24px;
    margin: 0
}

.content ol li:not(:last-child), .content ul li:not(:last-child) {
    margin-bottom: 5px
}

.content a {
    text-decoration: underline;
    transition: color .25s
}

.content a:hover {
    color: #ff69b4
}

.content figure {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.content picture {
    display: block
}

.content > :not(:last-child) {
    margin-bottom: 30px
}

@media (max-width: 767.8px) {
    .content > :not(:last-child) {
        margin-bottom: 16px
    }
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #ff69b4
}

.content h1 + h1, .content h1 + h2, .content h1 + h3, .content h1 + h4, .content h1 + h5, .content h1 + h6 {
    margin-top: 30px
}

.content h2 {
    font-size: 32px
}

.content h2 + h1, .content h2 + h2, .content h2 + h3, .content h2 + h4, .content h2 + h5, .content h2 + h6 {
    margin-top: 30px
}

.content h3 {
    font-size: 30px
}

.content h3 + h1, .content h3 + h2, .content h3 + h3, .content h3 + h4, .content h3 + h5, .content h3 + h6 {
    margin-top: 28px
}

.content h4 {
    font-size: 26px
}

.content h4 + h1, .content h4 + h2, .content h4 + h3, .content h4 + h4, .content h4 + h5, .content h4 + h6 {
    margin-top: 30px
}

.content h5 + h1, .content h5 + h2, .content h5 + h3, .content h5 + h4, .content h5 + h5, .content h5 + h6 {
    margin-top: 30px
}

.content h6 + h1, .content h6 + h2, .content h6 + h3, .content h6 + h4, .content h6 + h5, .content h6 + h6 {
    margin-top: 30px
}

.content > :first-child {
    margin-top: 0
}

.post {
    padding: 75px 0 120px;
    position: relative
}

.post .decor {
    position: absolute;
    top: 200px;
    right: 0;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    z-index: initial
}

.post__caption {
    display: block;
    padding-left: 138px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ff69b4;
    position: relative;
    margin-bottom: 40px
}

@media (max-width: 767.8px) {
    .post__caption {
        padding-left: 56px;
        font-size: 20px
    }
}

.post__caption::before {
    content: "";
    width: 122px;
    height: 1px;
    background-color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767.8px) {
    .post__caption::before {
        width: 40px
    }
}

.post__head {
    margin-bottom: 64px
}

.post__tag {
    display: block;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 24px
}

.post__title {
    text-align: center
}

.post__image {
    max-width: 858px;
    width: 100%;
    margin: 64px auto
}

@media (max-width: 479.8px) {
    .post__image {
        margin: 40px auto
    }
}

.post__content {
    max-width: 1076px;
    width: 100%;
    margin: 0 auto
}

.post__share {
    padding: 36px 12px;
    border-radius: 0 30px 30px 0;
    background-color: #ff69b4;
    font-size: 16px;
    letter-spacing: .8px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: fixed;
    left: 0;
    top: 40%
}

@media (max-width: 1343.8px) {
    .post__share {
        padding: 20px 8px
    }
}

@media (max-width: 1023.8px) {
    .post__share {
        padding: 0;
        border: 0;
        background-color: transparent;
        text-align: left;
        color: #101410;
        position: static;
        margin-top: 40px
    }
}

.post__share span {
    display: block;
    margin-bottom: 20px
}

@media (max-width: 1023.8px) {
    .post__share span {
        color: #ff69b4;
        margin-bottom: 10px
    }
}

@media (max-width: 1023.8px) {
    .post__share ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.post__share li:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 1023.8px) {
    .post__share li:not(:last-child) {
        margin: 0 20px 0 0
    }
}

.post__share a {
    display: block
}

.contribution {
    padding-top: 100px;
    overflow: hidden
}

@media (max-width: 767.8px) {
    .contribution {
        padding-top: 80px
    }
}

.contribution__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .contribution__head {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contribution__head .decor {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1, -1) translateY(-50%);
    transform: scale(1, -1) translateY(-50%)
}

@media (max-width: 1023.8px) {
    .contribution__head .decor {
        display: none
    }
}

.contribution__head .decor__pattern {
    border-bottom-left-radius: 150px
}

.contribution__main {
    max-width: 583px;
    width: 100%;
    margin-top: 20px;
    margin-right: 60px;
    position: relative;
    z-index: 2
}

@media (max-width: 1023.8px) {
    .contribution__main {
        max-width: none;
        margin: 0 0 60px
    }
}

.contribution__main .text {
    margin-top: 16px
}

@media (min-width: 768px) {
    .contribution__main .text {
        font-size: 24px
    }
}

.contribution__image {
    max-width: 526px;
    width: 100%;
    border-top-right-radius: 150px;
    overflow: hidden;
    margin-right: 25px
}

@media (max-width: 1023.8px) {
    .contribution__image {
        margin: 0 auto
    }
}

@media (max-width: 767.8px) {
    .contribution__image {
        border-top-right-radius: 75px
    }
}

.contribution__box {
    margin-top: 65px
}

@media (max-width: 1023.8px) {
    .contribution__box {
        margin-top: 40px
    }
}

.contribution__infographic {
    max-width: 1248px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 150px auto 0
}

@media (max-width: 1023.8px) {
    .contribution__infographic {
        margin-top: 120px
    }
}

@media (max-width: 767.8px) {
    .contribution__infographic {
        border-radius: 10px;
        margin-top: 80px
    }
}

.gifts {
    margin-top: 185px
}

@media (max-width: 1023.8px) {
    .gifts {
        margin-top: 120px
    }
}

.gifts__head {
    max-width: 925px;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px
}

@media (min-width: 768px) {
    .gifts__head {
        font-size: 24px
    }
}

@media (max-width: 767.8px) {
    .gifts__head {
        margin-bottom: 60px
    }
}

.gifts__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1270px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 767.8px) {
    .gifts__inner {
        display: block
    }
}

.gifts__main {
    max-width: 350px;
    width: 100%;
    margin-right: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767.8px) {
    .gifts__main {
        margin: 0 0 40px
    }
}

.gifts__title {
    font-family: "Poppins", sans-serif;;;
    margin-bottom: auto
}

.gifts .slider-status {
    color: #9ba0a7;
    margin-top: 32px
}

.gifts .slider-status__current {
    color: #1a1a1a
}

.gifts .slider-status__bar {
    background-color: #1a1a1a
}

.gifts .slider-status__progress {
    background-color: #9ba0a7
}

.gifts .splide__arrows {
    margin-top: 47px
}

.gifts .splide__arrow {
    background-color: #1a1a1a;
    color: #fff
}

.gifts__slider {
    max-width: 870px;
    width: 100%
}

.gifts__slide {
    position: relative
}

.gifts__slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(28, 160, 105, 0) 27.08%, rgba(28, 160, 105, .95) 100%);
    position: absolute;
    left: 0;
    top: 0
}

.gifts__subtitle {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1
}

@media (max-width: 1343.8px) {
    .gifts__subtitle {
        left: 20px;
        right: 20px
    }
}

@media (max-width: 479.8px) {
    .gifts__subtitle {
        font-size: 20px
    }
}

.career-intro {
    padding: 100px 0 240px;
    position: relative;
    z-index: 1
}

@media (max-width: 1023.8px) {
    .career-intro {
        overflow: hidden;
        padding-bottom: 120px
    }
}

@media (max-width: 767.8px) {
    .career-intro {
        padding: 80px 0
    }
}

.career-intro .decor {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

@media (max-width: 1023.8px) {
    .career-intro .decor {
        display: none
    }
}

.career-intro .decor__pattern {
    border-bottom-left-radius: 150px
}

.career-intro__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .career-intro__wrap {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.career-intro__content {
    max-width: 640px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .career-intro__content {
        max-width: none;
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .career-intro__content {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }
}

.career-intro__content .text {
    font-size: 24px
}

@media (max-width: 767.8px) {
    .career-intro__content .text {
        font-size: 20px
    }
}

.career-intro__image {
    max-width: 498px;
    width: 100%;
    margin-top: 184px
}

@media (max-width: 1023.8px) {
    .career-intro__image {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.career-intro__image img {
    border-top-right-radius: 150px
}

@media (max-width: 767.8px) {
    .career-intro__image img {
        border-top-right-radius: 75px
    }
}

.career-info {
    padding: 140px 0 165px;
    background-color: #f7f7f7
}

@media (max-width: 1023.8px) {
    .career-info {
        padding: 120px 0
    }
}

@media (max-width: 767.8px) {
    .career-info {
        padding: 80px 0
    }
}

.career-info__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .career-info__wrap {
        display: block
    }
}

.career-info__image {
    max-width: 555px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .career-info__image {
        margin: 0 0 40px
    }
}

.career-info__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.career-info__box {
    max-width: 480px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1023.8px) {
    .career-info__box {
        max-width: none
    }
}

.career-info__box .text--accent {
    font-size: 24px;
    color: #ff69b4
}

@media (max-width: 767.8px) {
    .career-info__box .text--accent {
        font-size: 20px
    }
}

.openings {
    padding: 90px 0 120px
}

@media (max-width: 767.8px) {
    .openings {
        padding: 80px 0
    }
}

.openings__title {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767.8px) {
    .openings__title {
        margin-bottom: 40px
    }
}

.openings__box {
    max-width: 860px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto
}

.contact {
    padding: 100px 0 205px;
    position: relative;
    z-index: 1
}

@media (max-width: 767.8px) {
    .contact {
        padding: 80px 0
    }
}

.contact .decor {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

@media (max-width: 767.8px) {
    .contact .decor {
        display: none
    }
}

.contact .decor__pattern {
    border-bottom-left-radius: 150px
}

.contact__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023.8px) {
    .contact__wrap {
        display: block
    }
}

.contact__main {
    max-width: 448px;
    width: 100%;
    margin-right: 40px
}

@media (max-width: 1023.8px) {
    .contact__main {
        max-width: none;
        margin: 0 0 60px
    }
}

.contact__title {
    font-family: "Poppins", sans-serif;;;
    margin-bottom: 75px
}

@media (max-width: 1023.8px) {
    .contact__title {
        margin-bottom: 40px
    }
}

.contact__list .dropdown a {
    display: block
}

.contact__list .dropdown a:nth-child(2) {
    color: #ff69b4
}

.contact__list .dropdown + .dropdown {
    margin-top: 60px
}

@media (max-width: 1023.8px) {
    .contact__list .dropdown + .dropdown {
        margin-top: 24px
    }
}

.contact__form {
    max-width: 734px;
    width: 100%;
    padding: 65px 90px 65px 65px;
    border-radius: 10px 150px 10px 10px;
    background-color: #f3f3f3
}

@media (max-width: 1023.8px) {
    .contact__form {
        max-width: none
    }
}

@media (max-width: 767.8px) {
    .contact__form {
        border-top-right-radius: 75px;
        padding: 50px 20px
    }
}

.dropdown {
    overflow: hidden
}

.dropdown__head {
    padding-right: 50px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    position: relative;
    cursor: pointer
}

.dropdown__head::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: #1a1a1a;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown__head::after {
    content: "";
    width: 2px;
    height: 24px;
    border-radius: 2px;
    background-color: #1a1a1a;
    position: absolute;
    right: 12px;
    top: calc(50% - 10px);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.dropdown__content {
    font-size: 20px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 1s, visibility 1s, padding .5s
}

@media (max-width: 767.8px) {
    .dropdown__content {
        font-size: 16px
    }
}

.dropdown__content .text a {
    transition: color .2s ease-in-out
}

.dropdown__content .text a:hover {
    color: #ff69b4
}

.dropdown.active .dropdown__head::after {
    opacity: 0
}

.dropdown.active .dropdown__content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px 0
}

.dropdown + .dropdown {
    margin-top: 20px
}

.wpform {
    font-size: 24px
}

@media (max-width: 767.8px) {
    .wpform {
        font-size: 18px
    }
}

.wpform p {
    margin: 0
}

.wpform p:not(:last-child) {
    margin-bottom: 16px
}

.wpform input[type=date], .wpform input[type=email], .wpform input[type=text], .wpform textarea {
    border-radius: 0;
    border: none;
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(16, 20, 16, .5);
    background-color: transparent;
    font-size: 18px
}

.wpform input[type=date]::-webkit-input-placeholder, .wpform input[type=email]::-webkit-input-placeholder, .wpform input[type=text]::-webkit-input-placeholder, .wpform textarea::-webkit-input-placeholder {
    color: rgba(16, 20, 16, .5)
}

.wpform input[type=date]::-moz-placeholder, .wpform input[type=email]::-moz-placeholder, .wpform input[type=text]::-moz-placeholder, .wpform textarea::-moz-placeholder {
    color: rgba(16, 20, 16, .5)
}

.wpform input[type=date]:-ms-input-placeholder, .wpform input[type=email]:-ms-input-placeholder, .wpform input[type=text]:-ms-input-placeholder, .wpform textarea:-ms-input-placeholder {
    color: rgba(16, 20, 16, .5)
}

.wpform input[type=date]::placeholder, .wpform input[type=email]::placeholder, .wpform input[type=text]::placeholder, .wpform textarea::placeholder {
    color: rgba(16, 20, 16, .5)
}

.wpform input[type=date].wpcf7-not-valid, .wpform input[type=email].wpcf7-not-valid, .wpform input[type=text].wpcf7-not-valid, .wpform textarea.wpcf7-not-valid {
    border-color: red
}

.wpform textarea {
    height: 140px;
    resize: none
}

.wpform input[type=checkbox], .wpform input[type=radio] {
    display: none
}

.wpform input[type=checkbox]:checked + span::after, .wpform input[type=radio]:checked + span::after {
    opacity: 1
}

.wpform input[type=checkbox] + span, .wpform input[type=radio] + span {
    display: block;
    padding-left: 40px;
    position: relative
}

.wpform input[type=checkbox] + span::before, .wpform input[type=radio] + span::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.wpform input[type=checkbox] + span::after, .wpform input[type=radio] + span::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 3px solid #fff;
    background-color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.wpform input[type=radio] + span::after, .wpform input[type=radio] + span::before {
    border-radius: 50%
}

.wpform .wpcf7-checkbox .wpcf7-list-item, .wpform .wpcf7-radio .wpcf7-list-item {
    margin-left: 0
}

.wpform .wpcf7-checkbox .wpcf7-list-item:not(:last-child), .wpform .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 16px
}

.wpform .wpcf7-checkbox label, .wpform .wpcf7-radio label {
    display: block;
    cursor: pointer
}

.wpform [data-name=acceptance] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wpform span.wpcf7-not-valid-tip {
    display: block;
    font-size: 14px
}

.wpform .button {
    font-size: 20px;
    margin-top: 32px;
    position: relative
}

@media (max-width: 767.8px) {
    .wpform .button {
        font-size: 18px
    }
}

.wpform .button::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/sprites/main.stack.svg#image-color-arrow);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.wpform .button input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1
}

@media (min-width: 768px) {
    .wpform .button:hover::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.wpform div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 32px;
    margin: 32px 0 0
}

.wpform div.wpcf7-mail-sent-ok {
    color: #ff69b4
}

.wpform div.wpcf7-validation-errors {
    color: #f7b500
}

.newsletter-popup {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(7, 31, 88, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105
}

.newsletter-popup__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 768px;
    background-color: #fff;
    position: relative
}

@media (max-width: 479.8px) {
    .newsletter-popup__wrap {
        display: block
    }
}

.newsletter-popup__close {
    width: 36px;
    height: 36px;
    color: #d9d9d9;
    transition: color .2s;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer
}

.newsletter-popup__close::after, .newsletter-popup__close::before {
    content: "";
    width: 90%;
    height: 2px;
    border-radius: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%
}

.newsletter-popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.newsletter-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.newsletter-popup__close:hover {
    color: #101410
}

.newsletter-popup__image {
    width: 44%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width: 479.8px) {
    .newsletter-popup__image {
        display: none
    }
}

.newsletter-popup__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.newsletter-popup__box {
    max-width: 410px;
    width: 100%;
    padding: 40px 40px;
    margin: 0 auto
}

@media (max-width: 479.8px) {
    .newsletter-popup__box {
        padding: 60px 16px
    }
}

.newsletter-popup__box > .button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0px auto 0
}

.newsletter-popup__title {
    display: block;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .newsletter-popup__title {
        font-size: 32px
    }
}

.newsletter-popup .text {
    max-width: 275px;
    text-align: center;
    margin: 0 auto
}

.newsletter-popup__form {
    margin-top: 55px
}

.newsletter-popup__form .wpform input[type=date], .newsletter-popup__form .wpform input[type=email], .newsletter-popup__form .wpform input[type=phone], .newsletter-popup__form .wpform input[type=text], .newsletter-popup__form .wpform textarea {
    border: 1px solid #9ba0a7;
    padding: 16px
}

.newsletter-popup__form .wpform .button {
    width: 100%;
    border-radius: 0;
    margin-top: 6px
}

.newsletter-popup.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

/*# sourceMappingURL=maps/main.min.css.map */
