code {
    white-space: normal;
    word-wrap: break-word;
}
html {
    font-size: 100%}
body {
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 1.625;
    overflow-x: hidden;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    transition: all .25s cubic-bezier(.3,.3,0,.8);
    color: #222;
}
a:hover {
    text-decoration: none;
    color: #7939e2;
}
.btn:focus, .btn:active {
    outline: inherit;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    padding-left: 0;
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    color: #09013f;
    margin: 0 0 15px;
    line-height: 1.25;
}
h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
code {
    color: #666;
    background-color: rgba(0,0,0,0.04);
}
.px-image {
    border-radius: 4px;
    box-shadow: 0 9px 18px rgba(0,0,0, 0.08);
    margin-bottom: 24px;
}
p {
    margin-bottom: 18px;
    &:last-child {
        margin-bottom: 0;
    }
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
mark {
    background: #333333;
    color: #fff;
    padding: 5px;
}
a:focus  {
	outline:  none;
	text-decoration:  none;
}
.panel-body li  {
    list-style:  inherit;
    margin-left:  20px;
}

#pxl-site-content {
    position: relative;
    display: flex;
    align-items: stretch;
}

#pxl-site-content .container {
    width: 100%;
    max-width: 1170px;
}

.pxl-btn {
    font-size: 15px;
    border-radius: 3px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #7939e2;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.pxl-btn:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 120%;
    width: 15px;
    opacity: 0.2;
    left: -45%;
    top: -10%;
    transition: all .8s cubic-bezier(.3,.3,0,.8);
    transform: rotate(15deg);
}
.pxl-btn:hover {
    color: #fff;
}
.pxl-btn:hover:before {
    left: 130%;
}
.icon-space-right {
    margin-right: 10px;
}
/* Header */
#pxl-site-header {
    background-image: url('../image/bg-header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 185px 0 120px;
}
#pxl-site-header .pxl-header--heading {
    font-size: 48px;
    line-height: 1.354;
}
.pxl-header--top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
.pxl-header--menu {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}
.pxl-header--menu .pxl-menu--item {
    margin: 0 36px;
}
.pxl-header--menu a {
    position: relative;
    font-weight: 600;
    color: #666;
    padding: 10px 0;
}
.pxl-header--menu a:before {
    content:  '';
    height: 3px;
    width: 0%;
    border-radius: 3px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #7939e2;
    transition: all .25s cubic-bezier(.3,.3,0,.8);
    opacity: 0;
}
.pxl-header--menu a:hover:before {
    width: 100%;
    opacity: 1;
}

/* Nav Sidebar */
#pxl-bar-left {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 3px 9px 35px rgba(0, 0, 0, 0.06);
    color: #ffffff;
    max-width: 375px;
    min-width: 375px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 9999;
}
#pxl-bar-left .pxl-main-logo {
    margin-bottom: 30px;
}
#pxl-bar-left .pxl-main-logo img {
    max-height: 36px;
}
.pxl-side-nav {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x:  hidden;
}
.pxl-side-nav-inner {
    padding: 65px 40px 60px 40px;
    width: 100%;
    height: 100vh;
}
.pxl-nav-bar {
    margin-bottom: 60px;
}
.pxl-nav-bar ul {
    float: none;
}
.pxl-nav-bar li {
    display: block;
    float: none;
}
.pxl-nav-bar li a {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 500;
    color: #666;
    padding: 13px 0;
}
.pxl-nav-bar .nav > li > a:after {
    content: "\f102";
    font-family: Flaticon;
    font-size: 19px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: all .25s cubic-bezier(.3,.3,0,.8);
}
.pxl-nav-bar li a i {
    margin-right: 15px;
    color: #fcd462;
    font-size: 18px;
}
.pxl-nav-bar .nav > li > a:hover, 
.pxl-nav-bar .nav > li > a:focus {
    background-color: transparent
}
.pxl-nav-bar .nav > li.active > a:after {
    transform: translate(0, -50%) scaleY(-1);
}
.pxl-nav-bar li:hover > a,
.pxl-nav-bar li.active > a {
    color: #09013f;
}
.pxl-nav-bar li ul li a {
    font-size: 15px;
}
.pxl-nav-bar li ul li:hover > a,
.pxl-nav-bar li ul li.active > a {
    color: #8852e5;
    text-decoration: underline
}
.pxl-nav-bar .pxl-nav-sub {
    padding-left: 32px;
    margin-top: 3px;
    margin-bottom: 3px;
    transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
}
.pxl-nav-bar .pxl-nav-sub li a {
    padding: 3px 0;
    color: #565656;
    font-weight: 400;
}
.pxl-nav-bar .nav > li.active .pxl-nav-sub {
    max-height: 500px;
}
.pxl-nav-bar .nav > li > a.pxl-remove-sub-icon:after {
    display: none;
}
/* Content */
#pxl-content {
    padding-top: 85px;
    margin: 0 auto;
    min-height: 100vh;
    width: 100%;
}
.pxl-section-header .pxl-heading {
    font-size: 36px;
    margin-bottom: 78px;
    border-bottom: 1px solid #f1ebfc;
}
.pxl-section-header .pxl-heading span {
    display: inline-flex;
    position: relative;
    padding-bottom: 6px;
}
.pxl-section-header .pxl-heading span:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background-color: #7939e2;
}
.pxl-section-wrap + .pxl-section-wrap {
    margin-top: 60px;
}
.pxl-heading-icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    font-size: 34px;
    position: relative;
    text-align: center;
    color: #f6c863;
    box-shadow: 0 9px 35px rgba(0,0,0, 0.06);
    min-width: 70px;
    margin-right: 28px;
}
.pxl-heading-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxl-section-content {
    padding-left: 98px;
}
.pxl-section-content a:hover {
    text-decoration: underline;
}
.pxl-section-content ul {
    margin-left: 20px;
    margin-bottom: 24px;
}
.pxl-section-content ul li {
    position: relative;
    padding-left: 18px;
}
.pxl-section-content strong {
    color: #666;
}
.pxl-section-content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #7d34fd;
    position: absolute;
    top: 10px;
    left: 0;
}
.pxl-section-content ul li + li {
    margin-top: 10px;
}
.pxl-section-content h6 {
    margin-top: 34px;
}
.pxl-section-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 22px;
}
.pxl-section-meta span {
    font-size: 20px;
    font-weight: 600;
    color: #09013f;
}
.pxl-section-holder + .pxl-section-holder {
    margin-top: 52px;
}
.pxl-sub-heading {
    position: relative;
    padding-left: 30px;
}
.pxl-sub-heading:before {
    content:  '';
    width: 18px;
    height: 2px;
    background-color: #7939e2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
/* Footer */
#pxl-fooder {
    padding: 100px 0 45px;
    text-align: center;
}
#pxl-fooder a {
    color: inherit;
    text-decoration: none;
}
#pxl-fooder a:hover {
    color: #7939e2;
}

@media screen and (max-width: 1200px) {
    #pxl-bar-left {
        max-width: 100%;
        min-width: 100%;
    }
    .pxl-section-meta .pxl-heading-icon, #pxl-site-header, #pxl-bar-left .pxl-nav-bar {
        display: none;
    }
    #pxl-site-content {
        display: block;
    }
    #pxl-site-content, .pxl-section-content {
        padding-left: 0
    }
    .pxl-section-header .pxl-heading {
        font-size: 24px;
    }
    #pxl-site-header .pxl-header--heading {
        font-size: 36px;
    }
    .pxl-side-nav-inner {
        padding: 65px 40px 60px 40px;
        width: 100%;
        height: inherit;
    }
}