.nav-pagi {
    display: flex;
    align-items: center
}

.nav-pagi .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #fff;
    color: initial;
    margin: 0 .2rem;
    border-radius: .5rem;
    transition: .3s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px 5px rgba(0,0,0,.04)
}

.nav-pagi .page-numbers svg {
    width: 12px;
    transition: .3s all;
    fill: #41b3cc
}

.nav-pagi .page-numbers:hover,.nav-pagi .page-numbers.current {
    background-color: #41b3cc;
    color: #fff
}

.nav-pagi .page-numbers:hover svg,.nav-pagi .page-numbers.current svg {
    fill: #fff
}

.nav-pagi .page-numbers.next,.nav-pagi .page-numbers.prev {
    background-color: #ff1053
}

.nav-pagi .page-numbers.next:hover,.nav-pagi .page-numbers.prev:hover {
    background-color: #41b3cc
}

@media(max-width: 41.6775em) {
    .nav-pagi .page-numbers:not(.prev):not(.next):nth-of-type(1n+7) {
        display:none
    }
}

.nav-pagi .prev {
    margin-right: 2rem;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-pagi .next {
    margin-left: 2rem;
    border: none
}

.swiper-pagination {
    position: relative !important;
    margin: 6rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 .6rem;
    transition: .3s background-color
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(to bottom right,#fe7531,#b508cd);
    width: 10px;
    height: 10px
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background: linear-gradient(to bottom right,#fe7531,#b508cd)
}

.swiper-pagination .swiper-pagination-bullet:focus {
    border: none;
    outline: none
}

.ticks {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 24px
}

.ticks li {
    position: relative;
    padding: .7rem 0
}

.ticks li:before {
    content: "";
    position: absolute;
    top: calc(0.7rem + 0.7em);
    left: -19px;
    width: 11px;
    height: 2px;
    background: linear-gradient(to bottom right,#fe7531,#b508cd)
}

.accordion-item {
    border: none
}

.accordion-button {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 2rem 1.5rem;
    background: 0 0
}

.accordion-button:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.accordion-button:after {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.accordion-button:not(.collapsed) {
    color: #b508cd;
    background: #f6f6f6
}

.bg-light .accordion-button:not(.collapsed) {
    background: #fff
}

#contact-form .links span {
    font-weight: 600
}

#contact-form .logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(min-width: 64.0625em) {
    #contact-form .logos {
        -webkit-flex-direction:column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

#contact-form .logos img {
    display: block;
    width: calc(50% - 15px);
    max-width: 100%
}

@media(max-width: 64.0525em) {
    #contact-form .logos img {
        margin:2.5rem 0!important
    }
}

@media(min-width: 64.0625em) {
    #contact-form .logos img {
        height:50px;
        width: auto
    }
}

@media(min-width: 64.0625em) {
    #side-carousel .wave-top {
        display:none
    }
}

#side-carousel:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: #f6f6f6
}

@media(min-width: 64.0625em) {
    #side-carousel:before {
        width:calc(50% * 0.9);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

#side-carousel .images-col {
    overflow: hidden
}

#side-carousel .content-col {
    padding: 10%
}

@media(min-width: 41.6875em) {
    #side-carousel .content-col {
        padding:7%
    }
}

@media(max-width: 64.0525em) {
    #side-carousel .content-col {
        padding-bottom:0
    }
}

#side-carousel .side-image-swiper {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 0 0 auto
}

@media(max-width: 41.6775em) {
    #side-carousel .side-image-swiper {
        margin:0 auto
    }
}

#side-carousel .side-image-swiper .swiper-container {
    overflow: visible
}

#side-carousel .side-image-swiper .swiper-slide {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: flex-end;
    padding: 2rem 3rem;
    border-radius: 5px;
    overflow: hidden;
    transition: .6s opacity
}

@media(min-width: 41.6875em) and (max-width:64.0525em) {
    #side-carousel .side-image-swiper .swiper-slide:not(.swiper-slide-active) {
        opacity:.8
    }
}

