@import url(https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap);
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    margin: 0;
    padding: 0;
    background: #f6f7fa;
    color: #222224;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0!important
}

a {
    color: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: underline
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0
}

p {
    padding: 0;
    margin: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.nc-view {
    height: 100%
}

.nc-content {
    height: 100%;
    overflow: auto
}

.nc-action-container,
.nc-advantage-container,
.nc-brief-container,
.nc-container,
.nc-description-container,
.nc-feature-container,
.nc-footer-container,
.nc-hero-container {
    padding: 0 26px
}

@media (min-width:768px) {
    .nc-action-container,
    .nc-advantage-container,
    .nc-brief-container,
    .nc-container,
    .nc-description-container,
    .nc-feature-container,
    .nc-footer-container,
    .nc-hero-container {
        padding: 0 115px
    }
}

@media (min-width:1024px) {
    .nc-action-container,
    .nc-advantage-container,
    .nc-brief-container,
    .nc-container,
    .nc-description-container,
    .nc-feature-container,
    .nc-footer-container,
    .nc-hero-container {
        padding: 0
    }
}

@media (min-width:1200px) {
    .nc-action-container,
    .nc-advantage-container,
    .nc-brief-container,
    .nc-container,
    .nc-description-container,
    .nc-feature-container,
    .nc-footer-container,
    .nc-hero-container {
        max-width: 1200px;
        margin: 0 auto
    }
}

@media (min-width:1600px) {
    .nc-action-container,
    .nc-advantage-container,
    .nc-brief-container,
    .nc-container,
    .nc-description-container,
    .nc-feature-container,
    .nc-footer-container,
    .nc-hero-container {
        max-width: 1600px
    }
}

.nc-bound {
    width: 100%;
    overflow: hidden
}

.nc-svgsprite {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle
}

.nc-navbar {
    overflow: hidden
}

.nc-navbar-container {
    padding: 0 30px
}

@media (min-width:768px) {
    .nc-navbar-container {
        padding: 0 40px
    }
}

@media (min-width:1024px) {
    .nc-navbar-container {
        padding: 0 50px
    }
}

@media (min-width:1200px) {
    .nc-navbar-container {
        padding: 0 100px
    }
}

@media (min-width:1600px) {
    .nc-navbar-container {
        padding: 0 120px
    }
}

.nc-navbar-strip {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 99;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

@media (min-width:1024px) {
    .nc-navbar-strip {
        top: 25px
    }
}

@media (min-width:1200px) {
    .nc-navbar-strip {
        top: 20px
    }
}

@media (min-width:1600px) {
    .nc-navbar-strip {
        top: 30px
    }
}

.nc-navbar-strip.-hide {
    opacity: 0
}

.nc-navbar-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nc-navbar-grid-col {
    pointer-events: auto
}

.nc-navbar-logo {
    display: none
}

@media (min-width:1024px) {
    .nc-navbar-logo {
        max-width: 118px;
        display: inline-block
    }
}

@media (min-width:1600px) {
    .nc-navbar-logo {
        max-width: 136px
    }
}

.nc-navbar-logo img {
    width: 100%
}

.nc-navbar-nav {
    display: none
}

@media (min-width:1024px) {
    .nc-navbar-nav {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1024px) {
    .nc-navbar-nav {
        margin: 0 0 0 -100px
    }
}

@media (min-width:1600px) {
    .nc-navbar-nav {
        margin: 0 0 0 -110px
    }
}

.nc-navbar-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: rgba(255, 255, 255, .4);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width:1024px) {
    .nc-navbar-nav-item {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .nc-navbar-nav-item {
        padding: 0 30px
    }
}

.nc-navbar-nav-item:focus,
.nc-navbar-nav-item:hover {
    color: #fff
}

.nc-navbar-nav-item:focus span:after,
.nc-navbar-nav-item:hover span:after {
    width: 100%
}

.nc-navbar-nav-item span {
    position: relative;
    display: inline-block
}

.nc-navbar-nav-item span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #f6a14c;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.nc-navbar-language {
    position: relative;
    display: inline-block
}

.nc-navbar-language:focus,
.nc-navbar-language:hover {
    text-decoration: none
}

.nc-navbar-language:hover .nc-navbar-language-icon {
    color: #fff
}

.nc-navbar-language-icon {
    position: absolute;
    left: -9px;
    top: -9px;
    width: 36px;
    height: 46px;
    color: rgba(255, 255, 255, .2);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.nc-navbar-language-icon svg {
    width: 100%;
    height: 100%
}

.nc-navbar-language-text {
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.nc-loader {
    display: inline
}

.nc-loader_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 455px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    z-index: 100
}

.nc-loader_overlay:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -455px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f7fa;
    z-index: 2
}

@media (min-width:768px) {
    .nc-loader_overlay:after {
        bottom: -900px
    }
}

@media (min-width:1024px) {
    .nc-loader_overlay:after {
        bottom: -680px
    }
}

@media (min-width:1200px) {
    .nc-loader_overlay:after {
        bottom: -600px
    }
}

@media (min-width:1600px) {
    .nc-loader_overlay:after {
        bottom: -800px
    }
}

@media (min-width:1921px) {
    .nc-loader_overlay:after {
        bottom: -1200px
    }
}

@media (min-width:768px) {
    .nc-loader_overlay {
        height: 900px
    }
}

@media (min-width:1024px) {
    .nc-loader_overlay {
        height: 680px
    }
}

@media (min-width:1200px) {
    .nc-loader_overlay {
        height: 600px
    }
}

@media (min-width:1600px) {
    .nc-loader_overlay {
        height: 800px
    }
}

@media (min-width:1921px) {
    .nc-loader_overlay {
        height: 1200px
    }
}

.nc-loader_overlay.-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.nc-loader_overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#262853), to(#7e6aa0));
    background: -webkit-linear-gradient(top, #262853 0, #7e6aa0 100%);
    background: -moz- oldlinear-gradient(top, #262853 0, #7e6aa0 100%);
    background: -o-linear-gradient(top, #262853 0, #7e6aa0 100%);
    background: linear-gradient(180deg, #262853 0, #7e6aa0 100%);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.nc-loader_overlay-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -moz- oldlinear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.nc-loader_overlay-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.nc-form-group {
    margin: 0 0 30px 0
}

.nc-form-submit {
    margin: 10px 0 0 0
}

.nc-input {
    display: inline
}

.nc-input_light input {
    margin: 0;
    padding: 13px 0;
    width: 100%;
    color: #222224;
    background: 0 0;
    border: 0;
    border-bottom: 2px rgba(34, 34, 36, .2) solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .34px;
    line-height: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.nc-input_light input:hover {
    border-bottom-color: rgba(34, 34, 36, .5)
}

.nc-input_light input:focus {
    border-bottom-color: #222224
}

.nc-input_light input:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.nc-btn {
    display: inline
}

.nc-btn_dummy,
.nc-btn_main {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-indent: inherit
}

.nc-btn_dummy:focus,
.nc-btn_dummy:hover,
.nc-btn_main:focus,
.nc-btn_main:hover {
    text-decoration: none
}

.nc-btn_main {
    position: relative;
    padding: 16px;
    max-height: 58px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    letter-spacing: .09em;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-right: none;
    border-left: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width:1600px) {
    .nc-btn_main {
        padding: 18px 16px;
        max-height: 66px;
        font-size: 16px;
        line-height: 26px
    }
}

.nc-btn_main:hover {
    opacity: .9
}

.nc-btn_main:hover .nc-btn_main-text:after {
    right: -2px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.nc-btn_main:after,
.nc-btn_main:before {
    position: absolute;
    top: -2px;
    z-index: 1
}

.nc-btn_main:before {
    content: url(../img/arrows/figure-left-xs.svg);
    left: -18px
}

@media (min-width:1600px) {
    .nc-btn_main:before {
        content: url(../img/arrows/figure-left.svg);
        left: -20px
    }
}

.nc-btn_main:after {
    content: url(../img/arrows/figure-right-xs.svg);
    right: -18px
}

@media (min-width:1600px) {
    .nc-btn_main:after {
        content: url(../img/arrows/figure-right.svg);
        right: -20px
    }
}

.nc-btn_main span {
    display: inline-block;
    vertical-align: middle
}

.nc-btn_main-text {
    position: relative;
    overflow: hidden
}

.nc-btn_main-text:after {
    position: absolute;
    content: '';
    height: 7px;
    width: 100%;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: -o-transform .35s;
    -moz-transition: transform .35s, -moz-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -moz-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    z-index: -1
}

.nc-btn_main-icon {
    margin: 0 12px 0 0
}

@media (min-width:1600px) {
    .nc-btn_main-icon {
        margin: 0 14px 0 0
    }
}

.nc-btn_main-icon svg {
    width: 17px;
    height: 20px
}

@media (min-width:1600px) {
    .nc-btn_main-icon svg {
        width: 19px;
        height: 23px
    }
}

.nc-btn_main.-lg {
    padding: 16px 30px
}

@media (min-width:768px) {
    .nc-btn_main.-lg {
        padding: 16px 35px
    }
}

@media (min-width:1600px) {
    .nc-btn_main.-lg {
        padding: 18px 58px
    }
}

.nc-btn_main.-fill {
    padding: 18px;
    background: #fff;
    color: #000;
    border: none
}

@media (min-width:1600px) {
    .nc-btn_main.-fill {
        padding: 20px
    }
}

.nc-btn_main.-fill:after,
.nc-btn_main.-fill:before {
    position: absolute;
    top: 0
}

.nc-btn_main.-fill:before {
    content: url(../img/arrows/figure-left-f-xs.svg)
}

@media (min-width:1600px) {
    .nc-btn_main.-fill:before {
        content: url(../img/arrows/figure-left-f.svg)
    }
}

.nc-btn_main.-fill:after {
    content: url(../img/arrows/figure-right-f-xs.svg)
}

@media (min-width:1600px) {
    .nc-btn_main.-fill:after {
        content: url(../img/arrows/figure-right-f.svg)
    }
}

.nc-btn_main.-fill .nc-btn_main-text:after {
    background: #222224;
    z-index: 1;
    opacity: .3
}

.nc-btn_main.-full {
    width: 100%;
    max-width: 240px
}

@media (min-width:1024px) {
    .nc-btn_main.-full {
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .nc-btn_main.-full {
        width: auto
    }
}

.nc-modal {
    display: inline
}

.nc-modal_box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    text-align: center;
    z-index: 110
}

.nc-modal_box-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.nc-modal_box-close {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    background: 0 0;
    border: none;
    opacity: 0;
    color: #fff;
    z-index: 2;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.nc-modal_box-close svg {
    width: 100%;
    height: 100%
}

.nc-modal_box-dialog {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:768px) {
    .nc-modal_box-dialog {
        padding: 0 100px
    }
}

@media (min-width:1024px) {
    .nc-modal_box-dialog {
        padding: 0 200px
    }
}

.nc-modal_box-dialog iframe {
    opacity: 0;
    -webkit-transition: .4s .5s;
    -o-transition: .4s .5s;
    -moz-transition: .4s .5s;
    transition: .4s .5s
}

.nc-modal_box-content {
    position: relative;
    max-width: 1600px;
    width: 100%;
    pointer-events: auto
}

.nc-modal_box.-visible {
    pointer-events: auto
}

.nc-modal_box.-visible .nc-modal_box-close {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.nc-modal_box.-visible .nc-modal_box-dialog {
    opacity: 1
}

.nc-modal_box.-visible .nc-modal_box-dialog iframe {
    opacity: 1
}

.nc-modal_box.-visible .nc-modal_box-backdrop {
    opacity: 1
}

.nc-footer {
    position: relative
}

.nc-footer-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.nc-footer-content {
    position: relative;
    min-height: 678px;
    padding: 60px 0 40px 0;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .nc-footer-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 900px;
        padding: 207px 0 0 0
    }
}

@media (min-width:1024px) {
    .nc-footer-content {
        min-height: 680px;
        padding: 127px 0 0 0
    }
}

@media (min-width:1200px) {
    .nc-footer-content {
        min-height: 600px;
        padding: 78px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-footer-content {
        min-height: 800px;
        padding: 135px 0 0 0
    }
}

.nc-footer-container {
    padding: 0 56px;
    width: 100%
}

@media (min-width:768px) {
    .nc-footer-container {
        padding: 0 134px
    }
}

@media (min-width:1024px) {
    .nc-footer-container {
        padding: 0 92px
    }
}

@media (min-width:1200px) {
    .nc-footer-container {
        padding: 0 180px
    }
}

@media (min-width:1600px) {
    .nc-footer-container {
        padding: 0 317px
    }
}

.nc-footer-logo {
    max-width: 140px;
    margin: 0 auto 32px auto
}

@media (min-width:768px) {
    .nc-footer-logo {
        max-width: 305px;
        margin: 0 auto 43px auto
    }
}

@media (min-width:1024px) {
    .nc-footer-logo {
        max-width: 320px;
        margin: 0 auto 30px auto
    }
}

@media (min-width:1600px) {
    .nc-footer-logo {
        max-width: 430px
    }
}

.nc-footer-logo img {
    width: 100%
}

.nc-footer-action {
    margin: 0 0 32px 0
}

@media (min-width:768px) {
    .nc-footer-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -25px 40px -25px
    }
}

@media (min-width:1024px) {
    .nc-footer-action {
        display: block
    }
}

@media (min-width:1600px) {
    .nc-footer-action {
        margin: 0 -29px 40px -29px
    }
}

.nc-footer-action-item {
    margin: 0 0 10px 0
}

@media (min-width:768px) {
    .nc-footer-action-item {
        width: 50%;
        padding: 0 30px;
        margin: 0 0 30px 0;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .nc-footer-action-item {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0 25px;
        margin: 0
    }
}

@media (min-width:1600px) {
    .nc-footer-action-item {
        padding: 0 29px
    }
}

.nc-footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 40px;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 21px;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    z-index: 1
}

.nc-footer-production a {
    color: rgba(255, 255, 255, .8);
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.nc-footer-production a:focus,
.nc-footer-production a:hover {
    text-decoration: none;
    color: #fff
}

.nc-description {
    overflow: hidden;
    background: #f6f7fa
}

.nc-description-content {
    position: relative;
    min-height: 445px;
    padding: 40px 0 0 0;
    z-index: 1
}

@media (min-width:768px) {
    .nc-description-content {
        width: 100%;
        min-height: 900px;
        padding: 100px 0 0 0
    }
}

@media (min-width:1024px) {
    .nc-description-content {
        min-height: 680px;
        padding: 119px 0 0 0
    }
}

@media (min-width:1200px) {
    .nc-description-content {
        min-height: 600px;
        padding: 110px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-description-content {
        min-height: 800px;
        padding: 157px 0 0 0
    }
}

@media (min-width:768px) {
    .nc-description-container {
        padding: 0 298px 0 40px
    }
}

@media (min-width:1024px) {
    .nc-description-container {
        padding: 0 424px 0 60px
    }
}

@media (min-width:1200px) {
    .nc-description-container {
        padding: 0 490px 0 100px
    }
}

@media (min-width:1600px) {
    .nc-description-container {
        padding: 0 745px 0 120px
    }
}

.nc-description-title {
    margin: 0 0 38px 0;
    text-align: center;
    will-change: transform
}

@media (min-width:768px) {
    .nc-description-title {
        margin: 0 0 34px 0;
        text-align: left
    }
}

@media (min-width:1024px) {
    .nc-description-title {
        margin: 0 0 38px 0
    }
}

@media (min-width:1600px) {
    .nc-description-title {
        margin: 0 0 45px 0
    }
}

.nc-description-title h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase
}

.nc-description-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #f6a14c;
    will-change: width
}

.nc-description-text {
    will-change: transform
}

.nc-description-text p {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 30px;
    letter-spacing: -.01em;
    line-height: 40px;
    font-weight: 500;
    color: #3e2a8c
}

@media (min-width:768px) {
    .nc-description-text p {
        font-size: 48px;
        line-height: 64px
    }
}

@media (min-width:1600px) {
    .nc-description-text p {
        font-size: 58px;
        line-height: 78px
    }
}

.nc-description-text p span {
    color: #f6a14c
}

.nc-description-image {
    position: absolute;
    bottom: -30px;
    right: -200px;
    max-width: 339px;
    will-change: transform
}

@media (min-width:768px) {
    .nc-description-image {
        max-width: 718px;
        right: -123px;
        bottom: -65px
    }
}

@media (min-width:1024px) {
    .nc-description-image {
        max-width: 741px;
        right: -138px;
        bottom: 0
    }
}

@media (min-width:1200px) {
    .nc-description-image {
        max-width: 647px;
        right: 0
    }
}

@media (min-width:1600px) {
    .nc-description-image {
        max-width: 850px
    }
}

.nc-description-image img {
    width: 100%
}

.nc-description-image.-two {
    bottom: 35px;
    right: -200px;
    max-width: 232px;
    z-index: -1
}

@media (min-width:768px) {
    .nc-description-image.-two {
        max-width: 492px;
        right: -123px;
        bottom: 0
    }
}

@media (min-width:1024px) {
    .nc-description-image.-two {
        max-width: 508px;
        right: -138px;
        bottom: 75px
    }
}

@media (min-width:1200px) {
    .nc-description-image.-two {
        max-width: 443px;
        right: 0;
        bottom: 66px
    }
}

@media (min-width:1600px) {
    .nc-description-image.-two {
        max-width: 583px;
        bottom: 86px
    }
}

.nc-hero {
    position: relative;
    overflow: hidden
}

.nc-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

@media (min-width:768px) {
    .nc-hero-bg {
        display: none;
        top: auto;
        max-height: 531px
    }
}

@media (min-width:1024px) {
    .nc-hero-bg {
        display: block;
        top: 0;
        max-height: 100%
    }
}

.nc-hero-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background: 0 0
}

@media (min-width:768px) {
    .nc-hero-video {
        top: auto;
        max-height: 531px
    }
}

@media (min-width:1024px) {
    .nc-hero-video {
        top: 0;
        max-height: 100%
    }
}

.nc-hero-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.nc-hero-video video {
    position: absolute;
    height: 100%;
    bottom: 0;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: -210px center;
    object-position: -210px center;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

@media (min-width:600px) {
    .nc-hero-video video {
        height: auto;
        width: 100%;
        -o-object-position: center center;
        object-position: center center
    }
}

@media (min-width:1024px) {
    .nc-hero-video video {
        bottom: -20%;
        width: auto;
        -o-object-position: -210px center;
        object-position: -210px center
    }
}

@media (min-width:1600px) {
    .nc-hero-video video {
        -o-object-position: center center;
        object-position: center center;
        bottom: -10%
    }
}

@media (min-width:1921px) {
    .nc-hero-video video {
        width: 100%;
        bottom: 0
    }
}

.nc-hero-video video::-webkit-media-controls {
    display: none
}

.nc-hero-video video::-webkit-media-controls-play-button {
    display: none
}

.nc-hero-video video::-webkit-media-controls-volume-slider {
    display: none
}

.nc-hero-video video::-webkit-media-controls-mute-button {
    display: none
}

.nc-hero-video video::-webkit-media-controls-timeline {
    display: none
}

.nc-hero-video video::-webkit-media-controls-current-time-display {
    display: none
}

.nc-hero-fill {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 401px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -moz- oldlinear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

@media (min-width:768px) {
    .nc-hero-fill {
        top: 368px;
        max-height: 280px
    }
}

@media (min-width:1024px) {
    .nc-hero-fill {
        max-height: 604px;
        top: 0
    }
}

@media (min-width:1200px) {
    .nc-hero-fill {
        max-height: 532px
    }
}

@media (min-width:1600px) {
    .nc-hero-fill {
        max-height: 710px
    }
}

.nc-hero-content {
    position: relative;
    min-height: 455px;
    padding: 20px 0 30px 0;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .nc-hero-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 900px;
        padding: 102px 0 0 0
    }
}

@media (min-width:1024px) {
    .nc-hero-content {
        min-height: 680px;
        padding: 246px 0 0 0
    }
}

@media (min-width:1200px) {
    .nc-hero-content {
        min-height: 600px;
        padding: 180px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-hero-content {
        min-height: 800px;
        padding: 240px 0 0 0
    }
}

@media (min-width:1921px) {
    .nc-hero-content {
        min-height: 1200px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

.nc-hero-logo {
    max-width: 116px;
    margin: 0 auto 25px auto
}

@media (min-width:768px) {
    .nc-hero-logo {
        max-width: 256px;
        margin: 0 auto 30px auto
    }
}

@media (min-width:1024px) {
    .nc-hero-logo {
        display: none
    }
}

.nc-hero-logo img {
    width: 100%
}

.nc-hero-header {
    margin: 0 0 32px 0;
    color: #fff
}

@media (min-width:768px) {
    .nc-hero-header {
        margin: 0 0 40px 0
    }
}

@media (min-width:1600px) {
    .nc-hero-header {
        margin: 0 0 64px 0
    }
}

.nc-hero-header h1 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 36px;
    letter-spacing: -.01em;
    line-height: 41px;
    font-weight: 500;
    will-change: transform
}

@media (min-width:768px) {
    .nc-hero-header h1 {
        font-size: 66px;
        line-height: 75px
    }
}

@media (min-width:1600px) {
    .nc-hero-header h1 {
        font-size: 80px;
        line-height: 91px
    }
}

.nc-hero-header h1 span {
    color: #f6a14c
}

.nc-hero-action {
    margin: 0 0 20px 0;
    will-change: transform
}

@media (min-width:768px) {
    .nc-hero-action {
        margin: 0 0 32px 0
    }
}

@media (min-width:1600px) {
    .nc-hero-action {
        margin: 0 0 40px 0
    }
}

.nc-hero-social {
    will-change: transform
}

.nc-action {
    position: relative
}

.nc-action-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.nc-action-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 36, .6)
}

.nc-action-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('/assets/img/video_background.jpg');
    background-size: cover;
    background-position: center;
}

.nc-action-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.nc-action-video video {
    position: absolute;
    height: 100%;
    bottom: 0;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: -210px center;
    object-position: -210px center;
    pointer-events: none
}

@media (min-width:600px) {
    .nc-action-video video {
        bottom: -20%;
        height: auto;
        width: auto;
        -o-object-position: -210px center;
        object-position: -210px center
    }
}

@media (min-width:1600px) {
    .nc-action-video video {
        -o-object-position: center center;
        object-position: center center;
        bottom: -10%
    }
}

@media (min-width:1921px) {
    .nc-action-video video {
        width: 100%;
        bottom: 0
    }
}

.nc-action-video video::-webkit-media-controls {
    display: none
}

.nc-action-video video::-webkit-media-controls-play-button {
    display: none
}

.nc-action-video video::-webkit-media-controls-volume-slider {
    display: none
}

.nc-action-video video::-webkit-media-controls-mute-button {
    display: none
}

.nc-action-video video::-webkit-media-controls-timeline {
    display: none
}

.nc-action-video video::-webkit-media-controls-current-time-display {
    display: none
}

.nc-action-fill {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 119px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -moz- oldlinear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

@media (min-width:768px) {
    .nc-action-fill {
        max-height: 285px
    }
}

@media (min-width:1024px) {
    .nc-action-fill {
        max-height: 380px
    }
}

@media (min-width:1200px) {
    .nc-action-fill {
        max-height: 336px
    }
}

@media (min-width:1600px) {
    .nc-action-fill {
        max-height: 448px
    }
}

.nc-action-title {
    position: absolute;
    width: 100%;
    padding: 40px 0 0 0;
    text-align: center;
    color: #fff
}

@media (min-width:768px) {
    .nc-action-title {
        padding: 70px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-action-title {
        padding: 80px 0 0 0
    }
}

.nc-action-title h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase
}

.nc-action-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #f6a14c
}

.nc-action-content {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    text-align: center
}

@media (min-width:768px) {
    .nc-action-content {
        width: 100%;
        min-height: 510px
    }
}

@media (min-width:1024px) {
    .nc-action-content {
        min-height: 680px
    }
}

@media (min-width:1200px) {
    .nc-action-content {
        min-height: 600px
    }
}

@media (min-width:1600px) {
    .nc-action-content {
        min-height: 800px
    }
}

.nc-feature {
    position: relative;
    overflow: hidden
}

.nc-feature-fill {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.nc-feature-content {
    position: relative;
    min-height: 517px;
    padding: 40px 0;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .nc-feature-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 720px;
        padding: 100px 0 70px 0
    }
}

@media (min-width:1024px) {
    .nc-feature-content {
        padding: 84px 0 64px 0
    }
}

@media (min-width:1200px) {
    .nc-feature-content {
        min-height: 630px;
        padding: 30px 0 57px 0
    }
}

@media (min-width:1600px) {
    .nc-feature-content {
        min-height: 800px;
        padding: 90px 0
    }
}

.nc-feature-container {
    width: 100%
}

@media (min-width:768px) {
    .nc-feature-container {
        padding: 0 40px
    }
}

@media (min-width:1024px) {
    .nc-feature-container {
        padding: 0 60px
    }
}

@media (min-width:1200px) {
    .nc-feature-container {
        padding: 0 100px;
        max-width: 100%
    }
}

@media (min-width:1600px) {
    .nc-feature-container {
        padding: 0 120px;
        max-width: 1600px
    }
}

.nc-feature-header {
    margin: 0 0 26px 0
}

@media (min-width:768px) {
    .nc-feature-header {
        margin: 0 0 35px 0
    }
}

@media (min-width:1024px) {
    .nc-feature-header {
        margin: 0 0 40px 0
    }
}

@media (min-width:1200px) {
    .nc-feature-header {
        margin: 0 0 32px 0
    }
}

@media (min-width:1600px) {
    .nc-feature-header {
        margin: 0 0 38px 0
    }
}

.nc-feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nc-feature-nav {
    display: none
}

@media (min-width:768px) {
    .nc-feature-nav {
        display: block
    }
}

.nc-feature-nav button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    outline: 0;
    color: #f6a14c;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.nc-feature-nav button:disabled {
    pointer-events: none;
    opacity: .5
}

.nc-feature-nav-icon svg {
    width: 68px;
    height: 28px
}

.nc-feature-title {
    color: #fff
}

.nc-feature-title h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase
}

.nc-feature-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #f6a14c
}

.nc-feature-items .owl-stage-outer {
    overflow: visible!important
}

.nc-feature-item {
    height: 393px;
    width: 260px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    overflow: hidden
}

@media (min-width:768px) {
    .nc-feature-item {
        height: 480px;
        width: 300px
    }
}

@media (min-width:1600px) {
    .nc-feature-item {
        height: 554px;
        width: 350px
    }
}

.nc-feature-item-header {
    width: 100%;
    height: 152px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

@media (min-width:768px) {
    .nc-feature-item-header {
        height: 175px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-header {
        height: 205px
    }
}

.nc-feature-item-body {
    padding: 20px 22px
}

@media (min-width:768px) {
    .nc-feature-item-body {
        padding: 22px 33px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-body {
        padding: 27px 52px
    }
}

.nc-feature-item-body-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 260px;
    z-index: -1
}

@media (min-width:768px) {
    .nc-feature-item-body-fill {
        height: 311px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-body-fill {
        height: 349px
    }
}

.nc-feature-item-body-fill svg {
    width: 100%;
    height: 100%
}

.nc-feature-item-title {
    margin: 0 0 6px 0;
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #f6a14c
}

@media (min-width:768px) {
    .nc-feature-item-title {
        margin: 0 0 16px 0;
        font-size: 30px;
        line-height: 39px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-title {
        margin: 0 0 15px 0;
        font-size: 40px;
        line-height: 52px
    }
}

.nc-feature-item-text {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 22px;
    color: #b68df8
}

@media (min-width:768px) {
    .nc-feature-item-text {
        margin: 0 0 47px 0;
        font-size: 16px;
        line-height: 25px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-text {
        margin: 0 0 54px 0
    }
}

.nc-feature-item-year {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #eee1fe
}

@media (min-width:768px) {
    .nc-feature-item-year {
        bottom: 57px;
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:1600px) {
    .nc-feature-item-year {
        bottom: 75px
    }
}

.nc-feature-item.-disabled .nc-feature-item-text {
    color: rgba(255, 255, 255, .3)
}

.nc-advantage {
    position: relative;
    background: #f6f7fa
}

.nc-advantage-content {
    position: relative;
    min-height: 455px;
    padding: 46px 0 60px 0;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .nc-advantage-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 928px;
        padding: 108px 0 0 0
    }
}

@media (min-width:1024px) {
    .nc-advantage-content {
        min-height: 520px;
        padding: 60px 0 0 0
    }
}

@media (min-width:1200px) {
    .nc-advantage-content {
        min-height: 500px;
        padding: 52px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-advantage-content {
        min-height: 600px;
        padding: 82px 0 0 0
    }
}

.nc-advantage-container {
    padding: 0 50px
}

@media (min-width:768px) {
    .nc-advantage-container {
        padding: 0 100px
    }
}

@media (min-width:1024px) {
    .nc-advantage-container {
        padding: 0 80px
    }
}

@media (min-width:1200px) {
    .nc-advantage-container {
        padding: 0 110px
    }
}

@media (min-width:1600px) {
    .nc-advantage-container {
        padding: 0 170px
    }
}

.nc-advantage-header {
    margin: 0 0 38px 0
}

@media (min-width:768px) {
    .nc-advantage-header {
        margin: 0 0 66px 0
    }
}

@media (min-width:1024px) {
    .nc-advantage-header {
        margin: 0 0 38px 0
    }
}

@media (min-width:1600px) {
    .nc-advantage-header {
        margin: 0 0 45px 0
    }
}

.nc-advantage-header h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase
}

.nc-advantage-header h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #f6a14c
}

@media (min-width:768px) {
    .nc-advantage-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -60px
    }
}

@media (min-width:1024px) {
    .nc-advantage-items {
        margin: 0 -22px
    }
}

@media (min-width:1200px) {
    .nc-advantage-items {
        margin: 0 -16px
    }
}

@media (min-width:1600px) {
    .nc-advantage-items {
        margin: 0 -35px
    }
}

.nc-advantage-item {
    margin: 0 auto 45px auto;
    max-width: 220px
}

.nc-advantage-item:last-child {
    margin: 0 auto
}

@media (min-width:768px) {
    .nc-advantage-item {
        width: 50%;
        padding: 0 60px;
        margin: 0 0 30px 0;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .nc-advantage-item {
        width: 25%;
        padding: 0 22px;
        margin: 0
    }
}

@media (min-width:1200px) {
    .nc-advantage-item {
        padding: 0 16px
    }
}

@media (min-width:1600px) {
    .nc-advantage-item {
        padding: 0 35px
    }
}

.nc-advantage-item-img {
    margin: 0 0 24px 0;
    height: 148px
}

@media (min-width:768px) {
    .nc-advantage-item-img {
        height: 159px
    }
}

@media (min-width:1024px) {
    .nc-advantage-item-img {
        height: 174px
    }
}

@media (min-width:1600px) {
    .nc-advantage-item-img {
        margin: 0 0 41px 0;
        height: 182px
    }
}

.nc-advantage-item-img img {
    max-height: 100%
}

.nc-advantage-item-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #3e2a8c
}

@media (min-width:768px) {
    .nc-advantage-item-title {
        margin: 0 0 16px 0;
        font-size: 16px;
        line-height: 26px
    }
}

.nc-advantage-item-text {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:768px) {
    .nc-advantage-item-text {
        font-size: 16px;
        line-height: 25px
    }
}

@media (min-width:1600px) {
    .nc-advantage-item-text {
        font-size: 18px;
        line-height: 29px
    }
}

.nc-brief {
    position: relative
}

@media (max-width:767px) {
    .nc-brief {
        overflow: hidden
    }
}

.nc-brief-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

.nc-brief-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 36, .6)
}

.nc-brief-fill {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 174px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -moz- oldlinear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

@media (min-width:768px) {
    .nc-brief-fill {
        max-height: 504px
    }
}

@media (min-width:1024px) {
    .nc-brief-fill {
        max-height: 380px
    }
}

@media (min-width:1200px) {
    .nc-brief-fill {
        max-height: 336px
    }
}

@media (min-width:1600px) {
    .nc-brief-fill {
        max-height: 448px
    }
}

.nc-brief-content {
    position: relative;
    padding: 60px 0 55px 0;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .nc-brief-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 900px;
        padding: 0
    }
}

@media (min-width:1024px) {
    .nc-brief-content {
        min-height: 680px
    }
}

@media (min-width:1200px) {
    .nc-brief-content {
        min-height: 600px
    }
}

@media (min-width:1600px) {
    .nc-brief-content {
        min-height: 795px
    }
}

@media (min-width:768px) {
    .nc-brief-container {
        padding: 0 54px
    }
}

@media (min-width:1024px) {
    .nc-brief-container {
        padding: 0 84px
    }
}

@media (min-width:1200px) {
    .nc-brief-container {
        padding: 0 140px
    }
}

@media (min-width:1600px) {
    .nc-brief-container {
        padding: 0 288px
    }
}

.nc-brief-header {
    margin: 0 0 38px 0;
    color: #fff
}

@media (min-width:768px) {
    .nc-brief-header {
        margin: 0 0 34px 0
    }
}

@media (min-width:1024px) {
    .nc-brief-header {
        margin: 0 0 38px 0
    }
}

@media (min-width:1600px) {
    .nc-brief-header {
        margin: 0 0 45px 0
    }
}

.nc-brief-header h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase
}

.nc-brief-header h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #f6a14c
}

.nc-brief-text p {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 30px;
    letter-spacing: -.01em;
    line-height: 40px;
    font-weight: 500;
    color: #fff
}

@media (min-width:768px) {
    .nc-brief-text p {
        font-size: 48px;
        line-height: 64px
    }
}

@media (min-width:1600px) {
    .nc-brief-text p {
        font-size: 58px;
        line-height: 78px
    }
}

.nc-brief-text p span {
    color: #f6a14c
}

.nc-brief-text p.-other span {
    color: #98f0c0
}

.nc-brief-button {
    margin: 32px 0 0 0
}

@media (min-width:768px) {
    .nc-brief-button {
        margin: 40px 0 0 0
    }
}

@media (min-width:1600px) {
    .nc-brief-button {
        margin: 60px 0 0 0
    }
}

.nc-brief-wave {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    -webkit-animation: nc-brief-wave 280s linear infinite;
    -moz-animation: nc-brief-wave 280s linear infinite;
    -o-animation: nc-brief-wave 280s linear infinite;
    animation: nc-brief-wave 280s linear infinite
}

@media (min-width:768px) {
    .nc-brief-wave {
        display: block;
        height: 39px;
        top: -39px
    }
}

@media (min-width:1024px) {
    .nc-brief-wave {
        height: 51px;
        top: -51px
    }
}

@media (min-width:1200px) {
    .nc-brief-wave {
        height: 60px;
        top: -60px
    }
}

@media (min-width:1600px) {
    .nc-brief-wave {
        height: 81px;
        top: -81px
    }
}

.nc-brief-figure {
    position: absolute;
    z-index: 2;
    -webkit-transition: -webkit-transform 1.4s;
    transition: -webkit-transform 1.4s;
    -o-transition: -o-transform 1.4s;
    -moz-transition: transform 1.4s, -moz-transform 1.4s;
    transition: transform 1.4s;
    transition: transform 1.4s, -webkit-transform 1.4s, -moz-transform 1.4s, -o-transform 1.4s
}

.nc-brief-figure img {
    width: 100%
}

.nc-brief-figure.-one {
    top: 64px;
    left: -38px;
    max-width: 63px
}

@media (min-width:768px) {
    .nc-brief-figure.-one {
        top: 50px;
        left: 87px;
        max-width: 81px
    }
}

@media (min-width:1024px) {
    .nc-brief-figure.-one {
        top: -33px;
        left: 89px;
        max-width: 106px
    }
}

@media (min-width:1200px) {
    .nc-brief-figure.-one {
        top: -52px;
        left: 104px
    }
}

@media (min-width:1600px) {
    .nc-brief-figure.-one {
        left: 197px;
        max-width: 141px
    }
}

.nc-brief-figure.-two {
    bottom: 115px;
    right: -47px;
    max-width: 79px
}

@media (min-width:768px) {
    .nc-brief-figure.-two {
        bottom: 84px;
        right: 101px
    }
}

@media (min-width:1024px) {
    .nc-brief-figure.-two {
        bottom: 39px;
        right: 92px;
        max-width: 103px
    }
}

@media (min-width:1200px) {
    .nc-brief-figure.-two {
        bottom: 65px;
        right: 114px;
        max-width: 103px
    }
}

@media (min-width:1600px) {
    .nc-brief-figure.-two {
        bottom: 91px;
        right: 172px;
        max-width: 137px
    }
}

.nc-brief-figure.-three {
    display: none
}

@media (min-width:768px) {
    .nc-brief-figure.-three {
        display: block;
        left: 0;
        bottom: 0;
        max-width: 389px
    }
}

@media (min-width:1600px) {
    .nc-brief-figure.-three {
        max-width: 654px
    }
}

@-webkit-keyframes nc-brief-wave {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 160000px 0
    }
}

@-moz-keyframes nc-brief-wave {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 160000px 0
    }
}

@-o-keyframes nc-brief-wave {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 160000px 0
    }
}

