@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/* -------------------------------------------------------------------------------- /

	Plugin Name: Go Pricing - WordPress Responsive Pricing Tables
	Plugin URI: http://www.go-pricing.com
	Description: The New Generation Pricing Tables. If you like traditional Pricing Tables, but you would like get much more out of it, then this rodded product is a useful tool for you.
	Author: Granth
	Version: 3.4
	Author https://granthweb.com/

	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

    [1] RESET
    [2] SETUP
    [3] LAYOUT
    [3.1] HEADER
    [3.2] BODY
    [3.3] FOOTER & BUTTONS
    [4] ICONS
    [5] RIBBONS
    [6] COLUMN SHADOWS    		
    [7] CLEAN STYLE
	

/ -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- /
	[1]	RESET
/ -------------------------------------------------------------------------------- */

.go-pricing * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gw-go * {
    background: none;
    border: none;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    letter-spacing: normal !important;
    margin: 0;
    outline: none;
    padding: 0;
    text-transform: none;
    text-decoration: none !important;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-break: normal;
    word-break: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------------------------- /
	[2]	SETUP - general settings, clearfix, common classes
/ -------------------------------------------------------------------------------- */

/* clearfix */
.gw-go-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gw-go-clearfix {
    display: inline-block;
} /* Hide from IE Mac \*/
.gw-go-clearfix {
    display: block;
} /* End hide from IE Mac */
.gw-go-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* clearfix class */
.gw-go-clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* text aligns */
.gw-go-tcenter {
    text-align: center;
}
.gw-go-tleft {
    text-align: center;
}
.gw-go-tright {
    text-align: right;
}

/* video iframe */
.gw-go-video-wrapper {
    padding-bottom: 56.25% !important;
    position: relative;
    height: 0;
}
.gw-go-header-bottom .gw-go-video-wrapper {
    margin-bottom: -1px;
}
.gw-go-video-wrapper > div {
    position: static !important;
    padding-top: 100% !important;
}
.gw-go-video-wrapper iframe {
    height: 100%;
    left: 0;
    margin: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%;
}

/* image settings */
.gw-go-img-wrapper {
    position: relative;
}
.gw-go img {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    vertical-align: bottom;
}
img.gw-go-responsive-img {
    border: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.gw-go audio,
.gw-go video {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
}
/* fix for google map popup & mediaelement js styling bug in some themes */
.gw-go-gmap img {
    max-width: none !important;
}
.gw-go .mejs-container img {
    height: auto !important;
    max-width: none !important;
    width: 100% !important;
}
.gw-go-oldie .me-plugin,
.gw-go-oldie .mejs-mediaelement {
    position: static !important;
}

/* table & input settings for paypal */
.gw-go table {
    border: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.gw-go td {
    border: none;
    margin: 0;
    padding: 0 0 10px 0;
}
div.gw-go input {
    border: none;
    outline: none;
}
.gw-go input[type="text"] {
    background: #fff !important;
    border: solid 1px #b8b8b8 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    outline: none;
    padding: 3px 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.gw-go input[type="text"]:focus {
    border: solid 1px #9d9d9d;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
}

/* other */
.gw-go i {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    text-align: left;
    top: -1px;
}
.gw-go b,
.gw-go strong {
    font-weight: bold;
}
.gw-go em {
    font-style: italic !important;
}
.gw-go u {
    text-decoration: underline !important;
}
.gw-go del {
    text-decoration: line-through !important;
}

/* -------------------------------------------------------------------------------- /
	[3] LAYOUT
/ -------------------------------------------------------------------------------- */

.gw-go {
    font-size: 0;
    margin: 0 0 -20px 0;
    visibility: hidden;
}
.gw-go[data-scroll-offset] {
    opacity: 0;
}
/* VC frontend editing fix */
.vc_editor .gw-go[data-scroll-offset] {
    opacity: 1;
}

.cs-preview .cs-content .gw-go[data-scroll-offset] {
    opacity: 1;
}

/* RTL trick */
[dir="rtl"] .gw-go {
    direction: ltr;
}
[dir="rtl"] .gw-go-col-wrap {
    direction: rtl;
}

/* default colum widths */
.gw-go-1col .gw-go-col-wrap {
    width: 100%;
}
.gw-go-2cols .gw-go-col-wrap {
    width: 50%;
}
.gw-go-3cols .gw-go-col-wrap {
    width: 33.33%;
}
.gw-go-4cols .gw-go-col-wrap {
    width: 25%;
}
.gw-go-5cols .gw-go-col-wrap {
    width: 20%;
}
.gw-go-6cols .gw-go-col-wrap {
    width: 16.66%;
}
.gw-go-7cols .gw-go-col-wrap {
    width: 14.285%;
}
.gw-go-8cols .gw-go-col-wrap {
    width: 12.5%;
}
.gw-go-9cols .gw-go-col-wrap {
    width: 11.11%;
}
.gw-go-10cols .gw-go-col-wrap {
    width: 10%;
}

.gw-go-col-wrap {
    display: inline-block !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    float: none !important;
    font-size: 12px;
    line-height: 16px;
    margin-left: -1px;
    padding: 20px 0;
    position: relative;
    -moz-transition: padding 0.2s linear, margin 0.2s linear !important;
    -o-transition: padding 0.2s linear, margin 0.2s linear !important;
    -webkit-transition: padding 0.2s linear, margin 0.2s linear !important;
    transition: padding 0.2s linear, margin 0.2s linear !important;
    vertical-align: top !important;
}
.gw-go-col-wrap:first-child {
    margin-left: 0;
}

.gw-go-col-wrap.gw-go-hover {
    z-index: 2;
}
.gw-go-col-wrap.gw-go-curr {
    z-index: 3 !important;
}

.gw-go-col {
    border: solid 1px #ebebeb;
    border-bottom: solid 2px #d3d3d3;
    border-top-width: 2px;
    position: relative;
    top: 0;
    -moz-transition: margin-top 0.2s linear, top 0.2s linear, -moz-box-shadow 0.2s linear;
    -o-transition: margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
    -webkit-transition: margin-top 0.2s linear, top 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: margin-top 0.2s linear, top 0.2s linear, box-shadow 0.2s linear;
}
.gw-go-col-inner {
    -moz-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0);
    float: none !important;
    overflow: hidden;
    padding: 0 !important;
    -moz-transition: -moz-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.gw-go.gw-go-fullh-bg .gw-go-col {
    height: 100%;
}
.gw-go.gw-go-fullh-bg .gw-go-col-inner {
    height: 100%;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-col-inner {
    -moz-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}
.gw-go-col:before {
    content: "";
    height: 20px;
    margin-top: 2px;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

/* enlarge highlighted column / column on hover option is enabled */
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current {
    padding: 20px 0 40px;
}
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col {
    margin-top: 0;
    top: 0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover {
    padding: 0;
    margin-bottom: 0;
}

.gw-go.gw-go-enlarge-current.gw-go-no-footer.gw-go-hover .gw-go-col-wrap.gw-go-hover {
    margin-bottom: 0;
}

/* disable enlarge */
.gw-go-col-wrap.gw-go-disable-enlarge {
    padding: 20px 0 20px !important;
}
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col {
    margin-top: 0 !important;
    top: 0 !important;
}

.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer {
    top: 0 !important;
}
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-footer-spacer {
    height: 0.1px !important;
}
.gw-go-col-wrap.gw-go-disable-enlarge .gw-go-col {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* disable box-shadow */
.gw-go-disable-box-shadow .gw-go-col-inner {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* -------------------------------------------------------------------------------- /
	[3.1] HEADER
/ -------------------------------------------------------------------------------- */

.gw-go-header {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.gw-go-header img {
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.gw-go-header small {
    font-size: inherit;
    margin-bottom: 4px;
}
/** 1. regular pricing header **/

/* header containers */
.gw-go-header-top {
    height: 95px;
    position: relative;
}
.gw-go-header h2 {
    color: inherit;
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
    text-transform: none !important;
    top: 15px;
}
.gw-go-header h2 small {
    font-size: 22px;
}

.gw-go-header h3 {
    border: none !important;
    color: inherit;
    font-size: 18px !important;
    line-height: 16px !important;
    font-weight: normal !important;
    left: 0;
    letter-spacing: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    text-transform: none !important;
    top: 19px;
    width: 100%;
}
.gw-go-header h3 small {
    display: block;
    font-size: 12px;
}
.gw-go-header-bottom {
    border-top: solid 1px transparent;
    height: 50px;
}

/* pricing coins */
.gw-go-coin-wrap {
    font-size: 32px;
    height: 80px;
    left: 50%;
    margin: 0 0 0 -40px;
    position: absolute;
    top: 54px;
    width: 80px;
    z-index: 1;
}
.gw-go-coinf,
.gw-go-coinb {
    background: #fff;
    border-width: 1px !important;
    border-radius: 50px;
    display: table;
    height: 78px;
    left: 0;
    position: absolute;
    table-layout: fixed;
    text-align: center;
    width: 78px;
}

.gw-go-coinf div,
.gw-go-coinb div {
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38) inset, 0 0 1px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38) inset, 0 0 1px rgba(0, 0, 0, 0.38);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38) inset, 0 0 1px rgba(0, 0, 0, 0.38);
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    border-radius: 50px;
    border-width: 1px !important;
    display: table-cell;
    font-size: 32px;
    line-height: 24px;
    vertical-align: middle;
}
.gw-go-coinf div span[data-id="currency"],
.gw-go-coinb div span[data-id="currency"] {
    font-size: 0.5em;
    margin: 0 2px;
    position: relative;
    top: 0;
    vertical-align: top;
}
.gw-go-coinf small,
.gw-go-coinb small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -5px;
    margin-top: 3px;
}

.gw-go-coinb,
.gw-go-col-wrap.gw-go-hover .gw-go-coinf,
.gw-go-col-wrap.gw-go-current .gw-go-coinf {
    visibility: hidden;
}

.gw-go-coinf,
.gw-go-col-wrap.gw-go-hover .gw-go-coinb,
.gw-go-col-wrap.gw-go-current .gw-go-coinb {
    visibility: visible;
}

.gw-go-price-wrap > span {
    font-size: 32px;
}
.gw-go-price-wrap > small {
    font-size: 12px;
}

/* -------------------------------------------------------------------------------- /
	[3.2] BODY
/ -------------------------------------------------------------------------------- */

ul.gw-go-body {
    border-bottom: solid 1px transparent;
    float: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
}
.gw-go-no-footer ul.gw-go-body {
    border-bottom: none !important;
    padding-bottom: none !important;
}
ul.gw-go-body > li {
    background: none;
    border-top: solid 1px #fff;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: table !important;
    position: relative;
    min-height: 17px;
    line-height: 16px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 10px 5px !important;
    table-layout: fixed;
    text-align: inherit !important;
    width: 100%;
}
ul.gw-go-body > li .gw-go-body-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 1;
}
ul.gw-go-body > li .gw-go-body-cell-valign-top {
    vertical-align: top;
}
ul.gw-go-body > li .gw-go-body-cell-valign-bottom {
    vertical-align: bottom;
}
.gw-go-ie ul.gw-go-body > li .gw-go-body-cell {
    display: block;
}
ul.gw-go-body > li:before,
ul.gw-go-body > li:after {
    display: none !important;
}

ul.gw-go-body > li .gw-go-body-cell:before,
ul.gw-go-body > li .gw-go-body-cell:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Tooltip */
.gw-go-tooltip {
    left: 50%;
    margin-top: 15px !important;
    margin-left: -15px;
    opacity: 0;
    position: absolute;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    visibility: hidden;
    z-index: 4;
}
.gw-go-tooltip-visible {
    margin-top: 5px !important;
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
    transition: opacity 0.2s linear, visibility 0.2s linear, margin-top 0.2s ease-in-out;
}
.gw-go-tooltip-content:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #9d9d9d;
    border-top-color: inherit;
    content: "";
    left: 10px;
    position: absolute;
    top: 100%;
}
.gw-go-tooltip-content {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #9d9d9d;
    border-color: #9d9d9d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #333333;
    display: none;
    padding: 6px 10px 6px 10px;
    text-decoration: none !important;
    transition: none;
    text-align: left;
    width: 130px;
    max-width: 100%;
}
.gw-go-tooltip .gw-go-tooltip-content {
    display: block;
}

ul.gw-go-body li a,
ul.gw-go-body li a:visited,
ul.gw-go-body li a:active {
    color: inherit;
    text-decoration: none !important;
}
ul.gw-go-body li a:hover {
    text-decoration: underline !important;
}

/* -------------------------------------------------------------------------------- /
	[3.3] FOOTER & BUTTONS
/ -------------------------------------------------------------------------------- */

/* colum footer */
.gw-go-footer-wrap {
    padding: 15px 0;
}

.gw-go-footer {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
    text-align: center;
    top: 0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-footer,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover .gw-go-footer {
    top: -20px;
}
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-footer {
    bottom: 20px;
}

.gw-go-footer-spacer {
    height: 0.1px;
    -moz-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer-spacer,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-hover .gw-go-footer-spacer {
    height: 40px;
}
.gw-go-footer-inner {
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-hover .gw-go-footer-inner,
.gw-go.gw-go-enlarge-current .gw-go-col-wrap.gw-go-current .gw-go-footer-inner,
.gw-go.gw-go-enlarge-current.gw-go-hover .gw-go-col-wrap.gw-go-current.gw-go-hover .gw-go-footer-innner {
    top: 20px;
}

.gw-go-footer-rows {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.gw-go-footer-row {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: table;
    table-layout: fixed;
    width: 100%;
}
div.gw-go-footer-row a,
div.gw-go-footer-row a:visited,
div.gw-go-footer-row a:active {
    color: inherit;
    text-decoration: none !important;
}
.gw-go-footer-row-inner {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.gw-go-footer-row-inner.gw-go-footer-row-inner-valign-top {
    vertical-align: top;
}
.gw-go-footer-row-inner.gw-go-footer-row-inner-valign-bottom {
    vertical-align: bottom;
}

/* button */
.gw-go-btn,
a.gw-go-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    cursor: pointer;
    display: inline-block;
    font-family: inherit !important;
    margin: 0 5px !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.gw-go-btn,
a.gw-go-btn:hover,
ul.gw-go-body li a.gw-go-btn:hover {
    text-decoration: none !important;
}

.gw-go-btn:active {
    top: 1px;
}
.gw-go-btn form {
    display: none !important;
}

/* button hover & active states */
.gw-go-col-wrap.gw-go-hover .gw-go-btn:active,
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-btn:active {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

/* button sizes - small, medium, large */
.gw-go-btn-small {
    padding: 1px 11px 0;
}
.gw-go-btn-medium {
    padding: 5px 13px 4px;
}
.gw-go-btn-large {
    padding: 11px 18px 10px;
}

.gw-go-btn > .gw-go-btn-inner {
    display: table-cell;
    height: 23px;
    vertical-align: middle;
}
.gw-go-btn-fullwidth > .gw-go-btn-inner {
    max-width: 100%;
    width: 1000px;
}

/* -------------------------------------------------------------------------------- /
	[4]	ICONS (CLASSIC IMAGE ICONS)
/ -------------------------------------------------------------------------------- */

.gw-go-icon-left {
    margin-left: 0 !important;
}
.gw-go-icon-right {
    margin-right: 0 !important;
}

/* Body icons */
span[class*="gw-go-icon"] {
    background-position: 50% 50% no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 3px -4px;
    width: 16px;
}

/* Team icons */
.gw-go-icon-light-skype {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_skype.png) 50% 50% no-repeat;
}
.gw-go-icon-light-facebook {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_facebook.png) 50% 50% no-repeat;
}
.gw-go-icon-light-twitter {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_twitter.png) 50% 50% no-repeat;
}
.gw-go-icon-light-email {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_light_email.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-skype {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_skype.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-facebook {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_facebook.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-twitter {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_twitter.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-email {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_team_dark_email.png) 50% 50% no-repeat;
}

/* Light icons */
.gw-go-icon-light-arrow {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_arrow.png) 50% 50% no-repeat;
}
.gw-go-icon-light-arrow2 {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_arrow2.png) 50% 50% no-repeat;
}
.gw-go-icon-light-circle {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_circle.png) 50% 50% no-repeat;
}
.gw-go-icon-light-cross {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_cross.png) 50% 50% no-repeat;
}
.gw-go-icon-light-dot {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_dot.png) 50% 50% no-repeat;
}
.gw-go-icon-light-minus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_minus.png) 50% 50% no-repeat;
}
.gw-go-icon-light-ok {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_ok.png) 50% 50% no-repeat;
}
.gw-go-icon-light-plus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_plus.png) 50% 50% no-repeat;
}
.gw-go-icon-light-star {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_light_star.png) 50% 50% no-repeat;
}

/* Dark icons */
.gw-go-icon-dark-arrow {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_arrow.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-arrow2 {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_arrow2.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-circle {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_circle.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-cross {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_cross.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-dot {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_dot.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-minus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_minus.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-ok {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_ok.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-plus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_plus.png) 50% 50% no-repeat;
}
.gw-go-icon-dark-star {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_dark_star.png) 50% 50% no-repeat;
}

/* Red icons */
.gw-go-icon-red-arrow {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_arrow.png) 50% 50% no-repeat;
}
.gw-go-icon-red-arrow2 {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_arrow2.png) 50% 50% no-repeat;
}
.gw-go-icon-red-circle {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_circle.png) 50% 50% no-repeat;
}
.gw-go-icon-red-cross {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_cross.png) 50% 50% no-repeat;
}
.gw-go-icon-red-dot {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_dot.png) 50% 50% no-repeat;
}
.gw-go-icon-red-minus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_minus.png) 50% 50% no-repeat;
}
.gw-go-icon-red-ok {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_ok.png) 50% 50% no-repeat;
}
.gw-go-icon-red-plus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_plus.png) 50% 50% no-repeat;
}
.gw-go-icon-red-star {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_red_star.png) 50% 50% no-repeat;
}

/* Green icons */
.gw-go-icon-green-arrow {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_arrow.png) 50% 50% no-repeat;
}
.gw-go-icon-green-arrow2 {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_arrow2.png) 50% 50% no-repeat;
}
.gw-go-icon-green-circle {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_circle.png) 50% 50% no-repeat;
}
.gw-go-icon-green-cross {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_cross.png) 50% 50% no-repeat;
}
.gw-go-icon-green-dot {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_dot.png) 50% 50% no-repeat;
}
.gw-go-icon-green-minus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_minus.png) 50% 50% no-repeat;
}
.gw-go-icon-green-ok {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_ok.png) 50% 50% no-repeat;
}
.gw-go-icon-green-plus {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_plus.png) 50% 50% no-repeat;
}
.gw-go-icon-green-star {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_green_star.png) 50% 50% no-repeat;
}

/* Button icons */
span[class*="gw-go-btn-icon"] {
    display: inline-block;
    height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    width: 20px;
}
span[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
    height: 24px;
    width: 24px;
}
.gw-go-btn-icon-medium-white-basket {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_white_basket_medium.png) 50% 50% no-repeat;
}
.gw-go-btn-icon-medium-white-download {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_white_download_medium.png) 50% 50% no-repeat;
}
.gw-go-btn-icon-large-white-basket {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/icons/icon_white_basket_large.png) 50% 50% no-repeat;
}

/* -------------------------------------------------------------------------------- /
	[5]	SIGNS (RIBBON)
/ -------------------------------------------------------------------------------- */

[class*="gw-go-ribbon"] img {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: block !important;
    margin: 0 !important;
}
[class*="gw-go-ribbon-right"] img {
    float: right;
}

[class*="gw-go-ribbon-left"],
[class*="gw-go-ribbon-right"] {
    left: 0;
    margin-left: -1px;
    margin-top: -2px;
    position: absolute;
    top: 0;
    z-index: 2;
}
[class*="gw-go-ribbon-right"] {
    left: auto;
    margin-right: -1px;
    right: 0;
}

/* Text ribbons */
.gw-go-ribbon-text {
    height: 110px;
    overflow: hidden;
    width: 110px;
}
.gw-go-ribbon-text span {
    display: inline-block;
    line-height: 26px;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
.gw-go-ribbon-text.gw-go-ribbon-left span {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 55% 200%;
    -o-transform-origin: 55% 200%;
    -webkit-transform-origin: 55% 200%;
    transform-origin: 55% 200%;
}
.gw-go-ribbon-text.gw-go-ribbon-right span {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 45% 200%;
    -o-transform-origin: 45% 200%;
    -webkit-transform-origin: 45% 200%;
    transform-origin: 45% 200%;
}
.gw-go-ribbon-text.gw-go-ribbon-shadow span {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* -------------------------------------------------------------------------------- /
	[6] COLUMN SHADOWS
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-shadow1:before {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_1.png) 50% 100% no-repeat;
}
.gw-go-col.gw-go-shadow2:before {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_2.png) 50% 100% no-repeat;
}
.gw-go-col.gw-go-shadow3:before {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_3.png) 50% 100% no-repeat;
}
.gw-go-col.gw-go-shadow4:before {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_4.png) 50% 100% no-repeat;
}
.gw-go-col.gw-go-shadow5:before {
    background: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/shadows/shadow_5.png) 50% 100% no-repeat;
}
.gw-go-col.gw-go-shadow1:before,
.gw-go-col.gw-go-shadow2:before,
.gw-go-col.gw-go-shadow3:before,
.gw-go-col.gw-go-shadow4:before,
.gw-go-col.gw-go-shadow5:before {
    background-size: 100% 20px;
}

/* -------------------------------------------------------------------------------- /
	[7] CLEAN STYLE
/ -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- /
	[7.1] GENERAL
/ -------------------------------------------------------------------------------- */