@media(min-width: 64.0625em) {
    #side-carousel .side-image-swiper .swiper-slide.swiper-slide-prev,#side-carousel .side-image-swiper .swiper-slide.swiper-slide-active,#side-carousel .side-image-swiper .swiper-slide.swiper-slide-next {
        opacity:.7
    }
}

#side-carousel .side-image-swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1
}

#side-carousel .side-image-swiper .swiper-slide .image,#side-carousel .side-image-swiper .swiper-slide .video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

#side-carousel .side-image-swiper .swiper-slide .image img,#side-carousel .side-image-swiper .swiper-slide .video video {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#side-carousel .side-image-swiper .swiper-slide .title {
    position: relative;
    z-index: 2;
    color: #fff
}

#side-carousel .side-image-swiper .swiper-slide .title h4 {
    font-weight: 600;
    margin: 0
}

#side-carousel .side-image-swiper .swiper-slide .title h4:nth-child(2) {
    line-height: 1.2
}

#side-carousel .side-content-swiper .swiper-slide {
    opacity: 0!important
}

#side-carousel .side-content-swiper .swiper-slide.swiper-slide-active {
    opacity: 1!important
}

#side-carousel.right-side:before {
    left: auto;
    right: 0
}

@media(min-width: 64.0625em) {
    #side-carousel.right-side .side-image-swiper {
        margin:0
    }
}

#post-section .breadcrumbs {
    position: absolute;
    top: -2em
}

#post-section .breadcrumbs a {
    font-size: 1.5rem;
    font-weight: 400
}

#post-section .post-content h2,#post-section .post-content h3,#post-section .post-content h4,#post-section .post-content h5,#post-section .post-content h6 {
    margin: 1em 0
}

#post-navigation .single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 28vh;
    color: #fff;
    font-weight: 400;
    text-align: center;
    overflow: hidden
}

@media(max-width: 41.6775em) {
    #post-navigation .single {
        flex:auto;
        width: 100%
    }
}

#post-navigation .single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5);
    transition: .6s all
}

#post-navigation .single .content {
    position: relative;
    z-index: 2
}

#post-navigation .single .content p {
    font-size: 2rem
}

#post-navigation .single .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

#post-navigation .single .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    transition: 3s all
}

#post-navigation .single:hover:before {
    background: rgba(0,0,0,.6)
}

#post-navigation .single:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.08);
    transform: translate3d(0,0,0) scale(1.08)
}

#post-navigation .row a:first-child:last-child svg,#post-navigation .row a:first-child:last-child .line {
    display: none
}

#images-carousel {
    overflow: visible
}

#images-carousel .images-carousel-swiper {
    width: 90%;
    margin: 0 auto;
    max-width: 1255px
}

#images-carousel .images-carousel-swiper .swiper-container {
    overflow: visible
}

#images-carousel .images-carousel-swiper .swiper-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 35px 55px rgba(0,0,0,.08),0 25px 63px rgba(0,0,0,.08)
}


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

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

dl dl,dl ol,dl ul,ol dl,ul dl {
    margin: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin: 0
}

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

main {
    display: block
}

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

abbr[title] {
    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%
}

svg:not(:root) {
    overflow: hidden;
}

button,input,select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none;
    transition: .4s all
}

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

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

input {
    overflow: visible
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto
}

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

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

template {
    display: none
}

html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    width: 100%;
    overflow-x: hidden;
    margin: 0
}

@media(min-width: 0.0625em) {
    html {
        font-size:50%
    }
}

@media(min-width: 35.5em) {
    html {
        font-size:56.25%
    }
}

