@import "https://fonts.googleapis.com/css?family=Nunito";
@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900";

.text-black {
    color: #1d1d1d !important
}

.text-primary {
    color: #3346d1 !important
}

.text-secondary {
    color: #3f4b62 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #1d1d1d !important
}

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

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

body {
    font-family: Nunito, sans-serif !important;
    font-size: 1rem;
    background-color: #fff;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: none
}

li,
ul {
    list-style: none outside none;
    margin: 0
}

iframe {
    border: none
}

li,
ul {
    list-style: none outside none;
    margin: 0;
    font-family: Nunito, sans-serif !important
}

a {
    color: #3346d1;
    cursor: pointer;
    font-family: Nunito, sans-serif !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito, sans-serif !important
}

h3,
h4 {
    font-family: Nunito, sans-serif !important
}

p {
    font-size: 1rem;
    font-family: Nunito, sans-serif !important
}

@media(min-width:601px) {
    p {
        font-size: 1rem;
        font-family: Nunito, sans-serif !important
    }
}

@media(min-width:1400px) {
    p {
        font-size: 1rem;
        font-family: Nunito, sans-serif !important
    }
}

.btn {
    padding: .75rem 1.5rem;
    cursor: pointer;
    min-height: 46px;
    line-height: 1.2;
    border-radius: 0
}

.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.d-none {
    display: none !important
}

.nav-block {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 99
}

.btn.no-border {
    border: none
}

.btn-sm {
    padding: .25rem .75rem;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.5;
    min-height: 30px
}

.btn-round {
    border-radius: 10rem
}

.btn-rect {
    border-radius: 0
}

.btn {
    color: #fff;
    border: 1px solid transparent;
    background-color: #3346d1
}

.btn.active,
.btn:active {
    color: #fff
}

.btn:focus,
.btn:hover {
    color: #fff
}

.btn.disabled,
.btn:disabled {
    color: #fff;
    opacity: .7
}

.btn.focus,
.btn:focus {
    box-shadow: none !important
}

.btn-full {
    width: 100%
}

.btn-primary {
    color: #fff;
    border: 1px solid transparent;
    background-color: #3346d1
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: rgba(51, 70, 209, .8)
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: rgba(51, 70, 209, .8);
    border-color: rgba(51, 70, 209, .8)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    opacity: .7;
    background-color: rgba(51, 70, 209, .8)
}

.btn-secondary {
    color: #fff;
    border: 1px solid transparent;
    background-color: #3f4b62
}

.btn-secondary.active,
.btn-secondary:active {
    color: #fff;
    background-color: #2b3343
}

.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #2b3343;
    border-color: #2b3343
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    opacity: .7;
    background-color: #2b3343
}

.btn-white {
    color: #3346d1;
    border: 1px solid transparent;
    background-color: #fff
}

.btn-white.active,
.btn-white:active {
    color: #3346d1;
    background-color: #d6d6d6
}

.btn-white:focus,
.btn-white:hover {
    color: #3346d1;
    background-color: #d6d6d6;
    border-color: #d6d6d6
}

.btn-white.disabled,
.btn-white:disabled {
    color: #3346d1;
    opacity: .7;
    background-color: #d6d6d6
}

.btn-black {
    color: #fff;
    border: 1px solid transparent;
    background-color: #1d1d1d
}

.btn-black.active,
.btn-black:active {
    color: #fff;
    background-color: #141414
}

.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    opacity: .7;
    background-color: #141414
}

.btn-outline-primary {
    color: #3346d1;
    border: 2px solid #3346d1;
    -webkit-transition: .3s;
    transition: .3s;
    background: 0 0;
    line-height: 1
}

.btn-outline-primary.active,
.btn-outline-primary:active {
    color: rgba(51, 70, 209, .8);
    border-color: rgba(51, 70, 209, .8);
    background-color: transparent
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: rgba(51, 70, 209, .8);
    border-color: rgba(51, 70, 209, .8);
    background-color: transparent
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3346d1;
    opacity: .7;
    background-color: transparent
}

.btn-outline-secondary {
    color: #3f4b62;
    border: 2px solid #3f4b62;
    -webkit-transition: .3s;
    transition: .3s;
    background: 0 0;
    line-height: 1
}

.btn-outline-secondary.active,
.btn-outline-secondary:active {
    color: #2b3343;
    border-color: #2b3343;
    background-color: transparent
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #2b3343;
    border-color: #2b3343;
    background-color: transparent
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #3f4b62;
    opacity: .7;
    background-color: transparent
}

.btn-outline-white {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    transition: .3s background-color !important;
    background: 0 0;
    line-height: 1.25 !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: .2em;
    padding: .5rem 1.8rem !important;
    border-radius: 0 !important
}

.btn-transparent {
    background: 0 0;
    outline: 0
}

btn-transparent:focus {
    border: none;
    outline: 0
}

.btn-left-hover {
    padding-left: 0
}

.btn-left-hover:hover {
    background: 0 0;
    -webkit-transform: translateX(-5%) rotate(0);
    transform: translateX(-5%) rotate(0)
}

.btn-border-none {
    border: none;
    outline: 0
}

.btn-outline-white.active,
.btn-outline-white:active {
    color: #1d1d1d;
    border-color: #1d1d1d;
    background-color: transparent
}

.btn-outline-white:focus,
.btn-outline-white:hover {
    background: #fff;
    color: #1d1d1d;
    border-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2), 0 0 5px rgba(0, 0, 0, .2)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    opacity: .7;
    background-color: transparent
}

.btn-outline-white:focus,
.btn-outline-white:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-outline-black {
    color: #1d1d1d;
    border: 2px solid #1d1d1d;
    -webkit-transition: .3s;
    transition: .3s;
    background: 0 0;
    line-height: 1
}

.btn-outline-black.active,
.btn-outline-black:active {
    color: #141414;
    border-color: #141414;
    background-color: transparent
}

.btn-outline-black:focus,
.btn-outline-black:hover {
    color: #141414;
    border-color: #141414;
    background-color: transparent
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #1d1d1d;
    opacity: .7;
    background-color: transparent
}