@keyframes nc-brief-wave {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 160000px 0
    }
}

.nc-social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
    width: 43px;
    height: 43px;
    border: 2px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

@media (min-width:1600px) {
    .nc-social-item {
        width: 52px;
        height: 52px;
        margin: 0 0 0 16px
    }
}

.nc-social-item:first-child {
    margin: 0
}

.nc-social-item:focus,
.nc-social-item:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff
}

.nc-social-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.nc-social-item.-discord svg {
    width: 19px;
    height: 14px
}

@media (min-width:1600px) {
    .nc-social-item.-discord svg {
        width: 23px;
        height: 17px
    }
}

.nc-social-item.-telegram svg {
    width: 17px;
    height: 14px
}

@media (min-width:1600px) {
    .nc-social-item.-telegram svg {
        width: 20px;
        height: 17px
    }
}

.nc-social.-lg .nc-social-item {
    width: 52px;
    height: 52px
}

.nc-social.-lg .nc-social-item.-discord svg {
    width: 23px;
    height: 17px
}

.nc-social.-lg .nc-social-item.-telegram svg {
    width: 20px;
    height: 17px
}

.nc-video {
    position: relative;
    z-index: 1
}

.nc-video-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 56.25%
}

.nc-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mc-field-text {
    width: 300px;
    height: 2em;
    margin-bottom: 0.5em;
    font-size: 20px;
    padding-left: 8px;
}

input.email {
    background-color: rgba(0, 0, 0, 0.7);
    user-select: auto;
    border: 0;
    caret-color: #f6a14c;
    color: white;
    font-family: 'Lato';
    font-weight: 700;
    border: 2px solid #777;
}

input.email:focus {
    border: 2px solid #f6a14c;
}