.gw-go-col[class*="gw-go-clean-style"] {
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-transition: margin-top 0.2s linear, top 0.2s linear;
    -o-transition: margin-top 0.2s linear, top 0.2s linear;
    -webkit-transition: margin-top 0.2s linear, top 0.2s linear;
    transition: margin-top 0.2s linear, top 0.2s linear;
}
.gw-go-col[class*="gw-go-clean-style"]:before {
    margin-top: 0;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner {
    border: solid 1px #ebebeb;
    border-bottom: solid 2px #d3d3d3;
    border-top-width: 2px;
    -moz-transition: -moz-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-top {
    height: 100px;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-bottom {
    height: 60px;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-coin-wrap {
    height: 90px;
    margin: 0 0 0 -45px;
    width: 90px;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinf,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinb {
    height: 88px;
    width: 88px;
    border-width: 2px !important;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinf div,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-coinb div {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-top {
    display: table;
    height: 50px;
    table-layout: fixed;
    width: 100%;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-top h3 {
    display: table-cell;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-header-bottom {
    display: table;
    table-layout: fixed;
    height: 110px;
    width: 100%;
}
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap span[data-id="currency"],
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap span[data-id="currency"] {
    font-size: 0.5em;
    position: relative;
    top: 2px;
    vertical-align: text-top;
    margin: 0 2px;
    vertical-align: top;
    top: 0;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap small,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-standard .gw-go-price-wrap small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -5px;
    margin-top: 3px;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-img,
.gw-go-col[class*="gw-go-clean-style"] .gw-go-header-img h3 {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-left"],
.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-right"] {
    margin-left: 0;
    margin-top: 0;
}

.gw-go-col[class*="gw-go-clean-style"] [class*="gw-go-ribbon-right"] {
    left: auto;
    margin-right: 0;
}

.gw-go-col[class*="gw-go-clean-style"] .gw-go-btn {
    border: none;
}

/* -------------------------------------------------------------------------------- /
	[7.2] CLEAN STYLE 1
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style1 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
/* column default state */
.gw-go-col.gw-go-clean-style1 .gw-go-header-top {
    background: none;
}

.gw-go-col.gw-go-clean-style1 .gw-go-header-bottom {
    background: #f5f5f5;
    border-top-color: #f5f5f5;
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-top {
    background: none !important;
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-bottom {
    background: none !important;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-img .gw-go-header-top:before {
    height: 50px !important;
}
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-header-bottom:before {
    display: none !important;
}

/* column default state */
.gw-go-col.gw-go-clean-style1 .gw-go-header h3 {
    color: #333;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-header h3,
.gw-go-col.gw-go-clean-style1 .gw-go-header-img h3,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style1 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small {
    color: #fff !important;
}

.gw-go-col.gw-go-clean-style1 .gw-go-coinf,
.gw-go-col.gw-go-clean-style1 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col.gw-go-clean-style1 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style1 .gw-go-coinb small {
    color: #333;
}

/***** details *****/
.gw-go-col.gw-go-clean-style1 .gw-go-body > li {
    background: #ebebeb;
}
.gw-go-col.gw-go-clean-style1 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}
.gw-go-col.gw-go-clean-style1 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column default state */
.gw-go-col.gw-go-clean-style1 .gw-go-body > li {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-body > li {
    color: #333333;
}

/***** footer *****/
.gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-small {
    margin-top: 45px;
}
.gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-medium {
    margin-top: 40px;
}
.gw-go-col.gw-go-clean-style1 .gw-go-btn.gw-go-btn-large {
    margin-top: 33px;
}
/* button default state */
.gw-go-col.gw-go-clean-style1 .gw-go-btn {
    background: #9d9d9d;
    color: #ffffff;
}
/* button hover state */
.gw-go-col.gw-go-clean-style1 .gw-go-btn:hover {
    background: #333333;
}

/* column default state */
.gw-go-col.gw-go-clean-style1 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-footer-row {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style1 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.3] CLEAN STYLE 2
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style2 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-top,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-bottom {
    background: #333333 !important;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-top,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom {
    background: none !important;
}

/* column default state */
.gw-go-col.gw-go-clean-style2 .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 100%;
    left: 0;
    filter: alpha(opacity=10);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.15;
    position: absolute;
    width: 100%;
}

.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}
.gw-go-col.gw-go-clean-style2 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-header h3,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style2 .gw-go-header-standard .gw-go-price-wrap small {
    color: #fff !important;
}

.gw-go-col.gw-go-clean-style2 .gw-go-header h3 {
    color: #fff;
}
.gw-go-col.gw-go-clean-style2 .gw-go-coinf,
.gw-go-col.gw-go-clean-style2 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col.gw-go-clean-style2 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style2 .gw-go-coinb small {
    color: #333;
}

/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-coinf div,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style2 .gw-go-coinb div {
    color: #333 !important;
}

/***** details *****/
.gw-go-col.gw-go-clean-style2 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style2 .gw-go-body > li {
    background: #ebebeb;
    color: #333333;
}
.gw-go-col.gw-go-clean-style2 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style2 .gw-go-btn {
    background: #333;
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style2 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

.gw-go-col.gw-go-clean-style2 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.4] CLEAN STYLE 3
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style3 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
.gw-go-col.gw-go-clean-style3 .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}
.gw-go-col.gw-go-clean-style3 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}

.gw-go-col.gw-go-clean-style3 .gw-go-header h3,
.gw-go-col.gw-go-clean-style3 .gw-go-header-standard .gw-go-price-wrap {
    color: #fff;
}
.gw-go-col.gw-go-clean-style3 .gw-go-coinf,
.gw-go-col.gw-go-clean-style3 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col.gw-go-clean-style3 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style3 .gw-go-coinb small {
    color: #9d9d9d;
}

/***** details *****/
.gw-go-col.gw-go-clean-style3 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style3 .gw-go-body > li {
    background: #ebebeb;
}
.gw-go-col.gw-go-clean-style3 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}

/* column default state */
.gw-go-col.gw-go-clean-style3 .gw-go-body > li {
    color: #9d9d9d;
}

/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-body > li {
    color: #333333;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style3 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 20px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style3 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* column default state */
.gw-go-col.gw-go-clean-style3 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-footer-row {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style3 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style3 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.5] CLEAN STYLE 4
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style4 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
.gw-go-col.gw-go-clean-style4 .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.gw-go-col.gw-go-clean-style4 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}

.gw-go-col.gw-go-clean-style4 .gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}
.gw-go-col.gw-go-clean-style4 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}

.gw-go-col.gw-go-clean-style4 .gw-go-header h3,
.gw-go-col.gw-go-clean-style4 .gw-go-header-standard .gw-go-price-wrap {
    color: #fff;
}
.gw-go-col.gw-go-clean-style4 .gw-go-coinf,
.gw-go-col.gw-go-clean-style4 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}

/***** details *****/
.gw-go-col.gw-go-clean-style4 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style4 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style4 .gw-go-body > li .gw-go-body-cell:before {
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    margin-left: -1px;
    filter: alpha(opacity=7);
    -khtml-opacity: 0.07;
    -moz-opacity: 0.07;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
    opacity: 0.07;
    padding: 10px 5px;
    position: absolute;
    top: -10px;
    width: 101%;
    z-index: -1;
}
.gw-go-col.gw-go-clean-style4 .gw-go-body > li .gw-go-body-cell:before {
    filter: alpha(opacity=14);
    -khtml-opacity: 0.14;
    -moz-opacity: 0.14;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
    opacity: 0.14;
}

/* button default state */
.gw-go-col.gw-go-clean-style4 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style4 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

.gw-go-col.gw-go-clean-style4 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.6] CLEAN STYLE 5
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style5 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
/* column default state */
.gw-go-col.gw-go-clean-style5 .gw-go-header-bottom {
    background: #f5f5f5;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-img .gw-go-header-bottom {
    background: transparent !important;
}

.gw-go-col.gw-go-clean-style5 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}

.gw-go-col.gw-go-clean-style5 .gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}
.gw-go-col.gw-go-clean-style5 .gw-go-header-img .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.gw-go-col.gw-go-clean-style5 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}
.gw-go-col.gw-go-clean-style5 .gw-go-header h3,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-price-wrap span,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-price-wrap small,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard.gw-go-header-img span,
.gw-go-col.gw-go-clean-style5 .gw-go-header-standard.gw-go-header-img small {
    color: #fff !important;
}
.gw-go-col.gw-go-clean-style5 .gw-go-coinf,
.gw-go-col.gw-go-clean-style5 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col.gw-go-clean-style5 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style5 .gw-go-coinb small {
    color: #333;
}

/***** details *****/
.gw-go-col.gw-go-clean-style5 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column default state */
.gw-go-col.gw-go-clean-style5 .gw-go-body > li {
    background: #ebebeb;
    color: #9d9d9d;
}
.gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li {
    background: none !important;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col-wrap .gw-go-col.gw-go-clean-style5 .gw-go-body > li .gw-go-body-cell:before {
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    margin-left: -1px;
    position: absolute;
    top: -10px;
    z-index: -1;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li.gw-go-even .gw-go-body-cell:before {
    filter: alpha(opacity=10);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li .gw-go-body-cell:before {
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
    padding: 10px 5px;
    width: 101%;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-body > li {
    color: #333;
}

/***** footer *****/
.gw-go-col.gw-go-clean-style5 .gw-go-footer-row {
    color: #9d9d9d;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style5 .gw-go-footer-row {
    color: #333;
}

/* button default state */
.gw-go-col.gw-go-clean-style5 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style5 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* -------------------------------------------------------------------------------- /
	[7.7] CLEAN STYLE 6
/ -------------------------------------------------------------------------------- */

/* column default state */
.gw-go-col.gw-go-clean-style6 .gw-go-col-inner,
.gw-go.gw-go-hover .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style6 .gw-go-col-inner {
    background: #fff;
}

/* column default state */
.gw-go-col.gw-go-clean-style6 .gw-go-header-bottom {
    border-top: solid 1px transparent;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px transparent;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.2) !important;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-header-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.35) !important;
}

.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}

.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-header-top:before {
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

.gw-go-col.gw-go-clean-style6 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}

/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-header h3 {
    color: #fff !important;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-price-wrap,
.gw-go-col.gw-go-clean-style6 .gw-go-header-img h3,
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style6 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small {
    color: #fff !important;
}

/* column default state */
.gw-go-coin-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50px;
}

.gw-go-col.gw-go-clean-style6 .gw-go-coinf div,
.gw-go-col.gw-go-clean-style6 .gw-go-coinb div {
    color: #fff;
}

/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinf,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinf div,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-coinb div {
    background: #fff !important;
}

/***** details *****/
.gw-go-col.gw-go-clean-style6 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column default state */
.gw-go-col.gw-go-clean-style6 .gw-go-body > li {
    background: #ebebeb;
    border-top-color: #fff;
    color: #9d9d9d;
}
.gw-go-col.gw-go-clean-style6 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-body {
    border-bottom-color: #fff !important;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-body > li {
    background: none;
    border-top-color: #fff;
    color: #fff !important;
}

/***** footer *****/
/* column default state */
.gw-go-col.gw-go-clean-style6 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}

/* column hover / selected state */
/* button default state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-btn {
    background: #fff !important;
}

/* button hover state */
.gw-go-col.gw-go-clean-style6 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* column default state */
.gw-go-col.gw-go-clean-style6 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-footer-row {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style6 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style6 .gw-go-footer-row {
    color: #fff;
}

/* -------------------------------------------------------------------------------- /
	[7.8] CLEAN STYLE 7
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style7 .gw-go-col-inner {
    background: #fff;
}

/***** details *****/
.gw-go-col.gw-go-clean-style7 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style7 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style7 .gw-go-body > li .gw-go-body-cell:before {
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    margin-left: -1px;
    filter: alpha(opacity=10);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    padding: 10px 5px;
    position: absolute;
    top: -10px;
    width: 101%;
    z-index: -1;
}
.gw-go-col.gw-go-clean-style7 .gw-go-body > li .gw-go-body-cell:before {
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-body {
    border-bottom-color: #fff !important;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style7 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style7 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

.gw-go-col.gw-go-clean-style7 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.9] CLEAN STYLE 8
/ -------------------------------------------------------------------------------- */

/* column default state */
.gw-go-col.gw-go-clean-style8 .gw-go-col-inner {
    background: #fff;
}

/* column default state */
.gw-go-col.gw-go-clean-style8 .gw-go-header-bottom {
    border-top: solid 1px transparent;
}

/***** details *****/
.gw-go-col.gw-go-clean-style8 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column default state */
.gw-go-col.gw-go-clean-style8 .gw-go-body > li {
    background: #ebebeb;
    border-top-color: #fff;
    color: #9d9d9d;
}
.gw-go-col.gw-go-clean-style8 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-body > li {
    background: none;
    border-top-color: #fff;
    color: #fff;
}

/***** footer *****/
/* column default state */
.gw-go-col.gw-go-clean-style8 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}

/* column hover / selected state */
/* button default state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-btn {
    background: #fff !important;
}

.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row {
    color: #fff !important;
}

/* button hover state */
.gw-go-col.gw-go-clean-style8 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* column default state */
.gw-go-col.gw-go-clean-style8 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style8 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style8 .gw-go-footer-row {
    color: #fff;
}

/* -------------------------------------------------------------------------------- /
	[7.10] CLEAN STYLE 9
/ -------------------------------------------------------------------------------- */

/***** header *****/
.gw-go-col.gw-go-clean-style9 .gw-go-header-bottom {
    height: auto;
    border-top: solid 1px transparent;
}
.gw-go-col.gw-go-clean-style9 .gw-go-header h3 {
    color: #fff;
}
.gw-go-col.gw-go-clean-style9 .gw-go-coinf,
.gw-go-col.gw-go-clean-style9 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}

.gw-go-col.gw-go-clean-style9 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style9 .gw-go-coinb small {
    color: #333;
}

/***** details *****/
.gw-go-col.gw-go-clean-style9 .gw-go-body > li {
    background: #fff;
}
.gw-go-col.gw-go-clean-style9 .gw-go-body > li.gw-go-even .gw-go-body-cell:before,
.gw-go-col.gw-go-clean-style9 .gw-go-body > li .gw-go-body-cell:before {
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    margin-left: -1px;
    filter: alpha(opacity=10);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    padding: 10px 5px;
    position: absolute;
    top: -10px;
    width: 101%;
    z-index: -1;
}

.gw-go-col.gw-go-clean-style9 .gw-go-body > li .gw-go-body-cell:before {
    filter: alpha(opacity=15);
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    opacity: 0.15;
}

/***** footer *****/
/* column default state */
.gw-go-col.gw-go-clean-style9 .gw-go-btn {
    background: #fff;
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}

.gw-go-col.gw-go-clean-style9 .gw-go-footer-row {
    color: #fff !important;
}

/* button hover state */
.gw-go-col.gw-go-clean-style9 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* -------------------------------------------------------------------------------- /
	[7.11] CLEAN STYLE 10
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style10 .gw-go-col-inner {
    background: #fff;
}

.gw-go-col.gw-go-clean-style10 .gw-go-header-bottom {
    height: auto;
    border-top: none;
}
.gw-go-col.gw-go-clean-style10 .gw-go-header h3 {
    color: #fff;
}
.gw-go-col.gw-go-clean-style10 .gw-go-coinf,
.gw-go-col.gw-go-clean-style10 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}
.gw-go-col.gw-go-clean-style10 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style10 .gw-go-coinb small {
    color: #333;
}

/***** details *****/
.gw-go-col.gw-go-clean-style10 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style10 .gw-go-body > li {
    background: #ebebeb;
    border-top-color: #fff;
    color: #333;
}
.gw-go-col.gw-go-clean-style10 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style10 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style10 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

.gw-go-col.gw-go-clean-style10 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.12] CLEAN STYLE 12
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style12 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
.gw-go-col.gw-go-clean-style12 .gw-go-header-bottom {
    height: auto;
    border-top: none;
}

.gw-go-col.gw-go-clean-style12 .gw-go-header h3 small {
    color: #333;
}

/***** details *****/
.gw-go-col.gw-go-clean-style12 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style12 .gw-go-body > li {
    background: #ebebeb;
    border-top-color: #f5f5f5;
    color: #333;
}
.gw-go-col.gw-go-clean-style12 .gw-go-body > li a {
    color: #333;
}
.gw-go-col.gw-go-clean-style12 .gw-go-body > li:first-child {
    border-top-color: #fff;
}
.gw-go-col.gw-go-clean-style12 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
    border-top-color: #ebebeb;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style12 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style12 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

.gw-go-col.gw-go-clean-style12 .gw-go-footer-row {
    color: #333;
}

/* -------------------------------------------------------------------------------- /
	[7.13] CLEAN STYLE 13
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style13 .gw-go-header-bottom {
    height: auto;
    border-top: none;
}
/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-header p {
    color: #333;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header h2,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-header p {
    color: #fff !important;
}

/***** details *****/
/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-body {
    border-bottom-color: #fff;
}
/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-body > li {
    background: #ebebeb;
    border-top-color: #fff;
    color: #9d9d9d;
}
.gw-go-col.gw-go-clean-style13 .gw-go-body > li.gw-go-even {
    background: #f5f5f5;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-body > li {
    background: none;
    border-top-color: #fff;
    color: #fff;
}

/***** footer *****/
/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}

