@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,600);

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(16, 14, 23);
    z-index: 9999999;
}

.lds-default {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    color: #da1b60;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #da1b60;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

html {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

aside,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

img {
    border: 0;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2 {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.6;
    color: #e0e0e0;
    background-color: rgb(16, 14, 23);
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #e0e0e0;
    font-weight: bold;
    text-decoration: none;
}

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

img {
    vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h1 {
    font-size: 63px;
}

h2 {
    /*font-size: 58px;*/
    font-size: 52px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

small {
    font-size: 85%;
}

.text-center {
    text-align: center;
}

ul {
    margin-top: 0;
    margin-bottom: 11px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 800px;
    }
}

@media (min-width: 1060px) {
    .container {
        width: 1060px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1260px;
    }
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-2,
.col-md-4,
.col-md-5,
.col-sm-7,
.col-md-8,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px) {
    .col-sm-7 {
        float: left;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
}

@media (min-width: 1060px) {
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-8,
    .col-md-9,
    .col-md-12 {
        float: left;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 13.33333px 26.66667px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 2px;
    user-select: none;
}

.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
    color: #fff;
    background-color: #18154A;
    border-color: #18154A;
}

.btn-primary:focus {
    color: #e0e0e0;
    background-color: #18154A;
    border-color: #18154A;
}

.btn-primary:hover {
    color: #e0e0e0;
    background-color: #da1b60;
    border-color: #da1b60;
}

.btn-primary:active {
    color: #e0e0e0;
    background-color: #18154A;
    border-color: #18154A;
}

.btn-primary:active:hover,
.btn-primary:active:focus {
    color: #e0e0e0;
    background-color: #18154A;
    border-color: #18154A;
}

.btn-primary:active {
    background-image: none;
}

.btn-lg {
    padding: 26.66667px 53.33333px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 2px;
}

.collapse {
    display: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #da1b60;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 40px;
    padding-left: 40px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: 110px !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -40px;
    margin-left: -40px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        /*        margin-left: -40px; */
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 40px;
    padding: 9px 10px;
    margin-top: 31px;
    margin-bottom: 31px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 18.5px -40px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 43px;
        padding-bottom: 43px;
    }
    .navbar-right {
        float: right !important;
        margin-right: -40px;
    }
}

.navbar-inverse {
    mix-blend-mode: lighten;
    background-color: #404040;
    border-color: 0px solid transparent;
}

.navbar-inverse .navbar-brand {
    color: #05182a;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #f3f3f3;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #050709;
    mix-blend-mode: lighten;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #050709;
    mix-blend-mode: lighten;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e0e0e0;
}

.navbar-inverse .navbar-collapse {
    border-color: #2e2e2e;
}

.media-middle {
    vertical-align: middle;
}

@-ms-viewport {
    width: device-width;
}

body {
    padding: 0px;
    font-weight: 400;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    overflow: hidden;
    font-feature-settings: "liga", "kern";
    letter-spacing: 0.2px;
    color: #e0e0e0;
    background-color: rgb(16, 14, 23);
}

h1,
h2,
h4,
h5,
h6 {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
}

h1,
h2 {
    font-weight: 100;
}

.wrapper-default h1,
.wrapper-default h2,
.wrapper-default h4 {
    color: #da1b60;
}

.wrapper-darkest h2 {
    color: #fff;
}

.wrapper-darkest h3 {
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.wrapper-darkest h5 {
    margin-top: 0px;
    font-size: 24px;
    color: rgb(5, 24, 42);
}

h5,
h6 {
    font-weight: 400;
    text-transform: uppercase;
}

.font-sm {
    font-size: .875em;
}

.wrapper {
    padding: 80px 0px;
}

.wrapper-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrapper-lg {
    padding-top: 140px;
    padding-bottom: 140px;
}

.wrapper-xxl {
    padding-top: 250px;
    padding-bottom: 220px;
}

@media screen and (max-width: 1059px) {
    .wrapper-xxl {
        padding-top: 350px;
    }
}

.headline {
    padding-bottom: 20px;
}

.wrapper-no-padding {
    padding: 0px;
}

.wrapper {
    background-color: #e0e0e0;
    position: relative;
}

.wrapper-default {
    color: #e0e0e0;
    background-color: rgb(16, 14, 23);
}

.wrapper-darkest {
    background-color: #000;
    color: #e0e0e0;
}

.wrapper-transparent {
    background: none;
    color: #979797;
}

.wrapper-fixed {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    display: block;
    z-index: 100;
}

.wrapper-overflow-hidden {
    overflow: hidden;
}

#bck-img12 {
    /*background-image: url(../img/inmanis-hero.png);*/
    background-image: url(../img/lc7icon_512.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 45%;
}

@media screen and (max-width: 1059px) {
    #bck-img12 {
        /*background-image: url(../img/inmanis-hero.png);*/
        background-image: url(../img/lc7icon_512.png);
        background-position: center 150px;
        background-repeat: no-repeat;
        background-size: 45%;
    }
}

.navbar {
    border-radius: 0px;
    border: none;
}

.navbar-transparent {
    background: none;
}

a.navbar-brand {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    font-size: 1.6em;
    vertical-align: middle;
}

.navbar-nav>li>a:hover {
    background: #da1b60 !important;
    background-clip: none;
    -webkit-text-fill-color: white;
}

#footer.wrapper-transparent .nav a {
    color: #e0e0e0;
}

#footer.wrapper-transparent .nav a:hover {
    color: #000;
    background: none;
}

#footer .nav li a {
    padding: 0px;
    margin: 0px;
}

.btn-lg {
    text-transform: uppercase;
    font-size: 1.2em;
}

a,
.btn,
img {
    transition: all 0.5s ease-in-out 0s;
}

.mouse_scroll {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    z-index: 99;
    color: #e0e0e0;
    position: absolute;
    bottom: 40px;
    margin: 0px auto;
    width: 100%;
    display: block;
    text-align: center;
}

.fall {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    /* z-index: 99; */
    position: absolute;
    width: 100%
}

.wrapper-gradient2 {
    background-image: url(../img/grid.png), linear-gradient(to bottom, #ff8606, #e83b36, #460a40);
}

.wrapper-gradient4 {
    background-image: url(../img/grid.png), linear-gradient(to right, #da1b60, #fe702e);
}

.wrapper-gradient5 {
    background-image: url(../img/grid.png), linear-gradient(to bottom, #460a40, #100e17);
}

.wrapper-white {
    background: url(../img/grid.png), rgb(255, 255,255);
}


.features-text-icon:hover .features-icon:after {
    opacity: 1;
    transform: scale(1);
}

.features-text-icon:hover i {
    background: linear-gradient(left, #fff 0%, #fff 100%);
    background-clip: text;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.features-icon i {
    font-size: 52px;
    transition: .3s all ease-in-out;
    position: relative;
    z-index: 1;
    background: rgb(224, 224, 224) linear-gradient(to right, #da1b60 0%, #fe702e 100%) repeat scroll 0 0;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-text-title h5 {
    margin-top: 20px;
    color: #fff;
}

.features-icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    line-height: 130px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.features-icon:after {
    position: absolute;
    content: '';
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
    transform: scale(.5);
}

.features-icon:after {
    background: rgb(224, 224, 224) linear-gradient(to right, #da1b60 0%, #fe702e 100%) repeat scroll 0 0;
}

.features-text-dec {
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.pb80 {
    padding-bottom: 50px;
}

.accordion {
    height: 692px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 692px;
    background-repeat: no-repeat;
    background-position: center;
    transition: width 400ms ease-in-out;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.accordion ul li aside {
    display: block;
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding-top: 200px;
    padding-left: 100px;
    box-sizing: border-box;
    text-decoration: none;
}

.accordion ul li aside * {
    opacity: 0;
    margin: 0;
    position: relative;
    z-index: 5;
    transition: color 0s;
}

.accordion ul li aside h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.accordion ul li aside h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.accordion ul li aside p {
    color: #e0e0e0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 400px;
    font-size: 16px;
}

.accordion ul li aside #split {
    width: 50%;
}

.accordion ul li aside a {
    background-color: #18154A;
    color: #e0e0e0;
    padding: 1.25em 1.25em;
    line-height: 3em;
    text-transform: uppercase;
    transition: color 0.5s ease-in-out 0s;
}

.accordion ul li aside a:hover {
    background-color: #da1b60;
    text-decoration: none;
}

.accordion ul li:nth-child(1) {
    background-image: url(../img/inmanis-top-sm.png);
    filter: grayscale(100%);
}

.accordion ul li:nth-child(2) {
    background-image: url(../img/brutalis-top-sm.png);
    filter: grayscale(100%);
}

.accordion ul li:nth-child(3) {
    background-image: url(../img/syrenis-top-sm.png);
    filter: grayscale(100%);
}

.accordion ul li {
    background-size: normal;
}

.accordion ul:hover li {
    width: 7%;
    color: #e0e0e0;
    filter: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.accordion ul:hover li:hover {
    width: 93%;
    background-position: 90%;
    filter: none;
    background-color: rgb(23, 20, 29);
}

.accordion ul li h1 {
    visibility: hidden;
    color: #fff;
    filter: none;
    text-transform: uppercase;
    font-size: 1.5em;
    vertical-align: bottom;
    transform: rotate(-90deg);
    position: relative;
    left: 2px;
    bottom: 25px;
}

.accordion ul:hover li h1 {
    visibility: visible;
    color: #fff;
    filter: none;
}

.accordion ul:hover li:not(:hover) div {
    color: transparent;
    background: transparent linear-gradient(to bottom, #fe702e, #da1b60);
    border-left: 2px solid rgb(16, 14, 23);
    border-right: 2px solid rgb(16, 14, 23);
    filter: none;
    transition: color 0s, border-color 0s;
}

.accordion ul:hover li:hover aside * {
    opacity: 1;
    transition: opacity 900ms ease-in;
}

@media print,
screen and (min-width: 1060px) and (max-width: 1259px) {
    .accordion {
        height: auto;
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        filter: none;
        background-position: 90%;
        filter: none;
    }
    .accordion ul:hover li:not(:hover) div {
        background: transparent;
        border-left: none;
        border-right: none;
        color: inherit;
    }
    .accordion ul li h1 {
        visibility: hidden;
    }
    .accordion ul:hover li h1 {
        visibility: hidden;
    }
    .accordion ul li div {
        overflow: visible;
    }
    .accordion ul li:nth-child(1) {
        filter: none;
    }
    .accordion ul li:nth-child(2) {
        filter: none;
    }
    .accordion ul li:nth-child(3) {
        filter: none;
    }
    .accordion ul:hover li {
        width: 100%;
    }
    .accordion ul li div aside * {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 1059px) {
    .accordion {
        height: auto;
        width: 100%;
    }
    .accordion ul {
        height: 800px;
        width: 316px;
        margin-left: auto;
        margin-right: auto;
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        height: 800px;
        width: 316px;
        filter: none;
        background-position: center top;
        background-size: 75%;
        filter: none;
    }
    .accordion ul:hover li:not(:hover) div {
        background: transparent;
        border-left: none;
        border-right: none;
        color: inherit;
    }
    .accordion ul li h1 {
        visibility: hidden;
    }
    .accordion ul:hover li h1 {
        visibility: hidden;
    }
    .accordion ul li aside h2 {
        padding-top: 200px;
    }
    .accordion ul li aside {
        padding-left: 0;
    }
    .accordion ul li aside p {
        width: 316px;
    }
    .accordion ul li div {
        overflow: visible;
        width: 316px;
    }
    .accordion ul li:nth-child(1) {
        filter: none;
    }
    .accordion ul li:nth-child(2) {
        filter: none;
    }
    .accordion ul li:nth-child(3) {
        filter: none;
    }
    .accordion ul:hover li {
        width: 100%;
    }
    .accordion ul li div aside * {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fas,
.fal {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-2x {
    font-size: 2em;
}

.fa-4x {
    font-size: 4em;
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-chevron-double-down:before {
    content: "\f322";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-server:before {
    content: "\f233";
}

.fa-tachometer-alt-fastest:before {
    content: "\f626";
}

.fa-users:before {
    content: "\f0c0";
}

.hs-feat {
    list-style: none;
    padding-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
    color: #fff;
}

.hs-feat li {
    padding-left: 0em;
    padding-bottom: 10px;
}

.hs-feat li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 900;
    content: "\f058";
    padding-right: 5px;
}

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

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("/webfonts/fa-brands-400.eot");
    src: url("/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-brands-400.woff2") format("woff2"), url("/webfonts/fa-brands-400.woff") format("woff"), url("/webfonts/fa-brands-400.ttf") format("truetype"), url("/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("/webfonts/fa-light-300.eot");
    src: url("/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-light-300.woff2") format("woff2"), url("/webfonts/fa-light-300.woff") format("woff"), url("/webfonts/fa-light-300.ttf") format("truetype"), url("/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("/webfonts/fa-regular-400.eot");
    src: url("/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-regular-400.woff2") format("woff2"), url("/webfonts/fa-regular-400.woff") format("woff"), url("/webfonts/fa-regular-400.ttf") format("truetype"), url("/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("/webfonts/fa-solid-900.eot");
    src: url("/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-solid-900.woff2") format("woff2"), url("/webfonts/fa-solid-900.woff") format("woff"), url("/webfonts/fa-solid-900.ttf") format("truetype"), url("/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'ProggySquareTTSZ';
    font-style: normal;
    font-weight: normal;
    src: url('/webfonts/ProggySquareSZ.woff') format('woff');
}

@font-face {
    font-family: 'ProggySquareTT';
    font-style: normal;
    font-weight: normal;
    src: url('/webfonts/ProggySquare.woff') format('woff');
}

#hashstack {
    min-height: 950px;
}

.terminal-window {
    color: #e0e0e0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-right: 80px;
    height: 530px;
    margin-top: 20px;
}

.terminal-window:before {
    content: ' ';
    display: block;
    height: 32px;
    background: rgb(16, 14, 23);
    border: 1px solid rgb(16, 14, 23);
}

.terminal-window:after {
    color: #da1b60;
    content: '. . .';
    position: absolute;
    left: 2px;
    right: 0;
    top: -12px;
    font-family: "Times New Roman", Times, serif;
    font-size: 96px;
    line-height: 0;
    letter-spacing: -12px;
}

#terminal {
    color: #e0e0e0;
    height: 100%;
    background-color: rgba(16, 14, 23, 0.8);
}

#terminal,
.terminal {
    padding: 3px 0;
    color: white;
    font-family: "ProggySquareTTSZ", monospace, mono;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
}

#terminal .output,
.terminal .output {
    height: 490px;
    overflow: hidden;
}

#terminal .output .line,
.terminal .output .line {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 2px;
}

#terminal .output .line:last-child::after,
.terminal .output .line:last-child::after {
    content: "▮";
    animation-name: cursor;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}

#terminal [data-terminal],
.terminal [data-terminal] {
    display: none;
}

@media screen and (max-width: 1259px) {
    .terminal-window {
        visibility: hidden;
        display: none;
    }
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin-top: 75px;
    background-color: rgb(23, 20, 29);
    border: 1px #100e17 solid;
}

.tabs .row {
    margin-left: 0;
    margin-right: 0;
}

.tabs .col-md-12,
.tabs .col-md-6,
.tabs .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

.tabs h4 {
    font-size: 1.2em;
    padding-top: 20px;
    text-transform: uppercase;
    color: #da1b60;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    display: block;
    float: left;
    color: #e0e0e0;
    cursor: pointer;
    font-weight: 300;
    padding: 2rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 33.3333%;
    text-decoration: none;
    line-height: 2;
    transition: all 0.5s ease-in-out;
}

.tabs label:hover {
    border-bottom: 1px solid #da1b60;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    height: calc(100vh - 240px);
    min-height: 300px;
    max-height: 700px;
    overflow-y: scroll;
    scrollbar-color: #da1b60 #17141d;
}

.tabs [id^="tab"]:checked+label {
    border-bottom: 3px solid #da1b60;
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3 {
    display: block;
}

@media (min-width: 768px) {
    .tabs {
        margin: 50px auto;
    }
}

#chartdiv {
    width: 100%;
    height: 500px;
}

#legenddiv {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#topnav {
    display: block !important;
    height: 110px !important;
    padding-bottom: 0;
    overflow: visible !important;
    -skrollr-animation-name: fadenav;
}

#topnav a:link,
#topnav a:visited {
    -skrollr-animation-name: fadenavlink;
}

#topnav a:hover {
    -skrollr-animation-name: fadelinkhov;
}

@media screen and (max-width: 1059px) {
    #topnav {
        background-color: rgba(16, 14, 23, 1);
    }
    #topnav a:link,
    #topnav a:visited {
        color: rgba(254, 254, 254, 1);
    }
    #topnav a:hover,
    #topnav a:active {
        background-color: rgba(245, 47, 74, 1);
    }
}

@-skrollr-keyframes fadenav {
    50 {
        background-color: rgba(16, 14, 23, 0);
    }
    100 {
        background-color: rgba(16, 14, 23, 1);
    }
}

@-skrollr-keyframes fadenavlink {
    50 {
        color: rgba(5, 24, 42, 1);
    }
    100 {
        color: rgba(254, 254, 254, 1);
    }
}

@-skrollr-keyframes fadelinkhov {
    50 {
        color: rgba(254, 254, 254, 1);
    }
    100 {
        background-color: rgba(245, 47, 74, 1);
    }
}

.navbar-brand {
    float: left !important;
    font-size: 18px;
    padding-top: 10px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
    height: 60px;
}

nav {
    float: right !important;
}

nav:before,
nav:after {
    content: " ";
    display: table;
}

nav:after {
    clear: both;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 110px;
}

nav li {
    display: inline-block;
    float: left;
    height: 110px;
}

nav li>a {
    display: block;
    padding-top: 43px;
    padding-bottom: 43px;
    padding-left: 20px;
    padding-right: 20px;
}

nav li>a:hover {
    text-decoration: none;
    background: #da1b60 !important;
    background-clip: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

nav input {
    display: none;
}

.navi {
    height: 110px;
}

@media screen and (max-width: 1059px) {
    .navbar-brand>img {
        display: block;
        height: 50px;
    }
    .navbar-brand {
        float: left !important;
        font-size: 12px;
        padding-top: 10px;
    }
    .btn-primary {
        visibility: hidden;
        display: none;
    }
    .headline {
        font-size: 48px;
    }
    nav ul {
        height: unset;
        width: 100%
    }
    nav li {
        text-align: center;
        width: 100%;
        margin: 0;
        float: none;
        height: auto;
        width: 100%;
    }
    nav li>a {
        display: inherit;
        height: 34px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    nav li>a:hover {
        text-decoration: none;
        background: #da1b60 !important;
        background-clip: none;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
    .navi {
        width: 100%;
        height: auto;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navi .menu {
        opacity: 0;
        visibility: hidden;
        background: rgb(16, 14, 23);
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
        height: auto;
        max-height: 0;
        top: 1px;
        transition: max-height 0.5s ease-in-out;
    }
    .navi input#toggle {
        display: none;
    }
    .navi input#toggle+label {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 25px;
        bottom: 28px;
        cursor: pointer;
        z-index: 10;
        color: #fff;
    }
    .navi input#toggle+label:after {
        content: "\f0c9";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Pro';
        font-size: 32px;
    }
    .navi input#toggle:checked~.menu {
        opacity: 1;
        visibility: visible;
        max-height: 500px;
        transition: max-height 0.5s ease-in-out;
    }
}