@media(min-width: 90em) {
    html {
        font-size:62.5%
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg,#cc4bdd 20%,#e45f8a 75%,#fe7531 100%);
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

::-webkit-scrollbar-track {
    background: #111;
    border-left: 3px solid #111
}

body {
    font-size: 1.6rem;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    color: #717171;
    line-height: 1.6;
    width: 100%;
    background: #111;
    overflow: hidden;
    margin: 0
}

body.modal-open {
    padding-right: 0!important
}

main {
    background: #fff
}

.content-wrap {
    position: relative;
    margin-top: -68px
}

@media(min-width: 64.0625em) {
    .content-wrap {
        margin-top:-154px
    }
}

strong {
    font-weight: 700
}

input,textarea,select,button {
    font: inherit
}

a.hidden:not(:where(header a, footer a, nav a)) {
    cursor: pointer;
    color: #ff1053;
    text-decoration: none;
    transition: .4s all
}

a:hover:not(:where(header a, footer a, nav a)) {
    opacity: 1;
    color: #111;
    text-decoration: none
}

a:hover.gradient {
    opacity: .5
}

.hidden:not(:where(header .hidden, footer .hidden)) {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none
}

[data-fade],[data-fade-up],[data-fade-down],[data-fade-right],[data-fade-left] {
    will-change: transform,opacity
}

.smoothie-bg {
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@-webkit-keyframes duotone-primary {
    0% {
        opacity: .2
    }

    50% {
        opacity: .9
    }

    100% {
        opacity: .2
    }
}

@keyframes duotone-primary {
    0% {
        opacity: .2
    }

    50% {
        opacity: .9
    }

    100% {
        opacity: .2
    }
}

@-webkit-keyframes duotone-secondary {
    0% {
        opacity: .9
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: .9
    }
}

@keyframes duotone-secondary {
    0% {
        opacity: .9
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: .9
    }
}

.btn-icon {
    position: relative;
    display: inline-block;
    border: none;
    padding: 0 2rem;
    overflow: hidden;
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff
}

@media(min-width: 41.6875em) {
    .btn-icon {
        min-width:255px
    }
}

.btn-icon:focus {
    outline: none
}

.btn-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: inherit;
    -webkit-clip-path: polygon( 0% 0%,0% 100%,35% 100%,35% 60%,65% 60%,65% 100%,100% 100%,100% 0% );
    /*clip-path: url(../index.html#clipBox);*/
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-2px,0);
    transform: translate3d(0,100%,0) translate3d(0,-2px,0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.btn-icon svg {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2.6rem;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    fill: #fff
}

.btn-icon svg .fa-primary {
    opacity: .2
}

.btn-icon svg .fa-secondary {
    opacity: .9
}

.btn-icon:before,.btn-icon svg {
    transition: all .4s;
    transition-timing-function: cubic-bezier(.75,0,.125,1)
}

.btn-icon span {
    display: block;
    padding: 1.5rem 2rem;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
    transition-delay: .3s
}

.btn-icon:hover .fa-primary {
    -webkit-animation: duotone-primary 1.5s infinite;
    animation: duotone-primary 1.5s infinite
}

.btn-icon:hover .fa-secondary {
    -webkit-animation: duotone-secondary 1.5s infinite;
    animation: duotone-secondary 1.5s infinite
}

.btn-icon:hover:before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.btn-icon:hover svg {
    transition-delay: .07s;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.btn-icon:hover span {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    transition-delay: 0s
}

.btn-icon.btn-gradient {
    color: #717171;
    background: #fff;
    border-radius: 3px;
    min-width: 225px
}

.btn-icon.btn-gradient:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right,#fe7531,#b508cd);
    border-radius: 5px;
    z-index: 0
}

.btn-icon.btn-gradient:before {
    content: "";
    -webkit-transform: none;
    transform: none;
    border: none;
    -webkit-clip-path: none;
    clip-path: none;
    background: #fff;
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    transition: .4s all
}

.btn-icon.btn-gradient.light:before,.bg-light .btn-icon.btn-gradient:before {
    background: #f6f6f6
}

.btn-icon.btn-gradient span {
    position: relative;
    z-index: 2;
    padding: 1.2rem 2rem
}

.btn-icon.btn-gradient svg {
    z-index: 2
}

.btn-icon.btn-gradient:hover {
    color: #fff;
    box-shadow: 0 0 40px 5px rgba(0,0,0,.14)
}

.btn-icon.btn-gradient:hover:before {
    opacity: 0
}

.btn-icon.gray {
    color: #717171
}

.btn-icon.gray:before {
    border-color: #717171
}

.btn-icon.gray svg {
    fill: #717171
}

.btn-icon.dark {
    color: #111
}

.btn-icon.dark:before {
    border-color: #111
}

.btn-icon.dark svg {
    fill: #111
}

.btn-text {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 1rem 2rem 1rem 0
}

.btn-text img {
    margin-left: .4em;
    transition: .3s all
}

.btn-text:hover img {
    margin-left: 1.6em
}

.gradient {
    background: linear-gradient(to bottom right,#fe7531,#b508cd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

main h1, main .h1 {
    font-size: 4.5rem;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin: 0
}

main h2, main .h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600
}

main h3, main .h3 {
    font-size: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin: 0 0 .8rem
}

main h4, main .h4 {
    font-size: 1.8rem;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
    margin: 0 0 .8rem
}

main h5, main .h5 {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0
}

main h6, main .h6 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0
}

.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.container {
    width: 90%;
    max-width: 1500px
}

@media(max-width: 41.6775em) {
    .container {
        padding:0
    }
}

.container-inner {
    width: 87%;
    margin: 0 auto
}

.p-50 {
    padding: 4vh 0
}

.p-80 {
    padding: 4vw 0
}

.p-100 {
    padding: 5.2vw 0
}

.p-150 {
    padding: 7.8vw 0;
    padding: 14vh 0
}

.section-header {
    text-align: center
}

.row>[class^=col-],.row>[class*=" col-"] {
    padding: 15px
}

.row.no-gutters>[class^=col-],.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

.row.sm-gutters {
    margin-right: -2px;
    margin-left: -2px
}

.row.sm-gutters>[class^=col-],.row.sm-gutters>[class*=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4rem
}

@media(min-width: 120em) {
    .row.lg-gutters {
        margin-right:-25px;
        margin-left: -25px
    }

    .row.lg-gutters>[class^=col-],.row.lg-gutters>[class*=" col-"] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px
    }
}

@media(max-width: 41.6775em) {
    .row.lg-gutters {
        margin-right:-15px;
        margin-left: -15px
    }

    .row.lg-gutters>[class^=col-],.row.lg-gutters>[class*=" col-"] {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px
    }
}

.max-540 {
    max-width: 540px
}

.max-580 {
    max-width: 580px
}

.max-640 {
    max-width: 640px;
    margin: 0 auto
}

.max-1100 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto
}

.content p:last-child,.excerpt p:last-child {
    margin-bottom: 0
}

#body-wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .4s all;
    z-index: 1;
    background: #fff;
}