/* column hover / selected state */
/* button default state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-btn {
    background: #fff !important;
}

/* button hover state */
.gw-go-col.gw-go-clean-style13 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* column default state */
.gw-go-col.gw-go-clean-style13 .gw-go-footer-row,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-footer-row {
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style13 .gw-go-footer-row,
.gw-go .gw-go-col-wrap.gw-go-current .gw-go-col.gw-go-clean-style13 .gw-go-footer-row {
    color: #fff;
}

/* -------------------------------------------------------------------------------- /
	[7.14] CLEAN STYLE 14
/ -------------------------------------------------------------------------------- */

/* column default state */
.gw-go-col.gw-go-clean-style14 .gw-go-col-inner {
    background: #f5f5f5;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner {
    background: #fff;
}

/***** header *****/
.gw-go-col.gw-go-clean-style14 .gw-go-header-top {
    background: #fff;
}
.gw-go-col.gw-go-clean-style14 .gw-go-header-img .gw-go-header-top {
    background: transparent;
}
/* column default state */
.gw-go-col.gw-go-clean-style14 .gw-go-header h3 {
    color: #333;
}
.gw-go-col.gw-go-clean-style14 .gw-go-header-img h3 {
    color: #fff !important;
}

.gw-go-col.gw-go-clean-style14 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap span,
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard.gw-go-header-img .gw-go-price-wrap small {
    color: #fff !important;
}

.gw-go-col.gw-go-clean-style14 .gw-go-header-bottom:before,
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-top:before {
    background: #fff;
    content: "" !important;
    display: block !important;
    height: 60px;
    left: 0;
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
    position: absolute;
    width: 100%;
}
.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-top:before {
    height: 50px;
}

.gw-go-col.gw-go-clean-style14 .gw-go-header-standard .gw-go-header-bottom:before {
    display: none !important;
}

.gw-go-col.gw-go-clean-style14 .gw-go-coinf,
.gw-go-col.gw-go-clean-style14 .gw-go-coinb {
    border: solid 2px #c9c9c9;
}

.gw-go-col.gw-go-clean-style14 .gw-go-coinf small,
.gw-go-col.gw-go-clean-style14 .gw-go-coinb small {
    color: #9d9d9d;
}

/***** details *****/
/* column default state */
.gw-go-col.gw-go-clean-style14 .gw-go-body {
    border-bottom-color: #fff;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-body {
    border-bottom-color: #ebebeb;
}
/* column default state */
.gw-go-col.gw-go-clean-style14 .gw-go-body > li {
    border-top-color: #fff;
    color: #9d9d9d;
}
/* column hover / selected state */
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-body > li {
    border-top-color: #ebebeb;
    color: #333333;
}

/***** footer *****/
.gw-go-col.gw-go-clean-style14 .gw-go-footer-row {
    color: #9d9d9d;
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-footer-row {
    color: #333;
}
/* column default state */
.gw-go-col.gw-go-clean-style14 .gw-go-btn {
    background: #9d9d9d;
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}

/* button hover state */
.gw-go-col.gw-go-clean-style14 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}

/* -------------------------------------------------------------------------------- /
	[7.15] CLEAN STYLE 15
/ -------------------------------------------------------------------------------- */

.gw-go-col.gw-go-clean-style15 .gw-go-col-inner {
    background: #fff;
}

/***** details *****/
.gw-go-col.gw-go-clean-style15 .gw-go-body {
    border-bottom-color: #ebebeb;
}
.gw-go-col.gw-go-clean-style15 .gw-go-body > li {
    background: #ebebeb;
}
.gw-go-col.gw-go-clean-style15 .gw-go-body > li.gw-go-even {
    background: none;
}
.gw-go-col.gw-go-clean-style15 .gw-go-body > li.gw-go-even .gw-go-body-cell:before {
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    margin-left: -1px;
    filter: alpha(opacity=10);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    padding: 10px 5px;
    position: absolute;
    top: -10px;
    width: 101%;
    z-index: -1;
}

/***** footer *****/
/* button default state */
.gw-go-col.gw-go-clean-style15 .gw-go-btn {
    background-image: url(//tactrain.de/wp-content/plugins/go_pricing/assets/images/hover.png);
    background-position: 200px 0;
    background-repeat: no-repeat;
    color: #fff !important;
}
/* button hover state */
.gw-go-col.gw-go-clean-style15 .gw-go-btn:hover {
    background-position: 0 0;
    background-repeat: repeat;
}
.gw-go-col.gw-go-clean-style15 .gw-go-footer-row {
    color: #333;
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em)var(--fa-border-style,solid)var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em.25em.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{-webkit-transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}to{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{-webkit-transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}to{-webkit-transform:scale(1)translateY(0);transform:scale(1)translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-facebook-f:before{content:"\f39e"}.fa-instagram:before{content:"\f16d"}.fa-google-plus-g:before{content:"\f1a0"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:normal;src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.eot);src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.eot?#iefix)format("embedded-opentype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.woff2)format("woff2"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.woff)format("woff"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.ttf)format("truetype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-brands-400.svg#fontawesome)format("svg")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.eot);src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.eot?#iefix)format("embedded-opentype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.woff2)format("woff2"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.woff)format("woff"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.ttf)format("truetype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-regular-400.svg#fontawesome)format("svg")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.eot);src:url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.eot?#iefix)format("embedded-opentype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.woff2)format("woff2"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.woff)format("woff"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.ttf)format("truetype"),url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/webfonts/fa-solid-900.svg#fontawesome)format("svg")}.fa,.far,.fas{font-family:"Font Awesome 6 Free"}.fab{font-family:"Font Awesome 6 Brands"}.fa,.fas{font-weight:900}.far{font-weight:400}@font-face {
  font-family: 'stmlms';
  src:  url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/fonts/stmlms.eot?erewpf);
  src:  url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/fonts/stmlms.eot?erewpf#iefix) format('embedded-opentype'),
    url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/fonts/stmlms.ttf?erewpf) format('truetype'),
    url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/fonts/stmlms.woff?erewpf) format('woff'),
    url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/icons/fonts/stmlms.svg?erewpf#stmlms) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="stmlms-"], [class*=" stmlms-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stmlms' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stmlms-instructors-grid:before {
  content: "\ea14";
}
.stmlms-iconbox:before {
  content: "\ea15";
}
.stmlms-countdown-widget:before {
  content: "\ea16";
}
.stmlms-elementor:before {
  content: "\ea10";
  color: #fff;
}
.stmlms-delete:before {
  content: "\ea11";
}
.stmlms-target:before {
  content: "\ea12";
}
.stmlms-copy:before {
  content: "\ea13";
}
.stmlms-table-trash:before {
  content: "\ea0f";
}
.stmlms-course-countdown:before {
  content: "\ea0e";
}
.stmlms-course-grade-a:before {
  content: "\ea0d";
}
.stmlms-widget-locked:before {
  content: "\ea0b";
}
.stmlms-widget:before {
  content: "\ea0c";
}
.stmlms-course-info:before {
  content: "\e9ff";
}
.stmlms-course-layers:before {
  content: "\ea00";
}
.stmlms-course-megaphone:before {
  content: "\ea01";
}
.stmlms-course-navigation:before {
  content: "\ea02";
}
.stmlms-course-price:before {
  content: "\ea03";
}
.stmlms-course-rating:before {
  content: "\ea04";
}
.stmlms-course-review:before {
  content: "\ea05";
}
.stmlms-course-share:before {
  content: "\ea06";
}
.stmlms-course-short-text:before {
  content: "\ea07";
}
.stmlms-course-teacher:before {
  content: "\ea08";
}
.stmlms-course-title:before {
  content: "\ea09";
}
.stmlms-course-users:before {
  content: "\ea0a";
}
.stmlms-course-application:before {
  content: "\ea20";
}
.stmlms-course-attached-documents:before {
  content: "\ea21";
}
.stmlms-course-buy:before {
  content: "\ea22";
}
.stmlms-course-calendar:before {
  content: "\ea23";
}
.stmlms-course-categories:before {
  content: "\ea24";
}
.stmlms-course-check:before {
  content: "\ea25";
}
.stmlms-course-complete:before {
  content: "\ea26";
}
.stmlms-course-details:before {
  content: "\ea27";
}
.stmlms-course-faq:before {
  content: "\ea28";
}
.stmlms-course-heart:before {
  content: "\ea2a";
}
.stmlms-course-Image:before {
  content: "\ea2b";
}
.stmlms-grades:before {
  content: "\e9fd";
}
.stmlms-my-grades:before {
  content: "\e9fe";
}
.stmlms-grade-sheet:before {
  content: "\e9fc";
}
.stmlms-quiz-type:before {
  content: "\e9fa";
  color: #ffa800;
}
.stmlms-assignment-type:before {
  content: "\e9fb";
  color: #ff3945;
}
.stmlms-print:before {
  content: "\e9f9";
}
.stmlms-list-check:before {
  content: "\e9f3";
  color: #195ec8;
}
.stmlms-progress-wheel:before {
  content: "\e9f4";
  color: #ffa800;
}
.stmlms-done:before {
  content: "\e9f5";
  color: #227aff;
}
.stmlms-pause:before {
  content: "\e9f6";
  color: #4d5e6f;
}
.stmlms-edit:before {
  content: "\e9f7";
  color: #4d5e6f;
}
.stmlms-chart:before {
  content: "\e9f8";
  color: #4d5e6f;
}
.stmlms-mailchimp:before {
  content: "\e9f1";
}
.stmlms-posts:before {
  content: "\e9f2";
}
.stmlms-quotes:before {
  content: "\e9ef";
}
.stmlms-ellipse-square:before {
  content: "\e9f0";
}
.stmlms-testimonial:before {
  content: "\e9ee";
}
.stmlms-lesson:before {
  content: "\e9ec";
}
.stmlms-quiz-new:before {
  content: "\e9ed";
}
.stmlms-eye:before {
  content: "\e9dc";
}
.stmlms-instructor:before {
  content: "\e9dd";
}
.stmlms-logic:before {
  content: "\e9de";
}
.stmlms-medal:before {
  content: "\e9df";
}
.stmlms-menu-dots:before {
  content: "\e9e0";
}
.stmlms-money:before {
  content: "\e9e1";
}
.stmlms-settings:before {
  content: "\e9e2";
}
.stmlms-timer:before {
  content: "\e9e3";
}
.stmlms-user:before {
  content: "\e9e4";
}
.stmlms-check-2:before {
  content: "\e9e5";
}
.stmlms-book:before {
  content: "\e9e6";
}
.stmlms-calendar:before {
  content: "\e9e7";
}
.stmlms-cancel:before {
  content: "\e9e8";
}
.stmlms-cart:before {
  content: "\e9e9";
}
.stmlms-check:before {
  content: "\e9ea";
}
.stmlms-chevron_down:before {
  content: "\e9eb";
}
.stmlms-order:before {
  content: "\e9db";
}
.stmlms-refresh:before {
  content: "\e9da";
  color: #227aff;
}
.stmlms-medal-converted:before {
  content: "\e9d2";
  color: #195ec8;
}
.stmlms-users:before {
  content: "\e9d3";
  color: #195ec8;
}
.stmlms-star-2:before {
  content: "\e9d4";
  color: #195ec8;
}
.stmlms-cup:before {
  content: "\e9d5";
  color: #195ec8;
}
.stmlms-pen:before {
  content: "\e9d6";
  color: #ffa800;
}
.stmlms-stats:before {
  content: "\e9d7";
  color: #4d5e6f;
}
.stmlms-Layers:before {
  content: "\e9d8";
  color: #195ec8;
}
.stmlms-list-check-1:before {
  content: "\e9d9";
  color: #195ec8;
}
.stmlms-facebook:before {
  content: "\e9cd";
  color: #fff;
}
.stmlms-twitter:before {
  content: "\e9ce";
  color: #fff;
}
.stmlms-copy-link:before {
  content: "\e9cf";
  color: #fff;
}
.stmlms-linkedin:before {
  content: "\e9d0";
  color: #fff;
}
.stmlms-telegram:before {
  content: "\e9d1";
  color: #fff;
}
.stmlms-share:before {
  content: "\e9cc";
}
.stmlms-certificate-icon:before {
  content: "\e9c1";
  color: #4d5e6f;
}
.stmlms-duration-icon:before {
  content: "\e9c2";
  color: #4d5e6f;
}
.stmlms-enrolled-icon:before {
  content: "\e9c3";
  color: #4d5e6f;
}
.stmlms-lectures:before {
  content: "\e9c4";
  color: #4d5e6f;
}
.stmlms-level-icon:before {
  content: "\e9c5";
  color: #4d5e6f;
}
.stmlms-testings:before {
  content: "\e9c6";
  color: #4d5e6f;
}
.stmlms-updated:before {
  content: "\e9c7";
  color: #4d5e6f;
}
.stmlms-video-icon:before {
  content: "\e9c8";
  color: #4d5e6f;
}
.stmlms-access-on-mobile--TV:before {
  content: "\e9c9";
  color: #4d5e6f;
}
.stmlms-assignments:before {
  content: "\e9ca";
  color: #4d5e6f;
}
.stmlms-category-icon:before {
  content: "\e9cb";
  color: #4d5e6f;
}
.stmlms-heart-full:before {
  content: "\e9be";
  color: #ff3945;
}
.stmlms-star:before {
  content: "\e9bf";
  color: #ffa800;
}
.stmlms-heart:before {
  content: "\e9c0";
  color: #4d5e6f;
}
.stmlms-filter:before {
  content: "\e9bd";
}
.stmlms-envelope:before {
  content: "\e9bc";
  color: #227aff;
}
.stmlms-upload-alt:before {
  content: "\e9ba";
}
.stmlms-download-alt:before {
  content: "\e9bb";
}
.stmlms-lnr-bullhorn:before {
  content: "\e9b9";
}
.stmlms-cloud-upload:before {
  content: "\e9ab";
}
.stmlms-heart11:before {
  content: "\e9ac";
}
.stmlms-license2:before {
  content: "\e9ad";
}
.stmlms-play1:before {
  content: "\e9ae";
}
.stmlms-book2:before {
  content: "\e9af";
}
.stmlms-laptop-phone:before {
  content: "\e9b0";
}
.stmlms-ghost:before {
  content: "\e9b1";
}
.stmlms-clock3:before {
  content: "\e9b2";
}
.stmlms-magnifier:before {
  content: "\e9b3";
}
.stmlms-check11:before {
  content: "\e9b4";
}
.stmlms-text-format:before {
  content: "\e9b5";
}
.stmlms-sort-amount-asc:before {
  content: "\e9b6";
}
.stmlms-pointer-right:before {
  content: "\e9b7";
}
.stmlms-pencil3:before {
  content: "\e9aa";
}
.stmlms-pencil:before {
  content: "\e90b";
}
.stmlms-pencil4:before {
  content: "\e977";
}
.stmlms-cog:before {
  content: "\e978";
}
.stmlms-trash:before {
  content: "\e979";
}
.stmlms-eye1:before {
  content: "\e97b";
}
.stmlms-user1:before {
  content: "\e97d";
}
.stmlms-chart-growth:before {
  content: "\e97e";
}
.stmlms-undo:before {
  content: "\e989";
}
.stmlms-undo2:before {
  content: "\e990";
}
.stmlms-sync:before {
  content: "\e991";
}
.stmlms-sync2:before {
  content: "\e992";
}
.stmlms-download2:before {
  content: "\e993";
}
.stmlms-cross:before {
  content: "\e994";
}
.stmlms-list:before {
  content: "\e995";
}
.stmlms-list2:before {
  content: "\e996";
}
.stmlms-list3:before {
  content: "\e997";
}
.stmlms-list4:before {
  content: "\e998";
}
.stmlms-cross2:before {
  content: "\e999";
}
.stmlms-chevron-up:before {
  content: "\e99a";
}
.stmlms-chevron-down:before {
  content: "\e99b";
}
.stmlms-chevron-left:before {
  content: "\e99c";
}
.stmlms-chevron-right:before {
  content: "\e99d";
}
.stmlms-arrow-left:before {
  content: "\e99e";
}
.stmlms-arrow-right:before {
  content: "\e99f";
}
.stmlms-arrow-return:before {
  content: "\e9a0";
}
.stmlms-checkmark-circle:before {
  content: "\e9a1";
}
.stmlms-cross-circle:before {
  content: "\e9a2";
}
.stmlms-plus-circle:before {
  content: "\e9a3";
}
.stmlms-chevron-up-circle:before {
  content: "\e9a4";
}
.stmlms-chevron-down-circle:before {
  content: "\e9a5";
}
.stmlms-grid:before {
  content: "\e9a6";
}
.stmlms-layers:before {
  content: "\e9a7";
}
.stmlms-chevron-up-square:before {
  content: "\e9a8";
}
.stmlms-chevron-down-square:before {
  content: "\e9a9";
}
.stmlms-linkedin-in:before {
  content: "\e9b8";
}
.stmlms-image:before {
  content: "\e975";
}
.stmlms-text:before {
  content: "\e976";
}
.stmlms-course-duration:before {
  content: "\e987";
}
.stmlms-current-date:before {
  content: "\e972";
}
.stmlms-details:before {
  content: "\e97a";
}
.stmlms-end-date:before {
  content: "\e97c";
}
.stmlms-instructor1:before {
  content: "\e97f";
}
.stmlms-progress:before {
  content: "\e980";
}
.stmlms-qr:before {
  content: "\e98a";
}
.stmlms-start-date:before {
  content: "\e98b";
}
.stmlms-student-code:before {
  content: "\e98c";
}
.stmlms-student-name:before {
  content: "\e98d";
}
.stmlms-co-instructor:before {
  content: "\e98e";
}
.stmlms-course-name:before {
  content: "\e98f";
}
.stmlms-shape:before {
  content: "\e988";
}
.stmlms-editor:before {
  content: "\e986";
  color: #4d5e6f;
}
.stmlms-link:before {
  content: "\e985";
  color: #fff;
}
.stmlms-pencil1:before {
  content: "\e984";
  color: #4d5e6f;
}
.stmlms-cert-horizontal:before {
  content: "\e982";
  color: #227aff;
}
.stmlms-cert-vertical:before {
  content: "\e983";
  color: #227aff;
}
.stmlms-delete-basket:before {
  content: "\e981";
  color: #fff;
}
.stmlms-number:before {
  content: "\e974";
}
.stmlms-plus:before {
  content: "\e973";
  color: #fff;
}
.stmlms-success:before {
  content: "\e971";
  color: #227aff;
}
.stmlms-social-goolge-plus:before {
  content: "\e96f";
}
.stmlms-social-x:before {
  content: "\e96d";
  color: #808c98;
}
.stmlms-social-facebook:before {
  content: "\e96e";
  color: #808c98;
}
.stmlms-social-instagram:before {
  content: "\e970";
  color: #808c98;
}
.stmlms-authorization:before {
  content: "\e96c";
}
.stmlms-arrow-down:before {
  content: "\e96b";
  color: #4d5e6f;
}
.stmlms-warning:before {
  content: "\e968";
  color: #ff3945;
}
.stmlms-camera:before {
  content: "\e969";
  color: #227aff;
}
.stmlms-mic:before {
  content: "\e96a";
  color: #227aff;
}
.stmlms-close-eye:before {
  content: "\e965";
  color: #808c98;
}
.stmlms-open-eye:before {
  content: "\e966";
  color: #808c98;
}
.stmlms-back-arrow:before {
  content: "\e967";
  color: #808c98;
}
.stmlms-arrow_top:before {
  content: "\e961";
}
.stmlms-arrow_right:before {
  content: "\e962";
}
.stmlms-arrow_bottom:before {
  content: "\e963";
}
.stmlms-arrow_left:before {
  content: "\e964";
}
.stmlms-check1:before {
  content: "\e95e";
  color: #227aff;
}
.stmlms-time:before {
  content: "\e95f";
  color: #227aff;
}
.stmlms-question_new:before {
  content: "\e960";
  color: #227aff;
}
.stmlms-lock:before {
  content: "\e95d";
  color: #fff;
}
.stmlms-sun:before {
  content: "\e95b";
  color: #4d5e6f;
}
.stmlms-moon:before {
  content: "\e95c";
  color: #fff;
}
.stmlms-loader:before {
  content: "\e95a";
  color: #227aff;
}
.stmlms-drag:before {
  content: "\e959";
  color: #b3bac2;
}
.stmlms-upload:before {
  content: "\e958";
  color: #227aff;
}
.stmlms-explain:before {
  content: "\e957";
  color: #4d5e6f;
}
.stmlms-trash1:before {
  content: "\e956";
  color: #4d5e6f;
}
.stmlms-play:before {
  content: "\e955";
  color: #227aff;
}
.stmlms-search:before {
  content: "\e953";
  color: #4d5e6f;
}
.stmlms-send:before {
  content: "\e954";
  color: #fff;
}
.stmlms-btn-add:before {
  content: "\e952";
}
.stmlms-chevron_up:before {
  content: "\e951";
  color: #fff;
}
.stmlms-checked:before {
  content: "\e94e";
  color: #fff;
}
.stmlms-chevron-left1:before {
  content: "\e94f";
  color: #4d5e6f;
}
.stmlms-chevron-right1:before {
  content: "\e950";
  color: #4d5e6f;
}
.stmlms-settings1:before {
  content: "\e94d";
  color: #4d5e6f;
}
.stmlms-back:before {
  content: "\e94b";
  color: #808c98;
}
.stmlms-chat:before {
  content: "\e94c";
  color: #4d5e6f;
}
.stmlms-close:before {
  content: "\e94a";
  color: #4d5e6f;
}
.stmlms-toggler:before {
  content: "\e949";
  color: #4d5e6f;
}
.stmlms-download:before {
  content: "\e941";
  color: #227aff;
}
.stmlms-ms-slider:before {
  content: "\e93b";
}
.stmlms-featured-teacher-old:before {
  content: "\e939";
}
.stmlms-instructors-carousel-old:before {
  content: "\e93a";
}
.stmlms-authlinks-old:before {
  content: "\e93c";
}
.stmlms-recent-courses-old:before {
  content: "\e93d";
}
.stmlms-single-course-carousel-old:before {
  content: "\e93e";
}
.stmlms-testimonials-old:before {
  content: "\e93f";
}
.stmlms-zoom-meeting-old:before {
  content: "\e940";
}
.stmlms-zoom-webinar-old:before {
  content: "\e942";
}
.stmlms-certificate-checker-old:before {
  content: "\e943";
}
.stmlms-course-search-box-old:before {
  content: "\e944";
}
.stmlms-courses-carousel-old:before {
  content: "\e945";
}
.stmlms-courses-categories-old:before {
  content: "\e946";
}
.stmlms-courses-grid-old:before {
  content: "\e947";
}
.stmlms-cta-old:before {
  content: "\e948";
}
.stmlms-courses-carousel:before {
  content: "\e92d";
}
.stmlms-courses-categories:before {
  content: "\e92e";
}
.stmlms-courses-grid:before {
  content: "\e92f";
}
.stmlms-featured-teacher:before {
  content: "\e930";
}
.stmlms-membership-plans:before {
  content: "\e931";
}
.stmlms-recent-courses:before {
  content: "\e932";
}
.stmlms-single-course-carousel:before {
  content: "\e933";
}
.stmlms-zoom-meeting:before {
  content: "\e934";
}
.stmlms-zoom-meetings:before {
  content: "\e935";
}
.stmlms-zoom-webinar:before {
  content: "\e936";
}
.stmlms-call-to-action:before {
  content: "\e937";
}
.stmlms-certificate-checker:before {
  content: "\e938";
}
.stmlms-subscription:before {
  content: "\e927";
  color: #4d5e6f;
}
.stmlms-members:before {
  content: "\e928";
  color: #4d5e6f;
}
.stmlms-levels:before {
  content: "\e929";
  color: #4d5e6f;
}
.stmlms-views:before {
  content: "\e92a";
  color: #4d5e6f;
}
.stmlms-list1:before {
  content: "\e92b";
  color: #4d5e6f;
}
.stmlms-duration:before {
  content: "\e92c";
}
.stmlms-authlinks:before {
  content: "\e926";
}
.stmlms-course-search-box:before {
  content: "\e922";
}
.stmlms-testimonials:before {
  content: "\e923";
}
.stmlms-cta:before {
  content: "\e924";
}
.stmlms-instructors-carousel:before {
  content: "\e925";
}
.stmlms-arrow-left1:before {
  content: "\e920";
  color: #fff;
}
.stmlms-arrow-right1:before {
  content: "\e921";
  color: #fff;
}
.stmlms-star1:before {
  content: "\e91e";
  color: #b3bac2;
}
.stmlms-star_filled:before {
  content: "\e91f";
  color: #ffa800;
}
.stmlms-reset:before {
  content: "\e91d";
}
.stmlms-not_found_courses:before {
  content: "\e91c";
}
.stmlms-camera1:before {
  content: "\e914";
}
.stmlms-cooperation:before {
  content: "\e915";
}
.stmlms-disk-schedule:before {
  content: "\e916";
}
.stmlms-headphones:before {
  content: "\e917";
}
.stmlms-heart1:before {
  content: "\e918";
}
.stmlms-money-bag:before {
  content: "\e919";
}
.stmlms-mouse:before {
  content: "\e91a";
}
.stmlms-presentation:before {
  content: "\e91b";
}
.stmlms-question:before {
  content: "\e913";
}
.stmlms-pplc_cl:before {
  content: "\e90e";
}
.stmlms-clock_cl:before {
  content: "\e90f";
}
.stmlms-books_cl:before {
  content: "\e910";
}
.stmlms-playvideo:before {
  content: "\e911";
}
.stmlms-ladder:before {
  content: "\e912";
}
.stmlms-slides:before {
  content: "\e90c";
}
.stmlms-quiz:before {
  content: "\e90d";
}
.stmlms-qanda:before {
  content: "\e900";
}
.stmlms-lms-clocks:before {
  content: "\e901";
}
.stmlms-cats:before {
  content: "\e902";
}
.stmlms-level:before {
  content: "\e903";
}
.stmlms-hamburger:before {
  content: "\e904";
}
.stmlms-calendar1:before {
  content: "\e905";
}
.stmlms-screen:before {
  content: "\e906";
}
.stmlms-world:before {
  content: "\e907";
}
.stmlms-user11:before {
  content: "\e908";
}
.stmlms-case:before {
  content: "\e909";
}
.stmlms-horn:before {
  content: "\e90a";
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0;background:0 0}.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:0;background:0 0}
.loading:before,.loading_v2:after,.ms_lms_loader_::after,.ms_lms_loader_::before{content:""}@-webkit-keyframes percentAnimate{0%,100%{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}50%{-webkit-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes shake_it{2%,40%{-webkit-transform:translate(-7px,0) rotate(0);transform:translate(-7px,0) rotate(0)}14%,4%,58%,86%{-webkit-transform:translate(-5px,0) rotate(0);transform:translate(-5px,0) rotate(0)}6%,70%{-webkit-transform:translate(4px,0) rotate(0);transform:translate(4px,0) rotate(0)}62%,8%{-webkit-transform:translate(-4px,0) rotate(0);transform:translate(-4px,0) rotate(0)}10%,72%,74%,80%,84%,96%,98%{-webkit-transform:translate(-6px,0) rotate(0);transform:translate(-6px,0) rotate(0)}12%,18%,28%,32%,60%,76%{-webkit-transform:translate(2px,0) rotate(0);transform:translate(2px,0) rotate(0)}16%,24%,66%,94%{-webkit-transform:translate(-3px,0) rotate(0);transform:translate(-3px,0) rotate(0)}20%{-webkit-transform:translate(3px,0) rotate(0);transform:translate(3px,0) rotate(0)}22%,46%,56%,78%{-webkit-transform:translate(-2px,0) rotate(0);transform:translate(-2px,0) rotate(0)}26%,52%{-webkit-transform:translate(-9px,0) rotate(0);transform:translate(-9px,0) rotate(0)}30%{-webkit-transform:translate(7px,0) rotate(0);transform:translate(7px,0) rotate(0)}0%,100%,34%,42%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}36%,44%,82%,88%,90%,92%{-webkit-transform:translate(-1px,0) rotate(0);transform:translate(-1px,0) rotate(0)}38%{-webkit-transform:translate(6px,0) rotate(0);transform:translate(6px,0) rotate(0)}48%,68%{-webkit-transform:translate(10px,0) rotate(0);transform:translate(10px,0) rotate(0)}50%{-webkit-transform:translate(-8px,0) rotate(0);transform:translate(-8px,0) rotate(0)}54%{-webkit-transform:translate(9px,0) rotate(0);transform:translate(9px,0) rotate(0)}64%{-webkit-transform:translate(1px,0) rotate(0);transform:translate(1px,0) rotate(0)}}@keyframes shake_it{2%,40%{-webkit-transform:translate(-7px,0) rotate(0);transform:translate(-7px,0) rotate(0)}14%,4%,58%,86%{-webkit-transform:translate(-5px,0) rotate(0);transform:translate(-5px,0) rotate(0)}6%,70%{-webkit-transform:translate(4px,0) rotate(0);transform:translate(4px,0) rotate(0)}62%,8%{-webkit-transform:translate(-4px,0) rotate(0);transform:translate(-4px,0) rotate(0)}10%,72%,74%,80%,84%,96%,98%{-webkit-transform:translate(-6px,0) rotate(0);transform:translate(-6px,0) rotate(0)}12%,18%,28%,32%,60%,76%{-webkit-transform:translate(2px,0) rotate(0);transform:translate(2px,0) rotate(0)}16%,24%,66%,94%{-webkit-transform:translate(-3px,0) rotate(0);transform:translate(-3px,0) rotate(0)}20%{-webkit-transform:translate(3px,0) rotate(0);transform:translate(3px,0) rotate(0)}22%,46%,56%,78%{-webkit-transform:translate(-2px,0) rotate(0);transform:translate(-2px,0) rotate(0)}26%,52%{-webkit-transform:translate(-9px,0) rotate(0);transform:translate(-9px,0) rotate(0)}30%{-webkit-transform:translate(7px,0) rotate(0);transform:translate(7px,0) rotate(0)}0%,100%,34%,42%{-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0)}36%,44%,82%,88%,90%,92%{-webkit-transform:translate(-1px,0) rotate(0);transform:translate(-1px,0) rotate(0)}38%{-webkit-transform:translate(6px,0) rotate(0);transform:translate(6px,0) rotate(0)}48%,68%{-webkit-transform:translate(10px,0) rotate(0);transform:translate(10px,0) rotate(0)}50%{-webkit-transform:translate(-8px,0) rotate(0);transform:translate(-8px,0) rotate(0)}54%{-webkit-transform:translate(9px,0) rotate(0);transform:translate(9px,0) rotate(0)}64%{-webkit-transform:translate(1px,0) rotate(0);transform:translate(1px,0) rotate(0)}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .3s ease}.slide-fade-leave-active{transition:none}.slide-fade-enter,.slide-fade-leave-to{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}.shake-it{-webkit-animation:shake_it 4s infinite;animation:shake_it 4s infinite;border-color:red!important}.loading_v2>*{opacity:.8}.loading_v2:after{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background:rgba(25,94,200,.4);border-radius:50px;opacity:0;-webkit-animation:pulse_v2 1s infinite linear;animation:pulse_v2 1s infinite linear}@-webkit-keyframes pulse_v2{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:0}33%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0}}@keyframes pulse_v2{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:0}33%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0}}.stm-lms-message{padding:15px 30px;margin:15px 0;background-color:rgba(229,57,53,.1294117647);color:#E53935;border-radius:5px}.stm-lms-message.success{background-color:#66BB6A;color:#fff}.stm_lms_btn_icon{position:relative}.stm_lms_btn_icon [type=button]{position:absolute;right:0;top:0;bottom:0;width:50px;text-align:center;background-color:transparent;border:0}.stm_lms_btn_icon .form-control{padding-right:55px!important}.nav.nav-tabs{margin:0 0 50px;border-bottom:0;display:flex}@media (max-width:600px){.nav.nav-tabs{margin:0 0 15px}.stm_lms_finish_score .stm_lms_finish_score__buttons .inner a{min-width:100px}}.nav.nav-tabs>li{flex:1 0}.nav.nav-tabs>li a{padding:16px 10px 20px;margin:0;border:0!important;border-top:3px solid #f0f4fa!important;border-radius:0;font-size:15px;font-weight:600;background-color:#f0f4fa;text-align:center;color:#273044}.ms_plugin_loader_bg_,html.no-js{margin-top:0!important}.nav.nav-tabs>li a:hover{color:#273044}.nav.nav-tabs>li.active a{border-top-color:rgba(250,194,56,1)!important;background-color:#fff;color:#273044!important}.stm_lms_gradebook__course__image img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover}.stm-lms-lesson_navigation_complete .stm_lms_complete_lesson{line-height:15px}.stm-lms-upload-input-demo-mode{display:none}.stm-lms-single_quiz button.btn.btn-default.stm_lms_complete_lesson{padding:18px 30px;border-radius:30px;touch-action:manipulation;cursor:pointer;line-height:14px;font-size:14px}.stm_lms_button .stm_lms_user_float_menu .float_menu_item abbr{width:7px}.stm-lms-quiz__result_actions .btn,.stm_lms_finish_score .stm_lms_finish_score__buttons .inner a{border-radius:30px}.stm_lms_udemy_course .nav li.active a{background-color:#fff}.stm_lms_udemy_course .nav li a{background-color:#457992}body .stm_lms_ent_groups_add_edit .form-control{box-shadow:unset}body .stm_lms_assignment__edit .inner .assignment_files img{width:100%;max-width:100%;height:auto}.stm-lms-plugin .wrap,body #main .stm_lms_courses_wrapper,body .stm_lms_courses_wrapper{max-width:1200px}body #stm_lms_enterprise_groups .stm_lms_ent_groups_add_edit__emails .form-control.valid,body .stm-lms-wrapper__login .stm_lms_login_wrapper .form-control,body .stm-lms-wrapper__login .stm_lms_register_wrapper .form-control{height:45px}body :root{min-width:1200px;width:1200px;margin:0 auto}body .stm_lms_create_announcement .form-group select{min-height:45px}body .stm_lms_lesson_comments__top h3{color:#000;line-height:38px}body .stm_lms_lesson_comments__top .stm-lms-course__sidebar_toggle{line-height:38px}body .stm_lms_certificate_checker a.btn.btn-default{display:flex;justify-content:center;align-items:center}body .stm-lms-wrapper.lesson_style_classic .stm-lms-course__curriculum .stm-curriculum__title .stm-lms-curriculum-trigger{line-height:36px}@media (min-width:1920px){body .stm-lms-wrapper.lesson_style_classic .stm-lms-course__curriculum .stm-curriculum__title .stm-lms-curriculum-trigger{line-height:35px}}body input[type=color]:focus,body input[type=date]:focus,body input[type=datetime-local]:focus,body input[type=datetime]:focus,body input[type=email]:focus,body input[type=month]:focus,body input[type=number]:focus,body input[type=password]:focus,body input[type=range]:focus,body input[type=search]:focus,body input[type=tel]:focus,body input[type=time]:focus,body input[type=url]:focus,body input[type=week]:focus,body textarea:focus{outline:0}body .comment-content a:focus,body .comment-content a:hover,body .comment-metadata a.comment-edit-link:focus,body .comment-metadata a.comment-edit-link:hover,body .comment-metadata a:focus,body .comment-metadata a:hover,body .comment-reply-link:focus,body .comment-reply-link:hover,body .comments-pagination a:not(.prev):not(.next):focus,body .comments-pagination a:not(.prev):not(.next):hover,body .edit-link a:focus,body .edit-link a:hover,body .entry-content a:focus,body .entry-content a:hover,body .entry-footer .cat-links a:focus,body .entry-footer .cat-links a:hover,body .entry-footer .tags-links a:focus,body .entry-footer .tags-links a:hover,body .entry-footer a:focus,body .entry-footer a:hover,body .entry-meta a:focus,body .entry-meta a:hover,body .entry-summary a:focus,body .entry-summary a:hover,body .entry-title a:focus,body .entry-title a:hover,body .logged-in-as a:focus,body .logged-in-as a:hover,body .page-links a:focus .page-number,body .page-links a:hover .page-number,body .pagination a:not(.prev):not(.next):focus,body .pagination a:not(.prev):not(.next):hover,body .post-navigation a:focus,body .post-navigation a:hover,body .posts-navigation a:focus,body .posts-navigation a:hover,body .site-footer .widget-area a:focus,body .site-footer .widget-area a:hover,body .site-info a:focus,body .site-info a:hover,body .widget .widget-title a:focus,body .widget .widget-title a:hover,body .widget a:focus,body .widget a:hover,body .widget ul li a:focus,body .widget ul li a:hover,body .widget_authors a:focus strong,body .widget_authors a:hover strong,body a:focus .nav-title,body a:hover .nav-title{box-shadow:none}body .stm-lms-wrapper__login #stm-lms-register h3,body .stm-lms-wrapper__login .stm-lms-login__top h3{font-weight:600}body .stm-lms-wrapper__login .stm_lms_login_wrapper__actions label,body .stm-lms-wrapper__login .stm_lms_register_wrapper__actions label{font-size:14px;font-weight:400;line-height:22px;margin-bottom:0}body .stm-lms-wrapper__login .stm_lms_styled_checkbox__inner{width:24px;height:24px;margin-right:10px}body .stm-lms-wrapper__login .stm_lms_login_wrapper .lostpassword{font-size:14px}body .stm-lms-wrapper__login .stm_lms_login_wrapper .stm_lms_login_wrapper__actions .btn{font-size:14px;padding:15px 25px;min-width:105px}body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=color]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=date]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=datetime-local]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=datetime]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=email]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=month]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=range]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=search]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=tel]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=time]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=url]:focus,body #stm_lms_manage_course .stm_lms_item_modal__bottom input[type=week]:focus{border-color:#cbcbcb;outline:0}@media (max-width:600px){body .stm_lms_manage_course__image.filled .stm_lms_manage_course__image_empty{height:100%}body #stm_lms_manage_course .stm_lms_item_modal__bottom{padding:10px 50px}body #stm_lms_manage_course .stm_lms_item_modal__bottom a.btn.btn-default{font-size:11px}}body .stm_lms_courses__single--image .stm_lms_courses__single--image__container{height:160px}body .stm_lms_courses__single--image img{display:flex;width:100%;flex-shrink:0;height:100%;-o-object-fit:cover;object-fit:cover}body .stm_lms_courses__single__inner__image{flex:1 0 auto}.pmpro_invoice_wrap .pmpro_actions_nav a,.pmpro_invoice_wrap .pmpro_actions_nav a:hover,.stm_lms_cart .stm_lms_cart__item_title .normal_font a:hover{color:rgba(250,194,56,1)}.stm-lms-plugin #stm_lms_manage_course .stm-lms-manage-prereq .wpcfto-autocomplete{margin:50px 0 0!important}.stm-lms-plugin #stm_lms_instructor_assignments .asignments_grid__single a:hover{box-shadow:0 4px 14px rgba(0,0,0,.12),inset 3px 0 0 rgba(250,194,56,1)!important}.stm-lms-plugin .comment-content a,.stm-lms-plugin .comment-content a img,.stm-lms-plugin .entry-content a,.stm-lms-plugin .entry-content a img,.stm-lms-plugin .entry-summary a,.stm-lms-plugin .posts-navigation a,.stm-lms-plugin .site-footer .widget-area a,.stm-lms-plugin .widget a,.stm-lms-plugin .widget a img,.stm-lms-plugin .widget_authors a strong,.wc-block-cart .wp-block-woocommerce-cart-line-items-block .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:none}.stm-lms-plugin .stm_lms_cart__item_title .enterprise-course-added label{display:inline-block}.stm-lms-plugin .stm-lms-manage-prereq .dropdown-menu{margin-top:40px!important}.stm-lms-plugin .stm_lms_finish_score h2,.stm-lms-plugin .stm_lms_gradebook__course__inner h4{padding:0}.stm-lms-plugin #stm_lms_manage_course .stm-lms-manage-prereq .wpcfto-autocomplete-search .dropdown-toggle{position:absolute;left:0}.stm-lms-plugin .stm_lms_finish_score h3{padding:5px!important}.stm-lms-plugin .stm-lms-quiz__result h4{padding:10px!important}.stm-lms-plugin .stm_lms_manage_course__image_empty i.lnr-upload{margin-bottom:0}.stm-lms-plugin .stm_lms_create_announcement .btn{font-size:12px;padding:15px}.stm-lms-plugin .stm_lms_ent_groups_add_edit .form-control{height:45px}.stm_searchbox .autocomplete ul li.focus-list a,body .header_2 .stm_lms_courses_search .autocomplete ul li.focus-list a{background-color:#f8f8f8;color:#2b2b2b}.stm_searchbox .autocomplete ul li.focus-list a:hover,body .header_2 .stm_lms_courses_search .autocomplete ul li.focus-list a:hover{color:rgba(250,194,56,1)!important}.stmlms-check:before{font-size:24px;vertical-align:middle;color:#17d292}.stm_lms_recent_courses .stm_lms_recent_courses__all a.btn.btn-default{background-color:rgba(250,194,56,1)}.stm_lms_udemy_course .stm_lms_course__image img{height:auto}.stm_lms_courses__grid .stm_lms_courses__single--info .stm_lms_courses__single--info_title a:hover h4{color:rgba(250,194,56,1)!important}.testimonials_navigation .simple_carousel_next:hover i,.testimonials_navigation .simple_carousel_prev:hover i{color:#17d292!important}.testimonials_main_wrapper.style_5 .top .nav-buttons span{border-color:#17d292!important;color:#17d292!important}.testimonials_main_wrapper.style_5 .top .nav-buttons span:hover{background-color:#17d292!important;color:#fff!important}.simple_carousel_wrapper a.btn.btn-primary.btn-sm{border-color:#17d292;color:#17d292}.simple_carousel_wrapper a.btn.btn-primary.btn-sm:hover{border-color:#17d292;background-color:#17d292;color:#fff}.stm_lms_instructors__grid .owl-dots .owl-dot.active,.stm_lms_single_course_carousel_wrapper .stm_lms_single_course_carousel .owl-dots .owl-dot.active{border-color:rgba(250,194,56,1)}.simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:focus:after,.simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:focus:after:hover,.simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:hover:after,.simple_carousel_wrapper .btn-carousel-control.simple_carousel_next:hover:after:hover{background-color:#17d292}.simple_carousel_wrapper .simple_carousel_next:hover i,.simple_carousel_wrapper .simple_carousel_prev:hover i{color:#fff}.expert-single-slide .st_experts .expert_inner_title_link:hover .expert_inner_title{color:rgba(250,194,56,1)}.stm_lms_certificate_checker__form a.btn.btn-default,.stm_lms_certificate_checker__form a.btn.btn-default:active,.stm_lms_certificate_checker__form a.btn.btn-default:focus,.stm_lms_certificate_checker__form a.btn.btn-default:hover{background-color:rgba(250,194,56,1)}.stm_lms_certificate_checker .stm-lms-message.success{background-color:#17d292}.stm_lms_courses_grid .showing a.btn.btn-default.stm_lms_load_more_courses,.stm_lms_courses_grid .showing a.btn.btn-default.stm_lms_load_more_courses:hover,.stm_lms_featured_teacher .featured-teacher-all a.btn.btn-default,.stm_lms_featured_teacher .stm_lms_featured_teacher_content a.btn.btn-default{background-color:rgba(250,194,56,1)}.stm_lms_instructors_carousel_wrapper .stm_lms_instructors_carousel__top .h4:hover{color:rgba(250,194,56,1)}.stm_lms_featured_teacher .stm_lms_featured_teacher_content_disabled a.btn.btn-default{text-decoration:none}.stm_lms_featured_teacher .stm_lms_featured_teacher_content_disabled a.btn.btn-default:hover{cursor:default}.file-wrap .file-browse,.file-wrap i.fa-times,.stm_lms_styled_checkbox,body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{cursor:pointer}.stm_lms_courses_grid .stm_lms_courses_grid__counter .stm_lms_courses_grid__all{color:rgba(250,194,56,1);border-bottom:none}.stm_lms_courses_grid .stm_lms_courses_grid__counter .stm_lms_courses_grid__all:hover{border-bottom:1px solid rgba(250,194,56,1)}.wc-block-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__header .wc-block-cart-items__header-total{padding-right:16px!important}.wc-block-cart .wp-block-woocommerce-cart-line-items-block .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{height:auto;min-width:20px;max-width:30px;border:1px solid #ccc}.wc-block-cart .wp-block-woocommerce-cart-line-items-block .wc-block-components-quantity-selector{width:91px}.wc-block-grid a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart.loading{background-color:#fff;min-height:0}.wc-block-grid a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart.loading:before{border:2px solid #32373c}.wc-block-grid a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart.loading:after{opacity:0}.wc-block-grid .wc-block-grid__product-rating .star-rating,.wc-block-grid .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{width:7em}.wc-block-grid .wc-block-grid__product-rating .star-rating:before,.wc-block-grid .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{display:none}.wc-block-components-order-summary .wc-block-components-panel__content{margin-top:10px}.wc-block-components-radio-control .wc-block-components-radio-control__input:focus,body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{outline:0!important;box-shadow:none!important}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{background-color:rgba(250,194,56,1)!important;border:2px solid rgba(250,194,56,1)!important;color:#fff;border-radius:4px}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover{background-color:#17d292!important;border-color:#17d292!important}.wc-block-cart__submit-button{background-color:rgba(250,194,56,1)!important;border:2px solid rgba(250,194,56,1)!important;border-radius:4px;color:#fff}.wc-block-cart__submit-button:hover{background-color:#17d292!important;border-color:#17d292!important;color:#fff}@media (max-width:600px){.stm-curriculum-item__toggle-container{display:none}}.ms_plugin_loader_bg_{position:fixed;z-index:9999998;top:0;left:0;max-width:100%!important;background:#fff;width:100%;height:100%;display:flex;justify-content:center}.ms_lms_loader_{width:48px;height:48px;position:fixed;top:calc(50vh - 24px);border-radius:50%;display:inline-block;border:3px solid;border-color:#17d292 #17d292 transparent transparent;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}.ms_lms_loader_::after,.ms_lms_loader_::before{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-color:transparent transparent rgba(250,194,56,1) rgba(250,194,56,1);width:40px;height:40px;border-radius:50%;box-sizing:border-box;-webkit-animation:rotationBack .5s linear infinite;animation:rotationBack .5s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotationBack{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotationBack{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);opacity:0}}html{font-size:inherit}.label,label{color:#273044}.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown button{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown button .login_name,.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown button:hover .caret,.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown button:hover .login_name,.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown.open button .caret,.masterstudy-theme .header_2 .stm_lms_account_dropdown .dropdown.open button .login_name{color:#fff}.masterstudy-theme .stm_header_links i.secondary_color{color:rgba(250,194,56,1)}.masterstudy-theme a.stm_lms_courses_search__button.sbc{background-color:rgba(250,194,56,1);color:#fff}.masterstudy-theme a.stm_lms_courses_search__button.sbc:hover{background-color:#273044}.masterstudy-theme #stm_lms_add_review a.btn.btn-default{background-color:rgba(250,194,56,1)}.masterstudy-theme a.btn.btn-default.start-course{background-color:#17d292}.masterstudy-theme .stm_lms_courses_wrapper .stm_lms_load_more_courses{background-color:rgba(250,194,56,1)!important}.masterstudy-theme .stm-lms-wrapper .classic_style .masterstudy_preview_certificate{outline:rgba(250,194,56,1)!important;background:0 0!important}.stm-lms-modal-enterprise button.close span,a{outline:0!important}.masterstudy-theme .stm-lms-wrapper .stm-lms-course__sidebar .masterstudy_preview_certificate{background-color:transparent!important}.masterstudy-theme .stm-lms-wrapper .masterstudy_preview_certificate{background-color:rgba(250,194,56,1)!important}.masterstudy-theme .stm-lms-wrapper .stm-lms-user-certificates .stm-lms-user-quiz .masterstudy_preview_certificate{background-color:transparent!important}.masterstudy-theme .stm-lms-wrapper div.multiseparator:after{background-color:rgba(250,194,56,1)!important}.masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn,.masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:active,.masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:focus,.masterstudy-theme .stm-lms-wrapper .stm-load-more-courses-btn:hover{background-color:rgba(250,194,56,1)}.masterstudy-theme .stm-lms-wrapper .create-announcement-btn{background-color:rgba(250,194,56,1)!important}.masterstudy-theme #wrapper .header_2 .header_top .stm_courses_search .stm_lms_courses_search__button{background-color:rgba(250,194,56,1)}.masterstudy-theme #wrapper .stm_lms_categories_dropdown__child a:hover{color:rgba(250,194,56,1)!important}.masterstudy-theme #wrapper .stm_lms_categories_dropdown__parents .sbc_h:hover{background-color:#fff;color:rgba(250,194,56,1)}.stm-lms-wrapper{position:relative;padding:50px 0 30px;margin-left:auto;margin-right:auto}.stm-lms-wrapper-wishlist{margin-bottom:100px}body:not(.masterstudy-theme) .stm-lms-wrapper.user-account-page:not(.stm-lms-wrapper--gradebook),body:not(.theme-ms-lms-starter-theme) .stm-lms-wrapper.user-account-page:not(.stm-lms-wrapper--gradebook){max-width:1200px!important}.stm-lms-template-page .stm_lms_breadcrumbs{display:none}.stm_header_links a.stm_lms_bi_link.normal_font:hover,.stm_header_links i.lnr.lnr-bullhorn.secondary_color,.stm_header_links i.stmlms-case.secondary_color{color:rgba(250,194,56,1)}.star-rating{width:75px;height:13px;margin-top:4px;background:url(//tactrain.de/wp-content/uploads/img/staremptyl.svg) left top repeat-x}.star-rating>span{display:block;text-indent:-9999px;line-height:1;background:url(//tactrain.de/wp-content/uploads/img/starfull.svg) left top repeat-x}.mobile_logo_modal .header_top .logo-unit{opacity:.5}@media (max-width:600px){.mobile_logo_modal .header_top .logo-unit{display:none}}.loading{min-height:100px;position:relative}.loading .fa-spin{display:none}.loading:before{display:block;position:absolute;top:20px;left:50%;margin-left:-15px;border:2px solid rgba(0,0,0,.5);border-radius:30px;height:30px;width:30px;-webkit-animation:pulsate 1.5s ease-out;animation:pulsate 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0;z-index:99}.modal .loading{min-width:30px;min-height:30px}.modal .loading:before{top:0}.btn.btn-default.loading{min-height:auto;min-width:100px;overflow:hidden}.btn.btn-default.loading:before{top:50%;left:50%;width:30px;height:30px;margin:-15px 0 0 -15px;border-color:#fff}.btn.btn-default.loading span{display:block;opacity:0;width:0}.loading[data-delete-course]{min-height:auto}.loading[data-delete-course]:before{position:static}.btn{vertical-align:top!important}.btn.btn-icon{text-transform:none;font-weight:400;background-color:#17d292!important}.btn.btn-icon i{position:relative;top:1px;margin-left:5px;font-size:16px}.modal .loading.btn{margin:0;font-size:inherit;visibility:visible}.stm_lms_post_status{position:absolute;right:10px;top:10px;padding:2px 4px;min-width:47px;background-color:#1db874;font-size:11px;text-align:center;color:#fff!important;text-transform:uppercase;border-radius:3px;z-index:100}.stm_lms_post_status.special{background-color:#f09b23}.stm_lms_post_status.hot{background-color:red}.star-rating.star-rating__big{width:100px;height:20px;background-size:20px 20px}.star-rating.star-rating__big>span{height:20px;background-size:20px 20px}.wpcfto_radio{position:relative;margin:0 10px 0 0}.wpcfto_radio__fake:after,.wpcfto_radio__fake:before{position:absolute;content:""}.wpcfto_radio__fake:before{top:0;left:0;width:20px;height:20px;border:1px solid #dedede;background-color:#fff;border-radius:50%}.wpcfto_radio__fake:after{top:6px;left:6px;width:8px;height:8px;border-radius:50%}.wpcfto_radio input{opacity:0}.wpcfto_radio input:checked+.wpcfto_radio__fake:after{background-color:rgba(250,194,56,1)}.stm_lms_styled_checkbox__inner{position:relative;top:-1px;display:inline-block;width:24px;height:24px;margin-right:10px;vertical-align:top;border:1px solid #bcbcbc}.stm_lms_styled_checkbox__inner input{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:10000}.stm_lms_styled_checkbox__inner input:checked+span i{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.stm_lms_styled_checkbox__inner span{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;background-color:#fff}.stm_lms_styled_checkbox__inner span i{color:#273044;opacity:0;-webkit-transform:translateY(3px);transform:translateY(3px);transition:.3s ease}a{text-decoration:none!important}.modal-backdrop{background:rgba(255,255,255,.5)}.modal-content{box-shadow:0 10px 30px rgba(0,0,0,.25)!important}@media (max-width:1023px){.nav.nav-tabs{flex-wrap:nowrap}.nav.nav-tabs li{flex:100%}}@media (max-width:600px){.stm-curriculum-item .stm-curriculum-item__toggle-container{display:none}}.stm_lms_infinite .stm_lms_load_more_courses{opacity:0}.stm_lms_infinite .stm_lms_load_more_courses.loading{opacity:1;background-color:transparent!important;cursor:default!important}.stm_lms_infinite .stm_lms_load_more_courses.loading:after,.stm_lms_infinite .stm_lms_load_more_courses.loading:before{display:inline-block;vertical-align:top;position:static;width:12px;height:12px;margin:0;background-color:#aaa;border:0;border-radius:50%;opacity:1;-webkit-animation:action .5s infinite alternate;animation:action .5s infinite alternate}.stm_lms_infinite .stm_lms_load_more_courses.loading:after{-webkit-animation-delay:.6s;animation-delay:.6s}.stm_lms_infinite .stm_lms_load_more_courses.loading span{display:inline-block;vertical-align:top;width:12px;height:12px;background-color:#aaa;border:0;border-radius:50%;opacity:1;font-size:0;margin:0 5px;-webkit-animation:action .5s infinite alternate;animation:action .5s infinite alternate;-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes action{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes action{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}button.close{color:#fff!important;opacity:.5;text-shadow:none;padding:5px 10px;font-size:30px;transition:.3s ease}button.close:hover{opacity:1}.justify-center{justify-content:center}.back-to-account{display:block;margin:0 0 60px;color:#273044}.modal-close,.vue_is_disabled{display:none}.back-to-account i{position:relative;top:1px}.min-height-300{min-height:300px}.min-height-400{min-height:400px}.min-height-500{min-height:500px}.p-t-10{padding-top:10px}.p-t-15{padding-top:15px}.p-t-30{padding-top:30px}.p-r-10{padding-right:10px}.p-r-15{padding-right:15px}.p-r-30{padding-right:30px}.p-b-10{padding-bottom:10px}.p-b-15{padding-bottom:15px}.p-b-30{padding-bottom:30px}.p-l-10{padding-left:10px}.p-l-15{padding-left:15px}.p-l-30{padding-left:30px}.m-0{margin:0!important}.m-t-10{margin-top:10px}.m-t-15{margin-top:15px}.m-t-30{margin-top:30px}.m-t--10{margin-top:-10px}.m-t--15{margin-top:-15px}.m-t--30{margin-top:-30px}.m-r-10{margin-right:10px}.m-r-15{margin-right:15px}.m-r-30{margin-right:30px}.m-b-5{margin-bottom:5px}.m-b-10{margin-bottom:10px}.m-b-15{margin-bottom:15px}.m-b-30{margin-bottom:30px}.m-l-10{margin-left:10px}.m-l-15{margin-left:15px}.m-l-30{margin-left:30px}.statistics-chart-class{min-height:500px;padding:0 0 25px}body.masterstudy-theme .stm_lms_instructor_courses__grid a:active,body.masterstudy-theme .stm_lms_instructor_courses__grid a:focus,body.masterstudy-theme .stm_lms_instructor_courses__grid a:hover,body.masterstudy-theme .stm_lms_instructor_courses__grid a:visited{color:rgba(250,194,56,1)!important}body.masterstudy-theme .stm_lms_log_in,body.masterstudy-theme .stm_lms_log_in i.stmlms-user,body.masterstudy-theme .stm_lms_log_in:hover{color:rgba(250,194,56,1)}.message-notice a{color:rgba(250,194,56,1)}.message-notice a:hover{color:rgba(250,194,56,1)!important;opacity:.9}body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:active,body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:focus,body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:hover,body.stm_lms_button .stm-lms-user-courses .stm_lms_instructor_courses__single--enroll a.btn.btn-default:visited{background-color:rgba(250,194,56,1)!important;color:#fff!important}.theme-masterstudy #header.transparent_header .header_2 .header_top .stm_lms_categories i,.theme-masterstudy #header.transparent_header .header_2 .header_top .stm_lms_categories span{color:rgba(250,194,56,1)}.header_top .right-unit .not-logged-in .lnr-heart{color:rgba(250,194,56,1)}.header_top .right-unit .btn,.header_top .right-unit .btn:hover{background-color:rgba(250,194,56,1)}.modal-dialog{padding:50px 0;z-index:1051}.modal-close{position:absolute;top:20px;right:0}.modal-close::after{content:"✖";color:#000;font-size:1.5rem}.vue_is_disabled.is_vue_loaded.active,.vue_is_disabled.is_vue_loaded:not(.tab-pane){display:block}@media (min-width:550px){.col-md-8 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single,.col-md-9 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single{width:50%}}@media (min-width:1200px){.col-md-8 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single,.col-md-9 .stm_lms_private_information .stm_lms_courses__grid_4 .stm_lms_courses__single{width:33.3%}}.stm-lms-wrapper--group_header a{color:rgba(250,194,56,1)}.stm-lms-wrapper--group_header a:hover{color:rgba(250,194,56,1)!important}.stm_lms_button .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:rgba(250,194,56,1)}.stm_lms_button .select2-container--default .select2-selection--single .select2-selection__arrow b:after{border-color:rgba(250,194,56,1)}.classic-lms-2 .select2-container--default .select2-selection--single .select2-selection__arrow b:after,.classic_lms .select2-container--default .select2-selection--single .select2-selection__arrow b:after{border-color:rgba(250,194,56,1) transparent transparent!important}.single-stm-courses .classic_style .nav.nav-tabs>li.active a{background-color:transparent!important;color:#273044!important}.classic_lms .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:rgba(250,194,56,1)}.load-my-courses .btn.btn-default{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}.product-enterprise-group{background-color:rgba(250,194,56,1);color:#fff;padding:5px 10px;margin-left:15px;border-radius:5px;font-size:11px}@media (max-width:1024px){.stm_lms_private_information .nav.nav-tabs>li a{font-size:14px}}.row.cols-same-height{display:flex;flex-wrap:wrap}.row.cols-same-height>[class*=col-]{display:flex;flex-direction:column}body .stm_lms_user_side{text-align:center}body .stm_lms_user_side .stm_lms_profile_buttons_set{text-align:left}#stm_lms_edit_account .stm_lms_user_info_top{display:flex;flex-wrap:wrap;align-items:center}.stm-lms-logout-button{padding:13px 20px 13px 15px;margin-left:auto;vertical-align:middle!important;background-color:#eef1f7!important;color:#273044!important;text-transform:none!important;letter-spacing:0!important;border:none;border-radius:50px;font-weight:400!important;font-size:14px!important}.stm-lms-logout-button i.fa-door-open{margin-right:5px;color:rgba(250,194,56,1)}.stm-lms-logout-button:hover{background:rgba(250,194,56,1)!important;color:#fff!important}.stm-lms-logout-button:hover i{color:#fff}.avatar.photo{max-width:40px;max-height:40px;-o-object-fit:cover;object-fit:cover}.stm-lms-user-avatar-edit .avatar.photo{max-width:100%;max-height:215px}.stm_lms_instructors_carousel__single_avatar .avatar.photo{max-width:inherit;max-height:inherit}.stm_lms_course__notfound{display:flex;justify-content:center;flex-wrap:wrap;position:relative;width:100%;padding:30px;margin:0 15px;text-align:center;color:#ccc;font-size:16px}.stm_lms_course__notfound i.lnricons-ghost{display:block;width:100%;margin:0 auto 10px}.stm_lms_course__notfound div{margin:0 10px 10px 0}.stm_lms_course__notfound .stm_lms_courses__filter_reset{display:inline-block;font-size:15px;transition:.3s ease}.stm_lms_course__notfound .stm_lms_courses__filter_reset span{transition:.3s ease}.stm_lms_course__notfound .stm_lms_courses__filter_reset:hover span{border-bottom-color:rgba(250,194,56,1)}.stm_lms_course__notfound .stm_lms_courses__filter_reset i{font-size:13px}.stm-lms-user-account .stm_lms_course__notfound{padding-left:0;justify-content:flex-start;text-align:left}.stm-lms-user-account .stm_lms_course__notfound i{margin:0 0 10px}.stm-lms-user-account .stm_lms_course__notfound .stm_lms_courses__filter_reset{display:none}.label,label{padding:0}.stm_product_list_widget{padding:0;list-style:none}.stm_product_list_widget li{margin-bottom:20px}.stm_product_list_widget li a{display:block;color:#fff}.stm_product_list_widget li a:after{content:"";display:block}.stm_product_list_widget li a img{float:left;margin-right:20px}.stm_product_list_widget li a .course_available_only_in_subscription__image img{width:20px;height:20px;margin-right:7px}.stm_product_list_widget li a .course_available_only_in_subscription__title{color:#273044;font-size:14px}.stm_product_list_widget li a .meta{overflow:hidden}.stm_product_list_widget li a .meta .title{font-size:14px;margin-top:-5px;color:#273044}.stm_product_list_widget li a .meta .expert{text-transform:uppercase;color:#aaa}.stm_product_list_widget li a:hover .title{color:#eab830}.academy .select2-container--default .select2-selection--single .select2-selection__arrow b:after{border-color:rgba(250,194,56,1) transparent transparent!important}.stm_zoom_wrap .stm_zoom_content .stm-calendar-links a,.stm_zoom_wrap .stm_zoom_content .stm-calendar-links a:hover{color:rgba(250,194,56,1)}.stm_zoom_wrap .stm_zoom_content .stm-join-btn{background-color:rgba(250,194,56,1);border-color:rgba(250,194,56,1)}.stm_zoom_wrap .stm_zoom_content .stm-join-btn:hover{color:#fff}.stm_zoom_wrap .stm_zoom_content .stm-join-btn.outline{background:0 0;color:rgba(250,194,56,1)}.elementor-element .masterstudy_elementor_stm_lms_wishlist i:hover{color:rgba(250,194,56,1)!important}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term,.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term:hover{color:rgba(250,194,56,1)}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term.secondary_color.active{background-color:rgba(250,194,56,1);color:#fff}.stm_lms_courses_carousel__terms .stm_lms_courses_carousel__term.secondary_color.active:hover{color:#fff}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:hover{background-color:rgba(250,194,56,1);border-color:rgba(250,194,56,1)}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:after,.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li a.page-numbers:hover:after{background-color:rgba(250,194,56,1)}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li span.page-numbers.current{background-color:rgba(250,194,56,1);border-color:rgba(250,194,56,1)}.elementor-container .page-numbers.stm_lms_my_course_bundles__pagination li span.page-numbers.current:after{background-color:rgba(250,194,56,1)}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li span.page-numbers.current::after{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li span.page-numbers.current{border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li a.page-numbers:hover{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .asignments_grid__pagination .page-numbers li a.page-numbers:after{background-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li span.page-numbers.current:after{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li span.page-numbers.current{border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li a.page-numbers:hover{background-color:rgba(250,194,56,1)!important;border-color:rgba(250,194,56,1)!important}body .stm-lms-wrapper .stm_lms_my_course_bundles__pagination .page-numbers li a.page-numbers:after{background-color:rgba(250,194,56,1)!important}ul.page-numbers{padding:0;margin:0 -5px 30px;list-style:none}ul.page-numbers:after{content:"";clear:both;display:block}ul.page-numbers>li{float:left;margin:0 5px}ul.page-numbers>li a.page-numbers,ul.page-numbers>li span.page-numbers{position:relative;display:block;padding:2px 10px;color:#aaa;font-size:12px;border:2px solid #ccc;text-align:center;z-index:2;overflow:hidden;text-decoration:none!important}ul.page-numbers>li a.page-numbers.current,ul.page-numbers>li a.page-numbers:hover,ul.page-numbers>li span.page-numbers.current,ul.page-numbers>li span.page-numbers:hover{border-color:#eab830;color:#fff}ul.page-numbers>li a.page-numbers.other,ul.page-numbers>li span.page-numbers.other{display:none}ul.page-numbers>li a.page-numbers.current:after,ul.page-numbers>li span.page-numbers.current:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-color:#eab830;z-index:-1}ul.page-numbers>li a.page-numbers:hover:after,ul.page-numbers>li span.page-numbers:hover:after{left:0}ul.page-numbers>li a.page-numbers:after,ul.page-numbers>li span.page-numbers:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:-100%;background-color:#eab830;z-index:-1}ul.page-numbers>li .next .pagi_label{margin-right:6px;text-transform:none}ul.page-numbers>li .next i{margin-left:6px;font-size:10px}ul.page-numbers>li .prev .pagi_label{text-transform:none}ul.page-numbers>li .prev i{margin-right:6px;font-size:10px}.stm_product_list_widget.widget_woo_stm_style_2 li{min-height:84px;margin-bottom:17px!important}.stm_product_list_widget.widget_woo_stm_style_2 li:last-child{margin-bottom:0!important}.stm_product_list_widget.widget_woo_stm_style_2 li a{display:block!important}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .title{margin-top:-3px;margin-bottom:5px;line-height:18px}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating{display:inline-block;vertical-align:top}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .rating .price{display:none}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .expert{margin-top:4px;line-height:14px}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price{display:inline-block;margin-right:5px;vertical-align:top}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price{min-width:47px;padding:4px;color:#fff;text-align:center;background-color:#48a7d4;border-radius:3px;font-size:12px;text-transform:none;line-height:12px}.stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price.price-free{background-color:rgba(250,194,56,1)!important}.stm_product_list_widget.widget_woo_stm_style_2 li a:hover .title{color:rgba(250,194,56,1)!important}.create-account .checkbox{color:#273044}button,input[type=submit]{outline:0}.asignments_grid__pagination .page-points{position:relative}.asignments_grid__pagination .page-points a{font-size:0!important;border:none!important;position:relative;width:1px;height:1px;opacity:0;overflow:hidden}.asignments_grid__pagination .page-points a:after{display:none!important}.asignments_grid__pagination .page-points:before{content:"...";opacity:1;display:block;position:absolute;width:20px;color:#aaa;font-size:16px;text-align:center;left:0;background:0 0}.asignments_grid__pagination .page-points~.page-points{display:none}.stm_lms_nav_badge{position:absolute;right:-5px;top:-2px;background:#dc1245;color:#fff;padding:0 3px;font-size:7px;text-align:center;text-transform:uppercase;border-radius:3px 3px 3px 0;line-height:11px}@media (max-width:768px){.modal-close{display:block}.stm_lms_nav_badge{display:inline-block;vertical-align:middle;margin:0 auto 0 8px;position:static;font-size:10px;padding:2px 3px}}.file-wrap{background:#fff;padding:7px 15px 7px 7px;position:relative}.file-wrap span{display:inline-block}.file-wrap .file-browse-wrap{margin:0!important}.file-wrap .file-browse{color:#fff;height:36px;box-shadow:0 3px 3px rgba(0,0,0,.16);border-radius:2px;background-color:#8c99a5;padding:9px 17px 10px 20px;text-transform:uppercase;margin:0 10px 0 0!important;position:relative;z-index:2;transition:.3s}.file-wrap .file-placeholder,.file-wrap i{color:#bec5cb}.additional-fields .radio-label,.radio-label{margin:0 10px 7px 0!important}.file-wrap:hover .file-browse{background:rgba(250,194,56,1)}.file-wrap i{font-size:16px;position:absolute;right:15px;top:15px;transition:.3s}.file-wrap i.fa-times:hover{color:rgba(250,194,56,1)}.file-wrap input[type=file]{position:absolute;width:100%;height:100%;line-height:50px;padding-left:23px;color:#bec5cb;left:0;top:0;opacity:0}.file-wrap span.filename{color:#273044}.stm_lms_edit_account .file-wrap{border:2px solid #f0f2f5;padding-top:5px;padding-bottom:5px}.additional-fields label.heading_font{width:100%;display:block}.checkbox-field,.woocommerce-page p.return-to-shop{display:inline-block}.additional-fields .radio-label span{vertical-align:top}.checkbox-field{width:auto!important;height:auto!important}.field-description{padding-top:5px}.radio-label span{vertical-align:top}[v-cloak] *{opacity:0;visibility:hidden}.woocommerce-cart-form .product-name{text-align:left}.woocommerce-cart-form .product-name img{max-width:150px;padding-right:20px}.woocommerce-notices-wrapper .woocommerce-error>li{display:flex;position:relative}.woocommerce-notices-wrapper .woocommerce-error>li i,.woocommerce-notices-wrapper .woocommerce-error>li span{margin:auto 10px auto 0}.woocommerce-notices-wrapper .woocommerce-error>li a.button{position:absolute;right:15px;top:20%}@media (max-width:991px){.woocommerce-notices-wrapper .woocommerce-error>li a.button{top:27%}.woocommerce-notices-wrapper .woocommerce-error>li{padding-right:160px}}#wp-admin-bar-stm_lms_settings img{width:18px;top:8px!important}.stm_zoom_wrapper .stm_zoom_content .stm-calendar-links a,.stm_zoom_wrapper .stm_zoom_content .stm-calendar-links a:hover{color:rgba(250,194,56,1)}.stm_zoom_wrapper .stm-join-btn.join_in_menu{background-color:rgba(250,194,56,1);border-color:rgba(250,194,56,1)}.stm_zoom_wrapper .stm-join-btn:hover{background:0 0;color:rgba(250,194,56,1)}.stm_zoom_wrapper .stm_zoom_content .outline{border-color:rgba(250,194,56,1);background:0 0;color:rgba(250,194,56,1)}.stm_zoom_wrapper .stm_zoom_content .outline:hover{background-color:rgba(250,194,56,1)}body #main-content .container:before{background:0 0!important}body .container{width:100%;max-width:1200px}body.et_divi_theme .container{width:auto}body .label,body label{color:#273044}body .mce-container.mce-panel.mce-floatpanel,body .mce-widget.mce-notification.mce-notification-info.mce-has-close.mce-in,body .mce-widget.mce-tooltip.mce-tooltip-n,body .mce-window.mce-in{z-index:100000000000000000000!important}body #stm_lms_manage_course h4{margin-bottom:20px}body #stm_lms_manage_course .v-select .dropdown-toggle,body #stm_lms_manage_course input{min-height:40px}body .detail_rating_unit *{border:0!important}body .stm_lms_course__image img{width:100%}body .stm_lms_course_completed_summary__label{width:100%;display:flex;align-items:center}body .stm_lms_course_completed_summary__label svg{margin-right:10px}body .stm_lms_course_completed_summary__label svg path{fill:#17d292}body .star-rating{float:none!important;width:75px!important;height:13px!important;margin-top:4px!important;background:url(https://tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/img/staremptyl.svg) left top repeat-x!important}body .star-rating>span{display:block!important;text-indent:-9999px!important;line-height:1!important;background:url(https://tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core/assets/img/starfull.svg) left top repeat-x!important}body .single_product_after_title .star-rating,body .single_product_after_title .star-rating>span{height:20px!important;background-size:20px 20px!important}body .star-rating:before{content:""!important}body .single_product_after_title .star-rating{display:inline-block!important;width:100px!important;margin:1px 0 4px!important;vertical-align:top!important}body .form-group textarea,body .stm-lms-wrapper{width:100%}body .stm_lms_user_float_menu{z-index:9999}body.theme-Divi .stm_lms_user_float_menu{z-index:99999}body .stm-lms-single_question_multi_choice label input,body .stm-lms-single_question_single_choice label input,body .stm-lms-single_question_true_false label input{border:0!important;background:0 0!important}body .stm_product_list_widget.widget_woo_stm_style_2 li a .meta .stm_featured_product_price .price{line-height:1!important;color:#fff!important;font-size:12px!important}body .stm_product_list_widget.widget_woo_stm_style_2 li a .meta .expert{font-size:12px;line-height:1.2}body .btn.btn-default{padding:15px 10px;display:inline-block;min-width:135px;margin-bottom:0;font-size:14px;font-weight:700;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;color:#fff;background-color:#17d292;text-transform:uppercase;letter-spacing:1px;text-align:center;outline:0!important;border:0}body #stm_lms_faq .panel.panel-default .panel-body{padding-top:20px}@font-face {
	font-family: 'Linearicons';
	src: url(//tactrain.de/wp-content/plugins/masterstudy-lms-learning-management-system/_core//libraries/nuxy/taxonomy_meta/assets/linearicons/Linearicons.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="lnricons-"], [class*=" lnricons-"] {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lnricons-home:before {
	content: "\e600";
}
.lnricons-home2:before {
	content: "\e601";
}
.lnricons-home3:before {
	content: "\e602";
}
.lnricons-home4:before {
	content: "\e603";
}
.lnricons-home5:before {
	content: "\e604";
}
.lnricons-home6:before {
	content: "\e605";
}
.lnricons-bathtub:before {
	content: "\e606";
}
.lnricons-toothbrush:before {
	content: "\e607";
}
.lnricons-bed:before {
	content: "\e608";
}
.lnricons-couch:before {
	content: "\e609";
}
.lnricons-chair:before {
	content: "\e60a";
}
.lnricons-city:before {
	content: "\e60b";
}
.lnricons-apartment:before {
	content: "\e60c";
}
.lnricons-pencil:before {
	content: "\e60d";
}
.lnricons-pencil2:before {
	content: "\e60e";
}
.lnricons-pen:before {
	content: "\e60f";
}
.lnricons-pencil3:before {
	content: "\e610";
}
.lnricons-eraser:before {
	content: "\e611";
}
.lnricons-pencil4:before {
	content: "\e612";
}
.lnricons-pencil5:before {
	content: "\e613";
}
.lnricons-feather:before {
	content: "\e614";
}
.lnricons-feather2:before {
	content: "\e615";
}
.lnricons-feather3:before {
	content: "\e616";
}
.lnricons-pen2:before {
	content: "\e617";
}
.lnricons-pen-add:before {
	content: "\e618";
}
.lnricons-pen-remove:before {
	content: "\e619";
}
.lnricons-vector:before {
	content: "\e61a";
}
.lnricons-pen3:before {
	content: "\e61b";
}
.lnricons-blog:before {
	content: "\e61c";
}
.lnricons-brush:before {
	content: "\e61d";
}
.lnricons-brush2:before {
	content: "\e61e";
}
.lnricons-spray:before {
	content: "\e61f";
}
.lnricons-paint-roller:before {
	content: "\e620";
}
.lnricons-stamp:before {
	content: "\e621";
}
.lnricons-tape:before {
	content: "\e622";
}
.lnricons-desk-tape:before {
	content: "\e623";
}
.lnricons-texture:before {
	content: "\e624";
}
.lnricons-eye-dropper:before {
	content: "\e625";
}
.lnricons-palette:before {
	content: "\e626";
}
.lnricons-color-sampler:before {
	content: "\e627";
}
.lnricons-bucket:before {
	content: "\e628";
}
.lnricons-gradient:before {
	content: "\e629";
}
.lnricons-gradient2:before {
	content: "\e62a";
}
.lnricons-magic-wand:before {
	content: "\e62b";
}
.lnricons-magnet:before {
	content: "\e62c";
}
.lnricons-pencil-ruler:before {
	content: "\e62d";
}
.lnricons-pencil-ruler2:before {
	content: "\e62e";
}
.lnricons-compass:before {
	content: "\e62f";
}
.lnricons-aim:before {
	content: "\e630";
}
.lnricons-gun:before {
	content: "\e631";
}
.lnricons-bottle:before {
	content: "\e632";
}
.lnricons-drop:before {
	content: "\e633";
}
.lnricons-drop-crossed:before {
	content: "\e634";
}
.lnricons-drop2:before {
	content: "\e635";
}
.lnricons-snow:before {
	content: "\e636";
}
.lnricons-snow2:before {
	content: "\e637";
}
.lnricons-fire:before {
	content: "\e638";
}
.lnricons-lighter:before {
	content: "\e639";
}
.lnricons-knife:before {
	content: "\e63a";
}
.lnricons-dagger:before {
	content: "\e63b";
}
.lnricons-tissue:before {
	content: "\e63c";
}
.lnricons-toilet-paper:before {
	content: "\e63d";
}
.lnricons-poop:before {
	content: "\e63e";
}
.lnricons-umbrella:before {
	content: "\e63f";
}
.lnricons-umbrella2:before {
	content: "\e640";
}
.lnricons-rain:before {
	content: "\e641";
}
.lnricons-tornado:before {
	content: "\e642";
}
.lnricons-wind:before {
	content: "\e643";
}
.lnricons-fan:before {
	content: "\e644";
}
.lnricons-contrast:before {
	content: "\e645";
}
.lnricons-sun-small:before {
	content: "\e646";
}
.lnricons-sun:before {
	content: "\e647";
}
.lnricons-sun2:before {
	content: "\e648";
}
.lnricons-moon:before {
	content: "\e649";
}
.lnricons-cloud:before {
	content: "\e64a";
}
.lnricons-cloud-upload:before {
	content: "\e64b";
}
.lnricons-cloud-download:before {
	content: "\e64c";
}
.lnricons-cloud-rain:before {
	content: "\e64d";
}
.lnricons-cloud-hailstones:before {
	content: "\e64e";
}
.lnricons-cloud-snow:before {
	content: "\e64f";
}
.lnricons-cloud-windy:before {
	content: "\e650";
}
.lnricons-sun-wind:before {
	content: "\e651";
}
.lnricons-cloud-fog:before {
	content: "\e652";
}
.lnricons-cloud-sun:before {
	content: "\e653";
}
.lnricons-cloud-lightning:before {
	content: "\e654";
}
.lnricons-cloud-sync:before {
	content: "\e655";
}
.lnricons-cloud-lock:before {
	content: "\e656";
}
.lnricons-cloud-gear:before {
	content: "\e657";
}
.lnricons-cloud-alert:before {
	content: "\e658";
}
.lnricons-cloud-check:before {
	content: "\e659";
}
.lnricons-cloud-cross:before {
	content: "\e65a";
}
.lnricons-cloud-crossed:before {
	content: "\e65b";
}
.lnricons-cloud-database:before {
	content: "\e65c";
}
.lnricons-database:before {
	content: "\e65d";
}
.lnricons-database-add:before {
	content: "\e65e";
}
.lnricons-database-remove:before {
	content: "\e65f";
}
.lnricons-database-lock:before {
	content: "\e660";
}
.lnricons-database-refresh:before {
	content: "\e661";
}
.lnricons-database-check:before {
	content: "\e662";
}
.lnricons-database-history:before {
	content: "\e663";
}
.lnricons-database-upload:before {
	content: "\e664";
}
.lnricons-database-download:before {
	content: "\e665";
}
.lnricons-server:before {
	content: "\e666";
}
.lnricons-shield:before {
	content: "\e667";
}
.lnricons-shield-check:before {
	content: "\e668";
}
.lnricons-shield-alert:before {
	content: "\e669";
}
.lnricons-shield-cross:before {
	content: "\e66a";
}
.lnricons-lock:before {
	content: "\e66b";
}
.lnricons-rotation-lock:before {
	content: "\e66c";
}
.lnricons-unlock:before {
	content: "\e66d";
}
.lnricons-key:before {
	content: "\e66e";
}
.lnricons-key-hole:before {
	content: "\e66f";
}
.lnricons-toggle-off:before {
	content: "\e670";
}
.lnricons-toggle-on:before {
	content: "\e671";
}
.lnricons-cog:before {
	content: "\e672";
}
.lnricons-cog2:before {
	content: "\e673";
}
.lnricons-wrench:before {
	content: "\e674";
}
.lnricons-screwdriver:before {
	content: "\e675";
}
.lnricons-hammer-wrench:before {
	content: "\e676";
}
.lnricons-hammer:before {
	content: "\e677";
}
.lnricons-saw:before {
	content: "\e678";
}
.lnricons-axe:before {
	content: "\e679";
}
.lnricons-axe2:before {
	content: "\e67a";
}
.lnricons-shovel:before {
	content: "\e67b";
}
.lnricons-pickaxe:before {
	content: "\e67c";
}
.lnricons-factory:before {
	content: "\e67d";
}
.lnricons-factory2:before {
	content: "\e67e";
}
.lnricons-recycle:before {
	content: "\e67f";
}
.lnricons-trash:before {
	content: "\e680";
}
.lnricons-trash2:before {
	content: "\e681";
}
.lnricons-trash3:before {
	content: "\e682";
}
.lnricons-broom:before {
	content: "\e683";
}
.lnricons-game:before {
	content: "\e684";
}
.lnricons-gamepad:before {
	content: "\e685";
}
.lnricons-joystick:before {
	content: "\e686";
}
.lnricons-dice:before {
	content: "\e687";
}
.lnricons-spades:before {
	content: "\e688";
}
.lnricons-diamonds:before {
	content: "\e689";
}
.lnricons-clubs:before {
	content: "\e68a";
}
.lnricons-hearts:before {
	content: "\e68b";
}
.lnricons-heart:before {
	content: "\e68c";
}
.lnricons-star:before {
	content: "\e68d";
}
.lnricons-star-half:before {
	content: "\e68e";
}
.lnricons-star-empty:before {
	content: "\e68f";
}
.lnricons-flag:before {
	content: "\e690";
}
.lnricons-flag2:before {
	content: "\e691";
}
.lnricons-flag3:before {
	content: "\e692";
}
.lnricons-mailbox-full:before {
	content: "\e693";
}
.lnricons-mailbox-empty:before {
	content: "\e694";
}
.lnricons-at-sign:before {
	content: "\e695";
}
.lnricons-envelope:before {
	content: "\e696";
}
.lnricons-envelope-open:before {
	content: "\e697";
}
.lnricons-paperclip:before {
	content: "\e698";
}
.lnricons-paper-plane:before {
	content: "\e699";
}
.lnricons-reply:before {
	content: "\e69a";
}
.lnricons-reply-all:before {
	content: "\e69b";
}
.lnricons-inbox:before {
	content: "\e69c";
}
.lnricons-inbox2:before {
	content: "\e69d";
}
.lnricons-outbox:before {
	content: "\e69e";
}
.lnricons-box:before {
	content: "\e69f";
}
.lnricons-archive:before {
	content: "\e6a0";
}
.lnricons-archive2:before {
	content: "\e6a1";
}
.lnricons-drawers:before {
	content: "\e6a2";
}
.lnricons-drawers2:before {
	content: "\e6a3";
}
.lnricons-drawers3:before {
	content: "\e6a4";
}
.lnricons-eye:before {
	content: "\e6a5";
}
.lnricons-eye-crossed:before {
	content: "\e6a6";
}
.lnricons-eye-plus:before {
	content: "\e6a7";
}
.lnricons-eye-minus:before {
	content: "\e6a8";
}
.lnricons-binoculars:before {
	content: "\e6a9";
}
.lnricons-binoculars2:before {
	content: "\e6aa";
}
.lnricons-hdd:before {
	content: "\e6ab";
}
.lnricons-hdd-down:before {
	content: "\e6ac";
}
.lnricons-hdd-up:before {
	content: "\e6ad";
}
.lnricons-floppy-disk:before {
	content: "\e6ae";
}
.lnricons-disc:before {
	content: "\e6af";
}
.lnricons-tape2:before {
	content: "\e6b0";
}
.lnricons-printer:before {
	content: "\e6b1";
}
.lnricons-shredder:before {
	content: "\e6b2";
}
.lnricons-file-empty:before {
	content: "\e6b3";
}
.lnricons-file-add:before {
	content: "\e6b4";
}
.lnricons-file-check:before {
	content: "\e6b5";
}
.lnricons-file-lock:before {
	content: "\e6b6";
}
.lnricons-files:before {
	content: "\e6b7";
}
.lnricons-copy:before {
	content: "\e6b8";
}
.lnricons-compare:before {
	content: "\e6b9";
}
.lnricons-folder:before {
	content: "\e6ba";
}
.lnricons-folder-search:before {
	content: "\e6bb";
}
.lnricons-folder-plus:before {
	content: "\e6bc";
}
.lnricons-folder-minus:before {
	content: "\e6bd";
}
.lnricons-folder-download:before {
	content: "\e6be";
}
.lnricons-folder-upload:before {
	content: "\e6bf";
}
.lnricons-folder-star:before {
	content: "\e6c0";
}
.lnricons-folder-heart:before {
	content: "\e6c1";
}
.lnricons-folder-user:before {
	content: "\e6c2";
}
.lnricons-folder-shared:before {
	content: "\e6c3";
}
.lnricons-folder-music:before {
	content: "\e6c4";
}
.lnricons-folder-picture:before {
	content: "\e6c5";
}
.lnricons-folder-film:before {
	content: "\e6c6";
}
.lnricons-scissors:before {
	content: "\e6c7";
}
.lnricons-paste:before {
	content: "\e6c8";
}
.lnricons-clipboard-empty:before {
	content: "\e6c9";
}
.lnricons-clipboard-pencil:before {
	content: "\e6ca";
}
.lnricons-clipboard-text:before {
	content: "\e6cb";
}
.lnricons-clipboard-check:before {
	content: "\e6cc";
}
.lnricons-clipboard-down:before {
	content: "\e6cd";
}
.lnricons-clipboard-left:before {
	content: "\e6ce";
}
.lnricons-clipboard-alert:before {
	content: "\e6cf";
}
.lnricons-clipboard-user:before {
	content: "\e6d0";
}
.lnricons-register:before {
	content: "\e6d1";
}
.lnricons-enter:before {
	content: "\e6d2";
}
.lnricons-exit:before {
	content: "\e6d3";
}
.lnricons-papers:before {
	content: "\e6d4";
}
.lnricons-news:before {
	content: "\e6d5";
}
.lnricons-reading:before {
	content: "\e6d6";
}
.lnricons-typewriter:before {
	content: "\e6d7";
}
.lnricons-document:before {
	content: "\e6d8";
}
.lnricons-document2:before {
	content: "\e6d9";
}
.lnricons-graduation-hat:before {
	content: "\e6da";
}
.lnricons-license:before {
	content: "\e6db";
}
.lnricons-license2:before {
	content: "\e6dc";
}
.lnricons-medal-empty:before {
	content: "\e6dd";
}
.lnricons-medal-first:before {
	content: "\e6de";
}
.lnricons-medal-second:before {
	content: "\e6df";
}
.lnricons-medal-third:before {
	content: "\e6e0";
}
.lnricons-podium:before {
	content: "\e6e1";
}
.lnricons-trophy:before {
	content: "\e6e2";
}
.lnricons-trophy2:before {
	content: "\e6e3";
}
.lnricons-music-note:before {
	content: "\e6e4";
}
.lnricons-music-note2:before {
	content: "\e6e5";
}
.lnricons-music-note3:before {
	content: "\e6e6";
}
.lnricons-playlist:before {
	content: "\e6e7";
}
.lnricons-playlist-add:before {
	content: "\e6e8";
}
.lnricons-guitar:before {
	content: "\e6e9";
}
.lnricons-trumpet:before {
	content: "\e6ea";
}
.lnricons-album:before {
	content: "\e6eb";
}
.lnricons-shuffle:before {
	content: "\e6ec";
}
.lnricons-repeat-one:before {
	content: "\e6ed";
}
.lnricons-repeat:before {
	content: "\e6ee";
}
.lnricons-headphones:before {
	content: "\e6ef";
}
.lnricons-headset:before {
	content: "\e6f0";
}
.lnricons-loudspeaker:before {
	content: "\e6f1";
}
.lnricons-equalizer:before {
	content: "\e6f2";
}
.lnricons-theater:before {
	content: "\e6f3";
}
.lnricons-3d-glasses:before {
	content: "\e6f4";
}
.lnricons-ticket:before {
	content: "\e6f5";
}
.lnricons-presentation:before {
	content: "\e6f6";
}
.lnricons-play:before {
	content: "\e6f7";
}
.lnricons-film-play:before {
	content: "\e6f8";
}
.lnricons-clapboard-play:before {
	content: "\e6f9";
}
.lnricons-media:before {
	content: "\e6fa";
}
.lnricons-film:before {
	content: "\e6fb";
}
.lnricons-film2:before {
	content: "\e6fc";
}
.lnricons-surveillance:before {
	content: "\e6fd";
}
.lnricons-surveillance2:before {
	content: "\e6fe";
}
.lnricons-camera:before {
	content: "\e6ff";
}
.lnricons-camera-crossed:before {
	content: "\e700";
}
.lnricons-camera-play:before {
	content: "\e701";
}
.lnricons-time-lapse:before {
	content: "\e702";
}
.lnricons-record:before {
	content: "\e703";
}
.lnricons-camera2:before {
	content: "\e704";
}
.lnricons-camera-flip:before {
	content: "\e705";
}
.lnricons-panorama:before {
	content: "\e706";
}
.lnricons-time-lapse2:before {
	content: "\e707";
}
.lnricons-shutter:before {
	content: "\e708";
}
.lnricons-shutter2:before {
	content: "\e709";
}
.lnricons-face-detection:before {
	content: "\e70a";
}
.lnricons-flare:before {
	content: "\e70b";
}
.lnricons-convex:before {
	content: "\e70c";
}
.lnricons-concave:before {
	content: "\e70d";
}
.lnricons-picture:before {
	content: "\e70e";
}
.lnricons-picture2:before {
	content: "\e70f";
}
.lnricons-picture3:before {
	content: "\e710";
}
.lnricons-pictures:before {
	content: "\e711";
}
.lnricons-book:before {
	content: "\e712";
}
.lnricons-audio-book:before {
	content: "\e713";
}
.lnricons-book2:before {
	content: "\e714";
}
.lnricons-bookmark:before {
	content: "\e715";
}
.lnricons-bookmark2:before {
	content: "\e716";
}
.lnricons-label:before {
	content: "\e717";
}
.lnricons-library:before {
	content: "\e718";
}
.lnricons-library2:before {
	content: "\e719";
}
.lnricons-contacts:before {
	content: "\e71a";
}
.lnricons-profile:before {
	content: "\e71b";
}
.lnricons-portrait:before {
	content: "\e71c";
}
.lnricons-portrait2:before {
	content: "\e71d";
}
.lnricons-user:before {
	content: "\e71e";
}
.lnricons-user-plus:before {
	content: "\e71f";
}
.lnricons-user-minus:before {
	content: "\e720";
}
.lnricons-user-lock:before {
	content: "\e721";
}
.lnricons-users:before {
	content: "\e722";
}
.lnricons-users2:before {
	content: "\e723";
}
.lnricons-users-plus:before {
	content: "\e724";
}
.lnricons-users-minus:before {
	content: "\e725";
}
.lnricons-group-work:before {
	content: "\e726";
}
.lnricons-woman:before {
	content: "\e727";
}
.lnricons-man:before {
	content: "\e728";
}
.lnricons-baby:before {
	content: "\e729";
}
.lnricons-baby2:before {
	content: "\e72a";
}
.lnricons-baby3:before {
	content: "\e72b";
}
.lnricons-baby-bottle:before {
	content: "\e72c";
}
.lnricons-walk:before {
	content: "\e72d";
}
.lnricons-hand-waving:before {
	content: "\e72e";
}
.lnricons-jump:before {
	content: "\e72f";
}
.lnricons-run:before {
	content: "\e730";
}
.lnricons-woman2:before {
	content: "\e731";
}
.lnricons-man2:before {
	content: "\e732";
}
.lnricons-man-woman:before {
	content: "\e733";
}
.lnricons-height:before {
	content: "\e734";
}
.lnricons-weight:before {
	content: "\e735";
}
.lnricons-scale:before {
	content: "\e736";
}
.lnricons-button:before {
	content: "\e737";
}
.lnricons-bow-tie:before {
	content: "\e738";
}
.lnricons-tie:before {
	content: "\e739";
}
.lnricons-socks:before {
	content: "\e73a";
}
.lnricons-shoe:before {
	content: "\e73b";
}
.lnricons-shoes:before {
	content: "\e73c";
}
.lnricons-hat:before {
	content: "\e73d";
}
.lnricons-pants:before {
	content: "\e73e";
}
.lnricons-shorts:before {
	content: "\e73f";
}
.lnricons-flip-flops:before {
	content: "\e740";
}
.lnricons-shirt:before {
	content: "\e741";
}
.lnricons-hanger:before {
	content: "\e742";
}
.lnricons-laundry:before {
	content: "\e743";
}
.lnricons-store:before {
	content: "\e744";
}
.lnricons-haircut:before {
	content: "\e745";
}
.lnricons-store-24:before {
	content: "\e746";
}
.lnricons-barcode:before {
	content: "\e747";
}
.lnricons-barcode2:before {
	content: "\e748";
}
.lnricons-barcode3:before {
	content: "\e749";
}
.lnricons-cashier:before {
	content: "\e74a";
}
.lnricons-bag:before {
	content: "\e74b";
}
.lnricons-bag2:before {
	content: "\e74c";
}
.lnricons-cart:before {
	content: "\e74d";
}
.lnricons-cart-empty:before {
	content: "\e74e";
}
.lnricons-cart-full:before {
	content: "\e74f";
}
.lnricons-cart-plus:before {
	content: "\e750";
}
.lnricons-cart-plus2:before {
	content: "\e751";
}
.lnricons-cart-add:before {
	content: "\e752";
}
.lnricons-cart-remove:before {
	content: "\e753";
}
.lnricons-cart-exchange:before {
	content: "\e754";
}
.lnricons-tag:before {
	content: "\e755";
}
.lnricons-tags:before {
	content: "\e756";
}
.lnricons-receipt:before {
	content: "\e757";
}
.lnricons-wallet:before {
	content: "\e758";
}
.lnricons-credit-card:before {
	content: "\e759";
}
.lnricons-cash-dollar:before {
	content: "\e75a";
}
.lnricons-cash-euro:before {
	content: "\e75b";
}
.lnricons-cash-pound:before {
	content: "\e75c";
}
.lnricons-cash-yen:before {
	content: "\e75d";
}
.lnricons-bag-dollar:before {
	content: "\e75e";
}
.lnricons-bag-euro:before {
	content: "\e75f";
}
.lnricons-bag-pound:before {
	content: "\e760";
}
.lnricons-bag-yen:before {
	content: "\e761";
}
.lnricons-coin-dollar:before {
	content: "\e762";
}
.lnricons-coin-euro:before {
	content: "\e763";
}
.lnricons-coin-pound:before {
	content: "\e764";
}
.lnricons-coin-yen:before {
	content: "\e765";
}
.lnricons-calculator:before {
	content: "\e766";
}
.lnricons-calculator2:before {
	content: "\e767";
}
.lnricons-abacus:before {
	content: "\e768";
}
.lnricons-vault:before {
	content: "\e769";
}
.lnricons-telephone:before {
	content: "\e76a";
}
.lnricons-phone-lock:before {
	content: "\e76b";
}
.lnricons-phone-wave:before {
	content: "\e76c";
}
.lnricons-phone-pause:before {
	content: "\e76d";
}
.lnricons-phone-outgoing:before {
	content: "\e76e";
}
.lnricons-phone-incoming:before {
	content: "\e76f";
}
.lnricons-phone-in-out:before {
	content: "\e770";
}
.lnricons-phone-error:before {
	content: "\e771";
}
.lnricons-phone-sip:before {
	content: "\e772";
}
.lnricons-phone-plus:before {
	content: "\e773";
}
.lnricons-phone-minus:before {
	content: "\e774";
}
.lnricons-voicemail:before {
	content: "\e775";
}
.lnricons-dial:before {
	content: "\e776";
}
.lnricons-telephone2:before {
	content: "\e777";
}
.lnricons-pushpin:before {
	content: "\e778";
}
.lnricons-pushpin2:before {
	content: "\e779";
}
.lnricons-map-marker:before {
	content: "\e77a";
}
.lnricons-map-marker-user:before {
	content: "\e77b";
}
.lnricons-map-marker-down:before {
	content: "\e77c";
}
.lnricons-map-marker-check:before {
	content: "\e77d";
}
.lnricons-map-marker-crossed:before {
	content: "\e77e";
}
.lnricons-radar:before {
	content: "\e77f";
}
.lnricons-compass2:before {
	content: "\e780";
}
.lnricons-map:before {
	content: "\e781";
}
.lnricons-map2:before {
	content: "\e782";
}
.lnricons-location:before {
	content: "\e783";
}
.lnricons-road-sign:before {
	content: "\e784";
}
.lnricons-calendar-empty:before {
	content: "\e785";
}
.lnricons-calendar-check:before {
	content: "\e786";
}
.lnricons-calendar-cross:before {
	content: "\e787";
}
.lnricons-calendar-31:before {
	content: "\e788";
}
.lnricons-calendar-full:before {
	content: "\e789";
}
.lnricons-calendar-insert:before {
	content: "\e78a";
}
.lnricons-calendar-text:before {
	content: "\e78b";
}
.lnricons-calendar-user:before {
	content: "\e78c";
}
.lnricons-mouse:before {
	content: "\e78d";
}
.lnricons-mouse-left:before {
	content: "\e78e";
}
.lnricons-mouse-right:before {
	content: "\e78f";
}
.lnricons-mouse-both:before {
	content: "\e790";
}
.lnricons-keyboard:before {
	content: "\e791";
}
.lnricons-keyboard-up:before {
	content: "\e792";
}
.lnricons-keyboard-down:before {
	content: "\e793";
}
.lnricons-delete:before {
	content: "\e794";
}
.lnricons-spell-check:before {
	content: "\e795";
}
.lnricons-escape:before {
	content: "\e796";
}
.lnricons-enter2:before {
	content: "\e797";
}
.lnricons-screen:before {
	content: "\e798";
}
.lnricons-aspect-ratio:before {
	content: "\e799";
}
.lnricons-signal:before {
	content: "\e79a";
}
.lnricons-signal-lock:before {
	content: "\e79b";
}
.lnricons-signal-80:before {
	content: "\e79c";
}
.lnricons-signal-60:before {
	content: "\e79d";
}
.lnricons-signal-40:before {
	content: "\e79e";
}
.lnricons-signal-20:before {
	content: "\e79f";
}
.lnricons-signal-0:before {
	content: "\e7a0";
}
.lnricons-signal-blocked:before {
	content: "\e7a1";
}
.lnricons-sim:before {
	content: "\e7a2";
}
.lnricons-flash-memory:before {
	content: "\e7a3";
}
.lnricons-usb-drive:before {
	content: "\e7a4";
}
.lnricons-phone:before {
	content: "\e7a5";
}
.lnricons-smartphone:before {
	content: "\e7a6";
}
.lnricons-smartphone-notification:before {
	content: "\e7a7";
}
.lnricons-smartphone-vibration:before {
	content: "\e7a8";
}
.lnricons-smartphone-embed:before {
	content: "\e7a9";
}
.lnricons-smartphone-waves:before {
	content: "\e7aa";
}
.lnricons-tablet:before {
	content: "\e7ab";
}
.lnricons-tablet2:before {
	content: "\e7ac";
}
.lnricons-laptop:before {
	content: "\e7ad";
}
.lnricons-laptop-phone:before {
	content: "\e7ae";
}
.lnricons-desktop:before {
	content: "\e7af";
}
.lnricons-launch:before {
	content: "\e7b0";
}
.lnricons-new-tab:before {
	content: "\e7b1";
}
.lnricons-window:before {
	content: "\e7b2";
}
.lnricons-cable:before {
	content: "\e7b3";
}
.lnricons-cable2:before {
	content: "\e7b4";
}
.lnricons-tv:before {
	content: "\e7b5";
}
.lnricons-radio:before {
	content: "\e7b6";
}
.lnricons-remote-control:before {
	content: "\e7b7";
}
.lnricons-power-switch:before {
	content: "\e7b8";
}
.lnricons-power:before {
	content: "\e7b9";
}
.lnricons-power-crossed:before {
	content: "\e7ba";
}
.lnricons-flash-auto:before {
	content: "\e7bb";
}
.lnricons-lamp:before {
	content: "\e7bc";
}
.lnricons-flashlight:before {
	content: "\e7bd";
}
.lnricons-lampshade:before {
	content: "\e7be";
}
.lnricons-cord:before {
	content: "\e7bf";
}
.lnricons-outlet:before {
	content: "\e7c0";
}
.lnricons-battery-power:before {
	content: "\e7c1";
}
.lnricons-battery-empty:before {
	content: "\e7c2";
}
.lnricons-battery-alert:before {
	content: "\e7c3";
}
.lnricons-battery-error:before {
	content: "\e7c4";
}
.lnricons-battery-low1:before {
	content: "\e7c5";
}
.lnricons-battery-low2:before {
	content: "\e7c6";
}
.lnricons-battery-low3:before {
	content: "\e7c7";
}
.lnricons-battery-mid1:before {
	content: "\e7c8";
}
.lnricons-battery-mid2:before {
	content: "\e7c9";
}
.lnricons-battery-mid3:before {
	content: "\e7ca";
}
.lnricons-battery-full:before {
	content: "\e7cb";
}
.lnricons-battery-charging:before {
	content: "\e7cc";
}
.lnricons-battery-charging2:before {
	content: "\e7cd";
}
.lnricons-battery-charging3:before {
	content: "\e7ce";
}
.lnricons-battery-charging4:before {
	content: "\e7cf";
}
.lnricons-battery-charging5:before {
	content: "\e7d0";
}
.lnricons-battery-charging6:before {
	content: "\e7d1";
}
.lnricons-battery-charging7:before {
	content: "\e7d2";
}
.lnricons-chip:before {
	content: "\e7d3";
}
.lnricons-chip-x64:before {
	content: "\e7d4";
}
.lnricons-chip-x86:before {
	content: "\e7d5";
}
.lnricons-bubble:before {
	content: "\e7d6";
}
.lnricons-bubbles:before {
	content: "\e7d7";
}
.lnricons-bubble-dots:before {
	content: "\e7d8";
}
.lnricons-bubble-alert:before {
	content: "\e7d9";
}
.lnricons-bubble-question:before {
	content: "\e7da";
}
.lnricons-bubble-text:before {
	content: "\e7db";
}
.lnricons-bubble-pencil:before {
	content: "\e7dc";
}
.lnricons-bubble-picture:before {
	content: "\e7dd";
}
.lnricons-bubble-video:before {
	content: "\e7de";
}
.lnricons-bubble-user:before {
	content: "\e7df";
}
.lnricons-bubble-quote:before {
	content: "\e7e0";
}
.lnricons-bubble-heart:before {
	content: "\e7e1";
}
.lnricons-bubble-emoticon:before {
	content: "\e7e2";
}
.lnricons-bubble-attachment:before {
	content: "\e7e3";
}
.lnricons-phone-bubble:before {
	content: "\e7e4";
}
.lnricons-quote-open:before {
	content: "\e7e5";
}
.lnricons-quote-close:before {
	content: "\e7e6";
}
.lnricons-dna:before {
	content: "\e7e7";
}
.lnricons-heart-pulse:before {
	content: "\e7e8";
}
.lnricons-pulse:before {
	content: "\e7e9";
}
.lnricons-syringe:before {
	content: "\e7ea";
}
.lnricons-pills:before {
	content: "\e7eb";
}
.lnricons-first-aid:before {
	content: "\e7ec";
}
.lnricons-lifebuoy:before {
	content: "\e7ed";
}
.lnricons-bandage:before {
	content: "\e7ee";
}
.lnricons-bandages:before {
	content: "\e7ef";
}
.lnricons-thermometer:before {
	content: "\e7f0";
}
.lnricons-microscope:before {
	content: "\e7f1";
}
.lnricons-brain:before {
	content: "\e7f2";
}
.lnricons-beaker:before {
	content: "\e7f3";
}
.lnricons-skull:before {
	content: "\e7f4";
}
.lnricons-bone:before {
	content: "\e7f5";
}
.lnricons-construction:before {
	content: "\e7f6";
}
.lnricons-construction-cone:before {
	content: "\e7f7";
}
.lnricons-pie-chart:before {
	content: "\e7f8";
}
.lnricons-pie-chart2:before {
	content: "\e7f9";
}
.lnricons-graph:before {
	content: "\e7fa";
}
.lnricons-chart-growth:before {
	content: "\e7fb";
}
.lnricons-chart-bars:before {
	content: "\e7fc";
}
.lnricons-chart-settings:before {
	content: "\e7fd";
}
.lnricons-cake:before {
	content: "\e7fe";
}
.lnricons-gift:before {
	content: "\e7ff";
}
.lnricons-balloon:before {
	content: "\e800";
}
.lnricons-rank:before {
	content: "\e801";
}
.lnricons-rank2:before {
	content: "\e802";
}
.lnricons-rank3:before {
	content: "\e803";
}
.lnricons-crown:before {
	content: "\e804";
}
.lnricons-lotus:before {
	content: "\e805";
}
.lnricons-diamond:before {
	content: "\e806";
}
.lnricons-diamond2:before {
	content: "\e807";
}
.lnricons-diamond3:before {
	content: "\e808";
}
.lnricons-diamond4:before {
	content: "\e809";
}
.lnricons-linearicons:before {
	content: "\e80a";
}
.lnricons-teacup:before {
	content: "\e80b";
}
.lnricons-teapot:before {
	content: "\e80c";
}
.lnricons-glass:before {
	content: "\e80d";
}
.lnricons-bottle2:before {
	content: "\e80e";
}
.lnricons-glass-cocktail:before {
	content: "\e80f";
}
.lnricons-glass2:before {
	content: "\e810";
}
.lnricons-dinner:before {
	content: "\e811";
}
.lnricons-dinner2:before {
	content: "\e812";
}
.lnricons-chef:before {
	content: "\e813";
}
.lnricons-scale2:before {
	content: "\e814";
}
.lnricons-egg:before {
	content: "\e815";
}
.lnricons-egg2:before {
	content: "\e816";
}
.lnricons-eggs:before {
	content: "\e817";
}
.lnricons-platter:before {
	content: "\e818";
}
.lnricons-steak:before {
	content: "\e819";
}
.lnricons-hamburger:before {
	content: "\e81a";
}
.lnricons-hotdog:before {
	content: "\e81b";
}
.lnricons-pizza:before {
	content: "\e81c";
}
.lnricons-sausage:before {
	content: "\e81d";
}
.lnricons-chicken:before {
	content: "\e81e";
}
.lnricons-fish:before {
	content: "\e81f";
}
.lnricons-carrot:before {
	content: "\e820";
}
.lnricons-cheese:before {
	content: "\e821";
}
.lnricons-bread:before {
	content: "\e822";
}
.lnricons-ice-cream:before {
	content: "\e823";
}
.lnricons-ice-cream2:before {
	content: "\e824";
}
.lnricons-candy:before {
	content: "\e825";
}
.lnricons-lollipop:before {
	content: "\e826";
}
.lnricons-coffee-bean:before {
	content: "\e827";
}
.lnricons-coffee-cup:before {
	content: "\e828";
}
.lnricons-cherry:before {
	content: "\e829";
}
.lnricons-grapes:before {
	content: "\e82a";
}
.lnricons-citrus:before {
	content: "\e82b";
}
.lnricons-apple:before {
	content: "\e82c";
}
.lnricons-leaf:before {
	content: "\e82d";
}
.lnricons-landscape:before {
	content: "\e82e";
}
.lnricons-pine-tree:before {
	content: "\e82f";
}
.lnricons-tree:before {
	content: "\e830";
}
.lnricons-cactus:before {
	content: "\e831";
}
.lnricons-paw:before {
	content: "\e832";
}
.lnricons-footprint:before {
	content: "\e833";
}
.lnricons-speed-slow:before {
	content: "\e834";
}
.lnricons-speed-medium:before {
	content: "\e835";
}
.lnricons-speed-fast:before {
	content: "\e836";
}
.lnricons-rocket:before {
	content: "\e837";
}
.lnricons-hammer2:before {
	content: "\e838";
}
.lnricons-balance:before {
	content: "\e839";
}
.lnricons-briefcase:before {
	content: "\e83a";
}
.lnricons-luggage-weight:before {
	content: "\e83b";
}
.lnricons-dolly:before {
	content: "\e83c";
}
.lnricons-plane:before {
	content: "\e83d";
}
.lnricons-plane-crossed:before {
	content: "\e83e";
}
.lnricons-helicopter:before {
	content: "\e83f";
}
.lnricons-traffic-lights:before {
	content: "\e840";
}
.lnricons-siren:before {
	content: "\e841";
}
.lnricons-road:before {
	content: "\e842";
}
.lnricons-engine:before {
	content: "\e843";
}
.lnricons-oil-pressure:before {
	content: "\e844";
}
.lnricons-coolant-temperature:before {
	content: "\e845";
}
.lnricons-car-battery:before {
	content: "\e846";
}
.lnricons-gas:before {
	content: "\e847";
}
.lnricons-gallon:before {
	content: "\e848";
}
.lnricons-transmission:before {
	content: "\e849";
}
.lnricons-car:before {
	content: "\e84a";
}
.lnricons-car-wash:before {
	content: "\e84b";
}
.lnricons-car-wash2:before {
	content: "\e84c";
}
.lnricons-bus:before {
	content: "\e84d";
}
.lnricons-bus2:before {
	content: "\e84e";
}
.lnricons-car2:before {
	content: "\e84f";
}
.lnricons-parking:before {
	content: "\e850";
}
.lnricons-car-lock:before {
	content: "\e851";
}
.lnricons-taxi:before {
	content: "\e852";
}
.lnricons-car-siren:before {
	content: "\e853";
}
.lnricons-car-wash3:before {
	content: "\e854";
}
.lnricons-car-wash4:before {
	content: "\e855";
}
.lnricons-ambulance:before {
	content: "\e856";
}
.lnricons-truck:before {
	content: "\e857";
}
.lnricons-trailer:before {
	content: "\e858";
}
.lnricons-scale-truck:before {
	content: "\e859";
}
.lnricons-train:before {
	content: "\e85a";
}
.lnricons-ship:before {
	content: "\e85b";
}
.lnricons-ship2:before {
	content: "\e85c";
}
.lnricons-anchor:before {
	content: "\e85d";
}
.lnricons-boat:before {
	content: "\e85e";
}
.lnricons-bicycle:before {
	content: "\e85f";
}
.lnricons-bicycle2:before {
	content: "\e860";
}
.lnricons-dumbbell:before {
	content: "\e861";
}
.lnricons-bench-press:before {
	content: "\e862";
}
.lnricons-swim:before {
	content: "\e863";
}
.lnricons-football:before {
	content: "\e864";
}
.lnricons-baseball-bat:before {
	content: "\e865";
}
.lnricons-baseball:before {
	content: "\e866";
}
.lnricons-tennis:before {
	content: "\e867";
}
.lnricons-tennis2:before {
	content: "\e868";
}
.lnricons-ping-pong:before {
	content: "\e869";
}
.lnricons-hockey:before {
	content: "\e86a";
}
.lnricons-8ball:before {
	content: "\e86b";
}
.lnricons-bowling:before {
	content: "\e86c";
}
.lnricons-bowling-pins:before {
	content: "\e86d";
}
.lnricons-golf:before {
	content: "\e86e";
}
.lnricons-golf2:before {
	content: "\e86f";
}
.lnricons-archery:before {
	content: "\e870";
}
.lnricons-slingshot:before {
	content: "\e871";
}
.lnricons-soccer:before {
	content: "\e872";
}
.lnricons-basketball:before {
	content: "\e873";
}
.lnricons-cube:before {
	content: "\e874";
}
.lnricons-3d-rotate:before {
	content: "\e875";
}
.lnricons-puzzle:before {
	content: "\e876";
}
.lnricons-glasses:before {
	content: "\e877";
}
.lnricons-glasses2:before {
	content: "\e878";
}
.lnricons-accessibility:before {
	content: "\e879";
}
.lnricons-wheelchair:before {
	content: "\e87a";
}
.lnricons-wall:before {
	content: "\e87b";
}
.lnricons-fence:before {
	content: "\e87c";
}
.lnricons-wall2:before {
	content: "\e87d";
}
.lnricons-icons:before {
	content: "\e87e";
}
.lnricons-resize-handle:before {
	content: "\e87f";
}
.lnricons-icons2:before {
	content: "\e880";
}
.lnricons-select:before {
	content: "\e881";
}
.lnricons-select2:before {
	content: "\e882";
}
.lnricons-site-map:before {
	content: "\e883";
}
.lnricons-earth:before {
	content: "\e884";
}
.lnricons-earth-lock:before {
	content: "\e885";
}
.lnricons-network:before {
	content: "\e886";
}
.lnricons-network-lock:before {
	content: "\e887";
}
.lnricons-planet:before {
	content: "\e888";
}
.lnricons-happy:before {
	content: "\e889";
}
.lnricons-smile:before {
	content: "\e88a";
}
.lnricons-grin:before {
	content: "\e88b";
}
.lnricons-tongue:before {
	content: "\e88c";
}
.lnricons-sad:before {
	content: "\e88d";
}
.lnricons-wink:before {
	content: "\e88e";
}
.lnricons-dream:before {
	content: "\e88f";
}
.lnricons-shocked:before {
	content: "\e890";
}
.lnricons-shocked2:before {
	content: "\e891";
}
.lnricons-tongue2:before {
	content: "\e892";
}
.lnricons-neutral:before {
	content: "\e893";
}
.lnricons-happy-grin:before {
	content: "\e894";
}
.lnricons-cool:before {
	content: "\e895";
}
.lnricons-mad:before {
	content: "\e896";
}
.lnricons-grin-evil:before {
	content: "\e897";
}
.lnricons-evil:before {
	content: "\e898";
}
.lnricons-wow:before {
	content: "\e899";
}
.lnricons-annoyed:before {
	content: "\e89a";
}
.lnricons-wondering:before {
	content: "\e89b";
}
.lnricons-confused:before {
	content: "\e89c";
}
.lnricons-zipped:before {
	content: "\e89d";
}
.lnricons-grumpy:before {
	content: "\e89e";
}
.lnricons-mustache:before {
	content: "\e89f";
}
.lnricons-tombstone-hipster:before {
	content: "\e8a0";
}
.lnricons-tombstone:before {
	content: "\e8a1";
}
.lnricons-ghost:before {
	content: "\e8a2";
}
.lnricons-ghost-hipster:before {
	content: "\e8a3";
}
.lnricons-halloween:before {
	content: "\e8a4";
}
.lnricons-christmas:before {
	content: "\e8a5";
}
.lnricons-easter-egg:before {
	content: "\e8a6";
}
.lnricons-mustache2:before {
	content: "\e8a7";
}
.lnricons-mustache-glasses:before {
	content: "\e8a8";
}
.lnricons-pipe:before {
	content: "\e8a9";
}
.lnricons-alarm:before {
	content: "\e8aa";
}
.lnricons-alarm-add:before {
	content: "\e8ab";
}
.lnricons-alarm-snooze:before {
	content: "\e8ac";
}
.lnricons-alarm-ringing:before {
	content: "\e8ad";
}
.lnricons-bullhorn:before {
	content: "\e8ae";
}
.lnricons-hearing:before {
	content: "\e8af";
}
.lnricons-volume-high:before {
	content: "\e8b0";
}
.lnricons-volume-medium:before {
	content: "\e8b1";
}
.lnricons-volume-low:before {
	content: "\e8b2";
}
.lnricons-volume:before {
	content: "\e8b3";
}
.lnricons-mute:before {
	content: "\e8b4";
}
.lnricons-lan:before {
	content: "\e8b5";
}
.lnricons-lan2:before {
	content: "\e8b6";
}
.lnricons-wifi:before {
	content: "\e8b7";
}
.lnricons-wifi-lock:before {
	content: "\e8b8";
}
.lnricons-wifi-blocked:before {
	content: "\e8b9";
}
.lnricons-wifi-mid:before {
	content: "\e8ba";
}
.lnricons-wifi-low:before {
	content: "\e8bb";
}
.lnricons-wifi-low2:before {
	content: "\e8bc";
}
.lnricons-wifi-alert:before {
	content: "\e8bd";
}
.lnricons-wifi-alert-mid:before {
	content: "\e8be";
}
.lnricons-wifi-alert-low:before {
	content: "\e8bf";
}
.lnricons-wifi-alert-low2:before {
	content: "\e8c0";
}
.lnricons-stream:before {
	content: "\e8c1";
}
.lnricons-stream-check:before {
	content: "\e8c2";
}
.lnricons-stream-error:before {
	content: "\e8c3";
}
.lnricons-stream-alert:before {
	content: "\e8c4";
}
.lnricons-communication:before {
	content: "\e8c5";
}
.lnricons-communication-crossed:before {
	content: "\e8c6";
}
.lnricons-broadcast:before {
	content: "\e8c7";
}
.lnricons-antenna:before {
	content: "\e8c8";
}
.lnricons-satellite:before {
	content: "\e8c9";
}
.lnricons-satellite2:before {
	content: "\e8ca";
}
.lnricons-mic:before {
	content: "\e8cb";
}
.lnricons-mic-mute:before {
	content: "\e8cc";
}
.lnricons-mic2:before {
	content: "\e8cd";
}
.lnricons-spotlights:before {
	content: "\e8ce";
}
.lnricons-hourglass:before {
	content: "\e8cf";
}
.lnricons-loading:before {
	content: "\e8d0";
}
.lnricons-loading2:before {
	content: "\e8d1";
}
.lnricons-loading3:before {
	content: "\e8d2";
}
.lnricons-refresh:before {
	content: "\e8d3";
}
.lnricons-refresh2:before {
	content: "\e8d4";
}
.lnricons-undo:before {
	content: "\e8d5";
}
.lnricons-redo:before {
	content: "\e8d6";
}
.lnricons-jump2:before {
	content: "\e8d7";
}
.lnricons-undo2:before {
	content: "\e8d8";
}
.lnricons-redo2:before {
	content: "\e8d9";
}
.lnricons-sync:before {
	content: "\e8da";
}
.lnricons-repeat-one2:before {
	content: "\e8db";
}
.lnricons-sync-crossed:before {
	content: "\e8dc";
}
.lnricons-sync2:before {
	content: "\e8dd";
}
.lnricons-repeat-one3:before {
	content: "\e8de";
}
.lnricons-sync-crossed2:before {
	content: "\e8df";
}
.lnricons-return:before {
	content: "\e8e0";
}
.lnricons-return2:before {
	content: "\e8e1";
}
.lnricons-refund:before {
	content: "\e8e2";
}
.lnricons-history:before {
	content: "\e8e3";
}
.lnricons-history2:before {
	content: "\e8e4";
}
.lnricons-self-timer:before {
	content: "\e8e5";
}
.lnricons-clock:before {
	content: "\e8e6";
}
.lnricons-clock2:before {
	content: "\e8e7";
}
.lnricons-clock3:before {
	content: "\e8e8";
}
.lnricons-watch:before {
	content: "\e8e9";
}
.lnricons-alarm2:before {
	content: "\e8ea";
}
.lnricons-alarm-add2:before {
	content: "\e8eb";
}
.lnricons-alarm-remove:before {
	content: "\e8ec";
}
.lnricons-alarm-check:before {
	content: "\e8ed";
}
.lnricons-alarm-error:before {
	content: "\e8ee";
}
.lnricons-timer:before {
	content: "\e8ef";
}
.lnricons-timer-crossed:before {
	content: "\e8f0";
}
.lnricons-timer2:before {
	content: "\e8f1";
}
.lnricons-timer-crossed2:before {
	content: "\e8f2";
}
.lnricons-download:before {
	content: "\e8f3";
}
.lnricons-upload:before {
	content: "\e8f4";
}
.lnricons-download2:before {
	content: "\e8f5";
}
.lnricons-upload2:before {
	content: "\e8f6";
}
.lnricons-enter-up:before {
	content: "\e8f7";
}
.lnricons-enter-down:before {
	content: "\e8f8";
}
.lnricons-enter-left:before {
	content: "\e8f9";
}
.lnricons-enter-right:before {
	content: "\e8fa";
}
.lnricons-exit-up:before {
	content: "\e8fb";
}
.lnricons-exit-down:before {
	content: "\e8fc";
}
.lnricons-exit-left:before {
	content: "\e8fd";
}
.lnricons-exit-right:before {
	content: "\e8fe";
}
.lnricons-enter-up2:before {
	content: "\e8ff";
}
.lnricons-enter-down2:before {
	content: "\e900";
}
.lnricons-enter-vertical:before {
	content: "\e901";
}
.lnricons-enter-left2:before {
	content: "\e902";
}
.lnricons-enter-right2:before {
	content: "\e903";
}
.lnricons-enter-horizontal:before {
	content: "\e904";
}
.lnricons-exit-up2:before {
	content: "\e905";
}
.lnricons-exit-down2:before {
	content: "\e906";
}
.lnricons-exit-left2:before {
	content: "\e907";
}
.lnricons-exit-right2:before {
	content: "\e908";
}
.lnricons-cli:before {
	content: "\e909";
}
.lnricons-bug:before {
	content: "\e90a";
}
.lnricons-code:before {
	content: "\e90b";
}
.lnricons-file-code:before {
	content: "\e90c";
}
.lnricons-file-image:before {
	content: "\e90d";
}
.lnricons-file-zip:before {
	content: "\e90e";
}
.lnricons-file-audio:before {
	content: "\e90f";
}
.lnricons-file-video:before {
	content: "\e910";
}
.lnricons-file-preview:before {
	content: "\e911";
}
.lnricons-file-charts:before {
	content: "\e912";
}
.lnricons-file-stats:before {
	content: "\e913";
}
.lnricons-file-spreadsheet:before {
	content: "\e914";
}
.lnricons-link:before {
	content: "\e915";
}
.lnricons-unlink:before {
	content: "\e916";
}
.lnricons-link2:before {
	content: "\e917";
}
.lnricons-unlink2:before {
	content: "\e918";
}
.lnricons-thumbs-up:before {
	content: "\e919";
}
.lnricons-thumbs-down:before {
	content: "\e91a";
}
.lnricons-thumbs-up2:before {
	content: "\e91b";
}
.lnricons-thumbs-down2:before {
	content: "\e91c";
}
.lnricons-thumbs-up3:before {
	content: "\e91d";
}
.lnricons-thumbs-down3:before {
	content: "\e91e";
}
.lnricons-share:before {
	content: "\e91f";
}
.lnricons-share2:before {
	content: "\e920";
}
.lnricons-share3:before {
	content: "\e921";
}
.lnricons-magnifier:before {
	content: "\e922";
}
.lnricons-file-search:before {
	content: "\e923";
}
.lnricons-find-replace:before {
	content: "\e924";
}
.lnricons-zoom-in:before {
	content: "\e925";
}
.lnricons-zoom-out:before {
	content: "\e926";
}
.lnricons-loupe:before {
	content: "\e927";
}
.lnricons-loupe-zoom-in:before {
	content: "\e928";
}
.lnricons-loupe-zoom-out:before {
	content: "\e929";
}
.lnricons-cross:before {
	content: "\e92a";
}
.lnricons-menu:before {
	content: "\e92b";
}
.lnricons-list:before {
	content: "\e92c";
}
.lnricons-list2:before {
	content: "\e92d";
}
.lnricons-list3:before {
	content: "\e92e";
}
.lnricons-menu2:before {
	content: "\e92f";
}
.lnricons-list4:before {
	content: "\e930";
}
.lnricons-menu3:before {
	content: "\e931";
}
.lnricons-exclamation:before {
	content: "\e932";
}
.lnricons-question:before {
	content: "\e933";
}
.lnricons-check:before {
	content: "\e934";
}
.lnricons-cross2:before {
	content: "\e935";
}
.lnricons-plus:before {
	content: "\e936";
}
.lnricons-minus:before {
	content: "\e937";
}
.lnricons-percent:before {
	content: "\e938";
}
.lnricons-chevron-up:before {
	content: "\e939";
}
.lnricons-chevron-down:before {
	content: "\e93a";
}
.lnricons-chevron-left:before {
	content: "\e93b";
}
.lnricons-chevron-right:before {
	content: "\e93c";
}
.lnricons-chevrons-expand-vertical:before {
	content: "\e93d";
}
.lnricons-chevrons-expand-horizontal:before {
	content: "\e93e";
}
.lnricons-chevrons-contract-vertical:before {
	content: "\e93f";
}
.lnricons-chevrons-contract-horizontal:before {
	content: "\e940";
}
.lnricons-arrow-up:before {
	content: "\e941";
}
.lnricons-arrow-down:before {
	content: "\e942";
}
.lnricons-arrow-left:before {
	content: "\e943";
}
.lnricons-arrow-right:before {
	content: "\e944";
}
.lnricons-arrow-up-right:before {
	content: "\e945";
}
.lnricons-arrows-merge:before {
	content: "\e946";
}
.lnricons-arrows-split:before {
	content: "\e947";
}
.lnricons-arrow-divert:before {
	content: "\e948";
}
.lnricons-arrow-return:before {
	content: "\e949";
}
.lnricons-expand:before {
	content: "\e94a";
}
.lnricons-contract:before {
	content: "\e94b";
}
.lnricons-expand2:before {
	content: "\e94c";
}
.lnricons-contract2:before {
	content: "\e94d";
}
.lnricons-move:before {
	content: "\e94e";
}
.lnricons-tab:before {
	content: "\e94f";
}
.lnricons-arrow-wave:before {
	content: "\e950";
}
.lnricons-expand3:before {
	content: "\e951";
}
.lnricons-expand4:before {
	content: "\e952";
}
.lnricons-contract3:before {
	content: "\e953";
}
.lnricons-notification:before {
	content: "\e954";
}
.lnricons-warning:before {
	content: "\e955";
}
.lnricons-notification-circle:before {
	content: "\e956";
}
.lnricons-question-circle:before {
	content: "\e957";
}
.lnricons-menu-circle:before {
	content: "\e958";
}
.lnricons-checkmark-circle:before {
	content: "\e959";
}
.lnricons-cross-circle:before {
	content: "\e95a";
}
.lnricons-plus-circle:before {
	content: "\e95b";
}
.lnricons-circle-minus:before {
	content: "\e95c";
}
.lnricons-percent-circle:before {
	content: "\e95d";
}
.lnricons-arrow-up-circle:before {
	content: "\e95e";
}
.lnricons-arrow-down-circle:before {
	content: "\e95f";
}
.lnricons-arrow-left-circle:before {
	content: "\e960";
}
.lnricons-arrow-right-circle:before {
	content: "\e961";
}
.lnricons-chevron-up-circle:before {
	content: "\e962";
}
.lnricons-chevron-down-circle:before {
	content: "\e963";
}
.lnricons-chevron-left-circle:before {
	content: "\e964";
}
.lnricons-chevron-right-circle:before {
	content: "\e965";
}
.lnricons-backward-circle:before {
	content: "\e966";
}
.lnricons-first-circle:before {
	content: "\e967";
}
.lnricons-previous-circle:before {
	content: "\e968";
}
.lnricons-stop-circle:before {
	content: "\e969";
}
.lnricons-play-circle:before {
	content: "\e96a";
}
.lnricons-pause-circle:before {
	content: "\e96b";
}
.lnricons-next-circle:before {
	content: "\e96c";
}
.lnricons-last-circle:before {
	content: "\e96d";
}
.lnricons-forward-circle:before {
	content: "\e96e";
}
.lnricons-eject-circle:before {
	content: "\e96f";
}
.lnricons-crop:before {
	content: "\e970";
}
.lnricons-frame-expand:before {
	content: "\e971";
}
.lnricons-frame-contract:before {
	content: "\e972";
}
.lnricons-focus:before {
	content: "\e973";
}
.lnricons-transform:before {
	content: "\e974";
}
.lnricons-grid:before {
	content: "\e975";
}
.lnricons-grid-crossed:before {
	content: "\e976";
}
.lnricons-layers:before {
	content: "\e977";
}
.lnricons-layers-crossed:before {
	content: "\e978";
}
.lnricons-toggle:before {
	content: "\e979";
}
.lnricons-rulers:before {
	content: "\e97a";
}
.lnricons-ruler:before {
	content: "\e97b";
}
.lnricons-funnel:before {
	content: "\e97c";
}
.lnricons-flip-horizontal:before {
	content: "\e97d";
}
.lnricons-flip-vertical:before {
	content: "\e97e";
}
.lnricons-flip-horizontal2:before {
	content: "\e97f";
}
.lnricons-flip-vertical2:before {
	content: "\e980";
}
.lnricons-angle:before {
	content: "\e981";
}
.lnricons-angle2:before {
	content: "\e982";
}
.lnricons-subtract:before {
	content: "\e983";
}
.lnricons-combine:before {
	content: "\e984";
}
.lnricons-intersect:before {
	content: "\e985";
}
.lnricons-exclude:before {
	content: "\e986";
}
.lnricons-align-center-vertical:before {
	content: "\e987";
}
.lnricons-align-right:before {
	content: "\e988";
}
.lnricons-align-bottom:before {
	content: "\e989";
}
.lnricons-align-left:before {
	content: "\e98a";
}
.lnricons-align-center-horizontal:before {
	content: "\e98b";
}
.lnricons-align-top:before {
	content: "\e98c";
}
.lnricons-square:before {
	content: "\e98d";
}
.lnricons-plus-square:before {
	content: "\e98e";
}
.lnricons-minus-square:before {
	content: "\e98f";
}
.lnricons-percent-square:before {
	content: "\e990";
}
.lnricons-arrow-up-square:before {
	content: "\e991";
}
.lnricons-arrow-down-square:before {
	content: "\e992";
}
.lnricons-arrow-left-square:before {
	content: "\e993";
}
.lnricons-arrow-right-square:before {
	content: "\e994";
}
.lnricons-chevron-up-square:before {
	content: "\e995";
}
.lnricons-chevron-down-square:before {
	content: "\e996";
}
.lnricons-chevron-left-square:before {
	content: "\e997";
}
.lnricons-chevron-right-square:before {
	content: "\e998";
}
.lnricons-check-square:before {
	content: "\e999";
}
.lnricons-cross-square:before {
	content: "\e99a";
}
.lnricons-menu-square:before {
	content: "\e99b";
}
.lnricons-prohibited:before {
	content: "\e99c";
}
.lnricons-circle:before {
	content: "\e99d";
}
.lnricons-radio-button:before {
	content: "\e99e";
}
.lnricons-ligature:before {
	content: "\e99f";
}
.lnricons-text-format:before {
	content: "\e9a0";
}
.lnricons-text-format-remove:before {
	content: "\e9a1";
}
.lnricons-text-size:before {
	content: "\e9a2";
}
.lnricons-bold:before {
	content: "\e9a3";
}
.lnricons-italic:before {
	content: "\e9a4";
}
.lnricons-underline:before {
	content: "\e9a5";
}
.lnricons-strikethrough:before {
	content: "\e9a6";
}
.lnricons-highlight:before {
	content: "\e9a7";
}
.lnricons-text-align-left:before {
	content: "\e9a8";
}
.lnricons-text-align-center:before {
	content: "\e9a9";
}
.lnricons-text-align-right:before {
	content: "\e9aa";
}
.lnricons-text-align-justify:before {
	content: "\e9ab";
}
.lnricons-line-spacing:before {
	content: "\e9ac";
}
.lnricons-indent-increase:before {
	content: "\e9ad";
}
.lnricons-indent-decrease:before {
	content: "\e9ae";
}
.lnricons-text-wrap:before {
	content: "\e9af";
}
.lnricons-pilcrow:before {
	content: "\e9b0";
}
.lnricons-direction-ltr:before {
	content: "\e9b1";
}
.lnricons-direction-rtl:before {
	content: "\e9b2";
}
.lnricons-page-break:before {
	content: "\e9b3";
}
.lnricons-page-break2:before {
	content: "\e9b4";
}
.lnricons-sort-alpha-asc:before {
	content: "\e9b5";
}
.lnricons-sort-alpha-desc:before {
	content: "\e9b6";
}
.lnricons-sort-numeric-asc:before {
	content: "\e9b7";
}
.lnricons-sort-numeric-desc:before {
	content: "\e9b8";
}
.lnricons-sort-amount-asc:before {
	content: "\e9b9";
}
.lnricons-sort-amount-desc:before {
	content: "\e9ba";
}
.lnricons-sort-time-asc:before {
	content: "\e9bb";
}
.lnricons-sort-time-desc:before {
	content: "\e9bc";
}
.lnricons-sigma:before {
	content: "\e9bd";
}
.lnricons-pencil-line:before {
	content: "\e9be";
}
.lnricons-hand:before {
	content: "\e9bf";
}
.lnricons-pointer-up:before {
	content: "\e9c0";
}
.lnricons-pointer-right:before {
	content: "\e9c1";
}
.lnricons-pointer-down:before {
	content: "\e9c2";
}
.lnricons-pointer-left:before {
	content: "\e9c3";
}
.lnricons-finger-tap:before {
	content: "\e9c4";
}
.lnricons-fingers-tap:before {
	content: "\e9c5";
}
.lnricons-reminder:before {
	content: "\e9c6";
}
.lnricons-fingers-crossed:before {
	content: "\e9c7";
}
.lnricons-fingers-victory:before {
	content: "\e9c8";
}
.lnricons-gesture-zoom:before {
	content: "\e9c9";
}
.lnricons-gesture-pinch:before {
	content: "\e9ca";
}
.lnricons-fingers-scroll-horizontal:before {
	content: "\e9cb";
}
.lnricons-fingers-scroll-vertical:before {
	content: "\e9cc";
}
.lnricons-fingers-scroll-left:before {
	content: "\e9cd";
}
.lnricons-fingers-scroll-right:before {
	content: "\e9ce";
}
.lnricons-hand2:before {
	content: "\e9cf";
}
.lnricons-pointer-up2:before {
	content: "\e9d0";
}
.lnricons-pointer-right2:before {
	content: "\e9d1";
}
.lnricons-pointer-down2:before {
	content: "\e9d2";
}
.lnricons-pointer-left2:before {
	content: "\e9d3";
}
.lnricons-finger-tap2:before {
	content: "\e9d4";
}
.lnricons-fingers-tap2:before {
	content: "\e9d5";
}
.lnricons-reminder2:before {
	content: "\e9d6";
}
.lnricons-gesture-zoom2:before {
	content: "\e9d7";
}
.lnricons-gesture-pinch2:before {
	content: "\e9d8";
}
.lnricons-fingers-scroll-horizontal2:before {
	content: "\e9d9";
}
.lnricons-fingers-scroll-vertical2:before {
	content: "\e9da";
}
.lnricons-fingers-scroll-left2:before {
	content: "\e9db";
}
.lnricons-fingers-scroll-right2:before {
	content: "\e9dc";
}
.lnricons-fingers-scroll-vertical3:before {
	content: "\e9dd";
}
.lnricons-border-style:before {
	content: "\e9de";
}
.lnricons-border-all:before {
	content: "\e9df";
}
.lnricons-border-outer:before {
	content: "\e9e0";
}
.lnricons-border-inner:before {
	content: "\e9e1";
}
.lnricons-border-top:before {
	content: "\e9e2";
}
.lnricons-border-horizontal:before {
	content: "\e9e3";
}
.lnricons-border-bottom:before {
	content: "\e9e4";
}
.lnricons-border-left:before {
	content: "\e9e5";
}
.lnricons-border-vertical:before {
	content: "\e9e6";
}
.lnricons-border-right:before {
	content: "\e9e7";
}
.lnricons-border-none:before {
	content: "\e9e8";
}
.lnricons-ellipsis:before {
	content: "\e9e9";
}
.lnricons-uni21:before {
	content: "\21";
}
.lnricons-uni22:before {
	content: "\22";
}
.lnricons-uni23:before {
	content: "\23";
}
.lnricons-uni24:before {
	content: "\24";
}
.lnricons-uni25:before {
	content: "\25";
}
.lnricons-uni26:before {
	content: "\26";
}
.lnricons-uni27:before {
	content: "\27";
}
.lnricons-uni28:before {
	content: "\28";
}
.lnricons-uni29:before {
	content: "\29";
}
.lnricons-uni2a:before {
	content: "\2a";
}
.lnricons-uni2b:before {
	content: "\2b";
}
.lnricons-uni2c:before {
	content: "\2c";
}
.lnricons-uni2d:before {
	content: "\2d";
}
.lnricons-uni2e:before {
	content: "\2e";
}
.lnricons-uni2f:before {
	content: "\2f";
}
.lnricons-uni30:before {
	content: "\30";
}
.lnricons-uni31:before {
	content: "\31";
}
.lnricons-uni32:before {
	content: "\32";
}
.lnricons-uni33:before {
	content: "\33";
}
.lnricons-uni34:before {
	content: "\34";
}
.lnricons-uni35:before {
	content: "\35";
}
.lnricons-uni36:before {
	content: "\36";
}
.lnricons-uni37:before {
	content: "\37";
}
.lnricons-uni38:before {
	content: "\38";
}
.lnricons-uni39:before {
	content: "\39";
}
.lnricons-uni3a:before {
	content: "\3a";
}
.lnricons-uni3b:before {
	content: "\3b";
}
.lnricons-uni3c:before {
	content: "\3c";
}
.lnricons-uni3d:before {
	content: "\3d";
}
.lnricons-uni3e:before {
	content: "\3e";
}
.lnricons-uni3f:before {
	content: "\3f";
}
.lnricons-uni40:before {
	content: "\40";
}
.lnricons-uni41:before {
	content: "\41";
}
.lnricons-uni42:before {
	content: "\42";
}
.lnricons-uni43:before {
	content: "\43";
}
.lnricons-uni44:before {
	content: "\44";
}
.lnricons-uni45:before {
	content: "\45";
}
.lnricons-uni46:before {
	content: "\46";
}
.lnricons-uni47:before {
	content: "\47";
}
.lnricons-uni48:before {
	content: "\48";
}
.lnricons-uni49:before {
	content: "\49";
}
.lnricons-uni4a:before {
	content: "\4a";
}
.lnricons-uni4b:before {
	content: "\4b";
}
.lnricons-uni4c:before {
	content: "\4c";
}
.lnricons-uni4d:before {
	content: "\4d";
}
.lnricons-uni4e:before {
	content: "\4e";
}
.lnricons-uni4f:before {
	content: "\4f";
}
.lnricons-uni50:before {
	content: "\50";
}
.lnricons-uni51:before {
	content: "\51";
}
.lnricons-uni52:before {
	content: "\52";
}
.lnricons-uni53:before {
	content: "\53";
}
.lnricons-uni54:before {
	content: "\54";
}
.lnricons-uni55:before {
	content: "\55";
}
.lnricons-uni56:before {
	content: "\56";
}
.lnricons-uni57:before {
	content: "\57";
}
.lnricons-uni58:before {
	content: "\58";
}
.lnricons-uni59:before {
	content: "\59";
}
.lnricons-uni5a:before {
	content: "\5a";
}
.lnricons-uni5b:before {
	content: "\5b";
}
.lnricons-uni5c:before {
	content: "\5c";
}
.lnricons-uni5d:before {
	content: "\5d";
}
.lnricons-uni5e:before {
	content: "\5e";
}
.lnricons-uni5f:before {
	content: "\5f";
}
.lnricons-uni60:before {
	content: "\60";
}
.lnricons-uni61:before {
	content: "\61";
}
.lnricons-uni62:before {
	content: "\62";
}
.lnricons-uni63:before {
	content: "\63";
}
.lnricons-uni64:before {
	content: "\64";
}
.lnricons-uni65:before {
	content: "\65";
}
.lnricons-uni66:before {
	content: "\66";
}
.lnricons-uni67:before {
	content: "\67";
}
.lnricons-uni68:before {
	content: "\68";
}
.lnricons-uni69:before {
	content: "\69";
}
.lnricons-uni6a:before {
	content: "\6a";
}
.lnricons-uni6b:before {
	content: "\6b";
}
.lnricons-uni6c:before {
	content: "\6c";
}
.lnricons-uni6d:before {
	content: "\6d";
}
.lnricons-uni6e:before {
	content: "\6e";
}
.lnricons-uni6f:before {
	content: "\6f";
}
.lnricons-uni70:before {
	content: "\70";
}
.lnricons-uni71:before {
	content: "\71";
}
.lnricons-uni72:before {
	content: "\72";
}
.lnricons-uni73:before {
	content: "\73";
}
.lnricons-uni74:before {
	content: "\74";
}
.lnricons-uni75:before {
	content: "\75";
}
.lnricons-uni76:before {
	content: "\76";
}
.lnricons-uni77:before {
	content: "\77";
}
.lnricons-uni78:before {
	content: "\78";
}
.lnricons-uni79:before {
	content: "\79";
}
.lnricons-uni7a:before {
	content: "\7a";
}
.lnricons-uni7b:before {
	content: "\7b";
}
.lnricons-uni7c:before {
	content: "\7c";
}
.lnricons-uni7d:before {
	content: "\7d";
}
.lnricons-uni7e:before {
	content: "\7e";
}
.lnricons-copyright:before {
	content: "\a9";
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ays-quiz-container {
    box-sizing: border-box;
}
.ays-quiz-container p{
    padding: 0 10px;
    margin: 1em 0;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container,
.ays-quiz-container section.ays_quiz_timer_container {
    padding-top: 5px;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr{
    padding: 0px;
    margin: 0px;
    border-bottom-color: #ccc;
}

.ays-quiz-container form span {
    margin-top: 0;
    margin: 0;
}
.ays-field {
    display: flex;
	text-align: left;
    opacity: 1;
    margin-bottom: 10px;
    position: relative;

}
[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],
[id^="ays-quiz-container-"] .ays-field input[type='radio']{
	display: none!important;
}
.ays-quiz-answers .ays-field input~label[for^="ays-answer-"] {
    font-weight: 600;
    color: #484848;
    margin-bottom: 0;
    width: 100%;
    height: unset;
    transition: all .3s;
    cursor: pointer;
    display: block !important;
    padding: 10px;
    word-wrap: break-word !important;
    white-space: initial !important;
    line-height: 33px;
    text-transform: initial;
    max-width: 100%;
    margin: 0!important;
    letter-spacing: unset;
}
.ays-quiz-answers .ays-field input~label.ays_answer_image_label[for^="ays-answer-"] {
    line-height: 0 !important;
}
.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"] {
	margin-left: 0;
}

.ays-field.ays_list_view_item input~label:before {
	content: "";
	display: inline-block;
	background: #ddd;
	background-clip: content-box;
	width: 20px;
	height: 20px;
	border: 3px solid #ccc;
	padding: 3px 3px 3px 3px;
	box-sizing: border-box;
	transition: all .4s linear;
	vertical-align: middle;
	margin-right: 10px;
}
.ays-field.ays_list_view_item input[type="radio"]~label:before {
	border-radius: 50%;
}
.ays-field.ays_list_view_item input~label:hover:before {
	background: #ddd;
	color: #ddd;
	background-clip: content-box;
}
.ays-field input~label:hover {
    opacity: 1 !important;
}

.ays-quiz-container .select2-container {
	display: block;
	width: 100%!important;
}
.ays-quiz-container .select2.select2-container .select2-selection {
    padding: 0 !important;
}
.ays-quiz-container .select2-container .select2-selection--single,
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	font-size: 17px !important;
    width: 100%;
    color: white;
    display: inline-block;
}
.ays-quiz-container .select2-container--default,
.ays-quiz-container .select2-container--default .selection,
.ays-quiz-container .select2-container--default .select2-selection {
    display: inline-block;
    width: 100%;
    height: 40px;
}
.ays-quiz-container .select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	border-radius: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single:focus {
	outline: none;
	box-shadow: none;
}
.ays-quiz-container .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
	border: none;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 10px;
    color: #fff;
}


[id^="ays-quiz-container-"] * {
	box-sizing: border-box;
    word-wrap: break-word;
}


div.ays-quiz-wrap {
    max-width: 100%;
    width: 100%;
}

div.ays-quiz-container[id^="ays-quiz-container-"] p:empty{
	display: none;
}

div.ays-quiz-container[id^="ays-quiz-container-"] {
	width: 96%;
    min-width: 200px;
    max-width: 96%;
	margin: 20px auto;
	text-align: center;
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	position: relative;
    padding-bottom: 60px;
    transition: .5s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
form[id^="ays_finish_quiz_"] {
	background-color: initial !important;
}

[id^="ays-quiz-container-"] iframe {
    width: 100% !important;
    height: 100% !important;
}

[id^="ays_finish_quiz_"] div.step {
	display: flex;
	justify-content:  center;
	align-items:  center;
	border: 0 none;
	width: 100%;
	position: relative;
    padding-top: 45px;
}

[id^="ays_finish_quiz_"] > div.step:first-of-type {
    background-color: transparent !important;
    border: none !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
    padding-top: 0px !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page {
    margin-top: 0px !important;
}

[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{
	margin-bottom: 15px;
}

[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
	width: 90%;
}

/*Hide all except first div.step*/

[id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
	display: none;
}

/*inputs*/

[id^="ays_finish_quiz_"] input[type=search],
[id^="ays_finish_quiz_"] input[type=tel],
[id^="ays_finish_quiz_"] input[type=time],
[id^="ays_finish_quiz_"] input[type=url],
[id^="ays_finish_quiz_"] input[type=password],
[id^="ays_finish_quiz_"] input[type=date],
[id^="ays_finish_quiz_"] input[type=datetime],
[id^="ays_finish_quiz_"] input[type=datetime-local],
[id^="ays_finish_quiz_"] input[type=email],
[id^="ays_finish_quiz_"] input[type=number],
[id^="ays_finish_quiz_"] input[type="text"],
[id^="ays_finish_quiz_"] textarea,
[id^="ays_finish_quiz_"] select {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px!important;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
	height: auto;
    background: #fff;
}

[id^="ays_finish_quiz_"] textarea {
    background-color: rgba(255, 255, 255, 0.7);
}

div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=search]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=tel]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=time]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=url]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=password]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=date]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=datetime]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=email]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type=number],:focus
div.ays-quiz-container[id^="ays_finish_quiz_"] input[type="text"]:focus,
div.ays-quiz-container[id^="ays_finish_quiz_"] textarea:focus {
	border-color: unset;
}

