html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    font-family: Montserrat, sans-serif !important
}

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

section {
    overflow-x: hidden
}

:root {
    --color-white: #fff;
    --color-blue: #2ddfaf;
    --color-red: #df2d5d;
    --color-dark: #03222e;
    --color-grey: #2d4651;
    --font-financier-regular: "FinancierRegular"
}

.container {
    margin: auto;
    width: 75%
}

@font-face {
    font-family: Financier;
    src: url(FinancierDisplay-Black.05fa4c19.otf) format("TrueType")
}

@font-face {
    font-family: FinancierBold;
    src: url(FinancierDisplay-Bold.cb169357.otf) format("TrueType")
}

@font-face {
    font-family: FinancierMedium;
    src: url(FinancierDisplay-Medium.e99c01da.otf) format("TrueType")
}

@font-face {
    font-family: FinancierRegular;
    src: url(FinancierDisplay-Regular.061a13ea.otf) format("TrueType")
}

button,
h1,
h2 {
    font-family: FinancierBold !important;
    font-weight: 900
}

h3 {
    font-family: FinancierMedium !important
}

@-webkit-keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-3px, 3px);
        transform: translate(-3px, 3px)
    }

    40% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px)
    }

    60% {
        -webkit-transform: translate(3px, 3px);
        transform: translate(3px, 3px)
    }

    80% {
        -webkit-transform: translate(3px, -3px);
        transform: translate(3px, -3px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-3px, 3px);
        transform: translate(-3px, 3px)
    }

    40% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px)
    }

    60% {
        -webkit-transform: translate(3px, 3px);
        transform: translate(3px, 3px)
    }

    80% {
        -webkit-transform: translate(3px, -3px);
        transform: translate(3px, -3px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

header {
    position: absolute;
    width: 100%;
    margin: auto;
    z-index: 999
}

header .logo {
    width: 225px;
    padding: 35px 0
}

@media only screen and (max-width:500px) {
    header .logo {
        width: 100%;
        padding: 100px 0;
        text-align: center
    }
}

header .logo img {
    width: 100%
}

@media only screen and (max-width:500px) {
    header .logo img {
        width: 200px
    }
}

footer {
    background: url(texture.5666db08.jpg);
    background-size: contain;
    background-attachment: fixed
}

footer .details {
    padding-top: 50px;
    display: flex;
    justify-content: space-around
}

@media only screen and (max-width:750px) {
    footer .details {
        flex-direction: column
    }
}

footer .details .details__contact ul a:first-child {
    margin: 0 !important;
    padding-bottom: 15px !important
}

@media only screen and (max-width:750px) {
    footer .details .details__address {
        margin-top: 30px
    }
}

footer .details .details__address,
footer .details .details__contact {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .details .details__address p,
footer .details .details__contact p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-blue);
    font-weight: 700;
    margin-bottom: 20px
}

footer .details .details__address ul,
footer .details .details__contact ul {
    text-align: center
}

footer .details .details__address ul a,
footer .details .details__address ul li,
footer .details .details__contact ul a,
footer .details .details__contact ul li {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff
}

footer .details .details__address ul a:first-child,
footer .details .details__address ul li,
footer .details .details__contact ul a:first-child,
footer .details .details__contact ul li {
    margin-bottom: 20px
}

footer .details .details__address ul a:last-child,
footer .details .details__contact ul a:last-child {
    margin-top: -15px !important
}

footer .details .details__address ul li span,
footer .details .details__contact ul li span {
    display: block;
    margin-top: 5px
}

footer .socials {
    margin-top: 10px
}

@media only screen and (max-width:750px) {
    footer .socials {
        margin-top: 25px
    }
}

footer .socials ul {
    display: flex;
    justify-content: center
}

footer .socials ul a {
    font-size: 24px;
    margin-right: 30px
}

footer .socials ul a:last-child {
    margin: 0
}

footer .copyright {
    padding-bottom: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .copyright img {
    width: 90px
}

footer .copyright p {
    margin-left: 10px;
    color: #fff
}

section.landing {
    height: 100vh;
    background-color: #000;
    overflow: hidden
}

section.landing .video-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover
}

section.landing nav {
    position: absolute;
    width: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    text-transform: uppercase;
    z-index: 999
}

@media only screen and (max-width:500px) {
    section.landing nav {
        width: 100%;
        margin: 0;
        flex-direction: column
    }
}

section.landing nav .rotate-up {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    transform: rotate(180deg);
    font-size: 15px;
    letter-spacing: 1px
}

@media only screen and (max-width:500px) {
    section.landing nav .rotate-up {
        writing-mode: inherit;
        text-orientation: inherit;
        transform: rotate(0deg)
    }
}

section.landing nav ul {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (max-width:500px) {
    section.landing nav ul {
        flex-direction: row
    }
}

section.landing nav ul li {
    margin-bottom: 20px
}

@media only screen and (max-width:500px) {
    section.landing nav ul li {
        margin-bottom: 0;
        margin-right: 10px
    }
}

section.landing nav ul li.line {
    height: 35px;
    width: 2px;
    background: #fff
}

@media only screen and (max-width:500px) {
    section.landing nav ul li.line {
        height: 2px;
        width: 20px;
        order: -2
    }
}

section.landing nav ul li.rotate-up {
    color: #fff
}

@media only screen and (max-width:500px) {
    section.landing nav ul li.rotate-up {
        order: -3;
        font-size: 14px
    }
}

section.landing nav .cta {
    margin-bottom: 35px
}

@media only screen and (max-width:500px) {
    section.landing nav .cta {
        margin-bottom: 115px
    }
}

section.landing nav .cta a {
    display: inline-block
}

section.landing .content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding-top: 25px
}

@media only screen and (max-width:500px) {
    section.landing .content h1 {
        text-align: center
    }
}

section.landing .content h1 span {
    display: block;
    cursor: default
}

section.landing .content h1 .first-glitch {
    font-size: clamp(90px, 20vw, 160px);
    line-height: clamp(90px, 20vw, 150px);
    color: var(--color-blue);
    position: relative;
    margin: 0;
    opacity: .8
}

section.landing .content h1 .first-glitch:after,
section.landing .content h1 .first-glitch:before {
    display: block;
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1
}

section.landing .content h1 .first-glitch:before {
    color: #fff;
    z-index: -1;
    animation: glitch 10s cubic-bezier(.25, .46, .45, .8) infinite reverse both
}

section.landing .content h1 .second-glitch {
    font-size: clamp(45px, 12vw, 130px);
    line-height: clamp(45px, 12vw, 120px);
    color: var(--color-white);
    font-family: var(--font-financier-regular);
    position: relative;
    margin: 0;
    opacity: .8
}

section.landing .content h1 .second-glitch:after,
section.landing .content h1 .second-glitch:before {
    display: block;
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1
}

section.landing .content h1 .second-glitch:before {
    color: var(--color-blue);
    z-index: -1;
    animation: glitch 10s cubic-bezier(.25, .46, .45, .8) infinite reverse both
}

section.landing .content .scroll-indicator {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 35px
}

section.landing .content .scroll-indicator>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px
}