#body-wrap {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media(max-width: 64.0525em) {
    #body-wrap {
        -ms-overflow-style:none;
        scrollbar-width: none
    }

    #body-wrap::-webkit-scrollbar {
        width: 0;
        display: none
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s all;
    display: none
}

.loaded .preloader {
    opacity: 0;
    visibility: hidden
}

section {
    position: relative;
    overflow: hidden
}

.wave-bottom {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100px;
    pointer-events: none
}

.wave-bottom.portfolio {
    height: 25vh
}

.wave-bottom svg {
    width: 100%;
    height: 100%
}

.wave-bottom svg path:first-child {
    opacity: .15
}

.wave-bottom svg path:nth-child(2) {
    opacity: .3
}

.wave-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 80px;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wave-top svg {
    width: 100%;
    height: 100%
}

.wave-top svg path:first-child {
    opacity: .15
}

.wave-top svg path:nth-child(2) {
    opacity: .3
}

.wave-top.half {
    top: -5px
}

.wave-bottom.half {
    bottom: -5px
}

@media(max-width: 64.0525em) {
    .wave-top.half {
        top:-5px
    }

    .wave-bottom.half {
        bottom: -5px
    }
}

.wave-top.half,.wave-bottom.half {
    height: auto
}

@media(max-width: 64.0525em) {
    .p-100 .wave-top {
        height:40px
    }

    .p-100 .wave-top+.container {
        padding-top: 40px
    }

    .p-100 .wave-bottom {
        height: 60px
    }
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.polygons-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#title-bar {
    height: 52vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(45deg,#fe802d 8%,#fe0840 50%,#ac0bd9 90%)
}

#title-bar.single-post-title {
    height: 44vh
}