.btn-material-primary {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-material-primary:not([href]):not([tabindex]) {
    color: #fff
}

.btn-material-primary.active,
.btn-material-primary:active {
    color: #fff;
    background-color: rgba(51, 70, 209, .8)
}

.btn-material-primary:focus,
.btn-material-primary:hover {
    color: #fff;
    background-color: rgba(51, 70, 209, .8);
    border-color: rgba(51, 70, 209, .8);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-material-primary.disabled,
.btn-material-primary:disabled {
    color: #fff;
    opacity: .7;
    background-color: rgba(51, 70, 209, .8)
}

.btn-material-secondary {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-material-secondary:not([href]):not([tabindex]) {
    color: #fff
}

.btn-material-secondary.active,
.btn-material-secondary:active {
    color: #fff;
    background-color: #2b3343
}

.btn-material-secondary:focus,
.btn-material-secondary:hover {
    color: #fff;
    background-color: #2b3343;
    border-color: #2b3343;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-material-secondary.disabled,
.btn-material-secondary:disabled {
    color: #fff;
    opacity: .7;
    background-color: #2b3343
}

.btn-material-white {
    color: #fff;
    border: 1px solid #3346d1;
    background-color: #3346d1;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-material-white:not([href]):not([tabindex]) {
    color: #fff
}

.btn-material-white.active,
.btn-material-white:active {
    color: #fff;
    background-color: rgba(51, 70, 209, .8)
}

.btn-material-white:focus,
.btn-material-white:hover {
    color: #fff;
    background-color: rgba(51, 70, 209, .8);
    border-color: rgba(51, 70, 209, .8);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-material-white.disabled,
.btn-material-white:disabled {
    color: #fff;
    opacity: .7;
    background-color: rgba(51, 70, 209, .8)
}

.btn-material-black {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-material-black:not([href]):not([tabindex]) {
    color: #fff
}

.btn-material-black.active,
.btn-material-black:active {
    color: #fff;
    background-color: #141414
}

.btn-material-black:focus,
.btn-material-black:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-material-black.disabled,
.btn-material-black:disabled {
    color: #fff;
    opacity: .7;
    background-color: #141414
}

.btn-circicon-outline {
    color: #3346d1;
    border: 1px solid currentColor;
    background: 0 0;
    padding-right: 3.25rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-circicon-outline .icon {
    background: #3346d1;
    vertical-align: middle;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    left: auto;
    right: .65rem;
    top: .5rem;
    height: 1.75rem;
    width: 1.75rem;
    padding-top: .05rem;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-circicon-outline .icon .fa,
.btn-circicon-outline .icon .icon,
.btn-circicon-outline .icon .ion {
    font-size: 1.5rem;
    line-height: 1;
    position: relative
}

.btn-circicon-outline .text {
    display: inline-block
}

.btn-circicon-outline.active,
.btn-circicon-outline:active,
.btn-circicon-outline:hover {
    color: #3346d1;
    background: rgba(209, 51, 91, .2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-circicon-outline.active .icon,
.btn-circicon-outline:active .icon,
.btn-circicon-outline:hover .icon {
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.btn-circicon-outline.disabled,
.btn-circicon-outline:disabled {
    color: #fff;
    opacity: .7;
    background-color: #3346d1
}

.btn-circicon-outline.icon-left {
    padding-left: 3.25rem;
    padding-right: 1.5rem
}

.btn-circicon-outline.icon-left .icon {
    right: auto;
    left: .65rem
}

.btn-circicon-outline.btn-sm {
    padding-right: 2rem
}

.btn-circicon-outline.btn-sm .icon {
    height: 1.25rem;
    width: 1.25rem;
    top: .25rem;
    right: .25rem;
    padding-top: 0
}

.btn-circicon-outline.btn-sm .icon .fa,
.btn-circicon-outline.btn-sm .icon .icon,
.btn-circicon-outline.btn-sm .icon .ion {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    margin-top: .12rem;
    display: block
}

.btn-circicon-outline.btn-sm.icon-left {
    padding-right: .75rem;
    padding-left: 2rem
}

.btn-circicon-outline.btn-sm.icon-left .icon {
    right: auto;
    left: .25rem
}

.btn-circicon-outline.btn-primary {
    color: #3346d1
}

.btn-circicon-outline.btn-primary .icon {
    background: #3346d1;
    color: #fff
}

.btn-circicon-outline.btn-primary.active,
.btn-circicon-outline.btn-primary:active,
.btn-circicon-outline.btn-primary:hover {
    color: #3346d1;
    background: rgba(176, 43, 76, .2)
}

.btn-circicon-outline.btn-primary.active .icon,
.btn-circicon-outline.btn-primary:active .icon,
.btn-circicon-outline.btn-primary:hover .icon {
    color: #fff
}

.btn-circicon-outline.btn-primary.disabled,
.btn-circicon-outline.btn-primary:disabled {
    color: #fff;
    background-color: #3346d1
}

.btn-circicon-outline.btn-secondary {
    color: #3f4b62
}

.btn-circicon-outline.btn-secondary .icon {
    background: #3f4b62;
    color: #fff
}

.btn-circicon-outline.btn-secondary.active,
.btn-circicon-outline.btn-secondary:active,
.btn-circicon-outline.btn-secondary:hover {
    color: #3f4b62;
    background: rgba(53, 63, 82, .2)
}

.btn-circicon-outline.btn-secondary.active .icon,
.btn-circicon-outline.btn-secondary:active .icon,
.btn-circicon-outline.btn-secondary:hover .icon {
    color: #fff
}

.btn-circicon-outline.btn-secondary.disabled,
.btn-circicon-outline.btn-secondary:disabled {
    color: #fff;
    background-color: #3f4b62
}

.btn-circicon-outline.btn-white {
    color: #fff
}

.btn-circicon-outline.btn-white .icon {
    background: #fff;
    color: #3346d1
}

.btn-circicon-outline.btn-white.active,
.btn-circicon-outline.btn-white:active,
.btn-circicon-outline.btn-white:hover {
    color: #fff;
    background: rgba(176, 43, 76, .2)
}

.btn-circicon-outline.btn-white.active .icon,
.btn-circicon-outline.btn-white:active .icon,
.btn-circicon-outline.btn-white:hover .icon {
    color: #3346d1
}

.btn-circicon-outline.btn-white.disabled,
.btn-circicon-outline.btn-white:disabled {
    color: #fff;
    background-color: #fff
}

.btn-circicon-outline.btn-black {
    color: #1d1d1d
}

.btn-circicon-outline.btn-black .icon {
    background: #1d1d1d;
    color: #fff
}

.btn-circicon-outline.btn-black.active,
.btn-circicon-outline.btn-black:active,
.btn-circicon-outline.btn-black:hover {
    color: #1d1d1d;
    background: rgba(24, 24, 24, .2)
}

.btn-circicon-outline.btn-black.active .icon,
.btn-circicon-outline.btn-black:active .icon,
.btn-circicon-outline.btn-black:hover .icon {
    color: #fff
}

.btn-circicon-outline.btn-black.disabled,
.btn-circicon-outline.btn-black:disabled {
    color: #fff;
    background-color: #1d1d1d
}

.btn-transp-icon {
    color: #fff;
    border: none;
    background-color: transparent;
    padding-right: 3rem;
    padding-left: 1.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-icon .icon {
    text-align: left;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    height: auto;
    width: 2.5rem;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1
}

.btn-transp-icon .icon .fa,
.btn-transp-icon .icon .icon,
.btn-transp-icon .icon .ion {
    font-size: 1.5rem;
    line-height: 1;
    position: relative
}

.btn-transp-icon .text {
    display: inline-block
}

.btn-transp-icon.active,
.btn-transp-icon:active,
.btn-transp-icon:hover {
    color: #fff;
    background: rgba(176, 43, 76, .25);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    transition: .3s
}

.btn-transp-icon.disabled,
.btn-transp-icon:disabled {
    color: #fff;
    opacity: .7;
    background-color: #3346d1
}

.btn-transp-icon.btn-outline {
    border: 1px solid currentColor
}

.btn-transp-icon.icon-left {
    padding-left: 3rem;
    padding-right: 1.5rem
}

.btn-transp-icon.icon-left .icon {
    text-align: right;
    right: auto;
    left: 0
}

.btn-transp-icon.icon-only {
    padding: .75rem 0;
    height: 44px;
    width: 48px
}

.btn-transp-icon.icon-only .icon {
    text-align: center;
    width: 100%
}

.btn-transp-icon.icon-only.btn:hover .icon {
    color: #3346d1
}

.btn-transp-icon.btn-primary {
    color: #3346d1
}

.btn-transp-icon.btn-primary .icon {
    color: #3346d1
}

.btn-transp-icon.btn-primary.active,
.btn-transp-icon.btn-primary:active,
.btn-transp-icon.btn-primary:hover {
    color: inherit;
    background: rgba(209, 51, 91, .25)
}

.btn-transp-icon.btn-primary.active .icon,
.btn-transp-icon.btn-primary:active .icon,
.btn-transp-icon.btn-primary:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-primary.disabled,
.btn-transp-icon.btn-primary:disabled {
    color: #fff;
    background-color: #3346d1
}

.btn-transp-icon.btn-primary.icon-only:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-secondary {
    color: #3f4b62
}

.btn-transp-icon.btn-secondary .icon {
    color: #3f4b62
}

.btn-transp-icon.btn-secondary.active,
.btn-transp-icon.btn-secondary:active,
.btn-transp-icon.btn-secondary:hover {
    color: inherit;
    background: rgba(63, 75, 98, .25)
}

.btn-transp-icon.btn-secondary.active .icon,
.btn-transp-icon.btn-secondary:active .icon,
.btn-transp-icon.btn-secondary:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-secondary.disabled,
.btn-transp-icon.btn-secondary:disabled {
    color: #fff;
    background-color: #3f4b62
}

.btn-transp-icon.btn-secondary.icon-only:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-white {
    color: #fff
}

.btn-transp-icon.btn-white .icon {
    color: #fff
}

.btn-transp-icon.btn-white.active,
.btn-transp-icon.btn-white:active,
.btn-transp-icon.btn-white:hover {
    color: #fff;
    background: rgba(255, 255, 255, .25)
}

.btn-transp-icon.btn-white.active .icon,
.btn-transp-icon.btn-white:active .icon,
.btn-transp-icon.btn-white:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-white.disabled,
.btn-transp-icon.btn-white:disabled {
    color: #fff;
    background-color: #fff
}

.btn-transp-icon.btn-white.icon-only:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-black {
    color: #1d1d1d
}

.btn-transp-icon.btn-black .icon {
    color: #1d1d1d
}

.btn-transp-icon.btn-black.active,
.btn-transp-icon.btn-black:active,
.btn-transp-icon.btn-black:hover {
    color: inherit;
    background: rgba(29, 29, 29, .25)
}

.btn-transp-icon.btn-black.active .icon,
.btn-transp-icon.btn-black:active .icon,
.btn-transp-icon.btn-black:hover .icon {
    color: #fff
}

.btn-transp-icon.btn-black.disabled,
.btn-transp-icon.btn-black:disabled {
    color: #fff;
    background-color: #1d1d1d
}

.btn-transp-icon.btn-black.icon-only:hover .icon {
    color: #fff
}

.btn-transp-arrow {
    color: #fff;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-transp-arrow .icon {
    color: #3346d1;
    position: absolute;
    left: auto;
    right: 1rem;
    top: 1rem;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow .icon .fa,
.btn-transp-arrow .icon .icon,
.btn-transp-arrow .icon .ion {
    font-size: 1.5rem;
    line-height: 1;
    position: relative
}

.btn-transp-arrow .arrow-right {
    width: 24px;
    height: 16px
}

.btn-transp-arrow .arrow-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow .arrow-right:after {
    content: "";
    top: 5px;
    right: 1px;
    position: absolute;
    width: 16px;
    height: 2px;
    border-top: 2px solid #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow .arrow-left {
    width: 24px;
    height: 16px
}

.btn-transp-arrow .arrow-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow .arrow-left:after {
    content: "";
    top: 5px;
    left: 1px;
    position: absolute;
    width: 16px;
    height: 2px;
    border-top: 2px solid #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow .text {
    display: inline-block;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-transp-arrow.active,
.btn-transp-arrow:active,
.btn-transp-arrow:hover {
    color: #fff;
    background: #3346d1;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-transp-arrow.active .icon,
.btn-transp-arrow:active .icon,
.btn-transp-arrow:hover .icon {
    right: .75rem
}

.btn-transp-arrow.active .text,
.btn-transp-arrow:active .text,
.btn-transp-arrow:hover .text {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.btn-transp-arrow.active .arrow-right:after,
.btn-transp-arrow:active .arrow-right:after,
.btn-transp-arrow:hover .arrow-right:after {
    content: "";
    width: 28px
}

.btn-transp-arrow.active .arrow-left:after,
.btn-transp-arrow:active .arrow-left:after,
.btn-transp-arrow:hover .arrow-left:after {
    content: "";
    width: 26px
}

.btn-transp-arrow.active.icon-left .icon,
.btn-transp-arrow:active.icon-left .icon,
.btn-transp-arrow:hover.icon-left .icon {
    right: auto;
    left: .75rem
}

.btn-transp-arrow.active.icon-left .text,
.btn-transp-arrow:active.icon-left .text,
.btn-transp-arrow:hover.icon-left .text {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.btn-transp-arrow.disabled,
.btn-transp-arrow:disabled {
    color: #fff;
    opacity: .7;
    background-color: #3346d1
}

.btn-transp-arrow.btn-outline {
    border: 2px solid currentColor;
    padding-top: .65rem
}

.btn-transp-arrow.btn-outline .icon {
    top: .9rem
}

.btn-transp-arrow.icon-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.btn-transp-arrow.icon-left .icon {
    right: auto;
    left: 1rem
}

.btn-transp-arrow.icon-only {
    padding: .75rem 1.5rem;
    height: 44px;
    width: 48px
}

.btn-transp-arrow.btn-primary {
    color: inherit;
    background-color: transparent
}

.btn-transp-arrow.btn-primary .icon {
    color: inherit
}

.btn-transp-arrow.btn-primary .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit
}

.btn-transp-arrow.btn-primary .arrow-right:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-primary .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit
}

.btn-transp-arrow.btn-primary .arrow-left:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-primary.active,
.btn-transp-arrow.btn-primary:active,
.btn-transp-arrow.btn-primary:hover {
    color: #fff;
    opacity: .5
}

.btn-transp-arrow.btn-primary.disabled,
.btn-transp-arrow.btn-primary:disabled {
    color: #fff;
    background-color: #3346d1
}

.btn-transp-arrow.btn-secondary {
    color: inherit;
    background-color: transparent
}

.btn-transp-arrow.btn-secondary .icon {
    color: inherit
}

.btn-transp-arrow.btn-secondary .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit
}

.btn-transp-arrow.btn-secondary .arrow-right:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-secondary .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit
}

.btn-transp-arrow.btn-secondary .arrow-left:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-secondary.active,
.btn-transp-arrow.btn-secondary:active,
.btn-transp-arrow.btn-secondary:hover {
    color: #fff;
    background: #353f52
}

.btn-transp-arrow.btn-secondary.disabled,
.btn-transp-arrow.btn-secondary:disabled {
    color: #fff;
    background-color: #3f4b62
}

.btn-transp-arrow.btn-white {
    color: #fff;
    background-color: #3346d1
}

.btn-transp-arrow.btn-white .icon {
    color: inherit
}

.btn-transp-arrow.btn-white .arrow-right:before {
    border-top-color: #fff;
    border-right-color: #fff
}

.btn-transp-arrow.btn-white .arrow-right:after {
    border-top-color: #fff
}

.btn-transp-arrow.btn-white .arrow-left:before {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn-transp-arrow.btn-white .arrow-left:after {
    border-top-color: #fff
}

.btn-transp-arrow.btn-white.active,
.btn-transp-arrow.btn-white:active,
.btn-transp-arrow.btn-white:hover {
    color: #fff;
    background: #1d1d1d
}

.btn-transp-arrow.btn-white.disabled,
.btn-transp-arrow.btn-white:disabled {
    color: #fff;
    background-color: #1d1d1d
}

.btn-transp-arrow.btn-black {
    color: inherit;
    background-color: transparent
}

.btn-transp-arrow.btn-black .icon {
    color: inherit
}

.btn-transp-arrow.btn-black .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit
}

.btn-transp-arrow.btn-black .arrow-right:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-black .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit
}

.btn-transp-arrow.btn-black .arrow-left:after {
    border-top-color: inherit
}

.btn-transp-arrow.btn-black.active,
.btn-transp-arrow.btn-black:active,
.btn-transp-arrow.btn-black:hover {
    color: #fff;
    background: #181818
}

.btn-transp-arrow.btn-black.disabled,
.btn-transp-arrow.btn-black:disabled {
    color: #fff;
    background-color: #1d1d1d
}

.icon-btn {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.icon-btn .icon {
    font-size: 32px
}

.icon-btn:hover {
    color: rgba(255, 255, 255, .5)
}

.form-container-transparent {
    background: 0 0;
    border-radius: 8px
}

form label {
    font-size: .75rem;
    font-weight: 700
}

@media(min-width:768px) {
    .form-container-transparent {
        padding: 1rem 2rem
    }
}

.form-container-transparent.shadow {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px rgba(0, 0, 0, .15)
}

.form-container-transparent .avatar {
    margin: 32px auto;
    display: block;
    width: 136px;
    height: 136px;
    border-radius: 400px;
    border: 8px solid #3346d1;
    position: relative
}

.form-container-transparent .avatar .img-box {
    overflow: hidden;
    border-radius: 400px
}

.form-container-transparent .avatar img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto
}

.form-container-transparent .avatar:before {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 400px;
    top: -16px;
    left: -16px;
    width: 152px;
    height: 152px;
    background: rgba(209, 51, 91, .2)
}

.form-container-transparent .avatar:after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 400px;
    top: -24px;
    left: -24px;
    width: 168px;
    height: 168px;
    background: rgba(209, 51, 91, .1)
}

.form-container-transparent .form-desc p {
    opacity: 1
}

.form-container-transparent .form-input {
    text-align: left
}

.form-container-transparent .form-input label {
    font-size: .75rem;
    color: #3346d1;
    font-weight: 700
}

.form-container-transparent .form-input .line {
    margin-bottom: 1rem
}

.form-container-transparent .form-input .btn-full {
    width: 100%
}

.form-container-transparent.form-container-primary {
    color: currentColor
}

.form-container-transparent.form-container-primary .avatar {
    border: 8px solid #3346d1
}

.form-container-transparent.form-container-primary .avatar:before {
    background: rgba(209, 51, 91, .2)
}

.form-container-transparent.form-container-primary .avatar:after {
    background: rgba(209, 51, 91, .1)
}

.form-container-transparent.form-container-primary .form-desc h4 {
    color: #3346d1
}

.form-container-transparent.form-container-primary .form-input label {
    color: #3346d1
}

.form-container-transparent.form-container-secondary {
    color: currentColor
}

.form-container-transparent.form-container-secondary .avatar {
    border: 8px solid #3f4b62
}

.form-container-transparent.form-container-secondary .avatar:before {
    background: rgba(63, 75, 98, .2)
}

.form-container-transparent.form-container-secondary .avatar:after {
    background: rgba(63, 75, 98, .1)
}

.form-container-transparent.form-container-secondary .form-desc h4 {
    color: #3f4b62
}

.form-container-transparent.form-container-secondary .form-input label {
    color: #3f4b62
}

.form-container-transparent.form-container-white {
    color: currentColor
}

.form-container-transparent.form-container-white .avatar {
    border: 8px solid #fff
}

.form-container-transparent.form-container-white .avatar:before {
    background: rgba(255, 255, 255, .2)
}

.form-container-transparent.form-container-white .avatar:after {
    background: rgba(255, 255, 255, .1)
}

.form-container-transparent.form-container-white .form-desc h4 {
    color: #fff
}

.form-container-transparent.form-container-white .form-input label {
    color: #fff
}

.form-container-transparent.form-container-black {
    color: currentColor
}

.form-container-transparent.form-container-black .avatar {
    border: 8px solid #1d1d1d
}

.form-container-transparent.form-container-black .avatar:before {
    background: rgba(29, 29, 29, .2)
}

.form-container-transparent.form-container-black .avatar:after {
    background: rgba(29, 29, 29, .1)
}

.form-container-transparent.form-container-black .form-desc h4 {
    color: #1d1d1d
}

.form-container-transparent.form-container-black .form-input label {
    color: #1d1d1d
}

.form-control-line {
    display: block;
    width: 100%;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    color: inherit;
    border-radius: 0
}

.form-control-line:focus {
    color: inherit;
    background: 0 0;
    border-color: rgba(51, 70, 209, .8);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.form-control-line.form-control-primary {
    border-bottom-color: #3346d1
}

.form-control-line.form-control-primary:focus {
    border-color: rgba(51, 70, 209, .8)
}

.form-control-line.form-control-primary.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNEMTMzNUInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-line.form-control-secondary {
    border-bottom-color: #3f4b62
}

.form-control-line.form-control-secondary:focus {
    border-color: #2b3343
}

.form-control-line.form-control-secondary.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzZjRiNjInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-line.form-control-white {
    border-bottom-color: #fff
}

.form-control-line.form-control-white:focus {
    border-color: #adadad
}

.form-control-line.form-control-white.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-line.form-control-black {
    border-bottom-color: #1d1d1d
}

.form-control-line.form-control-black:focus {
    border-color: #141414
}

.form-control-line.form-control-black.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMxZDFkMWQnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-outline {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

.form-control-outline.thick {
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.form-control-outline:focus {
    color: inherit;
    border-color: rgba(51, 70, 209, .8);
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.form-control-outline.form-control-primary {
    border-color: #3346d1
}

.form-control-outline.form-control-primary:focus {
    border-color: rgba(51, 70, 209, .8)
}

.form-control-outline.form-control-primary.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNEMTMzNUInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-outline.form-control-secondary {
    border-color: #3f4b62
}

.form-control-outline.form-control-secondary:focus {
    border-color: #2b3343
}

.form-control-outline.form-control-secondary.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzZjRiNjInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-outline.form-control-white {
    border-color: #fff
}

.form-control-outline.form-control-white:focus {
    border-color: #adadad
}

.form-control-outline.form-control-white.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-outline.form-control-black {
    border-color: #1d1d1d
}

.form-control-outline.form-control-black:focus {
    border-color: #141414
}

.form-control-outline.form-control-black.custom-select {
    background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMxZDFkMWQnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-full {
    display: block;
    width: 100%;
    border: none;
    background: #3346d1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.form-control-full:focus {
    color: inherit;
    background: rgba(51, 70, 209, .8);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.form-control-full.form-control-primary {
    background: #3346d1;
    color: #fff
}

.form-control-full.form-control-primary:focus {
    background: rgba(51, 70, 209, .8)
}

.form-control-full.form-control-primary.custom-select {
    background: #3346d1 url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-full.form-control-secondary {
    background: #3f4b62;
    color: #fff
}

.form-control-full.form-control-secondary:focus {
    background: #2b3343
}

.form-control-full.form-control-secondary.custom-select {
    background: #3f4b62 url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-full.form-control-white {
    background: #fff;
    color: #fff
}

.form-control-full.form-control-white:focus {
    background: #adadad
}

.form-control-full.form-control-white.custom-select {
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-full.form-control-black {
    background: #1d1d1d;
    color: #fff
}

.form-control-full.form-control-black:focus {
    background: #141414
}

.form-control-full.form-control-black.custom-select {
    background: #1d1d1d url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-transluscent.form-control-primary {
    background: rgba(209, 51, 91, .2);
    color: #3346d1
}

.form-control-transluscent.form-control-primary:focus {
    background: rgba(209, 51, 91, .1)
}

.form-control-transluscent.form-control-primary.custom-select {
    background: rgba(209, 51, 91, .2) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNEMTMzNUInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-transluscent.form-control-secondary {
    background: rgba(63, 75, 98, .2);
    color: #3f4b62
}

.form-control-transluscent.form-control-secondary:focus {
    background: rgba(63, 75, 98, .1)
}

.form-control-transluscent.form-control-secondary.custom-select {
    background: rgba(63, 75, 98, .2) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzZjRiNjInIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-transluscent.form-control-white {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.form-control-transluscent.form-control-white:focus {
    background: rgba(255, 255, 255, .1)
}

.form-control-transluscent.form-control-white.custom-select {
    background: rgba(255, 255, 255, .2) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

.form-control-transluscent.form-control-black {
    background: rgba(29, 29, 29, .2);
    color: #1d1d1d
}

.form-control-transluscent.form-control-black:focus {
    background: rgba(29, 29, 29, .1)
}

.form-control-transluscent.form-control-black.custom-select {
    background: rgba(29, 29, 29, .2) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMxZDFkMWQnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px
}

textarea {
    min-height: 96px
}

.form-control.shadow {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.form-control.border {
    border: 1px solid currentColor !important
}

.form-group {
    position: relative
}

.form-group label.error {
    position: absolute;
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    color: #fff;
    font-size: 12px;
    top: 4px;
    bottom: auto;
    right: 0;
    text-align: right;
    padding-right: 8px;
    width: auto;
    z-index: -1
}

.form-group.mb-0 {
    margin-bottom: 0
}

.form-text-feedback {
    position: relative;
    font-size: 1rem;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .15s;
    transition: .15s
}

.form-text-feedback.invisible {
    height: 0
}

.gone {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.article .article-header {
    margin-bottom: 2rem
}

.article .article-header .wrapper {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.article .article-content .wrapper {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.article .article-footer .article-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    max-width: 720px;
    margin: 2rem auto
}

.media .icon {
    font-size: 4.5rem;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1
}

.media img {
    width: 4.5rem;
    height: auto
}

.media-article-title .media-body {
    overflow: hidden
}

.media-article-title .media-body .media-title {
    font-size: 1rem
}

.media-article-title .media-body p {
    font-size: .75rem
}

.code-highlight {
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    overflow: hidden
}

.code-highlight .code-title {
    padding: 2px 1rem;
    font-size: .875rem;
    border-bottom: none;
    background: #e1e1e1;
    font-family: Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    color: #1d1d1d;
    font-weight: 700;
    border-radius: 4px 4px 0 0
}

.code-highlight .code-title:before {
    content: ">>";
    margin-right: .5rem;
    color: #8b8b8b
}

.code-highlight pre {
    padding: 1rem;
    font-size: .875rem;
    max-height: 600px;
    overflow: auto;
    background: #f8f9fa;
    color: #1d1d1d;
    font-family: Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    margin-bottom: 0
}

.code-highlight-beta .code-title {
    padding: 2px 1rem;
    font-size: .875rem;
    border: 2px solid #f8f9fa;
    border-bottom: none;
    background: #fff;
    font-family: Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    color: #1d1d1d;
    font-weight: 700
}

.code-highlight-beta pre {
    padding: 1rem;
    font-size: .875rem;
    max-height: 600px;
    overflow: auto;
    background: #f8f9fa;
    color: #1d1d1d;
    font-family: Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.article-light>.article-content>.wrapper>h2 {
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem
}

.article-light>.article-content>.wrapper>p {
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-size: 1rem
}

@media(min-width:768px) {
    .article-light>.article-content>.wrapper>p {
        font-size: 1rem
    }
}

@media(min-width:992px) {
    .article-light>.article-content>.wrapper>p {
        font-size: 1rem
    }
}

.article-light>.article-content>.wrapper>p.italic {
    font-style: italic
}

.article-light>.article-content>.wrapper>h3 {
    margin-top: 1.5rem
}

.article-light>.article-content>.wrapper>p {
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    margin-top: 1.5rem
}

.article-light>.article-content>.wrapper>img {
    margin-top: 1.5rem;
    max-width: 100%
}

.article-light>.article-content>.wrapper>hr {
    display: block;
    position: relative;
    border: 0;
    margin-top: 44px;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%
}

.article-light>.article-content>.wrapper>hr:before {
    content: '---';
    display: inline-block;
    margin-left: .6em;
    color: rgba(29, 29, 29, .6);
    position: relative;
    top: -30px;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .75em
}

.article-light>.article-content>.wrapper>li {
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    margin-left: 30px;
    margin-bottom: 14px;
    position: relative;
    list-style: none
}

@media(min-width:768px) {
    .article-light>.article-content>.wrapper>li {
        font-size: 1rem
    }
}

@media(min-width:992px) {
    .article-light>.article-content>.wrapper>li {
        font-size: 1rem
    }
}

.article-light>.article-content>.wrapper>li.italic {
    font-style: italic
}

.article-light>.article-content>.wrapper>li:before {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    content: "";
    background: currentColor;
    margin-left: -20px;
    left: 0;
    top: 12px;
    border-radius: 60px
}

.article-light>.article-content>.wrapper>a {
    color: inherit;
    text-decoration: underline
}

.article-light>.article-content>.wrapper>blockquote {
    margin-top: 24px;
    border-left: 3px solid #1d1d1d;
    padding-left: 20px;
    margin-left: -24px;
    padding-top: 0;
    padding-bottom: 2px;
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-style: italic;
    color: rgba(29, 29, 29, .6)
}

@media(min-width:768px) {
    .article-light>.article-content>.wrapper>blockquote {
        font-size: 1rem
    }
}

@media(min-width:992px) {
    .article-light>.article-content>.wrapper>blockquote {
        font-size: 1rem
    }
}

.article-light>.article-content>.wrapper>blockquote.italic {
    font-style: italic
}

.article-light .article-footer {
    margin-bottom: 2rem
}

.article-light .article-footer .article-details {
    border-top: 1px solid rgba(139, 139, 139, .35);
    border-bottom: 1px solid rgba(139, 139, 139, .35)
}

.article-light .article-footer .article-comments {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.article-doc h2 {
    margin-top: 3rem
}

.article-doc h3 {
    margin-top: 1.5rem
}

.article-doc h2:before,
.article-doc h3:before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    visibility: hidden;
    content: ""
}

.article-doc img {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.article-doc .article-content ol,
.article-doc .article-content p,
.article-doc .article-content ul {
    max-width: 80%;
    opacity: 1
}

.article-doc .article-content ul {
    padding-left: 2rem;
    margin-bottom: 1rem
}

.article-doc .article-content hr {
    width: 100%;
    margin: 1rem 0;
    border-top: 2px solid #e1e1e1
}

.article-doc .article-content blockquote {
    border-left: 2px solid #e1e1e1;
    padding-left: 2rem
}

.img-avatar-alpha {
    position: relative
}

.img-avatar-alpha .img-1 {
    padding: 0 16px;
    padding-bottom: 16px
}

.img-avatar-alpha img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 10px 0 #1b1b1b;
    box-shadow: 0 0 10px 0 #1b1b1b
}

.img-avatar-alpha:hover img {
    -webkit-box-shadow: 0 0 30px 1px #1b1b1b;
    box-shadow: 0 0 30px 1px #1b1b1b
}

.img-avatar-alpha .legend {
    margin-top: 0;
    padding: 0 16px;
    padding-bottom: 16px
}

.img-avatar-alpha h5 {
    line-height: 1 !important
}

.img-avatar-alpha .icon-btn .icon {
    font-size: 20px
}

.img-frame-normal {
    position: relative;
    margin-bottom: 5px
}

.img-frame-normal img {
    width: 100%;
    height: auto
}

.img-frame-normal.portrait .img-1 {
    max-width: 320px
}

.img-frame-normal .img-1 {
    width: 100%;
    max-width: 420px;
    position: relative
}

.img-frame-normal .img-1 img {
    position: relative;
    z-index: 1
}

.img-frame-normal .img-1 a img {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1)
}

.img-frame-normal .img-1 a:hover img {
    background: #1d1d1d;
    -webkit-box-shadow: 0 5px 80px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 80px rgba(0, 0, 0, .15)
}

.img-frame-normal .img-1.shadow {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.img-frame-normal .legend {
    z-index: 9;
    position: absolute;
    top: 0;
    padding-top: 50%;
    width: 100%;
    color: #fff;
    height: 100%;
    background: rgba(27, 27, 27, .4);
    visibility: hidden;
    opacity: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    background: linear-gradient(to left, rgba(52, 51, 162, .6), rgba(0, 21, 46, .6));
    background: linear-gradient(to left, rgba(52, 51, 162, .6), rgba(0, 21, 46, .6))
}

.img-frame-normal .img-1:hover .legend {
    visibility: visible;
    opacity: 1
}

.img-frame-normal .img-1:hover img {
    filter: blur(1px)
}

@media(max-width:1366px) {
    .img-frame-normal .legend {
        padding-top: 30%
    }
}

@media(min-width:768px) {
    .img-frame-normal .legend {
        width: 100%
    }
}

@media(max-width:736px) {
    .img-frame-normal .legend {
        padding-top: 40%
    }
}

@media(max-width:480px) {
    .img-frame-normal .legend {
        padding-top: 45%
    }
}

@media(max-width:360px) {
    .img-frame-normal .legend {
        padding-top: 40%
    }
}

.img-frame-outline {
    position: relative
}

.img-frame-outline img {
    width: 100%;
    height: auto
}

.img-frame-outline.portrait .img-1 {
    max-width: 380px
}

.img-frame-outline .img-1 {
    width: 100%;
    max-width: 480px;
    position: relative;
    padding: 16px
}

.img-frame-outline .img-1 img {
    position: relative;
    z-index: 1
}

.img-frame-outline .img-1:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #3346d1
}

@media(min-width:768px) {
    .img-frame-outline .img-1 {
        padding: 32px
    }

    .img-frame-outline .img-1:before {
        border-width: 8px
    }
}

.img-frame-outline .legend {
    margin-top: 8px
}

@media(min-width:768px) {
    .img-frame-outline .legend {
        margin-top: 16px
    }
}

.img-frame-outline.frame-small .img-1:before {
    top: 32px;
    left: 0;
    right: 0;
    bottom: 32px
}

.img-frame-outline.frame-small .legend {
    margin-top: -8px;
    padding: 0 16px
}

@media(min-width:768px) {
    .img-frame-outline.frame-small .img-1:before {
        top: 64px;
        left: 0;
        right: 0;
        bottom: 64px
    }

    .img-frame-outline.frame-small .legend {
        margin-top: -16px;
        padding: 0 32px
    }
}

.img-frame-outline.translated-left .img-1 {
    padding-top: 0;
    padding-right: 0
}

.img-frame-outline.translated-left .img-1:before {
    top: 16px;
    left: 0;
    right: 16px;
    bottom: 0
}

@media(min-width:768px) {
    .img-frame-outline.translated-left .img-1:before {
        top: 32px;
        left: 0;
        right: 32px;
        bottom: 0
    }
}

.img-frame-outline.translated-right .img-1 {
    padding-top: 0;
    padding-left: 0
}

.img-frame-outline.translated-right .img-1:before {
    top: 16px;
    left: 16px;
    right: 0;
    bottom: 0
}

@media(min-width:768px) {
    .img-frame-outline.translated-right .img-1:before {
        top: 32px;
        left: 32px;
        right: 0;
        bottom: 0
    }
}

.img-frame-outline.img-primary .img-1:before {
    border-color: #3346d1
}

.img-frame-outline.img-secondary .img-1:before {
    border-color: #3f4b62
}

.img-frame-outline.img-white .img-1:before {
    border-color: #fff
}

.img-frame-outline.img-black .img-1:before {
    border-color: #1d1d1d
}

.img-frame-legend-alpha {
    position: relative
}

@media(min-width:768px) {
    .img-frame-legend-alpha {
        padding: 0
    }
}

.img-frame-legend-alpha img {
    width: 100%;
    height: auto
}

.img-frame-legend-alpha.portrait .img-1 {
    max-width: 320px
}

.img-frame-legend-alpha .img-1 {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 0
}

.img-frame-legend-alpha .img-1:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.img-frame-legend-alpha .img-1 img {
    position: relative;
    z-index: 1
}

.img-frame-legend-alpha .img-1.shadow {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.img-frame-legend-alpha .legend {
    text-align: left;
    left: 0;
    margin-top: 1rem
}

@media(min-width:768px) {
    .img-frame-legend-alpha .legend {
        position: absolute;
        margin-top: 0;
        z-index: 1;
        left: 24px;
        top: 24px
    }
}

@media(min-width:992px) {
    .img-frame-legend-alpha .legend {
        margin-top: 0;
        position: absolute;
        top: 24px;
        width: 100%;
        z-index: 1;
        top: 24px
    }
}

.media .icon {
    font-size: 4rem;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    color: rgba(255, 255, 255, .3)
}

.media .img img {
    width: 4.5rem;
    height: 4.5rem
}

.media-article-title .media-body {
    overflow: hidden
}

.media-article-title .media-body .media-title {
    font-size: 1rem
}

.media-article-title .media-body p {
    font-size: .75rem
}

.media.media-primary {
    color: #fff;
    background: #3f4b62
}

.media.media-secondary {
    color: #fff;
    background: #3f4b62
}

.media.media-white {
    background: #fff
}

.media.media-black {
    color: #fff;
    background: #1d1d1d
}

.price-item {
    border-radius: .3rem;
    border-radius: 0;
    border: 2px solid #fff;
    border-left: none;
    border-right: none
}

.price-item ul {
    list-style: none
}

.price-item ul li {
    list-style: none !important
}

.price-item .item-name {
    text-align: center;
    font-size: 1.5rem;
    padding: 8px 16px;
    color: #3346d1;
    font-weight: 700
}

.price-item .item-price {
    background: #3346d1;
    color: #fff;
    padding: 4px 16px;
    font-size: 1.5rem
}

.price-item .price-small.bold {
    font-weight: 600
}

.price-item .price-small {
    font-size: 1rem;
    font-weight: 300
}

.price-item .price-big {
    font-size: 2.5rem
}

.price-item .item-features {
    padding: 16px 0;
    text-align: left;
    opacity: 1
}

.price-item .item-features li {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #fff;
    position: relative
}

.price-item .item-features li .icon {
    margin-right: 8px
}

.price-item .item-features li.ok .icon {
    color: #3346d1
}

.price-item .item-features li.diseabled {
    color: #8b8b8b
}

.price-item .item-features.icon-left li .icon {
    position: absolute;
    left: 0;
    top: .3rem
}

.price-item .item-footer {
    background: 0 0;
    padding: 16px;
    border-top: 2px solid #fff
}

.price-item.featured .item-name {
    color: #fff
}

.price-item.featured .item-price {
    background: #fff;
    color: #3346d1
}

.price-item.featured .item-features li {
    color: #fff
}

.price-item.featured .item-features li.ok .icon {
    color: #fff
}

.price-item.featured .item-features li.diseabled {
    color: rgba(255, 255, 255, .5)
}

.price-item.price-item-primary .item-name {
    color: #3346d1;
    margin-bottom: 0
}

.price-item.price-item-primary .item-features li.ok .icon {
    color: #3346d1
}

.price-item.price-item-primary.featured {
    border-top-color: #3346d1
}

.price-item.price-item-primary.featured .item-name {
    color: #fff;
    margin-bottom: 0;
    background: #3346d1
}

.price-item.price-item-primary.featured .item-features li.ok .icon {
    color: #fff
}

.price-item.price-item-secondary .item-name {
    color: #1b1b1b;
    margin-bottom: 0;
    background: #fff
}

.price-item.price-item-secondary .item-price {
    background: #fff;
    color: #1b1b1b
}

.price-item.price-item-secondary .item-features li.ok .icon {
    color: #fff
}

.price-item.price-item-secondary.featured {
    background: #3f4b62
}

.price-item.price-item-secondary.featured .item-name {
    color: #fff
}

.price-item.price-item-secondary.featured .item-price {
    color: #3f4b62;
    background: #fff
}

.price-item.price-item-secondary.featured .item-features li.ok .icon {
    color: #fff
}

.price-item.price-item-white .item-name {
    color: #1d1d1d
}

.price-item.price-item-white .item-price {
    background: #1d1d1d
}

.price-item.price-item-white .item-features li.ok .icon {
    color: #1d1d1d
}

.price-item.price-item-white.featured {
    background: #1d1d1d
}

.price-item.price-item-white.featured .item-name {
    color: #fff
}

.price-item.price-item-white.featured .item-price {
    color: #1d1d1d;
    background: #fff
}

.price-item.price-item-white.featured .item-features li.ok .icon {
    color: #fff
}

.price-item.price-item-black .item-name {
    color: #1d1d1d
}

.price-item.price-item-black .item-price {
    background: #1d1d1d
}

.price-item.price-item-black .item-features li.ok .icon {
    color: #1d1d1d
}

.price-item.price-item-black.featured {
    background: #1d1d1d
}

.price-item.price-item-black.featured .item-name {
    color: #fff
}

.price-item.price-item-black.featured .item-price {
    color: #1d1d1d;
    background: #fff
}

.price-item.price-item-black.featured .item-features li.ok .icon {
    color: #fff
}

.carousel-swiper-beta {
    position: relative
}

.carousel-swiper-beta .slider-container {
    width: 100%;
    padding-bottom: 16px
}

.carousel-swiper-beta .slider-container .slide-item {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden
}

.carousel-swiper-beta .slider-container .item-list {
    padding: 0;
    opacity: 1
}

.carousel-swiper-beta .slider-container .item-wrapper {
    padding: 0;
    display: block
}

@media(min-width:768px) {
    .carousel-swiper-beta .slider-container .item-wrapper {
        padding: 0
    }
}

.carousel-swiper-beta .slider-container .illustr {
    display: block;
    position: relative;
    width: 100%;
    background: #1d1d1d;
    overflow: hidden;
    -webkit-transition: .15s;
    transition: .15s;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media(min-width:768px) {
    .carousel-swiper-beta .slider-container .illustr {
        min-height: 200px
    }
}

.carousel-swiper-beta .slider-container .illustr img {
    width: 100%;
    display: block
}

.carousel-swiper-beta .slider-container .legend {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    bottom: 0;
    color: #fff;
    padding: 10px;
    left: 0;
    max-height: 162px;
    background: rgba(27, 27, 27, .8);
    background: rgba(27, 27, 27, .8)
}

.carousel-swiper-beta .slider-container .legend:hover {
    background: #1b1b1b;
    background: #1b1b1b;
    color: #fff;
    text-decoration: none
}

@media(min-width:576px) {
    .carousel-swiper-beta .slider-container .legend {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
}

@media(min-width:768px) {
    .carousel-swiper-beta .slider-container .legend {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
}

.carousel-swiper-beta .slider-container .swiper-slide {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.carousel-swiper-beta .slider-container .swiper-slide-active .illustr {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.carousel-swiper-beta .slider-container .swiper-slide-active .legend {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.carousel-swiper-beta .slider-container .swiper-slide-active:before {
    opacity: 0
}

.carousel-swiper-beta .slider-container .swiper-slide-prev {
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
}

@media(min-width:768px) {
    .carousel-swiper-beta .slider-container .swiper-slide-prev {
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
}

.carousel-swiper-beta .slider-container .swiper-slide-next {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
}

@media(min-width:768px) {
    .carousel-swiper-beta .slider-container .swiper-slide-next {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@media(min-width:768px) {
    .carousel-swiper-beta.carousel-small .slider-container .item-wrapper {
        padding: 0 25%
    }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
}

@media(min-width:768px) {
    .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
    left: 95%;
    width: 5%
}

@media(min-width:768px) {
    .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
        left: 90%;
        width: 10%
    }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
}

@media(min-width:768px) {
    .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
    left: 0;
    width: 5%
}

@media(min-width:768px) {
    .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
        left: 0;
        width: 10%
    }
}

.carousel-swiper-beta .items-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-bottom: 32px
}

@media(min-width:768px) {
    .carousel-swiper-beta .items-pagination {
        padding-bottom: 0
    }
}

.carousel-swiper-beta .items-pagination .swiper-pagination-bullet {
    background: currentColor;
    margin-left: 8px;
    margin-right: 8px;
    height: 2px;
    opacity: .5;
    -webkit-transition: .15s;
    transition: .15s
}

.carousel-swiper-beta .items-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1
}

.carousel-swiper-beta .items-pagination.bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 18px
}

.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
    border-radius: 0;
    width: 30px;
    opacity: .5;
    margin-left: 3px;
    margin-right: 2px
}

@media(min-width:768px) {
    .carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
        width: 30px
    }
}

.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.carousel-swiper-beta .items-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -22px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.carousel-swiper-beta .items-button.items-button-prev {
    left: 0
}

@media(min-width:768px) {
    .carousel-swiper-beta .items-button.items-button-prev.fit {
        left: 25%
    }
}

.carousel-swiper-beta .items-button.items-button-next {
    right: 0
}

@media(min-width:768px) {
    .carousel-swiper-beta .items-button.items-button-next.fit {
        right: 25%
    }
}

.carousel-swiper-beta .items-button.bottom {
    bottom: -20px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 0
}

.carousel-swiper-beta .items-button.top {
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 0
}

.carousel-swiper-gamma {
    position: relative
}

.carousel-swiper-gamma .slider-container {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px
}

.carousel-swiper-gamma .slider-container .slide-item {
    margin-top: 0;
    margin-bottom: 0
}

.carousel-swiper-gamma .slider-container .item-list {
    padding: 0;
    opacity: 1
}

.carousel-swiper-gamma .slider-container .item-wrapper {
    padding: 0
}

.carousel-swiper-gamma .slider-container .illustr {
    display: block;
    position: relative;
    width: 100%;
    background: #1d1d1d;
    overflow: hidden;
    -webkit-transition: .15s;
    transition: .15s
}

.carousel-swiper-gamma .slider-container .illustr img {
    width: 100%;
    display: block
}

.carousel-swiper-gamma .slider-container .legend {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center
}

.carousel-swiper-gamma .slider-container .swiper-slide {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: none;
    transform: none
}

.carousel-swiper-gamma .slider-container .swiper-slide-active {
    z-index: 10
}

.carousel-swiper-gamma .slider-container .swiper-slide-active .illustr {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.carousel-swiper-gamma .slider-container .swiper-slide-active .legend {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.carousel-swiper-gamma .slider-container .swiper-slide-active:before {
    opacity: 0
}

.carousel-swiper-gamma .items-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-bottom: 32px
}

@media(min-width:768px) {
    .carousel-swiper-gamma .items-pagination {
        padding-bottom: 0
    }
}

.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet {
    background: currentColor;
    margin-left: 8px;
    margin-right: 8px;
    opacity: .5;
    -webkit-transition: .15s;
    transition: .15s
}

.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1
}

.carousel-swiper-gamma .items-pagination.bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 18px
}

.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
    border-radius: 0;
    width: 32px;
    opacity: .5;
    margin-left: 0;
    margin-right: 0
}

@media(min-width:768px) {
    .carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
        width: 40px
    }
}

.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.carousel-swiper-gamma .items-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -22px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.carousel-swiper-gamma .items-button.items-button-prev {
    left: 0
}

@media(min-width:768px) {
    .carousel-swiper-gamma .items-button.items-button-prev.fit {
        left: 25%
    }
}

.carousel-swiper-gamma .items-button.items-button-next {
    right: 0
}

@media(min-width:768px) {
    .carousel-swiper-gamma .items-button.items-button-next.fit {
        right: 25%
    }
}

.carousel-swiper-gamma .items-button.bottom {
    bottom: -20px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 0
}

.carousel-swiper-gamma .items-button.top {
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 0
}

.page-header-alpha {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 9999
}

@media(min-width:768px) {
    .page-header-alpha {
        padding: 0
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-toggler {
        top: 52px;
        left: auto;
        right: 56px
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-brand {
        left: 64px
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-topmenu {
        right: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left .navbar-brand {
        left: auto;
        right: 64px;
        margin-right: 0
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left .navbar-topmenu {
        right: auto;
        left: 64px;
        margin-left: -8px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-left .navbar-topmenu {
        right: auto;
        left: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-right .navbar-brand {
        right: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-right .navbar-topmenu {
        left: 64px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu {
        position: fixed;
        top: 32px;
        left: 0;
        right: auto;
        z-index: 10;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu {
        height: 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
    margin-right: 0
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-actions {
        position: fixed;
        right: 64px;
        top: 32px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center.menu-right .navbar-topmenu .navbar-nav-actions {
        right: 120px
    }
}

.page-header-alpha .navbar-toggler {
    position: fixed;
    top: 8px;
    right: 16px;
    padding: 0;
    border: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-header-alpha .navbar-toggler:focus {
    outline: 0
}

@media(min-width:768px) {
    .page-header-alpha .navbar-toggler {
        top: 52px;
        margin-top: -20px;
        left: 56px;
        right: auto
    }
}

.page-header-alpha .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: currentColor
}

@media(min-width:768px) {
    .page-header-alpha .navbar-brand {
        position: fixed;
        left: 120px;
        top: 29px;
        z-index: 20
    }
}

.page-header-alpha .navbar-brand .logo img {
    height: 20px;
    width: auto
}

@media(min-width:768px) {
    .page-header-alpha .navbar-brand .logo img {
        height: 20px;
    }
}

.page-header-alpha .navbar-brand .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: currentColor;
    font-size: 1rem;
    margin-left: 8px;
    margin-right: 8px
}

.page-header-alpha .navbar-brand .text .line {
    display: block
}

.page-header-alpha .navbar-brand .text .line.sub {
    font-size: .75rem;
    opacity: .5
}

.page-header-alpha .all-menu-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    z-index: 5;
    background: #1d1d1d;
    top: -100%;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 48px 32px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .2)
}

.page-header-alpha .all-menu-wrapper.menu-visible {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media(max-width:768px) {
    .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item {
        font-size: 3.5rem;
        opacity: 1
    }

    .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a {
        text-transform: uppercase;
        font-size: 24px
    }

    .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.active {
        color: currentColor
    }

    .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.hover {
        color: #3346d1
    }
}

@media(min-width:768px) {
    .page-header-alpha .all-menu-wrapper {
        display: block;
        position: static;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        top: 0;
        opacity: 1;
        visibility: visible
    }
}

.page-header-alpha .navbar-topmenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 32px;
        right: 64px;
        z-index: 10;
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-actions {
        margin-left: 16px
    }
}

.page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
    margin-top: 4px;
    margin-bottom: 4px
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 8px
    }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
        line-height: 1;
        font-size: 1rem;
        position: relative
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.bordered {
        border-left: 2px solid rgba(255, 255, 255, .2)
    }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
    color: currentColor;
    opacity: .5
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a:hover {
    opacity: 1
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
        padding: 8px 16px
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:first-child {
        border-left: none
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
        margin-right: -16px
    }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.active a {
    color: currentColor;
    opacity: 1
}

.page-header-alpha .navbar-nav-actions {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-header-alpha .navbar-mainmenu {
    -webkit-transition: .3s;
    transition: .3s;
    background: rgba(29, 29, 29, .7) !important
}

@media(min-width:768px) {
    .page-header-alpha .navbar-mainmenu {
        position: fixed;
        z-index: 9;
        background: #1d1d1d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transform: translateX(-64px) scale(1.2);
        transform: translateX(-64px) scale(1.2);
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-mainmenu .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-header-alpha .navbar-mainmenu .nav-item {
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width:768px) {
    .page-header-alpha .navbar-mainmenu .nav-item {
        line-height: 1;
        font-size: 4rem
    }
}

@media(min-width:992px) {
    .page-header-alpha .navbar-mainmenu .nav-item {
        line-height: .8;
        font-size: 4rem
    }
}

@media(min-width:768px) and (max-height:480px) {
    .page-header-alpha .navbar-mainmenu .nav-item {
        font-size: 3rem
    }
}

.page-header-alpha .navbar-mainmenu .nav-item a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.page-header-alpha .navbar-mainmenu .nav-item a:hover {
    color: #3346d1;
    text-decoration: none !important
}

@media(min-width:768px) {
    .page-header-alpha .navbar-mainmenu .nav-item {
        text-transform: uppercase;
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(1) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(2) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(3) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(4) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(5) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(6) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(7) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(8) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(9) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .page-header-alpha .navbar-mainmenu .nav-item:nth-child(10) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-sidebar {
        position: fixed;
        top: 50%;
        right: 64px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none
    }
}

@media(max-width:767px) {
    .navbar-sidebar {
        display: none
    }
}

@media(max-width:768px) {
    .background-menu {
        background: #292929
    }
}

@media(min-width:1200px) {
    .page-header-alpha .navbar-sidebar {
        display: block;
        position: fixed;
        top: 50%;
        right: 64px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.page-header-alpha .navbar-sidebar .nav-item {
    opacity: .5;
    -webkit-transition: .6s;
    transition: .6s;
    padding: 8px;
    margin-bottom: 1px;
    background: rgba(255, 255, 255, .2)
}

.page-header-alpha .navbar-sidebar .nav-item a {
    text-decoration: none;
    color: currentColor
}

.page-header-alpha .navbar-sidebar .nav-item .icon {
    width: 26px;
    height: 26px;
    padding-top: 1px;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 1rem
}

.page-header-alpha .navbar-sidebar .nav-item .txt {
    display: inline-block;
    margin-left: .5rem
}

@media(min-width:768px) {
    .page-header-alpha .navbar-sidebar .nav-item .txt {
        margin-left: .5rem
    }
}

.page-header-alpha .navbar-sidebar .nav-item.active {
    opacity: 1;
    background: rgba(255, 255, 255, .3);
    color: #fff
}

.page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu .nav-item {
    text-align: center
}

.page-header-alpha .navbar-sidebar .nav-item.active .icon {
    color: #fff
}

.page-header-alpha .navbar-sidebar .nav-item.active .txt {
    opacity: 1
}

.page-header-alpha .navbar-sidebar .nav-item:hover {
    opacity: 1
}

.page-header-alpha .navbar-sidebar .nav-item:hover .icon {
    color: #fff
}

.page-header-alpha .navbar-sidebar .nav-item:hover .txt {
    opacity: 1
}

@media(min-width:768px) {
    .page-header-alpha .navbar-sidebar.icon-only .txt {
        display: none
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-sidebar.text-only .icon {
        display: none
    }
}

@media(min-width:768px) {
    .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu {
        left: 0;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        -webkit-filter: none;
        filter: none
    }

    .page-header-alpha .all-menu-wrapper.menu-visible .navbar-mainmenu .nav-item {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@media(min-width:768px) {
    .page-header-alpha .navbar-topmenu:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        z-index: -1
    }
}

@media(min-width:768px) {
    .page-main .section {
        -webkit-transition: .6s;
        transition: .6s
    }

    .page-main.menu-visible .section {
        opacity: .1;
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    .navbar-sidebar {
        -webkit-transition: .6s;
        transition: .6s
    }

    .navbar-sidebar.menu-visible {
        opacity: .1;
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    .page-cover {
        -webkit-transition: .6s;
        transition: .6s
    }

    .page-cover.menu-visible {
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    .page-header-alpha .navbar-mainmenu {
        background: 0 0
    }
}

.menu-icon {
    height: 40px;
    width: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, .2)
}

.menu-icon:hover {
    opacity: 1
}

.menu-icon.menu-bg {
    background: #3f4b62
}

@media(min-width:768px) {
    .menu-icon {
        background: 0 0
    }
}

.menu-icon:after {
    display: none
}

.menu-icon .text {
    position: absolute;
    text-align: left;
    top: 13px;
    line-height: 1;
    right: 100%;
    padding-right: 8px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width:768px) {
    .menu-icon .text {
        top: -100%;
        right: auto;
        left: -20%;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.menu-icon .text.hide-menu-visible {
    visibility: visible;
    opacity: 1;
    top: -100%
}

.menu-icon .text.show-menu-visible {
    visibility: hidden;
    opacity: 0;
    top: -200%
}

.menu-icon .bars {
    display: block;
    margin: auto;
    margin-top: 13px;
    width: 24px
}

.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    margin-bottom: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff
}

@media(min-width:768px) {

    .menu-icon .bars .bar1,
    .menu-icon .bars .bar2,
    .menu-icon .bars .bar3 {
        background: #fff
    }
}

.menu-icon.menu-icon-thick .bars .bar1,
.menu-icon.menu-icon-thick .bars .bar2,
.menu-icon.menu-icon-thick .bars .bar3 {
    height: 4px;
    border-radius: 4px
}

.menu-icon.menu-icon-random .bars .bar2 {
    width: 18px
}

.menu-icon.menu-icon-random .bars .bar3 {
    width: 12px
}

.menu-icon.menu-icon-dot .bars {
    width: 6px;
    margin-top: 9px
}

.menu-icon.menu-icon-dot .bars .bar1,
.menu-icon.menu-icon-dot .bars .bar2,
.menu-icon.menu-icon-dot .bars .bar3 {
    height: 6px;
    width: 100%;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 20px
}

.menu-icon.menu-visible .text.show-menu-visible {
    visibility: visible;
    opacity: 1;
    top: -100%
}

.menu-icon.menu-visible .text.hide-menu-visible {
    visibility: hidden;
    opacity: 0;
    top: -200%
}

.menu-icon.menu-visible .bars {
    width: 24px;
    margin-top: 13px
}

.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar2,
.menu-icon.menu-visible .bars .bar3 {
    height: 2px;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 0
}

.menu-icon.menu-visible .bars .bar1 {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 24px
}

.menu-icon.menu-visible .bars .bar3 {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 24px
}

.menu-icon.menu-visible .bars .bar2 {
    width: 0
}

@media screen and (max-width:1024px) {
    .section-title .title-bg {
        font-size: 5rem !important;
        left: 55px !important
    }

    #fp-nav.right {
        left: 40px !important
    }
}

@media screen and (max-width:768px) {
    #fp-nav {
        visibility: hidden
    }

    .section-title .title-bg {
        visibility: hidden
    }
}

#fp-nav.right {
    width: 30px;
    left: 70px;
    margin-right: 0;
    position: absolute
}

#fp-nav span,
.fp-slidesNav span {
    border-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    width: 10px;
    height: 10px
}

#fp-nav ul li a span {
    background: #fff
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 0
}

#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 16px;
    position: relative
}

#fp-nav span:after,
.fp-slidesNav span:after {
    background: rgba(255, 255, 255, .15);
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #fff;
    position: absolute
}

#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-color: #fff
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 0
}

#fp-nav ul li a {
    opacity: .2
}

#fp-nav ul li a:hover {
    opacity: .6
}

#fp-nav ul li a.active,
#fp-nav ul li a.active:hover {
    opacity: 1
}

.page-cover {
    width: 100%;
    position: fixed;
    height: 120%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

.page-cover .cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1
}

.page-cover .cover-bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-cover .cover-bg.bg-color {
    background-image: none;
    z-index: -1
}

.page-cover .cover-bg.cover-bg-mask {
    background: rgba(0, 0, 0, .12);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    -webkit-transition: 2s;
    transition: 2s
}

.page-cover .bg-blur-0 {
    -webkit-filter: none;
    filter: none
}

.page-cover .bg-blur-1 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.page-cover .bg-blur-2 {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.page-cover .bg-blur-3 {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.page-cover .bg-blur-4 {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.page-cover .bg-blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.page-cover .bg-blur-6 {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.page-cover .bg-blur-7 {
    -webkit-filter: blur(7px);
    filter: blur(7px)
}

.page-cover .bg-blur-8 {
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.page-cover .bg-blur-9 {
    -webkit-filter: blur(9px);
    filter: blur(9px)
}

.page-cover .bg-blur-10 {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.page-cover .vegas-timer {
    display: none
}

.page-cover .bg-line {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1;
    display: none
}

@media(min-width:601px) {
    .page-cover .bg-line {
        display: block
    }
}

.page-cover .bg-line:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 25%;
    top: 0;
    height: 100%;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none
}

.page-cover .bg-line:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    border-left: 1px solid #fff;
    margin-left: -1px
}

.page-cover #particles-js {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.page-cover .video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.page-cover .video-container video {
    height: 724px;
    width: 1287px;
    margin-top: -42px;
    margin-left: 0
}

.page-cover .video-container iframe {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -2%
}

.page-footer .footer-left,
.page-footer .footer-right {
    -webkit-transition: .3s;
    transition: .3s
}

.page-footer .footer-left {
    position: fixed;
    left: 16px;
    z-index: 10;
    bottom: 8px
}

@media(min-width:768px) {
    .page-footer .footer-left {
        left: 64px;
        bottom: 32px
    }
}

.page-footer .footer-left p {
    margin-bottom: 0;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5)
}

.page-footer .footer-left p .marked {
    font-weight: 700
}

.page-footer .footer-right {
    position: fixed;
    bottom: 8px;
    right: 16px;
    z-index: 10;
    display: inline-flex
}

.page-footer .footer-right .note {
    position: relative;
    top: 3px
}

.page-footer .footer-right .note a {
    color: #fff
}

.page-footer .footer-right p {
    margin-bottom: 0;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5)
}

@media(min-width:768px) {
    .page-footer .footer-right {
        right: 64px;
        bottom: 32px
    }
}

.page-footer .footer-right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -8px;
    padding-left: 10px
}

.page-footer .footer-right .social a {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    color: rgba(255, 255, 255, .5)
}

.page-footer .footer-right .social a:hover {
    color: #fff
}

.page-footer .footer-right .social .icon {
    font-size: 16px
}

.page-footer.scrolled .footer-left,
.page-footer.scrolled .footer-right {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden
}

.page-main {
    min-height: 100%
}

.body-page {
    background-color: #1d1d1d;
    color: #fff
}

.body-item {
    background-color: #1d1d1d;
    color: #fff
}

.body-page {
    position: relative
}

.body-page .cursor-ball {
    position: absolute;
    z-index: 0;
    content: "";
    width: 50vw;
    height: 100vh;
    margin-left: -25vw;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .05);
    -webkit-transition: .05s ease-in-out;
    transition: .05s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section-cover-half-left {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #1d1d1d;
    background-size: cover;
    background-position: center
}

@media(min-width:576px) {
    .section-cover-half-left {
        position: absolute;
        width: 50%
    }
}

.section-cover-half-left.mask-black:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.section-cover-tier {
    position: relative;
    left: 0;
    width: 100%;
    top: -32px;
    min-height: 200px;
    background: #1d1d1d;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(min-width:768px) {
    .section-cover-tier {
        width: 100%;
        height: 50vh;
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
}

.section-cover-tier.mask-black:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

@media(min-width:768px) {
    .section.active .section-cover-tier {
        -webkit-transform: none;
        transform: none
    }
}

.section-cover-full {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #1d1d1d;
    background-size: cover;
    background-position: center
}

.section-cover-full.mask-black:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.cover-content {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 64px 16px;
    color: #fff
}

@media(min-width:576px) {
    .cover-content {
        padding-left: 64px;
        padding-bottom: 64px;
        padding-right: 40px
    }
}

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

.scrolldown {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    margin-bottom: 32px;
    left: 50%;
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    z-index: 2;
    background: 0 0
}

@media(max-width:767px) {
    .scrolldown {
        display: none
    }
}

@media(max-height:480px) {
    .scrolldown {
        display: none
    }
}

.scrolldown a {
    margin-left: 0;
    position: relative;
    display: block;
    font-size: .75rem;
    font-family: open sans, opensans, roboto, helvetica, -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
    line-height: 1;
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, .2);
    background: 0 0;
    border: none
}

.scrolldown a .txt {
    position: absolute;
    font-size: 1.3em;
    width: 200px;
    text-align: center;
    left: -100px;
    top: 0
}

.scrolldown a:after {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    height: 34px;
    width: 18px;
    margin-right: 9px;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

.scrolldown a:before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 5px;
    height: 12px;
    width: 12px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    border: 2px solid currentColor;
    border-top: none;
    border-right: none;
    background: 0 0;
    color: #fff;
    opacity: .5
}

.scrolldown a:hover {
    color: #fff
}

.scrolldown a:hover:before {
    bottom: 24px;
    opacity: 1
}

@media(min-width:576px) {
    .btns-action {
        margin-left: -2px;
        margin-right: -2px
    }
}

.btns-action .btn {
    margin-bottom: 8px
}

@media(min-width:576px) {
    .btns-action .btn {
        width: 175px;
        width: auto;
        margin-left: 2px;
        margin-right: 2px
    }
}

.section-two-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
    z-index: 1
}

@media(max-width:576px) {
    .section {
        height: auto !important;
        display: block
    }
}

@media(max-width:768px) {
    .section {
        overflow: hidden
    }
}

@media(min-width:768px) {
    .section {
        padding: 16px 2rem
    }
}

@media(min-width:992px) {
    .section {
        padding: 0
    }
}

@media(max-height:480px) {
    .section {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(max-height:480px) {
    .section:after {
        content: "";
        background: rgba(255, 255, 255, .1);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s
    }
}

.section.active:after {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

@media(max-width:768px) {
    .section:nth-child(2n) {
        background: rgba(255, 255, 255, .05)
    }
}

.section.bg-bright {
    color: #1d1d1d
}

.section.bg-bright .section-title h2 {
    color: #3346d1
}

.section h4,
.section h5 {
    line-height: 1.6
}

.section p,
.section ul {
    opacity: .75;
    line-height: 1.6
}

@media(min-width:768px) {

    .section p,
    .section ul {
        line-height: 1.75
    }
}

.section .padding-top {
    padding-top: 32px
}

@media(min-width:768px) {
    .section .padding-top {
        padding-top: 64px
    }
}

@media(min-width:992px) {
    .section .padding-top {
        padding-top: 80px
    }
}

.section .padding-bottom {
    padding-bottom: 32px
}

@media(min-width:768px) {
    .section .padding-bottom {
        padding-bottom: 64px
    }
}

@media(min-width:992px) {
    .section .padding-bottom {
        padding-bottom: 80px
    }
}

.section .slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section.no-slide-arrows .fp-controlArrow {
    visibility: hidden
}

.section .section-wrapper {
    width: 100% !important;
    max-width: 800px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.section .section-wrapper.largewidth {
    max-width: 1020px;
    padding: 16px 2rem !important;
    margin-bottom: 2em !important
}

@media(min-width:768px) {
    .section .section-wrapper .scrollable {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media(min-width:768px) {
    .section .section-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1600px) {
    .section .section-wrapper {
        max-width: 1200px
    }
}

.section .section-wrapper.fullwidth {
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:1600px) {
    .section .section-wrapper.fullwidth {
        max-width: none
    }
}

.section-item {
    background: #1d1d1d
}

.section-gallery {
    background: #1d1d1d
}

.fp-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px
}

.section-title {
    max-width: 512px;
    margin: 0 auto
}

.section-title.title-large {
    max-width: 720px
}

.section-title .title-bg {
    position: absolute;
    top: 50%;
    left: 85px;
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 12rem;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    text-transform: uppercase;
    opacity: 0;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 8rem;
    z-index: -1
}

.section-title .title-bg.no-anim {
    opacity: .1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media(min-width:768px) {
    .section-title .title-abs {
        top: 64px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        position: absolute
    }
}

.section.active .title-bg {
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media(min-width:768px) {
    .section.active .title-bg {
        opacity: .075
    }
}

@media(min-width:768px) {
    .section-content.reduced {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.section-content .title-desc {
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .section-content .title-desc {
        margin-bottom: 0
    }
}

.section-content .illustr img {
    width: 100%
}

.section-content .illustr img.portrait {
    max-height: 66vh;
    width: auto
}

.section-content .illustr-legend {
    position: relative
}

.section-content .illustr-legend .img,
.section-content .illustr-legend img {
    width: 50%;
    max-width: 480px
}

.section-content .illustr-legend .legend {
    text-align: left
}

@media(min-width:768px) {
    .section-content .illustr-legend .legend {
        position: absolute;
        left: 75%;
        width: 25%;
        top: 10%
    }
}

.section-content .illustr-legend .legend hr {
    width: 50%;
    margin: .25rem 0;
    border-top: 2px solid #3346d1
}

.section-content .illustr-legend .legend h4 {
    font-weight: 700;
    font-size: 1.5rem
}

@media(min-width:768px) {
    .section-content .illustr-legend .legend.legend-left {
        left: 0
    }
}

.section-content .illustr-legend .legend.text-right hr {
    margin-left: 50%
}

.section-content .illustr-center {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.section-content .illustr-center .img,
.section-content .illustr-center img {
    width: 100%
}

.section-content img.logo {
    height: 96px;
    margin: .75rem 0
}

@media(min-width:576px) {
    .section-content img.logo {
        height: 128px
    }
}

@media(min-width:768px) {
    .section-content img.logo {
        height: 160px
    }
}

.section-content hr {
    width: 50%;
    margin: .25rem 0;
    border-top: 2px solid #3346d1
}

.section-content h4 strong {
    color: #3346d1
}

.section-content ul {
    padding-left: 1rem
}

.section-content ul li {
    list-style: disc
}

.section-content ul.list-primary {
    padding-left: 0
}

.section-content ul.list-primary>li {
    position: relative;
    padding-left: 1.5em;
    list-style: none
}

.section-content ul.list-primary>li:before {
    position: absolute;
    border-radius: 2rem;
    background: #3346d1;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: .25em;
    content: ""
}

.section-content ul.list-secondary {
    padding-left: 0
}

.section-content ul.list-secondary>li {
    position: relative;
    padding-left: 1.5em;
    list-style: none
}

.section-content ul.list-secondary>li:before {
    position: absolute;
    border-radius: 2rem;
    background: #3f4b62;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: .25em;
    content: ""
}

.section-content ul.list-white {
    padding-left: 0
}

.section-content ul.list-white>li {
    position: relative;
    padding-left: 1.5em;
    list-style: none
}

.section-content ul.list-white>li:before {
    position: absolute;
    border-radius: 2rem;
    background: #fff;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: .25em;
    content: ""
}

.section-content ul.list-black {
    padding-left: 0
}

.section-content ul.list-black>li {
    position: relative;
    padding-left: 1.5em;
    list-style: none
}

.section-content ul.list-black>li:before {
    position: absolute;
    border-radius: 2rem;
    background: #1d1d1d;
    width: 1rem;
    height: 1rem;
    left: 0;
    top: .25em;
    content: ""
}

.section-content h2.border-primary,
.section-content h3.border-primary,
.section-content h4.border-primary,
.section-content h5.border-primary,
.section-content p.border-primary {
    position: relative;
    padding-left: 1.5em
}

.section-content h2.border-primary:before,
.section-content h3.border-primary:before,
.section-content h4.border-primary:before,
.section-content h5.border-primary:before,
.section-content p.border-primary:before {
    position: absolute;
    border-top: 2px solid #3346d1;
    width: 1em;
    height: 0;
    left: 0;
    top: .5em;
    content: ""
}

.section-content h2.border-secondary,
.section-content h3.border-secondary,
.section-content h4.border-secondary,
.section-content h5.border-secondary,
.section-content p.border-secondary {
    position: relative;
    padding-left: 1.5em
}

.section-content h2.border-secondary:before,
.section-content h3.border-secondary:before,
.section-content h4.border-secondary:before,
.section-content h5.border-secondary:before,
.section-content p.border-secondary:before {
    position: absolute;
    border-top: 2px solid #3f4b62;
    width: 1em;
    height: 0;
    left: 0;
    top: .5em;
    content: ""
}

.section-content h2.border-white,
.section-content h3.border-white,
.section-content h4.border-white,
.section-content h5.border-white,
.section-content p.border-white {
    position: relative;
    padding-left: 1.5em
}

.section-content h2.border-white:before,
.section-content h3.border-white:before,
.section-content h4.border-white:before,
.section-content h5.border-white:before,
.section-content p.border-white:before {
    position: absolute;
    border-top: 2px solid #fff;
    width: 1em;
    height: 0;
    left: 0;
    top: .5em;
    content: ""
}

.section-content h2.border-black,
.section-content h3.border-black,
.section-content h4.border-black,
.section-content h5.border-black,
.section-content p.border-black {
    position: relative;
    padding-left: 1.5em
}

.section-content h2.border-black:before,
.section-content h3.border-black:before,
.section-content h4.border-black:before,
.section-content h5.border-black:before,
.section-content p.border-black:before {
    position: absolute;
    border-top: 2px solid #1d1d1d;
    width: 1em;
    height: 0;
    left: 0;
    top: .5em;
    content: ""
}

.row .align-self-end .section-content .title-desc {
    margin-bottom: 0
}

.row .align-self-end .section-content p:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .fp-scrollable {
        height: auto !important
    }

    .fp-scroller {
        height: auto !important
    }
}

@media(min-width:768px) {
    .section .anim.translateUp {
        -webkit-transform: translateY(48px);
        transform: translateY(48px);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .section.active .anim.translateUp {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: none;
        transform: none
    }

    .section .anim.translateDown {
        -webkit-transform: translateY(-48px);
        transform: translateY(-48px);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .section.active .anim.translateDown {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: none;
        transform: none
    }
}

@media(min-width:601px) {
    .section .anim .anim-wrapper {
        overflow: hidden;
        display: block
    }

    .section .anim .anim-1,
    .section .anim .anim-2,
    .section .anim .anim-3,
    .section .anim .anim-4 {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        position: relative;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    .section .anim .zoomout-1 {
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    .section .anim .fade-1,
    .section .anim .fade-2,
    .section .anim .fade-3,
    .section .anim .fade-4 {
        opacity: 0;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

    .section.active .anim .anim-1 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        opacity: 1
    }

    .section.active .anim .anim-2 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        opacity: 1
    }

    .section.active .anim .anim-3 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
        opacity: 1
    }

    .section.active .anim .anim-4 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .section.active .anim .zoomout-1 {
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        opacity: 1
    }

    .section.active .anim .fade-1 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .section.active .anim .fade-2 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .section.active .anim .fade-3 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .section.active .anim .fade-4 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }
}

.section-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh !important;
    padding: 25px 0
}

.header-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh !important
}

.section-home .section-wrapper {
    width: 100%;
    text-align: center
}

.section-home .section-wrapper.twoside {
    text-align: left;
    max-width: 1020px
}

@media(min-width:1600px) {
    .section-home .section-wrapper.twoside {
        max-width: 1200px
    }
}

.section-home .section-wrapper .fit-screen-sm {
    min-height: 512px
}

@media(min-width:768px) {
    .section-home .section-wrapper .fit-screen-sm {
        min-height: auto
    }
}

.section-home .section-wrapper.padding-top {
    padding-top: 160px
}

.section-home .home-title {
    font-size: 3rem
}

@media(min-width:768px) {
    .section-home .home-title {
        font-size: 5rem
    }
}

.section-home .section-content .bordered {
    border-bottom: 2px solid currentColor
}

.section-home .section-content .title-desc {
    margin-bottom: 2rem
}

.section-home .section-content .illustr img {
    width: 100%
}

.section-home .section-content .illustr img.portrait {
    max-height: 400px;
    width: auto
}

@media(min-width:768px) {
    .section-home .section-content .illustr img.portrait {
        max-height: 66vh;
        width: auto
    }
}

.section-home .section-content img.logo {
    height: 96px;
    margin: .75rem 0;
    max-width: 100%;
    width: auto
}

@media(min-width:576px) {
    .section-home .section-content img.logo {
        height: 128px
    }
}

@media(min-width:768px) {
    .section-home .section-content img.logo {
        height: 160px
    }
}

.section-list .item {
    margin-top: 40px;
    margin-bottom: 40px
}

.section-list .item:first-child {
    margin-bottom: 0
}

.section-list .item:last-child {
    margin-bottom: 0
}

@media(min-width:992px) {
    .section-list .item>.order-md-1 {
        padding-right: 40px
    }
}

@media(min-width:992px) {
    .section-list .item>.order-md-2 {
        padding-left: 40px
    }
}

@media(min-width:992px) {
    .section-twoside .item>.order-md-1 {
        padding-right: 40px
    }
}

@media(min-width:992px) {
    .section-twoside .item>.order-md-2 {
        padding-left: 40px
    }
}

@media(min-width:768px) {
    .twoside.superposed .margin-up {
        margin-top: -4rem
    }

    .twoside.superposed .margin-down {
        margin-top: 4rem
    }

    .twoside.superposed .superposed-bottom {
        position: relative;
        z-index: 0;
        padding: 0
    }

    .twoside.superposed .superposed-top {
        position: relative;
        z-index: 1;
        padding: 0
    }

    .twoside.superposed .superposed-left {
        margin-left: 2rem;
        margin-right: -2rem
    }

    .twoside.superposed .superposed-left>.section-content>.jumbotron {
        padding-left: 4rem;
        padding-right: 6rem
    }

    .twoside.superposed .superposed-left.superposed-top>.section-content>.jumbotron {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .twoside.superposed .superposed-right {
        margin-left: -2rem
    }

    .twoside.superposed .superposed-right>.section-content>.jumbotron {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .twoside.superposed .superposed-right.superposed-bottom>.section-content>.jumbotron {
        padding-left: 6rem;
        padding-right: 4rem
    }

    .twoside.superposed .section-content>.jumbotron .container {
        padding: 0
    }
}

.footer.footer-page {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.footer.footer-page li,
.footer.footer-page ul {
    list-style: none
}

.footer.footer-page .footer-nav .navbar-brand {
    color: inherit;
    margin-bottom: 1rem
}

@media(min-width:768px) {
    .footer.footer-page .footer-nav .navbar-brand {
        margin-bottom: 0
    }
}

.footer.footer-page .footer-nav .navbar-brand img {
    height: 48px;
    width: auto;
    margin-right: .5rem
}

.footer.footer-page .footer-nav .navbar-brand .text {
    display: inline;
    margin-bottom: 0;
    vertical-align: middle
}

.footer.footer-page .footer-nav .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px
}

@media(min-width:768px) {
    .footer.footer-page .footer-nav .nav-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }
}

.footer.footer-page .footer-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0
}

.footer.footer-page .footer-nav .navbar-nav .nav-item {
    padding-right: 1rem
}

@media(min-width:768px) {
    .footer.footer-page .footer-nav .navbar-nav .nav-item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
        padding-left: 2rem
    }
}

.footer.footer-page .footer-nav .navbar-nav a {
    color: inherit
}

.footer.footer-page .footer-nav .navbar-nav a:hover {
    text-decoration: none;
    color: #3346d1
}

.footer.footer-page .footer-block .social-form {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.footer.footer-page .footer-block .social-form .title {
    font-size: 1rem;
    font-weight: 700
}

.footer.footer-page .footer-block .social-form .email-ok {
    position: absolute
}

.footer.footer-page .footer-block .social-form .form-group {
    width: 100%
}

@media(min-width:576px) {
    .footer.footer-page .footer-block .social-form .form-group {
        width: auto
    }
}

.footer.footer-page .footer-block .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem
}

.footer.footer-page .footer-block .socials-nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer.footer-page .footer-block .socials-nav a {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    color: inherit
}

.footer.footer-page .footer-block .socials-nav a:hover {
    text-decoration: none;
    color: #3346d1
}

.footer.footer-page .footer-block .socials-nav .icon {
    font-size: 24px
}

.footer.footer-page .footer-note {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 1rem
}

.page-footer .footer-right .social-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -8px;
    padding-left: 10px
}

.page-footer .footer-right .social-home a {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    color: rgba(255, 255, 255, .5)
}

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

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.center-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.end-h {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.start-h {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table {
    display: table;
    height: inherit;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    padding: 25px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.mt-40 {
    margin-top: 40px
}

.mt-80 {
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .mt-80 {
        margin-top: 80px
    }

    .table {
        background-color: transparent;
    }
}

.fullscreen {
    width: 100%;
    min-height: 100vh
}

@media(min-width:576px) {
    .fullscreen-md {
        width: 100%;
        min-height: 100vh
    }
}

@media(min-width:768px) {
    .fullscreen-lg {
        width: 100%;
        min-height: 100vh
    }
}

.fullscreen-position {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fullheight {
    min-height: 100vh
}

@media(max-width:767px) {
    .fullheight-sm-only {
        min-height: 100vh
    }

    .background-menu {
        height: 60px;
    }
}

.fullwidth {
    width: 100%
}

@media(max-width:767px) {
    .plr-sm-4 {
        padding-left: 4px;
        padding-right: 4px
    }
}

@media(max-width:767px) {
    .plr-sm-8 {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(max-width:767px) {
    .row-mlr-sm-4 {
        margin-left: -4px;
        margin-right: -4px
    }
}

@media(max-width:767px) {
    .row-mlr-sm-8 {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media(max-width:767px) {
    .mb-sm-2 {
        margin-bottom: 8px !important
    }
}

.hidden {
    display: none !important;
    visibility: hidden
}

@media(max-width:575px) {
    .hidden-sm {
        display: none !important;
        visibility: hidden
    }

    .hidden-md {
        display: none !important;
        visibility: hidden
    }
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.bg-primary {
    background-color: #3346d1 !important
}

.bg-secondary {
    background-color: #3f4b62 !important
}

.bg-light-gray {
    background-color: #e1e1e1 !important
}

.bg-white-gray {
    background-color: #f8f9fa !important
}

.bg-white {
    background-color: #fff !important
}

.bg-black {
    background-color: #1d1d1d !important
}

.bg-triangle-primary {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-primary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3346d1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-primary {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-primary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3346d1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-primary {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-primary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3346d1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-primary {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-primary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3346d1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.bg-triangle-secondary {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-secondary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-secondary {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-secondary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-secondary {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-secondary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-secondary {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-secondary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.bg-triangle-light-gray {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-light-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-light-gray {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-light-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-light-gray {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-light-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-light-gray {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-light-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.bg-triangle-white-gray {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-white-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-white-gray {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-white-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-white-gray {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-white-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-white-gray {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-white-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.bg-triangle-white {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-white:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-white {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-white:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-white {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-white:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-white {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-white:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.bg-triangle-black {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-black:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%)
}

.bg-triangle-inverse-black {
    position: relative;
    padding-bottom: 100px
}

.bg-triangle-inverse-black:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%)
}

.bg-triangle-top-black {
    position: relative;
    padding-top: 100px
}

.bg-triangle-top-black:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%)
}

.bg-triangle-inverse-top-black {
    position: relative;
    padding-top: 100px
}

.bg-triangle-inverse-top-black:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%)
}

.mask-primary:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 51, 91, .5)
}

.mask-secondary:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 75, 98, .5)
}

.mask-light-gray:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, .5)
}

.mask-white-gray:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 249, 250, .5)
}

.mask-white:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5)
}

.mask-black:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.bg-gradient-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#3346d1), to(#ff635d));
    background-image: linear-gradient(to right, #3346d1, #ff635d)
}

.bg-gradient-secondary {
    background-image: -webkit-gradient(linear, left top, right top, from(#3f4b62), to(#935f86));
    background-image: linear-gradient(to right, #3f4b62, #935f86)
}

.bg-gradient-purple {
    background-image: -webkit-gradient(linear, left top, right top, from(#037fd5), to(#8a3ed5));
    background-image: linear-gradient(to right, #037fd5, #8a3ed5)
}

.bg-gradient-aqua {
    background-image: -webkit-gradient(linear, left top, right top, from(#037fd5), to(#2ed662));
    background-image: linear-gradient(to right, #037fd5, #2ed662)
}

.bg-gradient-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#037fd5), to(#8a3ed5));
    background-image: linear-gradient(to right, #037fd5, #8a3ed5)
}

.bg-gradient-bluered {
    background-image: -webkit-gradient(linear, left top, right top, from(#037fd5), to(#dc3545));
    background-image: linear-gradient(to right, #037fd5, #dc3545)
}

.bg-gradient-green {
    background-image: -webkit-gradient(linear, left top, right top, from(#2ed662), to(#ffda2e));
    background-image: linear-gradient(to right, #2ed662, #ffda2e)
}

.bg-gradient-orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff9947), to(#ffda2e));
    background-image: linear-gradient(to right, #ff9947, #ffda2e)
}

.bg-gradient-red {
    background-image: -webkit-gradient(linear, left top, right top, from(#dc3545), to(#ff9947));
    background-image: linear-gradient(to right, #dc3545, #ff9947)
}

.t-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-nowrap {
    white-space: nowrap
}

.display-1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1
}

@media(min-width:768px) {
    .display-1 {
        font-size: 6rem
    }
}

.display-2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

@media(min-width:768px) {
    .display-2 {
        font-size: 5.5rem
    }
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
    font-weight: 700
}

@media(min-width:768px) {
    .display-3 {
        font-size: 4.5rem
    }
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
    font-weight: 700
}

@media(min-width:768px) {
    .display-4 {
        font-size: 3rem
    }
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1
}

@media(min-width:768px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-title {
    margin-bottom: 1rem
}

@media(max-width:575px) {
    .text-right-sm {
        text-align: right !important
    }
}

@media(max-width:575px) {
    .text-left-sm {
        text-align: left !important
    }
}

@media(max-width:575px) {
    .text-center-sm {
        text-align: center !important
    }
}

.strong,
strong {
    font-weight: 700
}

.condensed {
    font-family: bebas neue, sans-serif
}

h1,
h2,
h3,
h4 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2; )
}

.text-black {
    color: #1d1d1d !important
}

.text-primary {
    color: #3346d1 !important
}

.text-secondary {
    color: #3f4b62 !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #1d1d1d !important
}

.about-description {
    padding: 15px;
    top: -130px;
    background: rgba(27, 27, 27, .8);
    background: rgba(27, 27, 27, .8)
}

.about-description p {
    margin: 0
}

.about-section .shadow {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
    box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

@media(max-width:1366px) {
    .about-description {
        top: -90px
    }

    .section-title .title-bg {
        font-size: 5em
    }

    .media .icon {
        font-size: 3rem
    }

    .price-item .price-big {
        font-size: 2rem
    }

    .section p,
    .section ul {
        line-height: 1.5
    }

    .img-frame-legend-alpha img {
        width: 80%;
        height: auto
    }

    .mb-32 {
        margin-bottom: 22px
    }
}

@media(max-width:1024px) {
    .mb-32 {
        margin-bottom: 32px
    }
}

@media(max-width:736px) {
    .img-frame-legend-alpha img {
        width: 100%;
        height: auto
    }

    .about-description {
        top: -30px
    }

    .about-section {
        padding-bottom: 0
    }

    .carousel-swiper-beta .legend p {
        margin-bottom: 0
    }

    .carousel-swiper-beta .legend h2 {
        font-size: 1.5rem
    }
}

.mb-32 {
    margin-bottom: 32px
}

.mr-auto-my {
    margin: 0 auto
}

.padding-none {
    padding: 0
}

.item-buttons .item-buttons-purchase {
    padding: 0;
    text-align: left
}

.item-buttons .item-buttons-next {
    padding: 0;
    text-align: right
}

.opacity-75 {
    opacity: .75 !important
}

@media(max-width:736px) {

    .item-buttons .item-buttons-next,
    .item-buttons .item-buttons-purchase {
        text-align: center
    }
}

.cursor {
    --size: 6px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: absolute;
    z-index: 10000;
    transform: translate(-50%, -50%);
    pointer-events: none !important
}

.cursor.cursor-shadow {
    background-color: transparent;
    border: 2px solid #fff;
    --size: 30px;
    transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color .2s;
    transition-timing-function: ease-out
}

.cursor.cursor-dot {
    background: #fff;
    transition: width .2s, height .2s
}

.cursor-shadow.active {
    --size: 80px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, .1)
}

.cursor-dot.active {
    --size: 0;
    pointer-events: pointer
}

.error-page {
    float: left;
    width: 100%;
    text-align: center
}

.error-page h1 {
    font-size: 240px;
    line-height: .8;
    font-weight: 800;
    margin: 0 0 40px
}

.error-page span {
    display: inline-block;
    font-size: 42px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0 0 50px
}

.error-page p {
    font-size: 23px
}

.process {
    float: left;
    width: 100%;
    background: #2b2b2b;
    position: relative;
    padding: 40px 30px 60px;
    margin: 0 0 30px;
    height: 250px
}

.process span {
    position: absolute;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    opacity: .3;
    left: 30px;
    top: 40px
}

.process-inner {
    float: left;
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.process-inner h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500
}

.process-inner p {
    color: #fff;
    margin: 0;
    opacity: 0
}

.process:hover .process-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.process:hover .process-inner p {
    opacity: 1
}

.process:hover span {
    font-size: 90px;
    left: 1px 30px;
    top: 25px;
    font-weight: 600;
    opacity: .2
}

.process:hover {
    padding: 50px 30px
}

.process,
.process * {
    -webkit-transition: all .7s cubic-bezier(.68, 0, .265, 1);
    -webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-timing-function: cubic-bezier(.68, 0, .265, 1);
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.octa-processnig:after,
.octa-processnig:before {
    content: "";
    width: 400px;
    height: 400px;
    border: 50px solid #000;
    opacity: .05;
    position: absolute;
    left: -300px;
    top: 200px
}

.octa-processnig:after {
    width: 270px;
    height: 270px;
    border-width: 40px;
    left: -80px;
    top: 360px
}

.process:hover {
    background-color: #0d50aa
}

.process:hover span {
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);
    -o-transform: translateX(90%);
    transform: translateX(90%)
}

.process:hover .process-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.contacts-opts {
    float: left;
    width: 100%;
    margin: 0 0 -30px
}

.contact-opts i {
    display: table-cell;
    vertical-align: middle;
    font-size: 103px;
    color: #fff;
    line-height: 1
}

.opt-detail {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left
}

.opt-detail strong {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px;
    display: table;
    line-height: 1.3
}

.opt-detail span {
    font-size: 14px;
    color: #fff
}

.octa-title {
    float: left;
    width: 100%;
    margin: 0 0 80px;
    text-align: center
}

.octa-title h2 {
    font-size: 58px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 4px
}

.octa-title span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 7px;
    text-transform: uppercase
}

.simple-title {
    float: left;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
    font-family: Nunito, sans-serif !important
}

.simple-title>p {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
    font-style: normal;
    color: #fff;
    font-family: Nunito, sans-serif !important
}

.simple-title>h2 {
    float: left;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    font-family: Nunito, sans-serif !important
}

.remove-gap {
    margin: 65px 0 0
}

.octa-welcome {
    float: left;
    padding: 0 50px;
    text-align: center;
    width: 100%
}

.octa-welcome>p {
    font-size: 18px;
    padding: 0 0 30px;
    color: #fff
}

.octa-welcome .btn {
    display: inline-block;
    float: none
}

.mockup {
    margin: auto;
    width: 65%;
    text-align: center
}

.mockup img {
    float: none;
    display: inline-block;
    width: 90%
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.octa-post {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0 0 26px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .17);
    -ms-box-shadow: 0 0 35px rgba(0, 0, 0, .17);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, .17);
    box-shadow: 0 0 35px rgba(0, 0, 0, .17)
}

.post-img {
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.post-img img {
    width: 100%
}

.post-name {
    float: left;
    width: 100%;
    padding: 30px 50px;
    position: relative
}

.date {
    position: absolute;
    right: 40px;
    top: -100px;
    width: 80px;
    background: #2e2e2e;
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600
}

.date i {
    display: block;
    font-size: 45px;
    font-style: normal;
    line-height: 1.3
}

.cat {
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: 600
}

.cat a {
    color: #2e2e2e;
    font-family: Nunito, sans-serif
}

.cat a:hover {
    text-decoration: none;
    color: #2e2e2e
}

.post-name h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.post-name h3 a {
    color: #2e2e2e;
    font-family: Nunito, sans-serif
}

.octa-post.style2 .date {
    left: 0;
    top: 0;
    background: #f4f4f4;
    color: #2e2e2e;
    width: 140px;
    height: 100%;
    padding: 15px 20px
}

.octa-post.style2 .post-name {
    padding-left: 170px
}

.octa-post.style2 .post-name h3 {
    font-size: 18px
}

.masonary {
    float: left;
    width: 100%
}

.no-gap>.row>.masonary>div {
    padding: 0
}

.no-gap>.row>.masonary>div>div,
.no-gap>.row>div>div {
    margin: 0
}

.blog-count {
    margin: 120px 0 0
}

.widget {
    float: left;
    width: 100%
}

.sidebar .widget {
    margin: 0 0 60px
}

.sidebar .widget-title {
    padding-bottom: 15px;
    position: relative
}

.widget-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px
}

.sidebar .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #fff
}

.sidebar .widget-title>h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    font-family: Nunito, sans-serif !important
}

.search-form {
    float: left;
    width: 100%;
    height: 54px;
    background: #f1f4f7;
    border-radius: 30px;
    position: relative
}

.search-form input {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
    background: 0 0 !important;
    border: 0 !important;
    padding: 10px 50px 10px 20px !important;
    font-size: 13px !important;
    text-transform: uppercase
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    color: #333;
    background: no-repeat;
    border: 0;
    font-size: 16px;
    text-align: center;
    font-family: Nunito, sans-serif !important
}

button {
    float: right;
    font-size: 18px;
    padding: 8px 30px;
    color: #fff;
    border-radius: 4px;
    background: #000;
    border: 0
}

.octa-abt-widget {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.octa-abt-widget img {
    float: none;
    display: inline-block;
    margin: 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.octa-abt-widget h4 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: Nunito, sans-serif !important
}

.octa-abt-widget>i {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-family: Nunito, sans-serif !important
}

.octa-abt-widget p {
    font-size: 14px;
    float: left;
    width: 100%;
    font-family: Nunito, sans-serif !important
}

.octa-abt-widget .round-socials {
    width: 100%;
    text-align: center
}

.round-socials {
    float: left
}

.octa-abt-widget .round-socials a {
    float: none;
    display: inline-block;
    margin: 0 3px
}

.octa-abt-widget .round-socials a,
.octa-author .round-socials a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.widget ul {
    margin: 0
}

.widget ul li {
    padding: 0;
    font-weight: 600;
    margin: 0 0 10px
}

.widget ul li a {
    color: #fff !important
}

.octa-gallery {
    float: left;
    width: 100%
}

.octa-gallery .row>div {
    padding: 0 !important
}

.octa-gallery .row>div a {
    float: left;
    width: 100%
}

.octa-gallery .row>div a img {
    width: 100%
}

.octa-blog-detail {
    float: left;
    width: 100%
}

blockquote {
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 40px;
    padding: 0 40px;
    position: relative;
    width: 100%
}

blockquote:before {
    color: #292929 !important;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cat-box {
    position: absolute;
    left: 30px;
    top: -15px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    border: 2px solid #fff;
    line-height: 1.2
}

.cat-box a {
    font-size: 14px;
    color: #292929;
    float: left;
    font-family: Nunito, sans-serif
}

.octa-blog-detail .post-img {
    margin: 0 0 50px
}

.octa-blog-detail .cat-box {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    border: 0;
    padding: 8px 20px;
    margin: 0 0 20px
}

.post-title {
    float: left;
    margin: 0 0 30px;
    width: 100%;
    font-size: 28px
}

.post-title a {
    color: #fff
}

.post-title a:hover {
    color: #fff
}

.meta {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea
}

.octa-blog-detail .meta {
    float: left;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0
}

.meta li {
    float: left;
    padding: 0;
    font-size: 13px;
    color: #818181;
    margin: 0;
    margin-right: 10px;
    font-weight: 600;
    padding: 0 0 20px;
    list-style-type: none
}

.meta li a {
    color: #fff;
    font-weight: 400
}

.post-information .round-socials {
    float: right
}

.round-socials {
    float: left
}

.round-socials a {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    background: #c2c2c2;
    margin-left: 7px;
    border-radius: 50%
}

a.facebook {
    background: #3b5998
}

a.twitter {
    background: #00b6f1
}

a.pinterest {
    background: #cb2027
}

a.linkedin {
    background: #007bb6
}

a.google-plus {
    background: #dd4b39
}

.round-socials a:hover {
    color: #fff
}

.post-information {
    float: left;
    margin: 0 0 40px;
    width: 100%
}

blockquote {
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 40px;
    padding: 0 40px;
    position: relative;
    width: 100%
}

blockquote:before {
    color: #f1f4f7;
    content: "\f10d" !important;
    font-family: fontawesome;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.octa-blog-detail .meta ul li:before {
    display: none
}

.list-point li:before {
    content: "\2022";
    color: #fff;
    font-weight: 200;
    display: inline-block;
    width: 2em;
    margin-left: -2em
}

.alignright {
    float: right;
    margin-left: 30px
}

.octa-blog-detail ul {
    margin: 0 0 30px
}

.octa-tags {
    border-top: 1px solid #f1f4f7;
    float: left;
    margin: 50px 0 0;
    padding: 30px 0 0;
    width: 100%
}

.octa-tags>a {
    border: 1px solid #ddd;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 4px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.octa-tags>a:hover {
    text-decoration: none;
    color: #fff
}

.octa-author {
    background: none repeat scroll 0 0 #f1f4f7;
    float: left;
    margin: 50px 0 0;
    padding: 30px;
    width: 100%;
    display: table;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.octa-author>img {
    display: table-cell;
    max-width: none;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.octa-author .round-socials {
    float: right
}

.octa-abt-widget .round-socials a,
.octa-author .round-socials a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.author-inner {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    width: 100%
}

.author-inner>h5 {
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #292929
}

.author-inner>i {
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    color: #292929
}

.author-inner p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #292929
}

.octa-comments {
    float: left;
    margin: 60px 0 0;
    width: 100%
}

.subtitle {
    display: table;
    font-weight: 800;
    margin: 0 0 30px;
    position: relative
}

.subtitle:before {
    background: none repeat scroll 0 0 #fff;
    bottom: 7px;
    content: "";
    height: 4px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    width: 50px
}

.subtitle i {
    font-style: normal
}

.octa-comments>ul {
    float: left;
    width: 100%
}

.octa-comments>ul li {
    padding: 0
}

.octa-comments li:before {
    display: none
}

.comment {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    margin: 0 0 30px;
    padding-bottom: 20px;
    width: 100%
}

.comment>img {
    display: table-cell;
    float: none;
    max-width: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.comment-inner {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    width: 100%
}

.comm-name>h5 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px
}

.comment-inner .date {
    color: #fff;
    float: left;
    font-size: 11px;
    margin-left: 20px;
    margin-top: 2px;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: auto;
    padding: 5px 10px;
    line-height: 1;
    font-style: normal
}

.comment-inner>p {
    font-size: 14px;
    margin: 0 0 20px
}

.reply {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.comm-name {
    float: left;
    width: 100%
}

.octa-comments li ul {
    padding-left: 40px
}

.octa-btn.dark {
    background: #2e2e2e;
    border-color: #2e2e2e !important;
    color: #fff !important
}

.octa-btn {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 40px;
    padding: 12px 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: right;
    display: inline-block;
    border: 2px solid #fff;
    color: #292929;
    border-radius: 40px;
    padding: 12px 35px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.octa-btn:hover {
    color: #292929 !important
}

.octa-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.octa-btn:hover:before {
    width: 100%
}

.octa-btn.fill:before {
    background: #333
}

.octa-btn.fill:hover {
    border-color: #333
}

.octa-btn.white-fill:before {
    background: #292929
}

.octa-btn~.octa-btn {
    margin-left: 20px
}

button.octa-btn {
    background: 0 0
}

.simple-post {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.simple-post-img {
    float: left;
    width: 100%
}

.simple-post-img img {
    width: 100%
}

.simple-post-detail {
    float: left;
    width: 100%;
    padding: 30px;
    position: relative
}

.cat-box {
    position: absolute;
    left: 30px;
    top: -15px;
    background: #2e2e2e;
    padding: 5px 20px;
    border-radius: 30px;
    border: 2px solid #fff;
    line-height: 1.2;
    font-family: Nunito, sans-serif !important
}

.cat-box a {
    font-size: 14px;
    color: #fff;
    float: left;
    font-family: Nunito, sans-serif !important
}

.simple-post-detail h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: Nunito, sans-serif !important
}

.meta li {
    float: left;
    padding: 0;
    font-size: 13px;
    color: #818181;
    margin: 0;
    margin-right: 10px;
    font-weight: 600;
    font-family: Nunito, sans-serif !important
}

.simple-post-detail h3 a {
    font-size: 20px;
    color: #2e2e2e;
    font-family: Nunito, sans-serif !important
}

.simple-post-detail .meta {
    padding-left: 0
}

.simple-post-detail .meta li:first-child a {
    color: #0d50aa
}

.simple-post-detail p {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Nunito, sans-serif !important
}

.readmore {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Nunito, sans-serif !important
}

.octa-pagination {
    float: left;
    width: 100%;
    margin: 80px 0 0;
    text-align: center
}

.octa-pagination ul.pagination {
    margin: 0;
    display: inline-block
}

.octa-pagination ul.pagination li {
    padding: 0;
    display: inline-block
}

.octa-pagination ul.pagination li:first-child a,
.octa-pagination ul.pagination li:last-child a {
    width: auto;
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 38px
}

.octa-pagination ul.pagination li a {
    float: left;
    border: 1px solid #e7e8e9;
    margin: 0 5px;
    font-size: 14px;
    color: #000;
    width: auto;
    width: 38px;
    height: 38px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff
}

.octa-pagination ul.pagination li a.current {
    color: #fff;
    background: #0d50aa
}

.block-title,
.huge-text h1 span,
.octa-btn.color,
.octa-btn.fill,
.octa-btn:hover,
.octa-pagination ul.pagination li a.current {
    border-color: #0d50aa
}

.octa-btn.dark:before,
.octa-btn.fill,
.octa-btn:before,
.octa-features-carousel .slick-next,
.octa-features-carousel .slick-prev,
.octa-pagination ul.pagination li a.current:before {
    background-color: #fff
}

.octa-btn.color,
.octa-btn.fill,
.octa-btn:hover {
    border-color: #fff
}

.work {
    background: silver
}

.social {
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 10
}

.social ul li {
    display: inline;
    margin: 0 0 0 20px
}

.social ul li a {
    font-size: 18px;
    color: #fff
}

.social.-active a {
    color: #000
}

.section-work {
    background: #161616;
    height: 100%;
    width: 100%
}

.layer {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-work {
    position: relative;
    height: 100%;
    width: 100%;
    background: black;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj {
    position: fixed;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: 0 !important;
    top: 20% !important;
    height: 300px;
    object-fit: cover;
}

@media(min-width: 600px) {
    .img-obj {
        position: fixed;
        left: 40% !important;
        right: 25% !important;
        top: 25% !important;
        height: 350px;
        transform: translateX(0) !important;
    }
}

.img-obj-1 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/elseo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-work-2 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/works/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj-2 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/stampel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-work-3 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/works/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj-3 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/mutfakci.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-work-4 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/works/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj-4 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/nabucco.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-work-5 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/works/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj-5 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/neyrocerrah.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-work-6 {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../img/works/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.img-obj-6 {
    width: 50%;
    height: 50%;
    left: 40% !important;
    top: 30% !important;
    background-position: center center;
    background: url(../img/works/etebel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.title-work {
    opacity: 0;
    transition: all ease-in-out 2s
}

.title-work .animated {
    opacity: 1
}

.work-nav {
    position: absolute;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    height: 430px;
    overflow: hidden;
    z-index: 99;
}

.work-nav .table {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-end;
    position: relative;
}

.work-nav .item-menu {
    display: block;
    float: right;
    clear: both;
    letter-spacing: 2.4px;
}

.work-nav .next,
.work-nav .prev {
    position: absolute;
    left: 10%;
}

.v-scrolled .prev,
.v-scrolled .next {
    position: absolute;
    right: 10%;
}

.work-nav .next,
.v-scrolled .next {
    bottom: 0;
}

.work-nav .prev,
.v-scrolled .prev {
    top: 0;
}

.work-nav .prev span,
.v-scrolled .prev span {
    transform: rotate(180deg);
}

.v-scrolled .text i {
    color: grey !important;
}

.work-nav .valign,
.v-scrolled .scroller {
    overflow: visible;
    position: absolute;
    top: 0;
}

.v-scrolled {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.scroller {
    overflow: visible;
}

.text {
    display: block;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: .6;
    -moz-transition: all .3s cubic-bezier(.42, 0, 0, .995);
    -o-transition: all .3s cubic-bezier(.42, 0, 0, .995);
    -webkit-transition: all .3s cubic-bezier(.42, 0, 0, .995);
    transition: all .3s cubic-bezier(.42, 0, 0, .995)
}

.text i {
    font-size: 35px;
    color: #fff
}

.item-menu.active .text {
    opacity: 1;
    background: url(../img/works/nav-active.png) no-repeat right center
}

#zoom-fade {
    margin-top: -60px;
    font-size: 40px;
    font-weight: 900;
    color: #d7a150;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #feac43, #feac43 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: all .3s cubic-bezier(0, 0, .23, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .23, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .23, 1);
    transition: all .3s cubic-bezier(0, 0, .23, 1)
}

#zoom-fade:hover {
    background-position: 0
}

.sub {
    background: url(../img/works/work-sub.png) no-repeat left center;
    padding-left: 30px;
    background-size: contain;
    color: #fff;
    opacity: .7;
    font-weight: 500;
    letter-spacing: 1px
}

.title-work {
    position: absolute
}

.btn-detail {
    opacity: .5;
    position: absolute;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    padding-right: 130px;
    background: url(../img/works/detail-to.png) no-repeat right center
}

.btn-detail:hover {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0, 0, .23, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .23, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .23, 1);
    transition: all .3s cubic-bezier(0, 0, .23, 1)
}

.nav__list .sub-links {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list .sub-links li:first-child {
    margin-top: 0
}

.nav__list .sub-links li {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block
}

.nav__list .sub-links li.active-nav a {
    color: rgba(255, 255, 255, 1)
}

.nav__list .sub-links li a {
    color: rgba(255, 255, 255, .6);
    overflow: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sub-links {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sub-links li:first-child {
    margin-top: 0
}

.sub-links li {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block
}

.sub-links li.active-nav a {
    color: rgba(255, 255, 255, 1)
}

.sub-links li a {
    color: rgba(255, 255, 255, .6);
    overflow: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.block {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative
}

.block.less-space {
    padding: 70px 0
}

.block .container {
    padding: 0
}

.container {
    padding: 0
}

.block.remove-gap {
    padding-top: 0
}

.block.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.block.remove-bottom {
    padding-bottom: 0
}

.fixed-bg,
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.blackish:before,
.coloured:before,
.half-gray:before,
.whitish:before {
    content: "";
    height: 100%;
    opacity: .75;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.coloured:before {
    opacity: .92
}

.whitish:before {
    background-color: #fff;
    opacity: .9
}

.half-gray:before {
    opacity: 1;
    height: 50%;
    background: #f8f8f8;
    z-index: -1
}

:-webkit-input-placeholder,
:-webkit-textarea-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder,
:-ms-textarea-placeholder {
    opacity: 1
}

img {
    max-width: 100%
}

input:placeholder {
    opacity: 1
}

.full-height .container,
.full-height .container>.row,
.full-height>.row {
    height: 100%
}

.octa-counters {
    float: left;
    margin: 0 0 -30px;
    width: 100%
}

.counter {
    color: #fff;
    float: left;
    margin: 30px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.counter>i {
    float: left;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    font-style: normal
}

.counter strong {
    float: left;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    width: 100%
}

.octa-skills {
    float: left;
    width: 100%;
    margin: 0 0 -50px
}

.skillbar {
    margin: 0 0 50px;
    float: left;
    width: 100%
}

.skillbar>span {
    font-size: 15px;
    color: #121010;
    line-height: 1;
    display: table;
    margin: 0 0 10px
}

.skillbar>.progress {
    border-radius: 0;
    height: 5px;
    background: #ebebeb;
    overflow: visible
}

.skillbar>.progress .progress-bar {
    height: 100%;
    position: relative
}

.skillbar>.progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: #000;
    padding: 2px 5px;
    font-size: 12px
}

.skillbar>.progress.dark .progress-bar,
.skillbar>.progress.dark .progress-bar span {
    background: #141414
}

.skillbar>.progress.light .progress-bar,
.skillbar>.progress.light .progress-bar span {
    opacity: .8
}

.octa-title h2 {
    font-size: 58px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 4px
}

.octa-title span {
    font-size: 14px;
    letter-spacing: 7px;
    text-transform: uppercase
}

.octa-team {
    float: left;
    width: 100%;
    margin: 0 0 -30px
}

.member {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    position: relative
}

.member img {
    width: 100%
}

.member-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 60px 20px 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .1), rgba(0, 0, 0, .4), rgba(0, 0, 0, .7))
}

.member-name h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px;
    display: inline-block
}

.member-name span {
    display: block;
    position: relative
}

.member-name a,
.member-name span i {
    font-size: 13px;
    color: #fff;
    font-style: normal
}

.member:hover .member-name span i {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.member-name a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.member-name a:hover {
    color: #fff
}

.member:hover .member-name a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.featured-carousel-wrap {
    width: 100%;
    position: relative
}

.octa-featured-carousel .portfolio-img {
    padding: 0 10px;
    background-clip: content-box;
    margin: 0
}

.gradient-img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 10px
}

.gradient-img img {
    width: 100%
}

.gradient-img:hover img {
    opacity: .1
}

.img-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 35% 40px 30px;
    z-index: 1
}

.img-name:before {
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.img-name h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 5px
}

.img-name h4 a {
    text-decoration: none;
    color: #fff
}

.img-name span {
    font-size: 13px;
    color: #fff;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.img-name span a {
    text-decoration: none;
    color: #fff
}

.img-name h4 a:hover {
    color: #fff
}

.img-name span a:hover {
    color: #dfdfdf
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#type-text-block h1 {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: Nunito, sans-serif !important
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.octa-form form input,
textarea {
    background: #f3f3f3;
    border: 0 none;
    color: #b3b3b3;
    float: left;
    font-size: 14px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 5px 20px;
    width: 100%
}

.top-block-toggler {
    top: 8px !important;
    transition: 6s !important
}

.logo-menu {
    display: inline-block !important;
    top: 8px !important;
    transition: .2s !important
}

.cd-headline.clip span:first-child {
    display: block;
    font-size: 3.5rem
}

#submit-message {
    margin: 5px 0 0 !important
}

@media (max-width:1920px) {
    .process:hover span {
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%)
    }
}

@media (max-width:1366px) {
    .process:hover span {
        -webkit-transform: translateX(90%);
        -moz-transform: translateX(90%);
        -ms-transform: translateX(90%);
        -o-transform: translateX(90%);
        transform: translateX(90%)
    }

    .opt-detail span {
        font-size: 11px;
        color: #fff
    }

    #type-text-block h1 {
        font-size: 2rem
    }

    .mockup {
        width: 80%
    }

    .page-header-alpha .navbar-sidebar {
        right: 45px !important
    }
}

@media (max-width:1335px) {
    .page-header-alpha .navbar-sidebar {
        right: 32px !important
    }
}

@media (max-width:1314px) {
    .page-header-alpha .navbar-sidebar {
        right: 20px !important
    }
}

@media (max-width:1290px) {
    .page-header-alpha .navbar-sidebar {
        right: 10px !important
    }
}

@media (max-width:1270px) {
    .page-header-alpha .navbar-sidebar {
        right: 0 !important
    }
}

@media (max-width:1246px) {
    .section-home .section-wrapper.twoside {
        max-width: 950px !important
    }
}

@media (max-width:1199px) {
    .section-home .section-wrapper.twoside {
        max-width: 1020px !important
    }
}

@media (max-width:994px) {
    .contact-opts i {
        display: block
    }

    .opt-detail {
        display: block;
        padding: 0 !important;
        text-align: center
    }

    .opt-detail strong {
        display: block;
        margin: 0;
        font-size: 18px
    }

    .process:hover span {
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        -o-transform: translateX(40%);
        transform: translateX(40%)
    }

    .opt-detail span {
        font-size: 14px
    }

    .octa-welcome>p {
        text-align: center
    }

    .header-home {
        align-items: stretch
    }

    .cursor {
        display: none !important
    }

    body {
        cursor: default !important
    }
}

@media (max-width:768px) {
    #type-text-block h1 {
        font-size: 1.2rem;
        font-weight: 600;
        font-family: Nunito, sans-serif !important
    }

    .process:hover span {
        -webkit-transform: translateX(160%);
        -moz-transform: translateX(160%);
        -ms-transform: translateX(160%);
        -o-transform: translateX(160%);
        transform: translateX(160%)
    }

    .simple-title {
        padding: 15px 0
    }

    .section.active .anim .anim-2 {
        padding: 15px 0
    }
}

@media (max-width:321px) {
    .octa-post.style2 .post-name {
        padding-left: 99px
    }

    .octa-post.style2 .date {
        width: 90px
    }

    .process-inner {
        float: left;
        width: 100%;
        -webkit-transform: translateY(78%);
        -moz-transform: translateY(78%);
        -ms-transform: translateY(78%);
        -o-transform: translateY(78%);
        transform: translateY(78%)
    }
}