section.landing .content .scroll-indicator .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid hsla(0, 0%, 100%, .8);
    border-radius: 23px
}

section.landing .content .scroll-indicator .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 50%
    }

    50% {
        opacity: 0;
        top: 50%
    }

    to {
        opacity: 0;
        top: 29%
    }
}

section.about {
    position: relative;
    height: 1150px;
    background-image: url(bg.a15e6df0.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width:400px) {
    section.about {
        height: 1250px
    }
}

@media only screen and (max-width:1100px) {
    section.about {
        height: 1400px;
        height: 1550px
    }
}

section.about .sm-circle {
    position: absolute;
    overflow: hidden;
    width: 1350px;
    height: 1350px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -867px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2
}

@media only screen and (max-width:400px) {
    section.about .sm-circle {
        height: 1450px
    }
}

section.about .sm-circle .about-us {
    height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%
}

@media only screen and (max-width:900px) {
    section.about .sm-circle .about-us {
        width: 90vw
    }
}

@media only screen and (max-width:400px) {
    section.about .sm-circle .about-us {
        height: 570px
    }
}

section.about .sm-circle .about-us .content {
    display: flex;
    margin-top: 100px
}

@media only screen and (max-width:900px) {
    section.about .sm-circle .about-us .content {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        width: 90vw
    }
}

section.about .sm-circle .about-us .btn-group {
    display: flex
}

@media only screen and (max-width:400px) {
    section.about .sm-circle .about-us .btn-group {
        flex-direction: column;
        margin-left: 0
    }
}

section.about .sm-circle .about-us .btn-group .btn {
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    padding: 7px 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 3px;
    margin-left: 25px
}

@media only screen and (max-width:400px) {
    section.about .sm-circle .about-us .btn-group .btn {
        margin-left: 0
    }
}

section.about .sm-circle .about-us .btn-group .btn.btn-red {
    background-color: var(--color-red)
}

section.about .sm-circle .about-us .btn-group .btn.btn-blue {
    background-color: #22a985
}

section.about .sm-circle .about-us .title h3 {
    font-size: clamp(20px, 10vw, 35px);
    color: var(--color-grey)
}

section.about .sm-circle .about-us .title h2 {
    font-size: clamp(50px, 15vw, 75px);
    color: var(--color-dark)
}

section.about .sm-circle .about-us .title h2 span {
    color: var(--color-blue)
}

section.about .sm-circle .about-us .title p.pron {
    color: var(--color-red);
    opacity: .8;
    font-size: 25px;
    font-weight: 700;
    text-align: right;
    margin-right: 15px;
    font-family: FinancierBold !important
}

section.about .sm-circle .about-us .description {
    margin-left: 85px
}

@media only screen and (max-width:900px) {
    section.about .sm-circle .about-us .description {
        margin: 30px 20px 0;
        text-align: center
    }
}

section.about .sm-circle .about-us .description p {
    color: #000;
    line-height: 24px;
    font-size: 18px
}

section.about .big-circle-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1350px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -671px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 100;
    background: orange;
    background-attachment: fixed
}