div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover {
    transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
}


/*buttons*/

[id^="ays_finish_quiz_"] .action-button {
    display: inline-block;
    height: initial !important;
	width:auto;
	font-weight: bold;
	border: 0 none;
	cursor: pointer;
	margin: 10px 5px;
    line-height: 1;
    text-transform: initial !important;
    max-width: 100%;
    min-width: fit-content;
    box-shadow: unset;
    text-align: center;
}

[id^="ays_finish_quiz_"] .action-button.start_button {
	padding: 10px 20px;
}

[id^="ays_finish_quiz_"] .action-button:disabled:hover,
[id^="ays_finish_quiz_"] .action-button:disabled:focus,
[id^="ays_finish_quiz_"] .action-button:disabled {
	outline: none !important;
    background-color: #aaa !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: default !important;
}


[id^="ays_finish_quiz_"] i.ays_early_finish.action-button[disabled]:hover,
[id^="ays_finish_quiz_"] i.ays_early_finish.action-button[disabled]:focus,
[id^="ays_finish_quiz_"] i.ays_early_finish.action-button[disabled],
[id^="ays_finish_quiz_"] i.ays_arrow.action-button[disabled]:hover,
[id^="ays_finish_quiz_"] i.ays_arrow.action-button[disabled]:focus,
[id^="ays_finish_quiz_"] i.ays_arrow.action-button[disabled] {
	outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: default !important;
    color: #aaa !important;
    pointer-events: none !important;
}