#title-bar.compact {
    height: 30vh
}

#title-bar.compact h1 {
    margin: 4rem 0 0
}

@media(max-width: 41.6775em) {
    #title-bar {
        height:auto!important;
        padding: 20vh 0 12vh
    }

    #title-bar h1 {
        font-size: 4rem;
        margin-bottom: .6em
    }

    #title-bar .buttons {
        margin-top: 1.4em
    }
}

#title-bar>svg {
    position: absolute;
    height: 80%;
    width: auto;
    right: -36%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media(min-width: 41.6875em) {
    #hero .lines,#title-bar .lines {
        background-image:url(../img/lines-bg.svg)
    }

    #title-bar>svg {
        right: 2%
    }
}

@media(min-width: 64.0625em) {
    #title-bar>svg {
        height:140%
    }
}

#title-bar .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    z-index: 2;
    mix-blend-mode: soft-light;
    opacity: .7
}

#title-bar .lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: .8
}

#title-bar>.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#fe802d 8%,#fe0840 50%,#ac0bd9 90%);
    z-index: 1;
    mix-blend-mode: screen;
    opacity: .9
}

#title-bar .content {
    position: relative;
    z-index: 2;
    pointer-events: none
}

#title-bar .content h3:not(.gradient) {
    font-weight: 300;
    margin: 0 0 .2em
}

#title-bar .content h3.gradient {
    font-weight: 700
}

#title-bar .content a {
    pointer-events: all
}

#title-bar p {
    font-size: 2rem
}

.short-desc {
    max-width: 400px;
    padding: 1.2em 0 1em
}

#title-bar .buttons a:not(:last-child) {
    margin-right: 3rem
}

#title-bar.bg-dark {
    background: #191919
}

.sticky-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #000;
    min-height: 30px;
    text-align: center;
    padding: 5px 0;
    font-weight: 300;
    color: #fff;
    font-size: 1.4rem
}

.sticky-banner img {
    display: none
}

.sticky-banner+header {
    margin-top: 44px
}

@media(min-width: 680px) {
    .sticky-banner img {
        display:inline-block
    }

    .sticky-banner+header {
        margin-top: 30px
    }
}

#cookieconsent {
    position: fixed;
    z-index: 10000;
    bottom: 3rem;
    left: 3rem;
    background: #f6f6f6;
    max-width: calc(100% - 6rem);
    max-height: calc(100vh - 6rem);
    padding: 2rem;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: -2px 2px 14px 0 rgba(17,17,17,.15);
    -moz-box-shadow: -2px 2px 14px 0 rgba(17,17,17,.15);
    box-shadow: -2px 2px 14px 0 rgba(17,17,17,.15);
    transition: .6s all
}

#cookieconsent svg {
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 6rem;
    height: 140%;
    transform: translateY(-50%);
    opacity: .2
}

#cookieconsent span,#cookieconsent a {
    position: relative;
    z-index: 1
}

#cookieconsent .close {
    color: #ff1053
}

#cookieconsent .close:hover {
    color: #111
}

#cookieconsent.hide {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

#hero {
    height: 76vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(45deg,#fe802d 8%,#fe0840 50%,#ac0bd9 90%)
}

#hero .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#hero .video-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

#hero .video-bg video,#hero .video-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#hero .lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

#hero .content {
    position: relative;
    z-index: 2;
    pointer-events: none
}

#hero .content a {
    pointer-events: all
}

#hero p {
    font-size: 2rem
}

#hero .short-desc {
    max-width: 400px;
    padding: 1.2em 0 1em
}

#hero .buttons a:not(:last-child) {
    margin-right: 3rem
}

#port-block {
    overflow: visible
}

#port-block .port-image {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden
}

#port-block .port-image.wide {
    width: 120%
}

#port-block .port-image.shadow {
    box-shadow: 0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14)
}

#port-block .port-image img {
    width: 100%
}