section.about .big-circle {
    position: absolute;
    width: 1750px;
    height: 1600px;
    height: 100%;
    width: 100vw;
    top: 15vh
}

section.about .big-circle img {
    background-size: cover
}

section.about .our-process {
    background: var(--color-red);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding: 80px 0;
    width: 100%
}

section.about .our-process .content {
    width: 100%
}

section.about .our-process .content .title {
    text-align: center;
    font-size: 130px;
    color: #fff;
    margin-bottom: 40px
}

section.about .our-process .content .title span {
    color: var(--color-blue)
}

section.about .our-process .content .process.sm {
    display: none
}

section.about .our-process .content .process.sm .item {
    margin-right: 0
}

@media only screen and (max-width:1100px) {
    section.about .our-process .content .process.sm {
        display: flex !important
    }
}

section.about .our-process .content .process {
    display: flex;
    justify-content: center
}

@media only screen and (max-width:700px) {
    section.about .our-process .content .process {
        flex-direction: column
    }
}

section.about .our-process .content .process .item {
    text-align: center;
    box-sizing: border-box;
    margin-right: 100px;
    margin-bottom: 50px
}

@media only screen and (max-width:700px) {
    section.about .our-process .content .process .item {
        margin-right: 0
    }
}

@media only screen and (max-width:1100px) {
    section.about .our-process .content .process .item:nth-child(2) {
        margin-right: 0
    }
}

section.about .our-process .content .process .item.last {
    margin-right: 0
}

@media only screen and (max-width:1100px) {
    section.about .our-process .content .process .item.last {
        display: none
    }
}

section.about .our-process .content .process .item h2 {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    padding-top: 15px;
    border-top: 4px solid var(--color-blue)
}