[id^="ays_finish_quiz_"] .action-button.ays_finish {
    margin: 10px 5px;
}


/*headings*/

[id^="ays_finish_quiz_"] .ays-fs-title {
	font-size: 21px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
    text-align: center !important;
}
[id^="ays_finish_quiz_"] .ays-fs-subtitle {
	font-weight: normal;
	font-size: 17px;
	color: #666;
	margin-bottom: 20px;
}
.ays-quiz-container .select2-container .select2-dropdown {
	margin: 0;
    max-width: unset;
}
.ays-quiz-container .select2-dropdown input.select2-search__field {
    border-radius: 0px!important;
}
.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff !important;
}
.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #aaa;
}
.ays-quiz-container .select2-container--default .select2-results>.select2-results__options {
    max-height: calc( 100vh / 3 );
    margin: 0!important;
    padding: 0!important;
}
.ays-quiz-container .select2-container--default .select2-results__option {
	list-style-type: none;
    text-align: left;
	color: #000 !important;
    margin: 0!important;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open {
    z-index: 99999;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{
    animation: fadeInUp;
    animation-duration: .3s !important;
    max-width: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: inline-block;
}

[id^="ays_finish_quiz_"] p.ays_message{
	font-size: 20px;
}

[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{
	font-size: 18px;
}
/*

.ays-bar-wrap {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
    padding: 0px;
}

.ays-bar-fill {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-animation: bar-fill 1s;
	-webkit-animation: bar-fill 1s;
	-ms-animation: bar-fill 1s;
	animation: bar-fill 1s;
	display: block;
	height: 15px;
	width: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px !important;
    white-space: nowrap;
}
*/

div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{
	margin: 15px 0;
}

div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before {
	content: "\f08c";
}
.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
	content: "\f082";
}
.ays-share-btn-twitter .ays-quiz-share-btn-icon:before {
	content: "\f081";
}


.ays-share-btn-email .ays-quiz-share-btn-icon:before {
	content: "\e945";
}
.ays-share-btn-more .ays-quiz-share-btn-icon:before {
	content: "\ea82";
}
.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before {
	content: "\ea88";
}
.ays-share-btn-github .ays-quiz-share-btn-icon:before {
	content: "\eab4";
}
.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before {
	content: "\eabb";
}
.ays-share-btn-reddit .ays-quiz-share-btn-icon:before {
	content: "\eac7";
}
.ays-share-btn-delicious .ays-quiz-share-btn-icon:before {
	content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before {
	content: "\eace";
}
.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before {
	content: "\ead0";
}
.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before {
	content: "\f189";
}

.ays-share-btn,
.ays-share-btn * {
	box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
	box-sizing: border-box;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
	position: relative;
	display: inline-block;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	line-height: 1.53;
	letter-spacing: .04em;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #111;
	background: #e0e0e0;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
	background: #d3d3d3;
	border-color: #bababa;
	text-decoration: none !important;
	color: #111;
}
.ays-share-btn:active {
	background: #c7c7c7;
	border-color: #adadad;
	text-decoration: none;
	color: #111;
}
.ays-share-btn.ays-share-btn-sm {
	height: 20px;
	font-size: 10px;
	padding: 0 8px;
	line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
	height: 28px;
	font-size: 16px;
	line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.ays-share-btn.ays-share-btn-branded {
	color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
	background: #55acee !important;
	border-color: #3ea1ec !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
	background: #3ea1ec !important;
	border-color: #2795e9 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
	background: #2795e9 !important;
	border-color: #1689e0 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
	background: #3b5998 !important;
	border-color: #344e86 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
	background: #344e86 !important;
	border-color: #2d4373 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
	background: #2d4373 !important;
	border-color: #263961 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
	background: #486c91 !important;
	border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus {
	background: #2a6098 !important;
	border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active {
	background: #4b719a !important;
	border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
	background: #dd4b39;
	color: #fff;
	border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
	background: #d73925;
	border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
	background: #c23321;
	border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
	background: #35465c;
	color: #fff;
	border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
	background: #2c3a4c;
	border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
	background: #222d3c;
	border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
	background: #ff4500;
	color: #fff;
	border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
	background: #e63e00;
	border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
	background: #cc3700;
	border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
	background: #0976b4 !important;
	color: #fff !important;
	border-color: #08669c !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
	background: #08669c !important;
	border-color: #075683 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
	background: #075683 !important;
	border-color: #05466b !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
	background: #3399ff;
	color: #fff;
	border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
	background: #198cff;
	border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
	background: #007fff;
	border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
	background: #eb4924;
	color: #fff;
	border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
	background: #e13b15;
	border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
	background: #ca3412;
	border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
	background: #cc2127;
	color: #fff;
	border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
	background: #b61d23;
	border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
	background: #a01a1f;
	border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
	color: #eeeeee;
	background: #1f1f1f;
	border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
	background: #121212;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
	background: #050505;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
	position: relative;
	top: 1px;
}
@-moz-document url-prefix() {
	.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
	.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
		top: 0;
	}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon {
	top: 2px;
}
.ays-share-btn .ays-share-btn-text {
	padding-left: 2px;
}

.ays-question-counter{
	position: absolute;
	right: 8px;
	top: 0px;
	color: rgba(0,0,0,.6);
    margin: 1em 0;
}

.ays-answer-image:hover{
	cursor: pointer;
}
.ays_answer_select_image,
.ays-answer-image {
    height: 100%;
    min-width: 100px;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}
.ays-answer-image {
	width: 100%;
}
.ays-quiz-container .select2-results__options .select2-results__option span {
    display: flex;
    align-items: center;
    word-wrap: break-word;
}
.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image {
    width: 150px;
    height: 100px;
    display: inline-block;
    margin-right: 15px;
}
.ays_feedback_button_div,
.ays_buttons_div{
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
    flex-wrap: wrap;
}
.ays_feedback_button_div {
	justify-content: center !important;
}
.ays_buttons_div input {
	height: 40px;
}
.ays-quiz-container .ays_display_none{
	display: none !important;
}
.active-step{
/*
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
*/
}
.ays_red_border{
	border-color:red !important;
}
.ays_green_border{
	border-color:green !important;
}
input[type="checkbox"].ays_red_border{
	box-shadow: 0px 0px 10px red !important;
}
input[type="checkbox"].ays_green_border{
	box-shadow: 0px 0px 10px green !important;
}
.ays_arrow{
	background: none !important;
	font-size: 40px !important;
}
.ays_arrow:hover{
	box-shadow:none !important;
	transform: scale(1.1);
}


@keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-webkit-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-moz-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-o-keyframes bar-fill {
	0% {
		width: 0;
	}
}
.ays-field.ays_list_view_item input+label.answered::after,
.ays-field.ays_grid_view_item label.answered::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
}

.ays-field input~label.answered.correct::after{
	content: url(//tactrain.de/wp-content/plugins/quiz-maker/public/images/correct.png);
}

.ays-field input~label.answered.wrong::after{
	content: url(//tactrain.de/wp-content/plugins/quiz-maker/public/images/wrong.png);
}
.ays-field label.answered {
	position: relative;
}
.ays-field label.answered.correct:last-of-type::after,
.ays-field label.answered.wrong:last-of-type::after{
	position: absolute;
}
.ays-field input~label.ays_without_after_content.answered::after {
	content: none!important;
}
.ays-field.ays_list_view_item input:checked~label.answered.wrong:before {
	border-color: #cc3700!important;
	background: #cc3700!important;
	background-clip: content-box!important;
}
.ays-field.ays_list_view_item input:checked~label.answered.correct:before {
	border-color: #27ae60!important;
	background: #27ae60!important;
	background-clip: content-box!important;
}

.ays-field label.ays_position_initial,
.ays-field.ays_list_view_item input+label {
    position: initial !important;
}
.ays_quiz_rect_light .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays_quiz_rect_dark .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before {
	content: none!important;
}
.ays-field input:checked+label.answered.correct:before{
    background-color: #1cbf8b;
}

.ays_question_result{
	pointer-events: none;
	opacity: 1 !important;
	display: flex !important;
	position:static !important;
	min-height: 0 !important;
	transform: scale(1) !important;
}

.ays-loader{
	display: none;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 infinite;
	animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 infinite;
	animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 infinite;
	animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 infinite;
	animation-duration: 0.6s !important;
}
.ays_grid_view_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ays_grid_view_item{
    width: calc(50% - 5px);
}
.ays_grid_view_item:nth-child(odd) {
	margin-right: 5px;
}
.ays-quiz-redirection-timer,
.ays-quiz-timer {
    margin: 0 !important;
}
.ays-quiz-after-timer {
    display: none;
    margin: 0 !important;
}

.ays_question_hint_container {
	position: absolute;
	top: 10px;
	left: 10px;
}

.ays_question_hint_container button.ays_question_hint {
    font-size: 20px;
    cursor: pointer;
}
.ays_question_hint_container p.ays_question_hint {
    font-size: 20px;
    cursor: pointer;
}
.ays_question_hint_container i.ays_question_hint {
    font-size: 20px !important;
    cursor: pointer;
}
.ays_question_hint_container .ays_question_hint_text {
	visibility: hidden;
    max-width: 270px;
    width: max-content;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
    z-index: 999;
    top: 0;
	left: unset;
	margin-left: 15px;
	opacity: 0;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	transition: opacity 0.5s;
}

.ays_question_hint_container .ays_question_hint_text.show_hint {
	visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.ays_question_result .ays_question_hint{
	display: none;
}
.ays_average{
	display: none;
}
.ays_quiz_form_input{
	display: block !important;
}
.ays-quiz-container *:after{
	content: none;
}
.ays-quiz-container .ays-image-question-img img{
	width:100%;
}
.ays-quiz-container .ays-field label:last-child{
    overflow: hidden;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"]:empty{
	display: none !important;
	padding: 0px !important;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"].ays_empty_before_content::before,
.ays-quiz-container .ays-field input:checked ~ label[for^="ays-answer"].ays_empty_before_content::before {
	content: none !important;
}
.ays-field label.ays_answer_image {
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 0 !important;
}


.ays-quiz-container{
	max-width: 100%;
}

.ays_empty_before_content:before{
	content: none !important;
}
.ays_score_display_none{
	display:none;
}

.ays-quiz-container .disable_social_buttons{
	display: none;
}
.ays-quiz-container	.ays_quiz_image{
	max-width: 100%;
    margin: auto;
}
.ays-form-title{
	margin-bottom: 20px;
	font-size: 20px;
    text-align: inherit;
}
.ays-quiz-container .ays-field.ays-select-field {
    padding: 0;
    width: 100% !important;
}
.ays-quiz-container .ays-field.ays-text-field {
    padding: 5px;
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    margin-bottom: 20px;
    align-items: stretch;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input ~ button.ays_check_answer {
    margin-right: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{
    padding: 10px;
    margin: 5px;
    text-indent: 10px;
    outline: 0;
    transition: .8s ease;
    height: 100px;
    resize: none;
    color: #000 !important;
    background-color: #fff;
    min-height: 100px;
    background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{
    padding: 10px;
/*    margin-right: 5px;*/
    margin-bottom: 0;
    text-indent: 10px;
    outline: 0;
    transition: .8s ease;
    color: #000 !important;
    background-image: unset;
    max-width: 100%;
    margin-top: 0;
    margin: 0;
}
.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    color: #ddd;
    background: rgba(39,174,96,0.5);
}
.ays_quiz_question {
    word-wrap: break-word;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input ~ button.ays_check_answer {
    margin: 5px !important;
    margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{
    margin: 0 !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    width: auto !important;
    max-width: 100px;
    white-space: initial !important;
    word-wrap: break-word;
    word-break: initial !important;
}
.ays-quiz-container .ays-field{
	word-break: break-all;
}

.ays-live-bar-wrap {
    box-sizing: border-box;
    position: absolute;
    height: 15px;
    top: -15px;
    border: none;
    width: 100%;
    background-color: transparent;
    display: none;
}
.ays-live-bar-fill{
    height: 100%;
    border-bottom: 2px solid rgb(0, 0, 0);
}
.ays-live-bar-fill>span {
    line-height: 15px !important;
    text-align: right !important;
    white-space: nowrap;
}
.ays-live-bar-fill span {
    text-align: right;
    display: block;
    height: 100%;
    color: inherit;
    font-size: 11px;
}

div.ays-live-second-wrap{
	background-color: black;
}

div.ays-live-second{
	border-bottom: unset !important;
}

div.ays-live-third-wrap{
	background-color: black;
}

div.ays-live-third{
	border-bottom: unset !important;
	border-radius: inherit;
}

div.ays-live-third::after {
	content: "";
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
	background-size: 40px 40px;
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes ays_progress_live_bar {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -40px 0;
    }
}

div.ays-live-fourth-wrap{
	background-color: black;
}

div.ays-live-fourth{
	border-bottom: unset !important;
	border-radius: inherit;
}

div.ays-live-fourth::before {
	content: "";
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
	background-size: 40px 40px;
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: ays_progress_live_bar linear infinite;
    animation-duration: 0.8s;
}



.ays_quiz_reports {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    align-items: stretch;
    left: 0;
    width: 100%;
}
.ays_quiz_reports .ays_quiz_rete_avg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
    bottom: unset;
    left: unset;
    padding: 5px 8px;
    border-radius: 0px; 
    font-size: 12px;
    font-weight: 600;
}
.ays_quiz_reports .ays_quiz_rete_avg span {
    display: inline-block;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i {
    margin-right: 4px;
    font-style: initial !important;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative; 
    bottom: unset; 
    right: unset; 
    padding: 5px 20px; 
    border-radius: 0px; 
    font-weight: bold;
    font-size: 14px;
    width: 20%;
    text-align: right;
    padding: 5px 8px;
    white-space: nowrap;
}

.ays_quizn_ancnoxneri_qanak i {
    font-style: initial !important;
}
.ays_quizn_ancnoxneri_qanak {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 20px;
    border-radius: 4px 0px 0px 0px;
    font-weight: bold
}

.ays_quiz_rete_avg i.icon {
    font-size: 12px;
}
.ays_quiz_rete_avg {
    display: block;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 8px;
    border-radius: 0px 4px 0px 0px;
    font-size: 12px;
    font-weight: 600;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete {
    display: none;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.ays_quiz_rete .for_quiz_rate {
    margin-bottom: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason {
    display: none;
    margin-bottom: 20px;
}
.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason {
    width: 100%;
    height: 150px;
    resize: vertical;
    background: #fff;
    padding: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div {
    justify-content: flex-end;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{
    max-width: fit-content;
    height: 40px;
}
.ays_quiz_rete .quiz_rate_more_review,
.ays_quiz_rete .quiz_rate_reasons_container {
    display: none;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons {
    margin-bottom: 15px;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote {
    text-align: left;
}
.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
    cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box {
	text-align: center;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

/*
 *  Font awsome icons style
 */

.ays-quiz-container[id^="ays-quiz-container"] .ays_fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ays_fa_flag_checkered::before {
    content: "\f11e";
    font-weight: 900;
}
.ays_fa_arrow_left::before {
    content: "\f060";
    font-weight: 900;
}
.ays_fa_arrow_right::before {
    content: "\f061";
    font-weight: 900;
}
.ays_fa_info_circle::before {
    content: "\f05a";
    font-weight: 900;
}
.ays_fa_chevron_up::before {
    content: "\f077";
    font-weight: 900;
}
.ays_fa_chevron_down::before {
    content: "\f078";
    font-weight: 900;
}
.ays_fa_eye::before {
    content: '\f06e';
    font-weight: 400;
}
.ays_fa_users::before {
    content: '\f0c0';
    font-weight: 400;
}
.ays_fa_square_o::before {
    content: "\f096";
    font-weight: 900;
}
.ays_fa_check_square_o::before {
    content: "\f046";
    font-weight: 900;
}
.ays_fa_star::before {
    content: "\f005";
    font-weight: 400;
}
.ays_fa_star_o::before {
    content: "\f006";
    font-weight: 400;
}
.ays_fa_user::before {
    content: "\f007";
    font-weight: 400;
}
.ays_fa_clock_o::before {
    content: "\f017";
    font-weight: 400;
}
.ays_fa_undo::before {
    content: "\f0e2";
    font-weight: 400;
}
.ays_fa_volume_up::before {
    content: "\f028";
    font-weight: 400;
}
.ays_fa_volume_off::before {
    content: "\f026";
    font-weight: 400;
}
.ays_fa_sign_out::before {
    content: "\f08b";
    font-weight: 400;
}

.ays_fa_play::before {
    content: "\f04b";
    font-weight: 400;
}
.ays_fa_play_circle::before {
    content: "\f144";
    font-weight: 400;
}
.ays_fa_play_circle_o::before {
    content: "\f01d";
    font-weight: 400;
}

.ays_fa_pause::before {
    content: "\f04c";
    font-weight: 400;
}
.ays_fa_pause_circle::before {
    content: "\f28b";
    font-weight: 400;
}
.ays_fa_pause_circle_o::before {
    content: "\f28c";
    font-weight: 400;
}

.ays_fa_stop::before {
    content: "\f04d";
    font-weight: 400;
}
.ays_fa_stop_circle::before {
    content: "\f28d";
    font-weight: 400;
}
.ays_fa_stop_circle_o::before {
    content: "\f28e";
    font-weight: 400;
}
.ays_fa_expand::before {
    content: "\f065";
    font-weight: 400;
}
.ays_fa_compress::before {
    content: "\f066";
    font-weight: 400;
}
.ays_fa_eraser::before {
    content: "\f12d";
    font-weight: 400;
}
.ays_fa_music::before {
    content: "\f001";
    font-weight: 400;
}
.ays_fa_long_arrow_left::before {
    content: "\f177";
    font-weight: 400;
}
.ays_fa_long_arrow_right::before {
    content: "\f178";
    font-weight: 400;
}
.ays_fa_arrow_circle_o_left::before {
    content: "\f190";
    font-weight: 400;
}
.ays_fa_arrow_circle_o_right::before {
    content: "\f18e";
    font-weight: 400;
}
.ays_fa_arrow_circle_left::before {
    content: "\f0a8";
    font-weight: 400;
}
.ays_fa_arrow_circle_right::before {
    content: "\f0a9";
    font-weight: 400;
}
.ays_fa_angle_left:before {
    content: "\f104";
    font-weight: 900;
}
.ays_fa_angle_right:before {
    content: "\f105";
    font-weight: 900;
}
.ays_fa_angle_up:before {
    content: "\f106";
    font-weight: 900;
}
.ays_fa_angle_down:before {
    content: "\f107";
    font-weight: 900;
}
.ays_fa_check::before {
    content: "\f00c";
}
.ays_fa_times::before {
    content: "\f00d";
}


.ays-quiz-container .logged_in_message{
    padding: 15px;
}

.ays_quiz_results {
    display: none;
}
.ays-quiz-container .rate_comment_row * {
    box-sizing: border-box;
}
.ays-quiz-container .rate_comment_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.ays-quiz-container .rate_comment_row.row_reverse {
    flex-direction: row-reverse;
}
.ays-quiz-container .rate_comment_row .rate_comment_user {
    width: 25%;
}
.ays-quiz-container .rate_comment_row .rate_comment {
    width: fit-content;
    max-width: 75%;
}
.ays-quiz-container .rate_comment_row .rate_comment_user,
.ays-quiz-container .rate_comment_row .rate_comment {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.ays-quiz-container .rate_comment_row .thumbnail {
    padding: 4px;
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ays-quiz-container .rate_comment_row .img-responsive,
.ays-quiz-container .rate_comment_row .thumbnail>img,
.ays-quiz-container .rate_comment_row .thumbnail a>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.ays-quiz-container .rate_comment_row .panel {
	position:relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    text-align: left !important;
}
.ays-quiz-container .rate_comment_row .panel-default {
    border-color: #ddd;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
    right:-16px;
	left:100%;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{
    border-width: 7px;
    border-left-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 2px;
    border-right: none
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
    border-left-color: #ddd;
    border-width: 8px;
    border-right: none;
}
.ays-quiz-container .rate_comment_row .panel>.panel-body {
    padding: 15px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
	border-width:8px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.lds-spinner2-none,
.lds-spinner-none {
    display: none;
}
.lds-spinner2,
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
    transform: scale(0.5);
}
.lds-spinner2 div,
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner linear infinite;
  animation-duration: 1.2s !important;
}
.lds-spinner2 div:after,
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
}
.lds-spinner2 div:nth-child(1),
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner2 div:nth-child(2),
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner2 div:nth-child(3),
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner2 div:nth-child(4),
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner2 div:nth-child(5),
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner2 div:nth-child(6),
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner2 div:nth-child(7),
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner2 div:nth-child(8),
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner2 div:nth-child(9),
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner2 div:nth-child(10),
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner2 div:nth-child(11),
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner2 div:nth-child(12),
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ays_paypal_wrap_div {
/*	display: none;*/
}
.ays_paypal_div {
    overflow: hidden;
}
.ays_paypal_div > div {
    margin: auto;
    width: 200px;
}
.ays_paypal_div iframe {
    width: 100% !important;
}
.ays_paypal_details_div {
	width: 100%;
	padding: 15px;
}
.ays_paypal_details_div iframe {
    width: 100% !important;
}

.ays_restart_button_p {
    text-align: center !important;
    margin: 0 !important;
}
.action-button.ays_restart_button {
    width: auto;
    max-width: 100%;
    padding: 10px 20px;    
    font-size: 14px;
    font-family: inherit;
}
.action-button.ays_restart_button span {
    margin-left: 7px;
}
div.ays_quiz_results_page {
    display: none;
}

.ays_user_explanation {
    margin-top: 5px;
    padding-top: 15px;
}
.ays_user_explanation textarea {
    resize: vertical;
    height: 120px;
    transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
    font-size: 14px;
}
.ays_questtion_explanation,
.wrong_answer_text,
.right_answer_text {
    text-align: initial;
}

.ays_animated_x5ms {
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ays_animated_x1s {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
 * User explanation
 */
.ays_user_explanation {
    margin-top: 5px;
    padding-top: 15px;
}
.ays_user_explanation textarea {
    resize: vertical;
    height: 120px;
    transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
    font-size: 14px;
}


/*
 * Music, Sound
 */

.ays_music_sound {
    display: flex;
    cursor: pointer;
    z-index: 998;
    width: 35px;
    padding: 0;
    margin: 0;
}
.ays_music_sound.z_index_0 {
    z-index: 0;
}
.ays_music_sound > i {
    font-size: 20px;
    vertical-align: middle;
}


/*
 * Ays Fieldset
 */

fieldset.ays_fieldset {
    border: 1px solid #e3939394;
    padding: 5px;
    background-color: transparent !important;
    word-break: break-all;
}

fieldset.ays_fieldset legend {
    font-size: 12px;
    padding: 0 7px;
    color: #f00;
    margin: 0;
    text-align: center;
    border-top: 1px solid #e3939394;
    border-bottom: 1px solid #e3939394;
    margin-bottom: 10px;
    background-color: transparent !important;
}

fieldset.ays_fieldset .ays_quiz_question .wp-video {
	width: 100%;
	max-height: 100%;
}


/*
 * Create date and author
 */

.ays_cb_and_a {
    position: relative;
    top: -40px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-align: center;
}

.ays_cb_and_a p {
    text-align: center;
}
.ays_cb_and_a span,
.ays_cb_and_a strong {
    margin-right: 7px;
}
.ays_cb_and_a img {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-right: 3px;
    margin-left: 5px;
    vertical-align: text-top;
}



/*WooCommerce Product styles*/
div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block {
    width: 45%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    justify-content: space-between;
    /* background-color: #96588a; */
    transition: .2s ease-out;
}

div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block .product-image {
    margin: 0;
    line-height: 0;
    width: 100%;
    min-height: 150px;
    height: 100%;
}
    
div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block img {
    height: 100%;
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
}
div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-product-block {
    text-align: left;
    margin: auto;
    padding-left: 1rem;
    padding: 15px;
    text-align: center;
    margin: 0;
    width: 100%;
}
div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-product-block h4.ays-woo-product-title {
    margin: 0;
    font-size: larger;
}
div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-product-block > a {
    display: block;
    width: auto;
}
/*WooCommerce Product styles end*/

/*Question background styles*/
.ays-quiz-question-with-bg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*Question background styles end*/

.ays_block_content {
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 10px;
}


/* Quiz login form */

[id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit {
    display: inline-block;
	width:auto;
/*	max-width:200px;*/
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px 5px;
    line-height: 1;
    white-space: break-spaces;
}

.ays_quiz_login_form label {
    display: block;
}


/* progress bars style start */

.ays-progress {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.ays-progress-bar {
    overflow: hidden;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.ays-progress-value {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    background-color: transparent;
}


.ays-progress-bg {
    position: relative;
    height: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.ays-progress-bar:after {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    position: absolute;
    content: '' !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes ays_progress_bar {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -40px 0;
    }
}


/* first */

.ays-progress.first {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
    padding: 0px;
    background-color: #000;
    border: 1px solid;
}
.ays-progress-bar.first {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	/* -moz-animation: bar-fill 1s;
	-webkit-animation: bar-fill 1s;
	-ms-animation: bar-fill 1s;
	animation: bar-fill 1s; */
	display: block;
	height: 15px;
	width: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.ays-progress-bar.first::after {
    content: none !important;
}
.ays-progress-value.first {
    position:absolute;
    z-index:1;
    width:0;
    height:100%;
    text-align: center;
}
.ays-progress-bg.first {
    height:15px;
    background: transparent;
}


/* second */

.ays-progress.second {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
    padding: 0px;
    background-color: #000;
    border: 1px solid;
}
.ays-progress-bar.second {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	/* -moz-animation: bar-fill 1s;
	-webkit-animation: bar-fill 1s;
	-ms-animation: bar-fill 1s;
	animation: bar-fill 1s; */
	display: block;
	height: 15px;
	width: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.ays-progress-bar.second::after {
    content: none !important;
}
.ays-progress-value.second {
    position:absolute;
    z-index:1;
    width:0;
    height:100%;
    font-size: 12px;
    line-height: 15px !important;
    white-space: nowrap;
    background-color: transparent;
    text-align: center;
}
.ays-progress-bg.second {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
    height:15px;
    background: transparent;
}

/* third */

.ays-progress.third {
    border-radius: 5px;
    border: none;
}
.ays-progress-value.third {    
    width:100%;
    height:100%;
    text-align: center;
}
.ays-progress-bg.third {
    
}

/* fourth */

.ays-progress.fourth {    
    border-radius: 5px;
    border: none;
}

.ays-progress-bar.fourth {    
    border-radius: 0px;
}
.ays-progress-value.fourth {
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    text-align: center;
}
.ays-progress-bg.fourth {
    height:15px;
}
.ays-progress-bar.fourth:after {
    animation: ays_progress_bar linear infinite;
    animation-duration: 0.8s !important;
}


/* progress bar styles end */


/*For Attribute type checkbox AV*/
.ays_checkbox_for_label {
    padding: 13px 15px;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    background: #fff;
    text-align: left;
}

label.ays_for_checkbox {
	font-weight: 500;
    font-size: 16px;
    width: auto;
    cursor: pointer;
}

div.ays_checkbox_for_label input[type='checkbox'] {
    display: inline-block !important;
	width: 13px;
    margin: 5px 10px;
	cursor: pointer;
}
/*Question background styles end*/

/*AV Leader Board styles*/
div.ays_lb_container {
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
}
.ays_lb_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.ays_lb_li {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 5px;
    margin: 0;
}

.ays_lb_pos {
    min-width: 40px;
    width: auto;
    text-align: center;
    white-space: nowrap;
}

.ays_lb_user {
    width: 65%;
    word-break: break-word;
    text-align: center;
    padding-right: 3px;
}
.ays_lb_score {
    width: 20%;
    min-width: 75px;
    text-align: center;
}
.ays_lb_duration {
    width: 20%;
    min-width: 80px;
    text-align: center;
    padding-right: 8px;
}
.ays_lb_points{
	width: 20%;
    min-width: 45px;
    text-align: center;
}

.ays_lb_li:nth-child(odd) {
    background: #F6F8EF;
}

div.ays-leaderboard-main-container table {
	font-size: 14px;
}

div.ays-leaderboard-main-container table.ays_lb_li:first-child {
    background: #99BB5A;
    color: white;
}

div.ays-leaderboard-main-container table,
div.ays-leaderboard-main-container table tr,
div.ays-leaderboard-main-container table tr th,
div.ays-leaderboard-main-container table tr td {
	border: none;
}

/*AV Leader Board styles end*/

/* 
====================================================================================
*/

/*
 * User reports info table
 */
#ays-quiz-user-score-page {
    margin: 0 !important;
}
#ays-quiz-user-score-page thead th {
    font-size: 16px;
}
#ays-quiz-user-score-page td {
    font-size: 14px;
}
#ays-quiz-user-score-page thead th,
#ays-quiz-user-score-page td {
    word-break: initial !important;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

button.ays-quiz-user-sqore-pages-details {
	background-color: #222;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 13px 25px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
    white-space: nowrap;
    margin: auto;
    display: block;
}

button.ays-quiz-user-sqore-pages-details:hover{
	background-color: #aaaaaaab;
	color: #222;
}
td.ays-quiz-duration-column,
td.ays-quiz-score-column {
    text-align: center;
}

.ays-quiz-user-results-container {
    background-color: #F6F8EF;
    overflow-x: auto;
}


/*
Generic Styling, for Desktops/Laptops
*/
table#ays-quiz-user-score-page {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
table#ays-quiz-user-score-page tr:nth-of-type(odd) {
    background: #eee;
}
table#ays-quiz-user-score-page th {
    background-color: #333;
    color: white;
    font-weight: bold;
}
table#ays-quiz-user-score-page td,
table#ays-quiz-user-score-page th {
    padding: 6px;
    border: 1px solid #ccc;
}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table#ays-quiz-user-score-page,
    table#ays-quiz-user-score-page thead,
    table#ays-quiz-user-score-page tbody,
    table#ays-quiz-user-score-page th,
    table#ays-quiz-user-score-page td,
    table#ays-quiz-user-score-page tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table#ays-quiz-user-score-page thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table#ays-quiz-user-score-page tr { border: 1px solid #ccc; }

	table#ays-quiz-user-score-page td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
        text-align: left;
	}

	table#ays-quiz-user-score-page td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

}



/*
 * User reports info table .
 * The Modal (background) */
.ays-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000 !important;
    width: 100%;
    height: 100%;
    animation-duration: .5s;
    transition: .5s ease-in-out;
    outline: 0;
}

.ays-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.ays-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content/Box */
.ays-modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    margin-bottom: 30px;
    margin-top: 40px;
    border: 1px solid #888;
    width: 85%; /* Could be more or less, depending on screen size */
    z-index: 100000000;
    position: relative;
    padding-left: 0 !important;
    animation-duration: .3s;
    transition: .5s ease-in-out;
    border-radius: 4px;
}

#ays-results-modal .ays-modal-content {
    min-height: 500px;
}
/* The Close Button */
.ays-close {
    color: #aaa;
    float: right;
    line-height: 1.3;
    font-size: 28px;
    font-weight: bold;
}

.ays-close:hover,
.ays-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ays-modal-header {
    padding: 4px 16px;
}
.ays-modal .ays-modal-header h2 {
	line-height: 1.3;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	clear: none;
	font-weight: 500;
}

/* Modal Body */
.ays-modal-body {
    padding: 2px 16px 20px;
    overflow-x: auto;
    width: 100%;
}

/* Modal Footer */
.ays-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
table#ays-results-table {
	border: 1px solid #ccc;
}

table#ays-results-table .ays-quiz-report-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table#ays-results-table .ays-quiz-report-table-header::after,
table#ays-results-table .ays-quiz-report-table-header::before {
    content: none !important;
}

table#ays-results-table svg {
	width: 30px;
	vertical-align: middle;
}
table#ays-results-table .wp-video {
	width: max-content !important;
}
table#ays-results-table video {
	max-width: 300px;
    height: auto !important;
	vertical-align: middle;
}
table#ays-results-table audio {
	max-width: 300px;
	vertical-align: middle;
}
table#ays-results-table {
    margin: 0;
	width: 100%;
}
table#ays-results-table h1::before {
    content: none !important;
}
table#ays-results-table h1 {
    margin: 0;
    font-size: 25px;
}
table#ays-results-table tr td:first-child {
	font-weight: bold;
}
tr.ays_result_element {
	border-bottom: 1px solid #ccc;
}
table#ays-results-table tr td:first-child {
	font-weight: bold;
}
.ays-modal-body * {
    word-break: initial !important;
    word-wrap: break-word;
    vertical-align: middle;
}
.ays-modal-body tr td {
	padding: 10px;
    font-size: 15px;
    border: none;
}
table#ays-results-table p.success img,
table#ays-results-table p.error img {
    max-width: 150px !important;
}
table#ays-results-table p.success {
	color: #73AF55;
}
table#ays-results-table p {
	display: inline-block;
	margin: 0;
	font-size: 1.25em;
	vertical-align: middle;
    word-wrap: break-word;
}
table#ays-results-table p.error {
	color: #D06079;
}

table#ays-results-table tr td {
    word-wrap: break-word;
}
table#ays-results-table tr td:first-child,
table#ays-results-table tr td:first-child *{
    color: #000 !important;
}

table#ays-results-table tr td:first-child{
    font-weight: bold;
    width: 40%;
}

table#ays-results-table tr td.ays-report-correct-answer {
    width: 25%;
}
table#ays-results-table tr td.ays-report-user-answer {
    width: 25%;
}