#port-block .flex-lg-row-reverse .port-image.wide {
    -webkit-transform: translate3d(-16.67%,0,0);
    transform: translate3d(-16.67%,0,0)
}

@keyframes rightArrowStart {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(42px)
    }
}

@keyframes rightArrowEnd {
    0% {
        transform: translateX(42px)
    }

    100% {
        transform: translateX(75px)
    }
}

@keyframes rightArrowStart2 {
    0% {
        transform: translateX(50px) rotate(180deg)
    }

    100% {
        transform: translateX(-42px) rotate(180deg)
    }
}

@keyframes rightArrowEnd2 {
    0% {
        transform: translateX(-42px) rotate(180deg)
    }

    100% {
        transform: translateX(-75px) rotate(180deg)
    }
}

@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }

    100% {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }

    100% {
        stroke-dashoffset: 50px
    }
}

@keyframes portRightLineStart {
    0% {
        transform: translateY(-50%) translateX(-25px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineStart {
    0% {
        transform: translateY(-50%) translateX(-88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(28px) scaleX(0)
    }
}

@keyframes rightLineStart2 {
    0% {
        transform: translateY(-50%) translateX(88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd2 {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(-28px) scaleX(0)
    }
}

#post-navigation .line {
    height: 2px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    content: "";
    display: block;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
    -webkit-transform-origin: right;
    transform: translateY(-50%) translateX(28px) scaleX(0);
    transform-origin: right
}

#post-navigation a:first-child .line {
    left: -74px;
    animation: rightLineEnd2 .4s cubic-bezier(.05,.2,.1,1) forwards
}

#post-navigation a:last-child .line {
    right: -74px;
    animation: rightLineEnd .4s cubic-bezier(.05,.2,.1,1) forwards
}

#post-navigation svg {
    position: absolute;
    backface-visibility: hidden;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 40px;
    display: block;
    transform: translateX(38px);
    -webkit-transform: translateX(38px) rotate(180deg);
    transform: translateX(38px) rotate(180deg)
}

#post-navigation .row a:first-child svg {
    animation: rightArrowEnd2 .7s cubic-bezier(0,.2,.1,1) forwards;
    right: auto;
    left: -43px
}

#post-navigation .row a:last-child svg {
    animation: rightArrowEnd .7s cubic-bezier(0,.2,.1,1) forwards;
    left: auto;
    right: -43px
}

#post-navigation line {
    stroke-width: 2px;
    stroke-dasharray: 10px;
    stroke: #fff
}

#post-navigation .row a:first-child:hover .line {
    -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
    -webkit-transform-origin: right;
    transform: translateY(-50%) translateX(0px) scaleX(1);
    transform-origin: right;
    animation: rightLineStart2 .4s cubic-bezier(.05,.2,.1,1) forwards
}

#post-navigation .row a:last-child:hover .line {
    -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
    -webkit-transform-origin: left;
    transform: translateY(-50%) translateX(0px) scaleX(1);
    transform-origin: left;
    animation: rightLineStart .4s cubic-bezier(.05,.2,.1,1) forwards
}

#post-navigation .row a:first-child:hover .next-arrow {
    -webkit-transform: translateX(42px);
    transform: translateX(42px);
    animation: rightArrowStart2 .4s cubic-bezier(.05,.2,.1,1) forwards
}

#post-navigation .row a:last-child:hover .next-arrow {
    animation: rightArrowStart .4s cubic-bezier(.05,.2,.1,1) forwards;
    -webkit-transform: translateX(42px);
    transform: translateX(42px)
}

#post-navigation .row a:hover line {
    animation: rightArrowLineStart .3s cubic-bezier(.05,.2,.1,1) .1s forwards;
    stroke-dashoffset: 30px
}

#post-navigation .row a line {
    animation: rightArrowLineEnd .4s cubic-bezier(.3,.2,.1,1) .25s forwards;
    stroke-dashoffset: 40px
}

a {
    text-decoration: none;
}
svg {
    display: block;
}

body #header:not(.header-inverted),
body.scrolled header {
    color: #000;
}