section.about .our-process .content .process .item ul {
    margin-top: 30px
}

section.about .our-process .content .process .item ul li {
    color: #fff;
    margin-top: 10px;
    line-height: 22px
}

section.portfolio {
    overflow: hidden
}

section.portfolio .card-group {
    display: flex;
    flex-wrap: wrap
}

section.portfolio .card-group .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 400px
}

@media only screen and (max-width:800px) {
    section.portfolio .card-group .cards {
        width: 100%
    }
}

section.portfolio .card-group .cards :hover.image-wrapper .play {
    width: 60px;
    height: 60px
}

section.portfolio .card-group .cards .image-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

section.portfolio .card-group .cards .image-wrapper .play {
    pointer-events: none;
    cursor: pointer;
    content: "";
    position: absolute;
    background: #fff;
    background-size: cover;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all .2s ease-in-out
}

section.portfolio .card-group .cards .image-wrapper .play i {
    color: var(--color-red);
    font-size: 20px;
    margin-left: 4px;
    margin-top: 1px
}

section.portfolio .card-group .cards .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .8
}

section.portfolio .card-group .cards.identifier {
    background: var(--color-blue)
}

section.portfolio .card-group .cards.identifier h2 {
    position: relative;
    font-size: clamp(100px, 13vw, 120px);
    color: var(--color-dark)
}

@media only screen and (max-width:800px) {
    section.portfolio .card-group .cards.identifier h2 {
        font-size: clamp(80px, 20vw, 120px)
    }
}

section.portfolio .card-group .cards.identifier h2 .dot {
    color: var(--color-red)
}

section.portfolio .card-group .cards.identifier h2 .sub {
    position: absolute;
    top: -35px;
    right: -30px;
    font-size: clamp(40px, 8vw, 60px);
    color: var(--color-grey);
    font-family: FinancierMedium
}

@media only screen and (max-width:800px) {
    section.portfolio .card-group .cards.identifier h2 .sub {
        font-size: clamp(40px, 5vw, 50px)
    }
}

section.client .content {
    padding: 100px 0
}

section.client .content .title {
    text-align: center;
    margin-bottom: 80px
}

section.client .content .title h2 {
    font-size: clamp(60px, 15vw, 130px);
    color: var(--color-dark)
}

section.client .content .title h2 span {
    color: var(--color-red)
}

section.client .content .title p {
    font-size: clamp(16px, 5vw, 25px);
    font-weight: 500;
    color: var(--color-light)
}

section.client .content .clients .swiper-container .swiper-wrapper {
    display: flex;
    align-items: center
}

section.client .content .clients .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

section.client .content .clients .swiper-container .swiper-wrapper .swiper-slide .image-wrapper {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

section.client .content .clients .swiper-container .swiper-wrapper .swiper-slide .image-wrapper img {
    filter: grayscale(100%);
    height: 100%
}

section.client .content .testimonials {
    margin-top: 100px
}

section.client .content .testimonials .swiper-container-two {
    overflow: hidden
}

section.client .content .testimonials .swiper-container-two .swiper-wrapper {
    display: flex
}

section.client .content .testimonials .swiper-container-two .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

section.client .content .testimonials .swiper-container-two .swiper-wrapper .swiper-slide .testimonial-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

section.client .content .testimonials .swiper-container-two .swiper-wrapper .swiper-slide .testimonial-wrapper p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-family: FinancierMedium;
    margin-bottom: 30px;
    color: var(--color-dark)
}

section.client .content .testimonials .swiper-container-two .swiper-wrapper .swiper-slide .testimonial-wrapper h3 {
    color: var(--color-red);
    font-family: FinancierBold !important;
    font-size: 22px;
    text-align: center
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99999999
}

.scroll-top img {
    width: 70px
}

@media only screen and (max-width:700px) {
    .scroll-top img {
        width: 50px !important
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.swiper-container.swiper-horizontal{
    width: 100vw;
}
/*# sourceMappingURL=app.5d2f32e3.css.map */