table#ays-results-table tr td.ays-report-status-icon {
    width: 10%;
}

table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
    width: 40%
}
table#ays-results-table tr td.ays-report-answer-point {
    width: 20%;
}

div.ays-quiz-preloader{
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	justify-content: center;
	height: 100%;
	align-items: center;
	z-index: 1;
}

.wrong_shortcode_text::first-letter {
    color: red !important;
    background-color: transparent !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    float: none !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ays-quiz-container .ays-field.ays-text-field .ays-text-input::-webkit-input-placeholder {
    color: #ccc !important;
    line-height: initial !important;
}
.ays-quiz-container .ays-field.ays-text-field .ays-text-input:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
    line-height: initial !important;
}
.ays-quiz-container .ays-field.ays-text-field .ays-text-input::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc !important;
    line-height: initial !important;
}
.ays-quiz-container .ays-field.ays-text-field .ays-text-input:-ms-input-placeholder {
    color: #ccc !important;
    line-height: initial !important;
}
.ays-quiz-container .ays-field.ays-text-field .ays-text-input::placeholder {
    color: #ccc !important;
    line-height: initial !important;
}

.ays-quiz-container .mejs-container {
	width: 100% !important;
}

.ays_quiz_display_none_important {
	display: none !important;
}

.ays-has-error {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d93025 !important;
}

