:root {
	--entranet-primary-background-color: #6602c8;
	--entranet-secondary-background-color: #333a46;
	--entranet-tertiary-background-color: #fbfbfb;
	--entranet-white-background-color: #ffffff;
	--entranet-primary-border-color: #6602c8;
	--entranet-secondary-border-color: #333a46;
	--entranet-tertiary-border-color: #fbfbfb;
	--entranet-border-color: #c4c4c4;
	--entranet-primary-text-color: #000000;
	--entranet-secondary-text-color: #f15f22;
	--entranet-white: #ffffff;
	--entranet-shadow: 0 0 5px var(--entranet-secondary-background-color);
	--entranet-default-font-family: 'Montserrat', sans-serif;
	--entranet-default-font-size: 14px;
	--entranet-transition: all .3s;
	--entranet-input-radius: 0;
	--entranet-select-radius: 0;
	--entranet-textarea-radius: 0;
	--entranet-button-radius: 4px;
	--entranet-general-radius: 4px;
	--entranet-tint-1: #61b9e8;
	--entranet-tint-2: #e16565;
	--entranet-tint-3: #c85a5a;
	--entranet-tint-4: #af4e4e;
	--entranet-tint-5: #964343;
	--entranet-tint-6: #f15f22;
    --entranet-tint-7: #6035d5;
    --entranet-tint-8: #4f2baf;
	--entranet-tint-9: #ff0000;
	--entranet-tint-10: #000000;
}
*{
	-webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #e4e4e4 transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    scroll-behavior: smooth;
}
body{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    font-display: fallback;
}
i{
	font-style:normal;
}
a, input, textarea, .animation, button, select {
    transition: var(--entranet-transition);
}
a,
a:hover,
a:focus{
	color: #000000;
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
p {
    margin: 0 0 16px
}
header{
	position: relative;
	z-index: 2000000001;
	background-color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.10);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.10);
}
.concept-noimage {
	background-image: url(/*relative-path*/noimage.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.concept-noimage.small {
	background-image: url(/*relative-path*/noimage-sml.png);
}
.p404_section {
	max-width: 1120px;
	text-align: center;
	padding: 60px 40px 40px;
	margin: 0 auto;
	position: relative;
}
.p404_title {
	font-size: 120px;
	text-shadow: 0 3px 5px rgba(0,0,0,.2);
	font-weight: 700;
	margin-bottom: 20px;
}
.p404_messages_title {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}
.p404_messages p a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 40px;
	background: #6602c8;
	color: #ffffff;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-appearance: button;
    cursor: pointer;
    font: inherit;
}
.placeholder:after {
	content: '';
	display: block;
	clear: both;
}
.div-table {
	display: table;
	height: 100%;
	width: 100%;
}
.div-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
img.lazy {
    max-width: 100%;
    height: 100%;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}
@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
img{
    pointer-events: none;
}
p:last-child{
	margin-bottom: 0;
}
#outermostContainer{
    width: 100%;
}
.set-dynamic-sidebar.sticky{
	position: fixed;
	top: 20px;
	z-index: 0;
	left: auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
header.fixed{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 11;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.placeholder_script_1446471618{
	display: none;
}