.ays-quiz-question-validation-error {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    color: #d93025;
    padding-bottom: 10px;
    display: none;
}

.ays-has-error .ays-quiz-question-validation-error {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.ays-has-error .ays-quiz-question-validation-error img {
    margin-right: 12px;
}

.ays-loader-text {
    display: flex;
    justify-content: center;
    align-content: center;
}

img.ays-loader-custom-gif-content{
/*
	width: 100px;
	max-height: 100px;
*/
}

.ays_quiz_question_text_message{
	text-align: left;
    font-size: 12px;
}

.ays_quiz_question_text_error_message {
	color: #ff0000;
}


/* All Results table export to pdf button */
table#ays-results-table tr td:first-child div#quiz-export-pdf button[class="button button-primary ays-quiz-export-pdf"]{
    background: #007cba;
    border-color: #007cba;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

table#ays-results-table tr td:first-child span[class="ays-pdf-export-text"]{
    padding: 0 5px;
}

table#ays-results-table tr td:first-child div#quiz-export-pdf button[class="button button-primary ays-quiz-export-pdf"]:hover{
    background: #0071a1;
    border-color: #0071a1;
    color: #fff !important;
}
/**/

/* Download Certificate button */
table#ays-quiz-user-score-page td > a.ays-quiz-user-d-cert{
    background-color: #222;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    outline:none;
    font-weight: 700;
}

table#ays-quiz-user-score-page td > a.ays-quiz-user-d-cert:hover{
    background-color: #aaaaaaab;
    color: #222;
}
/**/

td.ays_wproducts_row input.select2-search__field{
    width: 100% !important;
}

.ays_quiz_music,
.ays_quiz_wrong_ans_sound,
.ays_quiz_right_ans_sound{
    display: none !important;
}


.ays-quiz-all-results-container > div.dataTables_wrapper,
.ays-individual-quiz-all-results-container > div.dataTables_wrapper {
    position: static;
}

/* Start button loader | Start */
.ays-quiz-container .ays-quiz-start-button-preloader{
    position: relative;
    max-width: 100%;
}

.ays-quiz-container .ays_quiz_start_button_loader_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ays-quiz-container .ays_quiz_start_button_loader{
    cursor: wait;
    width: 30px;
}

.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{
    color: #a0a5aa!important;
    background: grey!important;
    border-color: #ddd!important;
    box-shadow: none!important;
    text-shadow: none!important;
    padding: 10px 20px !important;
    border: none;
    opacity: 0.5;
    cursor: wait;
}
/* Start button loader | End */

div.ays_quiz_maker_block_select select.components-select-control__input {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.ays-individual-quiz-all-results-container,
.ays-quiz-all-results-container {
	overflow: auto;
}


.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{
	padding-right: 10px;
}

.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input {
	margin: 0;
}


.ays-quiz-display-questions-container .ays-quiz-display-question-box {
	border-bottom: 0.5px solid #848688;
}

.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check {
    color: green;
    font-weight: 900;
}

.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times {
    color: brown;
    font-weight: 900;
}

.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check {
    color: green;
    font-size: 18px;
}

.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times {
    color: brown;
    font-size: 18px;
}

.ays-quiz-all-results-container .ays-quiz-score-column-check-box {
    display: flex;
}



/*Sinatra theme (Version: 1.2.1) | Start */
.ays-quiz-container .mejs-container.mejs-video {
	min-height: 220px !important;
}

.ays-quiz-container .mejs-container.mejs-audio {
	min-height: 40px !important;
}

[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time {
    height: 22px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
    margin: 0;
}
/*Sinatra theme (Version: 1.2.1) | End */


/* Mozilla firefox | Start */
.ays-quiz-container input[type=number]::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ays-quiz-container input[type=number] {
    -moz-appearance:textfield;
}

.ays-quiz-container input[type=number]:hover{
	-moz-appearance: auto;
}

.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.ays-quiz-container input[type=number]:hover:disabled {
	-moz-appearance:textfield;
}
/* Mozilla firefox | End */

div.ays-quiz-category-container-flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


div#ays-results-modal div#ays-results-body table#ays-results-table p.ays_quiz_user_page_hide_answer{
    font-weight: bold;
}

div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page {
	text-align: center;
}


/*
==========================================
 Quiz Flash cards start
==========================================
*/

.ays_quiz_flash_card_main_container div.ays_quiz_flash_card:first-child{
    display: block;
}

.ays_quiz_flash_card_main_container .ays_quiz_front,
.ays_quiz_flash_card_main_container .ays_quiz_back {
    padding: 40px;
    text-align: center;
    margin-bottom: 5px;
    word-break: break-word;
    word-wrap: break-word;
    white-space: initial;
    -webkit-user-select: none;
    user-select: none
}

.ays_quiz_flash_card_main_container .ays_quiz_front *,
.ays_quiz_flash_card_main_container .ays_quiz_back * {
    word-break: break-word;
    word-wrap: break-word;
    white-space: initial;
}

.ays_quiz_flash_card_main_container .ays_quiz_flash_card {
    display: none;
    background-color: #D1E4DD;
    padding: 20px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: #fff;
    margin-bottom: 20px;
    min-height: 300px;
/*    cursor: pointer;*/
}
.ays_quiz_flash_card_main_container .ays_quiz_back {
    transform: rotateY(180deg);
}
.ays_quiz_flash_card_main_container .ays_quiz_front {
    transform: rotateY(0deg);
}
.ays_quiz_flash_card_main_container .ays_quiz_fc_img {
    display: flex;
    justify-content: center;
}
.ays_quiz_flash_card_main_container .ays_quiz_fc_next_btn_content a.ays_quiz_fc_next_prev_btn {
    background: #2A2A2A;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 13px;
    width: 75px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none
}
.ays_quiz_flash_card_main_container .ays_quiz_fc_next_btn_content {
/*    width: 300px;*/
    display: flex;
/*    margin: auto;*/
    justify-content: center;
}

.ays_quiz_flash_card_main_container a.ays_quiz_fc_next_prev_btn.prev {
    display: none;
}

a.ays-quiz-flash-card-rotate{
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}
a.ays-quiz-flash-card-rotate img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

div.ays_quiz_fc_explanation{
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
    background: #80808026;
}

div.ays_quiz_fc_explanation p{
    margin: 0;
    font-size: 15px;
}

/*
==========================================
 Quiz Flash cards end
==========================================
*/

/*
==========================================
 Quiz Full screen start
==========================================
*/

.ays-quiz-full-screen-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    line-height: 1;
}

.ays-quiz-full-screen-container {
    cursor: pointer;
}

.ays-quiz-full-screen-container > svg.ays-quiz-close-full-screen {
    display: none;
}

/*
==========================================
 Quiz Full screen end
==========================================
*/



/*
==========================================
 Quiz navigation bar start
==========================================
*/


.ays-quiz-questions-nav-wrap {
	display: none;
    min-width: 200px;
    max-width: 96%;
    margin: auto;
    text-align: center;
    background: white;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    background-color: #fff;
    background-position: center center;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.4);
    border: none;
    overflow: hidden;
}


.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 40px;
    margin: 0;
    margin-top: 5px;
}

.ays-quiz-questions-nav-wrap a.ays_questions_nav_question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #2c2c2c;
    color: #2c2c2c;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    min-width: 40px;
    padding: 0;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
}

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-item.ays_quiz_checked_answer_div a.ays_questions_nav_question {
    pointer-events: none;
}

.ays-quiz-questions-nav-wrap a.ays_questions_nav_question[disabled] {
    pointer-events: none;
    /* opacity: 0.45; */
    border: 2px solid #fff;
    color: #fff;
    background-color: #2c2c2c;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-content {
	display: flex;
	align-items: center;
	padding: 15px;
	width: fit-content;
	position: relative;
	left: 0;
	transition: .5s ease-in-out;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-item {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-item:last-child {
    margin-right: 0;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-item:hover {
	box-shadow: 0px 0px 10px #444;
}
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-item[disabled]:hover {
	box-shadow: none !important;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays_questions_nav_question {
	display: block;
    border-radius: 50%;
    background-color: #27AE60;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    width: 100%;
    height: 100%;
    line-height: 60px;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays_questions_nav_question[disabled] {
    background-color: #aaa !important;
    color: #000 !important;
    pointer-events: none !important;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays_questions_nav_question:hover {
	box-shadow: inset 0px 0px 10px #444;
}
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays_questions_nav_question[disabled]:hover {
	box-shadow: none !important;
}

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-go-left,
.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-go-right {
    display: none;
}
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-left,
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-right {
	position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    width: 10%;
    z-index: 1;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-left {
	left: 0;
    background-image: linear-gradient(90deg, #27ae60, transparent);
}
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-right {
	right: 0;
	justify-content: flex-end;
	background-image: linear-gradient(90deg, transparent, #27ae60);
}

.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-left i.ays_fa,
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-right i.ays_fa {
    transition: .5s ease-in-out;
	margin: 0 10px;
}
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-left:hover i.ays_fa ,
.ays-quiz-questions-nav-wrap.ays-quiz-questions-nav-with-controls .ays-quiz-questions-nav-go-right:hover i.ays_fa {
    transition: .5s ease-in-out;
	margin: 0;
}


/*
==========================================
 Quiz navigation bar end
==========================================
*/

div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box * {
	font-style: italic;
	text-align: left;
	font-size: 14px;
}

.ays-quiz-some-items-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7px;
}

.ays-quiz-some-items-icons-wrap:empty {
    display: none;
}

@media screen and (max-width: 768px) {
    #ays-results-modal .ays-modal-content table#ays-results-table,
    #ays-results-modal .ays-modal-content table#ays-results-table thead,
    #ays-results-modal .ays-modal-content table#ays-results-table tbody,
    #ays-results-modal .ays-modal-content table#ays-results-table th,
    #ays-results-modal .ays-modal-content table#ays-results-table td,
    #ays-results-modal .ays-modal-content table#ays-results-table tr {
        display: block;
    }
    #ays-results-modal .ays-modal-content table#ays-results-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #ays-results-modal .ays-modal-content table#ays-results-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #ays-results-modal .ays-modal-content table#ays-results-table tr.ays_result_element td {
		width: 95%;
	}

    #ays-results-modal .ays-modal-content table#ays-results-table tr td.ays-report-correct-answer {
    	width: 95%;
	}
	#ays-results-modal .ays-modal-content table#ays-results-table tr td.ays-report-user-answer {
	    width: 95%;
	}

	#ays-results-modal .ays-modal-content table#ays-results-table tr td.ays-report-status-icon {
	    width: 95%;
	}

	#ays-results-modal .ays-modal-content table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
	    width: 95%
	}
	#ays-results-modal .ays-modal-content table#ays-results-table tr td.ays-report-answer-point {
	    width: 95%;
	}

	.ays-quiz-user-results-container table#ays-quiz-user-score-page td {
	    white-space: break-spaces;
	}
}/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}