* {
	box-sizing: border-box;
	font-family: 'Titillium Web', Arial, sans-serif;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: 10px;
}

html.zoom2 {
	font-size: 12px;
}

html.zoom4 {
	font-size: 13px;
}

body {
	margin: 0;
}

.contrast #sh135-temp input {
	background-color: transparent !important;
	border-color: transparent;
}

#sh135-temp h1,
#sh135-temp h2,
#sh135-temp h3,
#sh135-temp h4,
#sh135-temp h5,
#sh135-temp h6,
#sh135-temp li,
#sh135-temp p,
#sh135-temp ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.25;
}

#sh135-temp a {
	text-decoration: none;
}

#sh135-temp button {
	cursor: pointer;
}

#sh135-temp ul {
	list-style: none;
}

#sh135-temp img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
}

#sh135-temp textarea {
	resize: none;
}

#sh135-temp *::-webkit-scrollbar {
	width: 8px;
}

#sh135-temp *::-webkit-scrollbar-track {
	background-color: transparent;
}

#sh135-temp *::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	border-radius: 25px;
}

#sh135-temp *::-webkit-scrollbar-thumb:hover {
	background-color: #E2007A;
}

#sh135-temp .f-12 {
	font-size: 1.2rem;
}

#sh135-temp .f-14 {
	font-size: 1.4rem;
}

#sh135-temp .f-16 {
	font-size: 1.6rem;
}

#sh135-temp .f-18 {
	font-size: 1.8rem;
}

#sh135-temp .f-20 {
	font-size: 2.0rem;
}

#sh135-temp .f-22 {
	font-size: 2.2rem;
}

#sh135-temp .f-24 {
	font-size: 2.4rem;
}

#sh135-temp .f-26 {
	font-size: 2.6rem;
}

#sh135-temp .f-28 {
	font-size: 2.8rem;
}

#sh135-temp .f-30 {
	font-size: 3.0rem;
}

#sh135-temp .f-32 {
	font-size: 3.2rem;
}

#sh135-temp .f-34 {
	font-size: 3.4rem;
}

#sh135-temp .f-36 {
	font-size: 3.6rem;
}

#sh135-temp .f-38 {
	font-size: 3.8rem;
}

#sh135-temp .f-40 {
	font-size: 4.0rem;
}

#sh135-temp .f-42 {
	font-size: 4.2rem;
}

#sh135-temp .f-48 {
	font-size: 4.8rem;
}

#sh135-temp .f-60 {
	font-size: 6.0rem;
}

#sh135-temp .f-68 {
	font-size: 6.8rem;
}

#sh135-temp .f-70 {
	font-size: 7.0rem;
}

#sh135-temp .center {
	text-align: center;
}

#sh135-temp .uppercase {
	text-transform: uppercase;
}

#sh135-temp .thin {
	font-weight: 300;
}

#sh135-temp .semibold {
	font-weight: 600;
}

#sh135-temp .bold {
	font-weight: 700;
}

#sh135-temp .teal {
	color: #008285;
}

#sh135-temp .green {
	color: #8BCB21;
}

#sh135-temp .magenta {
	color: #E2007E;
}

#sh135-temp .navy {
	color: #306EE8;
}

#sh135-temp {
	position: relative;
}

#sh135-temp .container-box {
	width: 100%;
	max-width: 1430px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#sh135-temp .title-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px;
}

#sh135-temp .title-box .title-text {
	line-height: 1.2;
}

#sh135-temp .title-box .subtitle-text {
	line-height: 1.2;
}

#sh135-temp .tooltip-wrapper {
	position: relative;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#sh135-temp .tooltip-wrapper .tooltip-icon {
	display: block;
	min-width: 16px;
	max-width: 16px;
	height: auto;
	margin-top: 1px;
	fill: none;
}

#sh135-temp .tooltip-wrapper .tooltip-icon path {
	transition: stoke .3s, fill .3s;
}

#sh135-temp .tooltip-wrapper:hover .tooltip-icon path {
	fill: #FFF;
}

#sh135-temp .tooltip-wrapper .tooltip-icon circle {
	transition: stoke .3s, fill .3s;
}

#sh135-temp .tooltip-wrapper:hover .tooltip-icon circle {
	fill: #306EE8;
	stroke: #306EE8;
}

#sh135-temp .tooltip-wrapper .tooltip-box {
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%, -100%);
	display: none;
	width: max-content;
	max-width: 325px;
	height: auto;
	padding: 4px;
	background-color: #FFF;
	line-height: 1.2;
	border: 1px solid #306EE8;
	border-radius: 8px;
}

#sh135-temp .tooltip-wrapper:hover .tooltip-box {
	display: block;
}

#sh135-temp .tauron-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 340px;
	height: auto;
	padding: 18px 4px;
	background-color: transparent;
	color: #000;
	text-align: center;
	text-decoration: none !important;
	border-radius: 250px;
	transition: background .3s, color .3s, border .3s;
}

.contrast #sh135-temp .tauron-btn {
	background: #000 !important;
	color: #FFE800 !important;
	border: 1px solid #FFE800 !important;
}

.contrast #sh135-temp .tauron-btn:hover {
	background: #FFE800 !important;
	color: #000 !important;
}

.zoom-x2 #sh135-temp .tauron-btn {
	max-width: 420px;
}

.zoom-x4 #sh135-temp .tauron-btn {
	max-width: 475px;
}

#sh135-temp .tauron-btn.bg-white {
	background-color: #FFF;
	color: #60646C;
	border: 1px solid #FFF;
}

#sh135-temp .tauron-btn.bg-white:hover {
	background-color: #E2007A;
	color: #FFF;
}

#sh135-temp .tauron-btn.bg-black {
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}

#sh135-temp .tauron-btn.bg-black:hover {
	background-color: #FFF;
	color: #000;
}

#sh135-temp .tauron-btn.bg-default {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

#sh135-temp .tauron-btn.bg-default:hover {
	background-color: #000;
	color: #FFF;
}

#sh135-temp .tauron-btn.bg-magenta {
	background-color: #E2007A;
	color: #FFF;
	border-color: #E2007A;
}

#sh135-temp .tauron-btn.bg-magenta:hover {
	background-color: #AA036C;
	border-color: #AA036C;
}

#sh135-temp .tauron-btn.bg-green {
	background-color: #69A32E;
	box-shadow: 0 0 24px #76B834;
	color: #FFF;
	border: 2px solid #C1FF83;
}

#sh135-temp .tauron-btn.bg-green:hover {
	background-color: rgba(105, 163, 46, 0.9);
	border-color: rgba(105, 163, 46, 0.9);
}

#sh135-temp .owl-dots {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
}

#sh135-temp .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background-color: #FFF;
	border: 1px solid #707173;
	border-radius: 250px;
	transition: width .3s, height .3s;
}

#sh135-temp .owl-dots .owl-dot.active {
	width: 48px;
	background: #E2007A !important;
}

#sh135-temp .owl-dots .owl-dot span {
	background-color: transparent !important;
	border-color: transparent !important;
}

#sh135-temp .owl-carousel .owl-stage {
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
}

#sh135-temp {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	background-color: #F2F2F2;
}

#sh135-temp .top-bar {
	display: flex;
	justify-content: flex-start;
}

#sh135-temp .top-bar .logo-link {
	display: block;
	color: #E2007A;
	text-decoration: none;
}

#sh135-temp .top-bar .logo-link .img-logo {
	display: block;
	flex-shrink: 0;
	width: 128px;
	height: auto;
}

#sh135-temp .top-bar .logo-link .img-logo.mobile {
	display: none;
}

#sh135-temp .footer-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 68px;
	background-color: transparent;
	border-top: 1px solid #DDD;
}

#sh135-temp .footer-wrapper .footer-box {
	display: flex;
	flex: 1;
	align-items: center;
	height: 100%;
}

#sh135-temp .footer-wrapper .footer-box .footer-text {
	color: #60646C;
}

#sh135-temp .quiz-wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 40px;
}

#sh135-temp .quiz-wrapper .heading-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#sh135-temp .quiz-wrapper .heading-box .quiz-heading {
	color: #1A1C1E;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .heading-box .quiz-subheading {
	color: #60646C;
	line-height: 1.4;
}

#sh135-temp .quiz-wrapper .quiz-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 32px;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .data-box {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .data-box .steps-counter {
	display: flex;
	align-items: center;
	gap: 6px;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .data-box .steps-counter .counter-text {
	color: #1A1C1E;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .data-box .steps-counter .icon-finish {
	transform: translateY(1px);
	display: none;
	flex-shrink: 0;
	width: 16px;
	height: auto;
}

#sh135-temp .quiz-wrapper .quiz-content.quiz-done .progression-box .data-box .steps-counter .icon-finish {
	display: block;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .data-box .percent-value {
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .progress-bar {
	overflow: hidden;
	width: 100%;
	height: 8px;
	background-color: #FFF;
	border-radius: 250px;
}

#sh135-temp .quiz-wrapper .quiz-content .progression-box .progress-bar .inner-bar {
	width: 0;
	height: 100%;
	background-color: #306EE8;
	border-radius: 250px;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
	row-gap: 16px;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn {
	margin-left: auto;
	border: 0;
	width: 340px !important;
	max-width: 340px !important;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn.tn-forms-button-send {
	border: 0 !important;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn.bg-white .btn-icon {
	display: none;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn:not(.disabled) {
	box-shadow: 0 8px 16px 0 #E2007A30;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn:not(.disabled).bg-white {
	box-shadow: none !important;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-back {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #60646C;
	text-decoration: none;
	margin-right: auto;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-back:hover {
	text-decoration: underline;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-back .btn-icon {
	display: block;
	width: 14px;
	height: auto;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-regulations {
	display: none;
	align-items: center;
	gap: 8px;
	color: #60646C;
	text-decoration: none;
	margin-right: auto;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper[data-step="1"].active~.navi-wrapper .btn-regulations {
	display: flex;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-regulations:hover {
	text-decoration: underline;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-regulations .btn-icon {
	display: block;
	width: 14px;
	height: auto;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 8px 24px #1111111A;
	border-radius: 24px;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .question-label {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .question-label .label-text {
	color: #60646C;
	text-transform: uppercase;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .question-label .question-text {
	line-height: 1.35;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 24px 32px;
	background-color: #FFF;
	border: 1px solid #E9ECF0;
	border-radius: 16px;
	transition: background-color .3s, border-color .3s;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice:hover {
	background-color: #F4F7FE;
	border-color: #306EE8;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice:active {
	background-color: #F4F7FE;
	border-color: #306EE8;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice.active {
	background-color: #F4F7FE;
	border-color: #306EE8;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice .choice-text {
	color: #60646C;
	transition: color .3s;
	line-height: 1;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice:hover .choice-text {
	color: #306EE8;
	font-weight: 600;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice:active .choice-text {
	color: #306EE8;
	font-weight: 600;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper .single-choice.active .choice-text {
	color: #306EE8;
	font-weight: 600;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper {
	display: none;
}

#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper.active {
	display: flex;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-back.is-hidden {
	display: none;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-next.disabled {
	background-color: #D1D1D1;
	border-color: #D1D1D1;
	color: #FFF;
	pointer-events: none;
	cursor: not-allowed;
}

#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-next.disabled .btn-icon path {
	stroke: #FFF;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper {
	display: none;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 8px 24px #1111111A;
	border-radius: 24px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper.active {
	display: flex;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper[data-step="4"] {
	background-color: transparent;
	padding: 0;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .consent-label {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .consent-label .consent-heading {
	color: #1A1C1E;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .consent-label .consent-text {
	color: #60646C;
	line-height: 1.4;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px 24px 24px 24px;
	background-color: #D6E2FA;
	border-radius: 20px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .contact-heading {
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .field-wrapper .field-label {
	color: #1A1C1E;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .field-wrapper .field-label .optional-text {
	color: #60646C;
	font-weight: 400;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .field-wrapper .field-input {
	width: 100%;
	padding: 14px 16px;
	background-color: #FFF;
	color: #1A1C1E;
	border: 1px solid #E9ECF0;
	border-radius: 12px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .checkbox-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .checkbox-wrapper .checkbox-input {
	appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background-color: #FDFDFD;
	border: 1px solid #808080;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .3s, border-color .3s;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .checkbox-wrapper .checkbox-input:hover {
	border-color: #306EE8;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .checkbox-wrapper .checkbox-input:checked {
	background-color: #306EE8;
	border-color: #306EE8;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.29876 0.270482L3.48823 4.75435L1.70523 3.09242C1.31432 2.72806 0.684085 2.72806 0.293179 3.09242C-0.0977264 3.45678 -0.0977264 4.04422 0.293179 4.40858L2.78221 6.72859C2.97766 6.91073 3.23295 7 3.48823 7C3.74352 7 3.9988 6.91077 4.19426 6.72859L9.70682 1.58664C10.0977 1.22228 10.0977 0.634843 9.70682 0.270482C9.31592 -0.0901607 8.68568 -0.0901607 8.29876 0.270482Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 7px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .checkbox-wrapper .checkbox-label {
	color: #60646C;
	line-height: 1.3;
	padding-top: 2px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .clause-text {
	color: #000;
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .clause-text .clause-link {
	color: #E2007A;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	gap: 4px;
}

#sh135-temp .quiz-wrapper .quiz-content .consent-wrapper .contact-box .clause-text .clause-link:hover {
	text-decoration: underline;
}

#sh135-temp .quiz-wrapper.result-active .heading-box {
	display: none;
}

#sh135-temp .quiz-wrapper.result-active .quiz-content {
	display: none;
}

#sh135-temp .quiz-wrapper .result-wrapper {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

#sh135-temp .quiz-wrapper.result-active .result-wrapper {
	display: flex;
}

#sh135-temp .quiz-wrapper .result-wrapper .result-heading {
	color: #1A1C1E;
}

#sh135-temp .quiz-wrapper .result-wrapper .score-badge {
	display: inline-flex;
	padding: 12px 24px;
	background-color: #306EE8;
	border-radius: 16px;
}

#sh135-temp .quiz-wrapper .result-wrapper .score-badge .badge-text {
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 8px;
}

#sh135-temp .quiz-wrapper .result-wrapper .feedback-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	width: 100%;
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 8px 24px #1111111A;
	border-radius: 24px;
}

#sh135-temp .quiz-wrapper .result-wrapper .feedback-box .feedback-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 2.2rem;
	border-radius: 250px;
	background-color: #F4F7FE;
	flex-shrink: 0;
	margin-bottom: 16px;
}

#sh135-temp .quiz-wrapper .result-wrapper .feedback-box .feedback-title {
	line-height: 1.2;
}

#sh135-temp .quiz-wrapper .result-wrapper .feedback-box .feedback-text {
	color: #000;
	line-height: 1.4;
}

#sh135-temp .quiz-wrapper .result-wrapper .feedback-note {
	color: #1A1C1E;
	font-style: italic;
	line-height: 1.4;
	margin-top: 8px;
}

#sh135-temp .quiz-wrapper .result-wrapper .gift-box {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 20px;
}

#sh135-temp .quiz-wrapper .result-wrapper .gift-box .gift-icon {
	flex-shrink: 0;
	width: 24px;
	height: auto;
}

#sh135-temp .quiz-wrapper .result-wrapper .gift-box .gift-text {
	color: #60646C;
	text-align: left;
	line-height: 1.3;
}

#sh135-temp .quiz-wrapper .result-wrapper .gift-box .gift-text .gift-link {
	color: #60646C;
	font-weight: 600;
}

#sh135-temp .quiz-wrapper .btn-refresh {
	display: none;
	align-items: center;
	margin-left: auto;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0;
	background-color: #FFF;
	border: none;
	border-radius: 50%;
	transition: background-color .3s;
	box-shadow: 0 8px 16px #E2007A30;
}

#sh135-temp .quiz-wrapper.result-active .btn-refresh {
	display: flex;
}

#sh135-temp .quiz-wrapper .btn-refresh:hover {
	background-color: #E2007A;
}

#sh135-temp .quiz-wrapper .btn-refresh .refresh-icon {
	display: block;
	height: auto;
	flex-shrink: 0;
	width: 24px;
}

#sh135-temp .quiz-wrapper .btn-refresh .refresh-icon path {
	transition: stroke .3s;
}

#sh135-temp .quiz-wrapper .btn-refresh:hover .refresh-icon path {
	stroke: #FFF;
}

#sh135-temp .tn-forms .tn-forms-section {
	color: #000 !important;
	font-size: 1.4rem !important;
	padding: 0 !important;
	margin: 0 !important;
}

#sh135-temp .tn-forms .tn-forms-section strong {
	font-size: 1.4rem !important;
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
}

#sh135-temp .col-lg-offset-1 {
	margin: 0 !important;
	padding: 0 !important;
	flex-basis: 100%;
	max-width: 100%;
}

#sh135-temp .tn-forms .tn-forms-section~* {
	padding: 0 15px;
}

#sh135-temp .tn-forms .tn-froms-input-label {
	color: #000 !important;
	text-align: left;
}

#sh135-temp .tn-forms .tn-froms-input-label::after {
	content: '(opcjonalnie)';
	font-size: 1.2rem;
	color: #60646C;
	font-weight: 400;
}

#sh135-temp .tn-forms-row [class*=col-] {
	padding: 0;
}

#sh135-temp .tn-forms .tn-forms-input input {
	border: 1px solid #E9ECF0 !important;
	border-radius: 12px !important;
	color: #1A1C1E !important;
	background-color: #FFF !important;
	width: 300px !important;
	max-width: 100% !important;
	margin-top: 8px !important;
}

#sh135-temp .tn-forms .tn-forms-text-value>a {
	padding-left: 1px !important;
	font-weight: 600;
	font-size: 1.4rem !important;
}

#sh135-temp .tn-forms .tn-forms-text-value>a::before {
	display: none !important;
}

#sh135-temp #tn-forms-agreement-phone-label {
	display: none !important;
}

#sh135-temp .tn-forms .tn-forms-input-agreement .tn-forms-checkbox-container input[type=checkbox]+label>div {
	font-size: 1.4rem !important;
	color: #60646C !important;
	font-weight: 400 !important;
}

#sh135-temp .tn-forms .tn-forms-input-agreement .tn-forms-checkbox-container input[type=checkbox]+label {
	display: block !important;
}

#sh135-temp .tn-forms .tn-forms-checkbox-container input[type=checkbox]+label {
	background-color: transparent !important;
}

#sh135-temp .webapp {
	background: transparent !important;
}

#sh135-temp .webapp .container.tn-forms {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

#sh135-temp .webapp * {
	outline: none !important;
}

#sh135-temp .tn-forms .tn-forms-input-agreement .tn-forms-checkbox-container input[type=checkbox]+label {
	background-position-y: 8px !important;
	background-position-x: 0 !important;
}

#sh135-temp .tn-forms .tn-forms-input-agreement input+label {
	padding-left: 36px !important;
}

#sh135-temp .tn-forms .tn-forms-input-agreement {
	padding-bottom: 0 !important;
}

#sh135-temp .tn-forms .tn-forms-text-value {
	font-size: 1.4rem !important;
	color: #000 !important;
}

#sh135-temp .contact-box .tn-forms-button-send #sh135-temp .contact-box .tn-forms-button-send {
	background-image: none !important;
}

#sh135-temp .btn-go-next-slot {
	border: 0 !important;
}

#sh135-temp .col-lg-1.visible-lg {
	display: none !important;
}

#sh135-temp .tn-forms section>.tn-forms-row-buttons:last-child {
	padding: 0 !important;
}

#sh135-temp .tauron-btn {
	background-image: none !important;
}

#sh135-temp #Wyslij:not(.tn-forms-button-send) {
	display: none !important;
}

@media all and (max-width: 1600px) {
	html.zoom-x2 {
		font-size: 11px !important;
	}

	html.zoom-x4 {
		font-size: 12px !important;
	}

	#sh135-temp .f-12 {
		font-size: 1.0rem;
	}

	#sh135-temp .f-18 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-20 {
		font-size: 1.8rem;
	}

	#sh135-temp .f-22 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-24 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-28 {
		font-size: 2.6rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-32 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-34 {
		font-size: 3.2rem;
	}

	#sh135-temp .f-36 {
		font-size: 3.4rem;
	}

	#sh135-temp .f-38 {
		font-size: 3.6rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-42 {
		font-size: 4.0rem;
	}

	#sh135-temp .f-48 {
		font-size: 4.6rem;
	}

	#sh135-temp .f-60 {
		font-size: 5.0rem;
	}

	#sh135-temp .f-68 {
		font-size: 5.8rem;
	}

	#sh135-temp .f-70 {
		font-size: 6.0rem;
	}

	#sh135-temp .tauron-btn {
		max-width: 320px;
		padding: 14px 4px;
	}

	.zoom-x2 #sh135-temp .tauron-btn {
		max-width: 350px;
	}

	.zoom-x4 #sh135-temp .tauron-btn {
		max-width: 380px;
	}

	#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper {
		padding: 24px;
	}

	#sh135-temp .quiz-wrapper .quiz-content .questions-wrapper .choice-wrapper {
		margin-top: 16px;
	}

	#sh135-temp .quiz-wrapper .result-wrapper .score-badge .badge-text {
		font-size: 2.0rem;
	}

	#sh135-temp .quiz-wrapper .result-wrapper .score-badge .badge-value {
		font-size: 2.4rem;
	}

	#sh135-temp .quiz-wrapper .result-wrapper .feedback-box {
		padding: 24px;
	}

	#sh135-temp .quiz-wrapper .result-wrapper .feedback-box .feedback-title {
		font-size: 1.8rem;
	}

	#sh135-temp .quiz-wrapper .result-wrapper .feedback-box .feedback-text {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 1400px) {}

@media all and (max-width: 1200px) {
	#sh135-temp .f-18 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-20 {
		font-size: 1.8rem;
	}

	#sh135-temp .f-22 {
		font-size: 1.8rem;
	}

	#sh135-temp .f-24 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-28 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.6rem;
	}

	#sh135-temp .f-32 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-34 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-36 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-38 {
		font-size: 3.2rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.4rem;
	}

	#sh135-temp .f-42 {
		font-size: 3.6rem;
	}

	#sh135-temp .f-48 {
		font-size: 4.2rem;
	}

	#sh135-temp .f-60 {
		font-size: 4.4rem;
	}

	#sh135-temp .f-68 {
		font-size: 5.2rem;
	}

	#sh135-temp .f-70 {
		font-size: 5.4rem;
	}

	#sh135-temp .tauron-btn {
		max-width: 310px;
	}

	#sh135-temp .owl-carousel .owl-stage {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media all and (max-width: 992px) {
	#sh135-temp .footer-wrapper .footer-box {
		justify-content: center;
		text-align: center;
	}

	#sh135-temp .quiz-wrapper .result-wrapper {
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media all and (max-width: 768px) {
	#sh135-temp .f-24 {
		font-size: 1.8rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-28 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-32 {
		font-size: 2.6rem;
	}

	#sh135-temp .f-34 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-36 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-38 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-42 {
		font-size: 3.2rem;
	}

	#sh135-temp .f-48 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-60 {
		font-size: 4.0rem;
	}

	#sh135-temp .f-68 {
		font-size: 4.4rem;
	}

	#sh135-temp .f-70 {
		font-size: 4.8rem;
	}

	#sh135-temp .quiz-wrapper {
		gap: 24px;
	}

	#sh135-temp .quiz-wrapper .heading-box {
		gap: 8px;
	}

	#sh135-temp .quiz-wrapper .heading-box .quiz-heading {
		font-size: 2.2rem;
	}

	#sh135-temp .quiz-wrapper .quiz-content {
		gap: 24px;
	}
}

@media all and (max-width: 576px) {
	#sh135-temp .top-bar .logo-link .img-logo.desktop {
		display: none;
	}

	#sh135-temp .top-bar .logo-link .img-logo.mobile {
		display: block;
	}

	#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper {
		flex-direction: column-reverse;
		justify-content: center;
		gap: 0;
	}

	#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-next {
		margin-right: auto;
		max-width: 100% !important
	}

	#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .tauron-btn {
		max-width: 310px !important;
	}

	#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-go-back {
		margin-left: auto;
		margin-top: 16px;
	}

	#sh135-temp .quiz-wrapper .quiz-content .navi-wrapper .btn-regulations {
		margin-left: auto;
		margin-top: 16px;
	}
}

@media all and (max-width: 1600px) and (min-width: 576px) {
	.tn-forms .tn-forms-button-level-first {
		transform: translateX(15px) !important;
	}
}

@media all and (max-width: 1200px) and (min-width: 577px) {
	.tn-forms .tn-forms-button-level-first {
		transform: translateX(30px) !important;
	}
}

/*webapp module*/
/*.webapp {*/
/*		width: 100%*/
/*}*/

/*.webapp.webapp-details-mode * {*/
/*		display: block !important;*/
/*		position: unset !important;*/
/*		min-height: 20px !important;*/
/*		min-width: 20px !important;*/
/*		max-height: none !important;*/
/*		max-width: none !important;*/
/*		opacity: 1 !important;*/
/*		padding: 5px;*/
/*		margin: 0!important;*/
/*}*/

/*.webapp.webapp-details-mode .container {*/
/*		margin: 0 auto!important;*/
/*}*/

/*.webapp .container.tn-forms {*/
/*		max-width: 100%*/
/*}*/

/*.webapp-details-mode .tn-forms-row-description {*/
/*		display: block !important*/
/*}*/

/*.webapp.webapps-app-not-allowed {*/
/*		display: none !important*/
/*}*/

/*.tn-forms .tn-forms-radio-container input:focus + label,*/
/*.tn-forms:focus,*/
/*[data-whatinput="keyboard"] input[type="checkbox"]:focus + label,*/
/*[data-whatinput="keyboard"] input[type="radio"]:focus + label,*/
/*[data-whatinput="keyboard"] .tn-forms-attachment-input:focus + div + div + label,*/
/*[data-whatinput="keyboard"] .tn-forms-attachment-input:focus + div + div + label + .tn-forms-input-attachment-delete,*/
/*.container input[type="checkbox"]:focus + label,*/
/*.container input[type="radio"]:focus + label,*/
/*.container .tn-forms-attachment-input:focus + div + div + label,*/
/*.container .tn-forms-attachment-input:focus + div + div + label + .tn-forms-input-attachment-delete {*/
/*		outline: 5px solid #73bf2d !important;*/
/*}*/

/*.tn-forms .col-lg-1,*/
/*.tn-forms .col-lg-10,*/
/*.tn-forms .col-lg-11,*/
/*.tn-forms .col-lg-12,*/
/*.tn-forms .col-lg-2,*/
/*.tn-forms .col-lg-3,*/
/*.tn-forms .col-lg-4,*/
/*.tn-forms .col-lg-5,*/
/*.tn-forms .col-lg-6,*/
/*.tn-forms .col-lg-7,*/
/*.tn-forms .col-lg-8,*/
/*.tn-forms .col-lg-9,*/
/*.tn-forms .col-md-1,*/
/*.tn-forms .col-md-10,*/
/*.tn-forms .col-md-11,*/
/*.tn-forms .col-md-12,*/
/*.tn-forms .col-md-2,*/
/*.tn-forms .col-md-3,*/
/*.tn-forms .col-md-4,*/
/*.tn-forms .col-md-5,*/
/*.tn-forms .col-md-6,*/
/*.tn-forms .col-md-7,*/
/*.tn-forms .col-md-8,*/
/*.tn-forms .col-md-9,*/
/*.tn-forms .col-sm-1,*/
/*.tn-forms .col-sm-10,*/
/*.tn-forms .col-sm-11,*/
/*.tn-forms .col-sm-12,*/
/*.tn-forms .col-sm-2,*/
/*.tn-forms .col-sm-3,*/
/*.tn-forms .col-sm-4,*/
/*.tn-forms .col-sm-5,*/
/*.tn-forms .col-sm-6,*/
/*.tn-forms .col-sm-7,*/
/*.tn-forms .col-sm-8,*/
/*.tn-forms .col-sm-9,*/
/*.tn-forms .col-xs-1,*/
/*.tn-forms .col-xs-10,*/
/*.tn-forms .col-xs-11,*/
/*.tn-forms .col-xs-12,*/
/*.tn-forms .col-xs-2,*/
/*.tn-forms .col-xs-3,*/
/*.tn-forms .col-xs-4,*/
/*.tn-forms .col-xs-5,*/
/*.tn-forms .col-xs-6,*/
/*.tn-forms .col-xs-7,*/
/*.tn-forms .col-xs-8,*/
/*.tn-forms .col-xs-9 {*/
/*		position: relative;*/
/*		min-height: 1px;*/
/*		display: block;*/
/*		padding: 0 15px*/
/*}*/

/*.tn-forms .tn-forms-pixel {*/
/*		width: 1px;*/
/*		height: 1px;*/
/*		margin-left: -1px;*/
/*		overflow: hidden;*/
/*		position: absolute;*/
/*}*/

/*.fn-forms label {*/
/*		display: inline-block;*/
/*		max-width: 100%;*/
/*		margin-bottom: 5px*/
/*}*/

/*.tn-forms .row {*/
/*		margin-left: -15px;*/
/*		margin-right: -15px;*/
/*		display: flex;*/
/*		flex-wrap: wrap*/
/*}*/

/*.tn-forms .row.tn-forms-survey-row,*/
/*.tn-forms .tn-forms-survey-matrix-container .row {*/
/*		display: block*/
/*}*/

/*.tn-forms.tn-forms-aligned-left .row > .col-lg-offset-1 {*/
/*		margin-left: 0*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms .tn-forms-row {*/
/*				padding-bottom: 5px;*/
/*				display: block*/
/*		}*/

/*		.tn-forms .tn-forms-row [class*=col-] {*/
/*				padding-top: 10px*/
/*		}*/

/*		.tn-forms .tn-forms-row label {*/
/*				margin-bottom: 0*/
/*		}*/

/*		.tn-forms .tn-forms-row .tn-forms-info-button-open {*/
/*				padding-bottom: 10px*/
/*		}*/

/*		.tn-forms .tn-forms-row-buttons {*/
/*				padding-top: 40px;*/
/*				padding-bottom: 20px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-hidden,*/
/*.tn-forms .ui-helper-hidden-accessible {*/
/*		display: none*/
/*}*/

/*.tn-forms *,*/
/*.tn-forms :after,*/
/*.tn-forms :before {*/
/*		box-sizing: border-box*/
/*}*/

/*.tn-forms,*/
/*.tn-forms *,*/
/*.tn-forms :after,*/
/*.tn-forms :before {*/
/*		-webkit-box-sizing: border-box;*/
/*		-moz-box-sizing: border-box*/
/*}*/

/*.tn-forms .tn-row-inside-rows [class*=col-] {*/
/*		padding-top: 0 !important*/
/*}*/

/*.tn-forms {*/
/*		font-family: "Titillium Web - Forms", "Titillium Web";*/
/*		box-sizing: border-box*/
/*}*/

/*.tn-forms .tn-forms-title {*/
/*		font-weight: 600;*/
/*		font-size: 30px;*/
/*		line-height: 40px*/
/*}*/

/*.tn-forms .tn-forms-label {*/
/*		font-weight: 600;*/
/*		font-size: 18px;*/
/*		line-height: 24px*/
/*}*/

/*.tn-forms .tn-forms-text {*/
/*		font-size: 20px;*/
/*		line-height: 28px*/
/*}*/

/*.tn-forms .tn-forms-distinction,*/
/*.tn-forms .tn-forms-flowing-text {*/
/*		font-size: 16px;*/
/*		line-height: 22px*/
/*}*/

/*.tn-forms .tn-forms-distinction {*/
/*		font-weight: 600*/
/*}*/

/*.tn-forms .tn-forms-header1 {*/
/*		font-weight: 600;*/
/*		font-size: 22px;*/
/*		line-height: 24px*/
/*}*/

/*.tn-forms .tn-forms-header2 {*/
/*		font-size: 14px;*/
/*		line-height: 18px*/
/*}*/

/*.tn-forms .tn-forms-header3 {*/
/*		font-size: 12px;*/
/*		line-height: 16px*/
/*}*/

/*.tn-forms-row [class*=col-] {*/
/*		padding-top: 10px;*/
/*		flex: 0 0 auto;*/
/*}*/

/*.tn-forms-row-focused [class*=col-] {*/
/*		background: #dde2ef*/
/*}*/

/*.tn-forms-row {*/
/*		overflow: hidden;*/
/*		padding-bottom: 10px*/
/*}*/

/*.tn-forms .tn-forms-row-description .tn-forms-info-container .tn-forms-info-header {*/
/*		padding-bottom: 20px;*/
/*		color: #272e74;*/
/*		font-size: 16px;*/
/*		font-weight: 600*/
/*}*/

/*.tn-forms .tn-forms-row-description .tn-forms-info-container .tn-forms-info-text {*/
/*		color: #272e74;*/
/*		font-size: 14px;*/
/*		padding-bottom: 20px*/
/*}*/

/*.tn-forms .tn-forms-row-description .tn-forms-info-container .tn-forms-info-image {*/
/*		max-width: 100%;*/
/*		max-height: 100%;*/
/*		min-width: 20px;*/
/*		min-height: 20px*/
/*}*/

/*@media(min-width:1200px) {*/
/*		.tn-forms .tn-forms-row-description {*/
/*				display: none !important*/
/*		}*/

/*		.tn-forms .tn-forms-row-focused.tn-forms-info .tn-forms-row-description {*/
/*				display: block !important;*/
/*				margin-bottom: -10px !important;*/
/*				padding-bottom: 0 !important;*/
/*				width: 196px;*/
/*				font-size: 12px;*/
/*				position: absolute;*/
/*				min-height: 0 !important;*/
/*				z-index: 999;*/
/*				right: 0*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-info .tn-forms-info-button-lg {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:17e03e20-f0c3-42ee-99cb-2308e6be3e22);*/
/*		height: 17px;*/
/*		width: 17px;*/
/*		background-repeat: no-repeat;*/
/*		float: right;*/
/*		margin-top: 10px*/
/*}*/

/*.tn-forms .tn-forms-info-button-open {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-info .tn-forms-info-button-open {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:17e03e20-f0c3-42ee-99cb-2308e6be3e22);*/
/*		background-repeat: no-repeat;*/
/*		padding-left: 20px;*/
/*		cursor: pointer;*/
/*		font-size: 14px;*/
/*		color: #272e74;*/
/*		display: block*/
/*}*/

/*@media(min-width:768px) and (max-width:1199px) {*/
/*		.tn-forms .tn-forms-info .tn-forms-info-button-open {*/
/*				position: absolute;*/
/*				margin-top: 10px;*/
/*				padding-left: 0;*/
/*				padding-right: 22px;*/
/*				background-position: center right;*/
/*				text-align: right;*/
/*				margin-right: 20px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-section {*/
/*		padding-top: 30px;*/
/*		padding-bottom: 30px*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header {*/
/*		background-color: #e6e6e6;*/
/*		padding-top: 14px;*/
/*		padding-bottom: 15px;*/
/*		border-radius: 4px*/
/*}*/

/*.tn-forms .tn-forms-gas .tn-forms-section .tn-forms-section-header {*/
/*		background-color: #4461a8;*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-title {*/
/*		font-size: 18px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-gas .tn-forms-section .tn-forms-section-header .tn-forms-section-title {*/
/*		color: #fff;*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-errors {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-validation-result-error > .tn-forms-section .tn-forms-section-header .tn-forms-section-errors {*/
/*		display: block;*/
/*		font-size: 14px;*/
/*		color: #f12d2d;*/
/*		margin-top: 10px*/
/*}*/

/*.tn-forms .tn-forms-validation-result-error > .tn-forms-section .tn-forms-section-header {*/
/*		background-color: #fde0e0*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-button {*/
/*		padding-right: 7px;*/
/*		margin-top: -10px*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-button-container {*/
/*		position: absolute;*/
/*		top: 50%;*/
/*		bottom: 50%;*/
/*		right: 0*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-button button {*/
/*		padding: 0;*/
/*		border: 0;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:65b4a511-d129-43ad-8551-3f475d7f69fb) 0 no-repeat;*/
/*		width: 20px;*/
/*		height: 20px*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-header .tn-forms-section-button button.tn-forms-section-closed {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:79119e5b-2e59-4208-b468-cb4ff75dbb46);*/
/*		background-repeat: no-repeat*/
/*}*/

/*.tn-forms .tn-forms-section .tn-forms-section-body {*/
/*		background-color: #f7f6f6*/
/*}*/

/*.tn-forms .tn-forms-statement [class*=col-] {*/
/*		background: 0*/
/*}*/

/*.tn-forms .tn-forms-statement .tn-forms-statement-text {*/
/*		font-size: 14px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-prompt {*/
/*		margin: 5px 0 0;*/
/*		position: absolute;*/
/*		padding: 0;*/
/*		color: #9b9b9b*/
/*}*/

/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-prompt {*/
/*		position: relative*/
/*}*/

/*.tn-forms .tn-forms-input input {*/
/*		height: 48px;*/
/*		border-radius: 4px;*/
/*		width: 100%;*/
/*		border: 1px solid #bfbfbf;*/
/*		padding-left: 15px;*/
/*		padding-right: 15px;*/
/*		font-size: 16px;*/
/*		color: #707173*/
/*}*/

/*.tn-forms .tn-forms-row-focused input {*/
/*		border: 1px solid #272e74*/
/*}*/

/*.tn-forms .tn-froms-input-label {*/
/*		font-size: 15px;*/
/*		text-align: right;*/
/*		padding-top: 0;*/
/*		color: #272727;*/
/*		width: 100%;*/
/*		margin-top: 12px;*/
/*		font-weight: 600;*/
/*		max-height: 21px*/
/*}*/

/*.tn-forms h3 {*/
/*		font-size: 12px;*/
/*		margin: 0;*/
/*}*/

/*!* Floating label *!*/

/*input.tn-froms-floating-label::placeholder {*/
/*		color: rgba(255, 255, 255, .1);*/
/*}*/

/*.tn-forms label.tn-froms-floating-label {*/
/*		position: absolute;*/
/*		top: 21px;*/
/*		left: 31px;*/
/*		user-select: none;*/
/*		z-index: 1;*/
/*		font-size: 18px;*/
/*}*/

/*.tn-forms input.tn-froms-floating-label {*/
/*		transition: border-color .25s ease-in-out;*/
/*		background-color: transparent;*/
/*		position: relative;*/
/*		z-index: 2;*/
/*}*/

/*.tn-forms input.tn-froms-floating-label + label.tn-froms-floating-label {*/
/*		transition: opacity .2s ease-in-out, font-size .2s ease-in-out, top .2s ease-in-out;*/
/*		transform-origin: 0 0;*/
/*		opacity: .5;*/
/*}*/

/*.tn-forms input.tn-froms-floating-label:focus + label.tn-froms-floating-label,*/
/*.tn-forms input.tn-froms-floating-label:not(:placeholder-shown) + label.tn-froms-floating-label {*/
/*		opacity: 1;*/
/*		font-size: 14px;*/
/*		top: 0px;*/
/*		background-color: #fff;*/
/*		z-index: 3;*/
/*}*/

/*@media(min-width:768px) {*/
/*		.tn-forms .tn-froms-input-label.tn-froms-input-label-long {*/
/*				margin-top: 3px*/
/*		}*/
/*}*/


/*.tn-forms .tn-forms-errors,*/
/*.tn-forms-empty-validation,*/
/*.tn-forms-extern-validation,*/
/*.tn-forms-value-validation {*/
/*		display: none;*/
/*		font-size: 14px;*/
/*		color: #f12d2d*/
/*}*/

/*.tn-forms .tn-forms-empty-validation,*/
/*.tn-forms .tn-forms-extern-validation,*/
/*.tn-forms .tn-forms-size-validation,*/
/*.tn-forms .tn-forms-type-validation,*/
/*.tn-forms .tn-forms-value-validation {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-row.tn-forms-validation-result-error .tn-forms-errors {*/
/*		display: block*/
/*}*/

/*.tn-forms .tn-forms-empty-validation-error .tn-forms-empty-validation,*/
/*.tn-forms .tn-forms-extern-validation-error .tn-forms-extern-validation,*/
/*.tn-forms .tn-forms-size-validation-error .tn-forms-size-validation,*/
/*.tn-forms .tn-forms-type-validation-error .tn-forms-type-validation,*/
/*.tn-forms .tn-forms-value-validation-error .tn-forms-value-validation {*/
/*		display: block;*/
/*		position: relative*/
/*}*/

/*.tn-forms .tn-forms-validation-ok-icon {*/
/*		display: none;*/
/*		height: 17px;*/
/*		width: 17px;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:93544819-641e-414e-8fa7-cc81be31a3f3) no-repeat;*/
/*		float: left;*/
/*		margin-left: -15px;*/
/*		margin-top: 13px*/
/*}*/

/*.tn-forms .tn-forms-row.tn-forms-validation-result-ok .tn-forms-validation-ok-icon {*/
/*		display: block*/
/*}*/

/*.tn-forms .tn-forms-validation-error-icon {*/
/*		display: none;*/
/*		height: 15px;*/
/*		width: 15px;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:04f12232-0681-4e90-8afd-183b535ee553) no-repeat;*/
/*		float: left;*/
/*		margin-left: -15px;*/
/*		margin-top: 14px*/
/*}*/

/*.tn-forms .tn-forms-row.tn-forms-validation-result-error .tn-forms-validation-error-icon,*/
/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-radio-container input {*/
/*		display: block*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms .tn-forms-prompt {*/
/*				position: initial*/
/*		}*/

/*		.tn-forms .tn-froms-input-label {*/
/*				text-align: left*/
/*		}*/

/*		.tn-forms .tn-forms-input-icon {*/
/*				float: right*/
/*		}*/

/*		.tn-forms .tn-forms-input-icon .tn-forms-validation-error-icon {*/
/*				float: right;*/
/*				margin-top: 12px*/
/*		}*/

/*		.tn-forms .tn-forms-input-icon .tn-forms-validation-ok-icon {*/
/*				float: right;*/
/*				margin-top: -20px*/
/*		}*/
/*}*/

/*@media(max-width:1200px) {*/

/*		.tn-forms .tn-forms-validation-error-icon,*/
/*		.tn-forms .tn-forms-validation-ok-icon {*/
/*				margin-right: 0;*/
/*				margin-top: 15px*/
/*		}*/

/*		.tn-forms .tn-froms-input-label {*/
/*				margin-top: 0*/
/*		}*/
/*}*/

/*.tn-forms-multiselect .tn-forms-multiselect-element {*/
/*		height: 50px;*/
/*		width: 100%;*/
/*		margin-bottom: 10px;*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e6e6e6;*/
/*		padding-left: 37px;*/
/*		font-size: 20px;*/
/*		color: #272727;*/
/*		padding-top: 4px*/
/*}*/

/*.tn-forms-multiselect .tn-forms-selected.tn-forms-multiselect-element {*/
/*		background-color: #dde2ef;*/
/*		border-color: #dde2ef;*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:89c09e45-b592-4a78-ae44-557b3d2b432a);*/
/*		background-repeat: no-repeat;*/
/*		background-position: left 10px center*/
/*}*/

/*.tn-forms .tn-forms-radio-container {*/
/*		min-height: 50px;*/
/*		font-size: 15px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-radio-container label {*/
/*		width: auto;*/
/*		border-radius: 4px;*/
/*		font-weight: 400;*/
/*		padding: 11px 20px 12px 50px;*/
/*		line-height: 25px*/
/*}*/

/*.tn-forms .tn-forms-radio-container label img {*/
/*		max-width: 100px;*/
/*		padding-right: 9px*/
/*}*/

/*.tn-forms .tn-forms-radio-container input {*/
/*		display: block;*/
/*		position: absolute;*/
/*		margin-top: 16px;*/
/*		margin-left: 15px;*/
/*		opacity: 0;*/
/*		width: 20px;*/
/*		height: 20px;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-radio-container input + label {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:7e8e83f8-14f8-44f2-8dc7-001abcaf440e) no-repeat;*/
/*		background-position-y: 8px;*/
/*		background-position-x: 10px;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-radio-container input:checked + label {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:e3a79ade-ace3-49c5-956e-7a1fe5ae1c34) no-repeat #dde2ef;*/
/*		background-position-y: 8px;*/
/*		background-position-x: 10px;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-group label,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-group label {*/
/*		height: 168px;*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e6e6e6;*/
/*		padding-top: 32px;*/
/*		padding-bottom: 32px;*/
/*		color: #707173;*/
/*		font-size: 20px;*/
/*		text-align: center*/
/*}*/

/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-tile {*/
/*		pointer-events: initial*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-group,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-group {*/
/*		display: flex;*/
/*		flex-wrap: wrap*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container {*/
/*		margin-right: 12px;*/
/*		margin-bottom: 12px;*/
/*		min-width: 150px;*/
/*		flex: 1 1;*/
/*		max-width: 170px;*/
/*		width: 170px*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container input + label {*/
/*		cursor: pointer;*/
/*		width: 100%;*/
/*		background: 0 0 !important*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container input:checked + label,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container input:checked + label {*/
/*		border: 1px solid #4461a8;*/
/*		color: #fff;*/
/*		background: #4461a8 !important*/
/*}*/

/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container input,*/
/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container input {*/
/*		opacity: initial*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container label,*/
/*.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container label {*/
/*		min-height: 50px;*/
/*		width: 100%;*/
/*		border-radius: 4px;*/
/*		font-weight: 400;*/
/*		padding: 0*/
/*}*/

/*.tn-forms .tn-forms-tile-image {*/
/*		height: 60px;*/
/*		width: auto;*/
/*		padding-right: 0 !important;*/
/*		display: block;*/
/*		margin: 32px auto 10px*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container-with-two-image .tn-forms-tile-image,*/
/*.tn-forms .tn-forms-radio-container-with-two-image .tn-forms-tile-image {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-input-checkbox-image-group input:checked + label,*/
/*.tn-forms .tn-forms-input-radio-image-group input:checked + label {*/
/*		background: 0 0 !important*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container-with-two-image input:checked + label .tn-forms-tile-image-checked,*/
/*.tn-forms .tn-forms-checkbox-container-with-two-image input:not(:checked) + label .tn-forms-tile-image-unchecked,*/
/*.tn-forms .tn-forms-radio-container-with-two-image input:checked + label .tn-forms-tile-image-checked,*/
/*.tn-forms .tn-forms-radio-container-with-two-image input:not(:checked) + label .tn-forms-tile-image-unchecked {*/
/*		display: block*/
/*}*/

/*@media(max-width:1200px) {*/

/*		.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-group label,*/
/*		.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-group label {*/
/*				width: 160px;*/
/*				height: 160px*/
/*		}*/
/*}*/

/*@media(max-width:767px) {*/

/*		.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container,*/
/*		.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-container {*/
/*				max-width: 150px;*/
/*				width: 150px*/
/*		}*/

/*		.tn-forms .tn-forms-input-checkbox-image-group .tn-forms-checkbox-group label,*/
/*		.tn-forms .tn-forms-input-radio-image-button-group .tn-forms-radio-group label {*/
/*				width: 136px;*/
/*				height: 136px;*/
/*				font-size: 18px*/
/*		}*/

/*		.tn-forms .tn-forms-tile .tn-forms-tile-image {*/
/*				height: 50px;*/
/*				width: auto;*/
/*				margin: 20px auto 10px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container {*/
/*		width: 100%;*/
/*		min-height: 50px;*/
/*		font-size: 15px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container label {*/
/*		min-height: 42px;*/
/*		width: 100%;*/
/*		padding-left: 50px;*/
/*		padding-top: 9px;*/
/*		padding-bottom: 9px;*/
/*		border-radius: 4px;*/
/*		font-weight: 400*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container.tn-forms-gas-optional-header label {*/
/*		font-size: 18px;*/
/*		padding-top: 14px;*/
/*		padding-bottom: 15px;*/
/*		margin-top: 30px;*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container label img {*/
/*		max-width: 100px;*/
/*		padding-right: 9px*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container input {*/
/*		position: absolute;*/
/*		margin-top: 16px;*/
/*		margin-left: 15px;*/
/*		opacity: 0;*/
/*		width: 20px;*/
/*		height: 20px;*/
/*		cursor: pointer;*/
/*		display: block*/
/*}*/

/*.webapp[data-atoswa-appmode='1'] .tn-forms .tn-forms-checkbox-container input {*/
/*		display: block;*/
/*		z-index: 999*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container input[type=checkbox] + label {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:29098f58-0233-4105-9010-8b1f01a0cda4) no-repeat;*/
/*		background-position-y: 50%;*/
/*		background-position-x: 10px;*/
/*		cursor: pointer;*/
/*		min-height: 24px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-checkbox-container input[type=checkbox] + label {*/
/*		background-position-y: 5px*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container input[type=checkbox]:checked + label {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:f426e042-48b5-41be-8ef7-acb53c168d09) no-repeat #dde2ef;*/
/*		background-position-y: 50%;*/
/*		background-position-x: 10px;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-checkbox-container input[type=checkbox]:checked + label {*/
/*		background-position-y: 5px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement h2 {*/
/*		font-size: 16px;*/
/*		margin: 10px 0;*/
/*}*/

/*.tn-forms .tn-forms-checkbox-container.tn-forms-gas-optional-header input[type=checkbox]:checked + label {*/
/*		background-color: #4461a8;*/
/*		color: #fff;*/
/*		margin-bottom: 30px !important;*/
/*}*/

/*.tn-forms .tn-forms-clickable-tile {*/
/*		height: 280px;*/
/*		width: 168px;*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e6e6e6;*/
/*		padding-top: 32px;*/
/*		padding-bottom: 32px;*/
/*		color: #707173;*/
/*		font-size: 20px;*/
/*		text-align: center*/
/*}*/

/*input[type=range].tn-forms-input-range {*/
/*		border: 0;*/
/*		-webkit-appearance: none;*/
/*		width: 100%;*/
/*		margin: 15px 0;*/
/*		background: 0*/
/*}*/

/*input[type=range].tn-forms-input-range:focus {*/
/*		outline: 0*/
/*}*/

/*input[type=range].tn-forms-input-range::-webkit-slider-runnable-track {*/
/*		width: 100%;*/
/*		height: 10px;*/
/*		cursor: pointer;*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);*/
/*		background: #f6f6f6;*/
/*		border-radius: 0;*/
/*		border: 0 solid rgba(0, 0, 1, 0)*/
/*}*/

/*input[type=range].tn-forms-input-range::-webkit-slider-thumb {*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);*/
/*		border: 0 solid #4461a8;*/
/*		height: 40px;*/
/*		width: 40px;*/
/*		border-radius: 100px;*/
/*		background: #4461a8;*/
/*		cursor: pointer;*/
/*		-webkit-appearance: none;*/
/*		margin-top: -15px*/
/*}*/

/*input[type=range].tn-forms-input-range::-moz-range-track {*/
/*		width: 100%;*/
/*		height: 10px;*/
/*		cursor: pointer;*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);*/
/*		background: #f6f6f6;*/
/*		border-radius: 0;*/
/*		border: 0 solid rgba(0, 0, 1, 0)*/
/*}*/

/*input[type=range].tn-forms-input-range::-moz-range-thumb {*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);*/
/*		border: 0 solid #4461a8;*/
/*		height: 40px;*/
/*		width: 40px;*/
/*		border-radius: 100px;*/
/*		background: #4461a8;*/
/*		cursor: pointer*/
/*}*/

/*input[type=range].tn-forms-input-range::-ms-track {*/
/*		width: 100%;*/
/*		height: 10px;*/
/*		cursor: pointer;*/
/*		background: 0 0;*/
/*		border-color: transparent;*/
/*		color: transparent*/
/*}*/

/*input[type=range].tn-forms-input-range::-ms-fill-lower {*/
/*		background: #f6f6f6;*/
/*		border: 0 solid rgba(0, 0, 1, 0);*/
/*		border-radius: 0;*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0)*/
/*}*/

/*input[type=range].tn-forms-input-range::-ms-fill-upper {*/
/*		background: #f6f6f6;*/
/*		border: 0 solid rgba(0, 0, 1, 0);*/
/*		border-radius: 0;*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0)*/
/*}*/

/*input[type=range].tn-forms-input-range::-ms-thumb {*/
/*		box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);*/
/*		border: 0 solid #4461a8;*/
/*		height: 40px;*/
/*		width: 40px;*/
/*		border-radius: 100px;*/
/*		background: #4461a8;*/
/*		cursor: pointer*/
/*}*/

/*input[type=range].tn-forms-input-range:focus::-ms-fill-lower {*/
/*		background: #f6f6f6*/
/*}*/

/*.tn-forms textarea {*/
/*		font-family: "Titillium Web - Forms";*/
/*		font-size: 16px;*/
/*		color: #9b9b9b;*/
/*		border-radius: 4px;*/
/*		width: 100%;*/
/*		border: 1px solid #e6e6e6;*/
/*		padding: 15px;*/
/*		resize: vertical*/
/*}*/

/*.tn-forms .tn-forms-row-focused textarea {*/
/*		border: 1px solid #272e74*/
/*}*/

/*.tn-forms .tn-forms-input-dropdownlist-container .select,*/
/*.tn-forms .tn-forms-input-dropdownlist-container select,*/
/*.tn-forms .tn-forms-input-dropdownlist-container-input .select,*/
/*.tn-forms .tn-forms-input-dropdownlist-container-input-search .select {*/
/*		border: 1px solid #bfbfbf;*/
/*		color: #707173;*/
/*		border-radius: 4px;*/
/*		width: 100%;*/
/*		padding-left: 10px;*/
/*		padding-right: 35px;*/
/*		min-height: 48px;*/
/*		font-size: 16px;*/
/*		line-height: 25px;*/
/*		-webkit-appearance: none;*/
/*		-moz-appearance: none;*/
/*		appearance: none;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:a4dd100c-6d5f-4cd6-b445-5b8c22d8d552) center right 15px no-repeat #fff;*/
/*		text-align: left*/
/*}*/

/*.tn-forms .tn-forms-input-dropdownlist-container select::-ms-expand {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-input-dropdownlist {*/
/*		overflow: visible*/
/*}*/

/*.tn-forms .options-wrapper {*/
/*		background-color: #fff;*/
/*		border-style: solid;*/
/*		border-width: 2px 1px;*/
/*		border-radius: 3px;*/
/*		border-color: #bfbfbf;*/
/*		display: none;*/
/*		position: absolute;*/
/*		z-index: 999;*/
/*		left: 0;*/
/*		right: 0;*/
/*		top: auto;*/
/*		max-height: 50vh;*/
/*		overflow: auto;*/
/*		margin-right: 15px;*/
/*		margin-left: 15px*/
/*}*/

/*.tn-forms .options-wrapper .option.selected,*/
/*.tn-forms .options-wrapper .option.selected:hover {*/
/*		background-color: #e2007a;*/
/*		color: #fff*/
/*}*/

/*.tn-forms .options-wrapper .option {*/
/*		border-bottom: 1px solid #ddd;*/
/*		padding: .5em 15px;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .options-wrapper .option:hover {*/
/*		background-color: #e6e6e6*/
/*}*/

/*.tn-forms .js-select-wrapper select {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-row-focused select {*/
/*		border: 1px solid #272e74*/
/*}*/

/*.tn-forms-input-editable-dropdownlist-container {*/
/*		position: relative;*/
/*		height: 50px*/
/*}*/

/*.tn-forms-input-editable-dropdownlist-container select {*/
/*		position: absolute;*/
/*		border: 1px solid #e6e6e6;*/
/*		border-radius: 4px;*/
/*		width: 100%;*/
/*		padding-left: 10px;*/
/*		padding-right: 10px;*/
/*		height: 50px;*/
/*		font-size: 20px;*/
/*		-webkit-appearance: none;*/
/*		-moz-appearance: none;*/
/*		appearance: none;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:a4dd100c-6d5f-4cd6-b445-5b8c22d8d552) center right 15px no-repeat #fff*/
/*}*/

/*.tn-forms-input-editable-dropdownlist-container select::-ms-expand {*/
/*		display: none*/
/*}*/

/*.tn-forms-row.tn-forms-validation-result-error .tn-forms-input-editable-dropdownlist-container select {*/
/*		border-color: #f12d2d*/
/*}*/

/*.tn-forms-input-editable-dropdownlist-container input {*/
/*		position: absolute;*/
/*		border: 1px solid #e6e6e6;*/
/*		border-radius: 4px 0 0 4px;*/
/*		background: #fff;*/
/*		width: 90%;*/
/*		padding-left: 10px;*/
/*		padding-right: 10px;*/
/*		height: 50px;*/
/*		font-size: 20px;*/
/*		-webkit-appearance: none;*/
/*		-moz-appearance: none;*/
/*		appearance: none;*/
/*		border-right: none !important*/
/*}*/

/*.tn-forms-input-editable-dropdownlist-container input:focus,*/
/*.tn-forms-input-editable-dropdownlist-container select:focus {*/
/*		outline: 0*/
/*}*/

/*.tn-forms .tn-forms-flex-inline .options-wrapper {*/
/*		position: unset;*/
/*		display: flex!important;*/
/*		border: none;*/
/*		margin-left: 0px;*/
/*		margin-right: 0px;*/
/*		overflow: visible;*/
/*		max-height: none;*/
/*		border-radius: 4px;*/
/*}*/

/*.tn-forms .tn-forms-flex-inline .options-wrapper .option {*/
/*		flex: 100% 1 1;*/
/*		display: flex;*/
/*		align-items: center;*/
/*		justify-content: center;*/
/*		text-align: center;*/
/*		min-width: 100px;*/
/*		font-size: 16px;*/
/*		padding: 0.5em 10px;*/
/*		border: solid 1px #bfbfbf;*/

/*}*/

/*.tn-forms .tn-forms-flex-inline {*/
/*		position: relative*/
/*}*/

/*.tn-forms .tn-forms-flex-inline .option[data-val=""],*/
/*.tn-forms .tn-forms-flex-check .option[data-val=""]{*/
/*		display: none!important;*/
/*}*/

/*.tn-forms .tn-forms-flex-inline button.select,*/
/*.tn-forms .tn-forms-flex-check button.select {*/
/*		position: absolute;*/
/*		color: transparent;*/
/*		background: none;*/
/*		border: none;*/
/*		min-height: 41px;*/
/*		display: block;*/
/*}*/
/*.tn-forms .tn-forms-flex-check button.select{*/
/*		z-index: -1;;*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*		.tn-forms .tn-forms-flex-inline .options-wrapper {*/
/*				flex-wrap: wrap*/
/*		}*/
/*		.tn-forms .tn-forms-flex-inline .options-wrapper .option {*/
/*				text-align: left;*/
/*				justify-content: left;*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-flex-check select,*/
/*.tn-forms .tn-forms-flex-inline select {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-flex-check .options-wrapper {*/
/*		position: unset;*/
/*		display: flex!important;*/
/*		flex-direction: column;*/
/*		align-content: start;*/
/*		align-items: start;*/
/*		flex-wrap: wrap;*/
/*		border: none;*/
/*		margin-left: 0px;*/
/*		margin-right: 0px;*/
/*		overflow: visible;*/
/*		max-height: none;*/
/*		border-radius: 4px;*/
/*}*/

/*.tn-forms .tn-forms-flex-check .options-wrapper .option {*/
/*		display: block;*/
/*		font-size: 16px;*/
/*		padding: 0.5em 10px;*/
/*		border: none;*/
/*		border-radius: 4px;*/
/*		text-align: left;*/
/*		margin-bottom: 5px;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:7e8e83f8-14f8-44f2-8dc7-001abcaf440e) no-repeat;*/
/*		background-position-y: 4px;*/
/*		background-position-x: 10px;*/
/*		padding-left: 50px;*/
/*		padding-right: 15px;*/
/*}*/

/*.tn-forms .tn-forms-flex-check .options-wrapper .option:hover {*/
/*		background-color: #ededed;*/
/*}*/

/*.tn-forms .tn-forms-flex-check .options-wrapper .option.selected {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:e3a79ade-ace3-49c5-956e-7a1fe5ae1c34) no-repeat #dde2ef;*/
/*		background-position-y: 4px;*/
/*		background-position-x: 10px;*/
/*		color: #000;*/
/*}*/

/*.tn-forms .tn-forms-flex-inline button.select:focus + .options-wrapper .selected,*/
/*.tn-forms .tn-forms-flex-check button.select:focus +  .options-wrapper .selected{*/
/*		outline: 5px solid #73bf2d !important;*/
/*}*/

/*.tn-forms .tn-forms-flex-inline .options-wrapper {*/
/*		flex-wrap: nowrap;*/
/*		overflow: visible;*/
/*		position: relative;*/
/*}*/
/*.tn-forms .tn-forms-input-dropdownlist-container.tn-forms-flex-inline .options-wrapper {*/
/*		z-index: 999;*/
/*}*/

/*.tn-forms .tn-forms-input-dropdownlist-container select.tn-forms-input-dropdownlist-hour,*/
/*.tn-forms .tn-forms-input-dropdownlist-container select.tn-forms-input-dropdownlist-minut {*/
/*		width: 70px*/
/*}*/

/*.tn-forms .tn-forms-input-time-container {*/
/*		font-size: 20px*/
/*}*/

/*.tn-forms .tn-forms-line hr {*/
/*		color: #a0a0a0;*/
/*		background-color: #a0a0a0;*/
/*		height: 1px*/
/*}*/

/*.tn-forms .tn-forms-line-dot hr {*/
/*		border-top: 1px dotted #a0a0a0*/
/*}*/

/*.tn-forms .tn-forms-line-shadow [class*=col-] {*/
/*		padding-top: 0*/
/*}*/

/*.tn-forms .tn-forms-line-shadow hr {*/
/*		width: 100%;*/
/*		height: 8px;*/
/*		margin: 0 !important;*/
/*		position: relative;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:3537fd2a-dc4d-4ab1-ab06-ff467213d33f) no-repeat;*/
/*		-webkit-background-size: 100% 100%;*/
/*		-moz-background-size: 100% 100%;*/
/*		-o-background-size: 100% 100%;*/
/*		background-size: 100% 100%*/
/*}*/

/*.tn-forms .tn-forms-button-level-first {*/
/*		border: 0 #e2007a;*/
/*		background-color: #e2007a;*/
/*		border-radius: 4px;*/
/*		color: #fff;*/
/*		font-size: 20px;*/
/*		padding-left: 20px;*/
/*		height: 40px;*/
/*		padding-right: 40px;*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:5d9968e0-bfee-4adf-b135-a5b4831b9f75);*/
/*		background-repeat: no-repeat;*/
/*		background-position: top 15px right 20px*/
/*}*/

/*.tn-forms .tn-forms-button-level-first:hover {*/
/*		background-color: #aa036c !important*/
/*}*/

/*.tn-forms .tn-forms-button-level-second {*/
/*		background-color: #fff;*/
/*		border-radius: 4px;*/
/*		border-color: #e2007a;*/
/*		border-width: 2px;*/
/*		color: #e2007a;*/
/*		font-size: 20px;*/
/*		padding-left: 20px;*/
/*		height: 40px;*/
/*		padding-right: 20px;*/
/*		border-style: solid;*/
/*		transition: .2s*/
/*}*/

/*.tn-forms .tn-forms-button-level-second:hover {*/
/*		border-color: #aa036c;*/
/*		color: #fff;*/
/*		background: #aa036c*/
/*}*/

/*.tn-forms .tn-forms-button-level-third {*/
/*		background-color: transparent;*/
/*		border: 0;*/
/*		color: #e2007a;*/
/*		font-size: 20px;*/
/*		padding-left: 40px;*/
/*		height: 40px;*/
/*		padding-right: 20px;*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:3435c06b-eba2-42a4-a34c-40133cd5eb4b);*/
/*		background-repeat: no-repeat;*/
/*		background-position: top 15px left 20px;*/
/*		margin-left: -30px*/
/*}*/

/*.tn-forms .tn-forms-button-link {*/
/*		cursor: pointer;*/
/*		text-decoration-line: none;*/
/*		height: 50px;*/
/*		padding-top: 9px;*/
/*		padding-bottom: 9px*/
/*}*/

/*.tn-forms .tn-forms-row-transparent [class*=col-] {*/
/*		background: 0 0*/
/*}*/

/*.tn-forms .tn-forms-input-location button.tn-forms-button-level-second {*/
/*		margin-top: 20px*/
/*}*/

/*.tn-forms .tn-forms-button-right {*/
/*		float: right;*/
/*		margin-left: 20px*/
/*}*/

/*@media(min-width:1200px) {*/
/*		.tn-forms .tn-forms-button-right {*/
/*				margin-right: -15px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-button-left {*/
/*		float: left;*/
/*		margin-right: 20px*/
/*}*/

/*.tn-forms .tn-forms-button-center {*/
/*		margin-left: 50%;*/
/*		margin-right: 50%*/
/*}*/

/*.tn-forms .tn-forms-input-agreement {*/
/*		font-weight: 600;*/
/*		font-size: 18px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-description {*/
/*		font-weight: 400;*/
/*		font-size: 12px;*/
/*		padding-left: 0 !important;*/
/*		padding-top: 10px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-description * {*/
/*		font-size: 12px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description {*/
/*		font-size: 12px;*/
/*		background: #fff;*/
/*		margin-top: 5px;*/
/*		padding: 15px;*/
/*		overflow-y: auto;*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e6e6e6;*/
/*		font-weight: 400*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description * {*/
/*		font-size: 12px;*/
/*}*/

/*.tn-forms .tn-forms-input-agreement input + label {*/
/*		background-color: #fff;*/
/*		border-radius: 4px;*/
/*		background-position-y: 5px;*/
/*		background-position-x: 15px !important;*/
/*		padding-left: 58px;*/
/*		padding-right: 15px;*/
/*		font-weight: 600*/
/*}*/

/*.tn-forms .tn-forms-input-agreement input[disabled] + label {*/
/*		background-color: #fff;*/
/*		border-radius: 4px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description::-webkit-scrollbar {*/
/*		width: 4px*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description::-webkit-scrollbar-thumb {*/
/*		background-color: #e6e6e6;*/
/*		border-radius: 0*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description::-webkit-scrollbar-thumb:hover {*/
/*		background-color: #c4c4c4*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-input-large-description::-webkit-scrollbar-track {*/
/*		background-color: #fff*/
/*}*/

/*.tn-forms .tn-forms-input-agreement-all .tn-forms-checkbox-group .tn-forms-checkbox-container input:checked + div {*/
/*		background-color: transparent*/
/*}*/

/*.tn-forms .tn-forms-input-agreement .tn-forms-checkbox-group .tn-forms-checkbox-container,*/
/*.tn-forms .tn-forms-input-agreement-all .tn-forms-checkbox-group .tn-forms-checkbox-container {*/
/*		margin-bottom: 0*/
/*}*/

/*.tn-forms-input-agreement-all.tn-forms-row-focused [class*=col-] {*/
/*		background-color: #f7f6f6*/
/*}*/

/*.tn-forms .tn-forms-input-agreement-radio .tn-forms-radio-group {*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-input-agreement-radio input + label {*/
/*		background-color: initial*/
/*}*/

/*.tn-forms .tn-forms-input-attachment .tn-forms-input-attachment-container .tn-forms-input-attachment-files .tn-forms-input-attachment-file {*/
/*		display: flex;*/
/*		margin-bottom: 4px*/
/*}*/

/*.tn-forms .tn-forms-input-attachment .tn-forms-input-attachment-container .tn-forms-input-attachment-files .tn-forms-input-attachment-file .tn-forms-input-attachment-name {*/
/*		width: 80%;*/
/*		margin-right: 15px;*/
/*		font-size: 16px;*/
/*		color: #272727;*/
/*		display: none;*/
/*		word-break: break-all;*/
/*		padding-top: 2px*/
/*}*/

/*.tn-forms .tn-forms-input-attachment .tn-forms-input-attachment-container .tn-forms-input-attachment-files .tn-forms-input-attachment-file .tn-forms-input-attachment-type-file {*/
/*		margin-right: 15px;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:1191cac1-a40d-4c95-b798-94db0d582f56) no-repeat;*/
/*		width: 20px;*/
/*		height: 20px;*/
/*		background-size: contain;*/
/*		margin-top: 5px;*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-input-attachment .tn-forms-input-attachment-container .tn-forms-input-attachment-files .tn-forms-input-attachment-file .tn-forms-input-attachment-delete {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:7ed8d710-b1dd-43b6-a46e-c5391dab0702) no-repeat;*/
/*		width: 20px;*/
/*		height: 20px;*/
/*		cursor: pointer;*/
/*		display: none;*/
/*		background-position-y: 5px*/
/*}*/

/*.tn-forms .tn-forms-input-attachment .tn-forms-input-attachment-container .tn-forms-input-attachment-add {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:b48ea059-ead4-449b-8ab6-a67efdb02167) top 5px left no-repeat;*/
/*		height: 26px;*/
/*		padding-left: 32px;*/
/*		font-size: 16px;*/
/*		color: #e2007a;*/
/*		cursor: pointer;*/
/*		display: block;*/
/*		font-weight: 400;*/
/*		padding-top: 2px*/
/*}*/

/*.tn-forms .tn-forms-attachment-input[value]:not([value=""]) ~ .tn-forms-input-attachment-delete,*/
/*.tn-forms .tn-forms-attachment-input[value]:not([value=""]) ~ .tn-forms-input-attachment-name,*/
/*.tn-forms .tn-forms-attachment-input[value]:not([value=""]) ~ .tn-forms-input-attachment-type-file {*/
/*		display: block !important*/
/*}*/

/*.tn-forms .tn-forms-attachment-input[value]:not([value=""]) ~ .tn-forms-input-attachment-add {*/
/*		display: none !important*/
/*}*/

/*.tn-forms .tn-forms-attachment-input {*/
/*		opacity: 0!important;*/
/*		width: 0!important;*/
/*		height: 0!important;*/
/*}*/

/*.tn-forms .tn-forms-steps {*/
/*		display: flex;*/
/*		flex: 0 1 auto;*/
/*		margin-left: -15px;*/
/*		margin-right: -15px*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step {*/
/*		width: 100%;*/
/*		height: 45px;*/
/*		display: flex;*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:166469c3-21aa-497a-8442-706d7378500b);*/
/*		background-repeat: no-repeat;*/
/*		background-position: left center;*/
/*		align-items: center;*/
/*		justify-content: center;*/
/*		flex: 0 1 auto*/
/*}*/

/*.tn-forms .tn-forms-steps [class ~=tn-step]:first-of-type {*/
/*		background-image: none*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step > div {*/
/*		display: flex;*/
/*		width: 100%;*/
/*		padding-left: 15px;*/
/*		padding-right: 15px;*/
/*		font-size: 16px;*/
/*		flex: 0 1 auto*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step .tn-step-arrow {*/
/*		height: 100%;*/
/*		width: 10px;*/
/*		background: #fff;*/
/*		padding: 0;*/
/*		min-width: 10px*/
/*}*/

/*.tn-forms .tn-forms-steps [class ~=tn-step]:last-of-type .tn-step-arrow {*/
/*		width: 0;*/
/*		min-width: 0*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-disabled {*/
/*		background-color: #e6e6e6;*/
/*		color: #707173*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-enabled {*/
/*		background-color: #e8f0d8;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-active {*/
/*		background-color: #e2007a;*/
/*		color: #fff*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-disabled .tn-step-arrow {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:a440e93c-7e9d-4b13-8d62-d7f1d1f5135c);*/
/*		background-repeat: no-repeat;*/
/*		background-position: left center*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-enabled .tn-step-arrow {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:fd1fa380-19a6-4f76-bff1-f16d0f2baca5);*/
/*		background-repeat: no-repeat;*/
/*		background-position: left center*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-active .tn-step-arrow {*/
/*		background-image: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:5057f4c4-96c5-4dc9-b94a-18946632e5a2);*/
/*		background-repeat: no-repeat;*/
/*		background-position: left center*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step .tn-step-number {*/
/*		border-radius: 50%;*/
/*		width: 26px;*/
/*		height: 26px;*/
/*		margin-right: 10px;*/
/*		min-width: 26px*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step img {*/
/*		width: 26px;*/
/*		height: 26px;*/
/*		margin-right: 10px*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-enabled .tn-step-number {*/
/*		background-color: #8bb63a*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-disabled .tn-step-number {*/
/*		background-color: #e2007a*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tp-step-active .tn-step-number {*/
/*		background-color: #fff*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step .tn-step-number p {*/
/*		text-align: center;*/
/*		padding-top: 1px*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tn-step.tp-step-disabled .tn-step-number p,*/
/*.tn-forms .tn-forms-steps .tn-step.tn-step.tp-step-enabled .tn-step-number p {*/
/*		color: #fff !important*/
/*}*/

/*.tn-forms .tn-forms-steps .tn-step.tn-step.tp-step-active .tn-step-number p {*/
/*		color: #e2007a !important*/
/*}*/

/*@media(max-width:1200px) {*/
/*		.tn-forms .tn-forms-steps .tn-step > div {*/
/*				display: block*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step {*/
/*				height: 100px*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step .tn-step-number {*/
/*				margin: 0 auto*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step img {*/
/*				display: block;*/
/*				margin-left: auto;*/
/*				margin-right: auto*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step .tn-step-name {*/
/*				text-align: center*/
/*		}*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms .tn-forms-steps .tn-step .tn-step-name {*/
/*				display: none*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step img {*/
/*				display: block;*/
/*				margin-left: auto;*/
/*				margin-right: auto*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step {*/
/*				height: 60px*/
/*		}*/

/*		.tn-forms .tn-forms-steps .tn-step .tn-step-arrow {*/
/*				width: 8px*/
/*		}*/

/*		.tn-forms .tn-forms-steps [class ~=tn-step]:last-of-type .tn-step-arrow {*/
/*				width: 0*/
/*		}*/

/*		.tn-forms .tn-forms-axis-steps .tn-steps-labels {*/
/*				display: none*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-container {*/
/*		display: flex;*/
/*		flex: 0 1 auto;*/
/*		width: 90%;*/
/*		margin-left: 5%*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels {*/
/*		display: flex;*/
/*		flex: 0 1 auto;*/
/*		margin-top: 20px;*/
/*		font-size: 16px*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels .tn-step-label {*/
/*		flex-grow: 1;*/
/*		width: 100%;*/
/*		text-align: center*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels .tn-step-label-empty {*/
/*		width: 100%;*/
/*		flex-grow: 2*/
/*}*/

/*@media screen and (min-width:0\0) {*/

/*		.tn-forms .tn-forms-axis-steps .tn-steps-labels .tn-step-label,*/
/*		.tn-forms .tn-forms-axis-steps .tn-steps-labels .tn-step-label-empty {*/
/*				width: auto*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step {*/
/*		width: 100%;*/
/*		height: 20px;*/
/*		display: flex;*/
/*		flex: 0 1 auto*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step .tn-step-circle-active,*/
/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-active .tn-step-circle,*/
/*.tn-forms .tn-forms-axis-steps [class ~=tn-step]:first-of-type .tn-step-line {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-axis-steps [class ~=tn-step]:first-of-type {*/
/*		width: 15px*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step .tn-step-line {*/
/*		background-color: #8bb63a;*/
/*		height: 5px;*/
/*		width: 100%;*/
/*		margin-top: 13px*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step .tn-step-circle {*/
/*		border-radius: 50%;*/
/*		width: 15px;*/
/*		height: 15px;*/
/*		background-color: #8bb63a;*/
/*		margin-top: 8px;*/
/*		min-width: 15px*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-enabled .tn-step-circle,*/
/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-enabled .tn-step-line {*/
/*		background-color: #8bb63a*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-disabled .tn-step-circle,*/
/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-disabled .tn-step-line {*/
/*		background-color: #e6e6e6*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-active .tn-step-circle-active {*/
/*		display: block;*/
/*		border-radius: 50%;*/
/*		width: 30px;*/
/*		height: 30px;*/
/*		background-color: #e6e6e6;*/
/*		z-index: 999;*/
/*		position: relative*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-step.tp-step-active .tn-step-circle-active > div {*/
/*		display: block;*/
/*		border-radius: 50%;*/
/*		width: 24px;*/
/*		height: 24px;*/
/*		background-color: #e2007a;*/
/*		margin: 3px;*/
/*		border: 5px solid #fff*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-first .tn-forms-survey-label,*/
/*.tn-forms .tn-forms-survey-row-errors,*/
/*.tn-forms .tn-forms-survey-row-first,*/
/*.tn-forms .tn-forms-validation {*/
/*		width: 100%*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels .tp-step-enabled {*/
/*		color: #8bb63a*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels .tp-step-disabled {*/
/*		color: #707173*/
/*}*/

/*.tn-forms .tn-forms-axis-steps .tn-steps-labels .tp-step-active {*/
/*		color: #e2007a*/
/*}*/

/*.tn-forms-survey-row [class*=col-] {*/
/*		background-color: transparent*/
/*}*/

/*.tn-forms .tn-forms-probe-row.tn-forms-row-focused [class*=col-],*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row:nth-child(even) .tn-forms-survey-matrix-answers,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row:nth-child(even) .tn-forms-survey-matrix-description,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row:nth-child(even) .tn-forms-survey-matrix-questions {*/
/*		background-color: #f7f6f6*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-first {*/
/*		font-size: 22px;*/
/*		color: #272727;*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-first .tn-forms-survey-number {*/
/*		margin-right: 10px*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-first .tn-forms-validation {*/
/*		height: 29px;*/
/*		width: 29px*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-errors {*/
/*		font-size: 14px;*/
/*		color: #f12d2d;*/
/*		margin-top: 10px;*/
/*		display: none*/
/*}*/

/*.tn-forms-survey-row textarea {*/
/*		font-size: 16px;*/
/*		color: #9b9b9b*/
/*}*/

/*.tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-input-dropdownlist-container {*/
/*		padding-top: 0*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-validation-error-icon,*/
/*.tn-forms .tn-forms-survey-row .tn-forms-validation-ok-icon {*/
/*		float: none;*/
/*		margin: unset*/
/*}*/

/*.tn-forms .tn-forms-survey-row.tn-forms-validation-result-error .tn-forms-survey-row-errors {*/
/*		display: block*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs {*/
/*		margin-top: 20px;*/
/*		margin-left: 25px*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-survey-description {*/
/*		font-size: 20px;*/
/*		font-weight: 600;*/
/*		margin-bottom: 10px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row [class*=col-] {*/
/*		padding-top: .1px;*/
/*		margin-bottom: 0;*/
/*		padding-bottom: 0;*/
/*		height: 50px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-questions {*/
/*		align-items: center;*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-questions span {*/
/*		display: block;*/
/*		max-width: 100%;*/
/*		flex-shrink: 1*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-description {*/
/*		height: auto !important;*/
/*		padding-bottom: 10px !important;*/
/*		padding-left: 30px;*/
/*		padding-right: 30px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs {*/
/*		display: flex;*/
/*		justify-content: space-around*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-answers-headers {*/
/*		padding-top: 20px*/
/*}*/

/*.tn-forms .tn-forms-survey-header-bad {*/
/*		float: left;*/
/*		margin-top: -14px*/
/*}*/

/*.tn-forms .tn-forms-survey-header-good {*/
/*		float: right;*/
/*		margin-right: -15px;*/
/*		margin-top: -14px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row {*/
/*		padding-left: 60px*/
/*}*/

/*@media(max-width:1200px) {*/

/*		.tn-forms .tn-forms-survey-header-bad,*/
/*		.tn-forms .tn-forms-survey-header-good {*/
/*				display: none*/
/*		}*/

/*		.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row {*/
/*				padding-left: 0*/
/*		}*/

/*		.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs {*/
/*				margin-left: 0*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-radio-container {*/
/*		flex-grow: 1;*/
/*		text-align: center;*/
/*		position: relative;*/
/*		width: auto*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-radio-container input + label {*/
/*		background-position: center;*/
/*		height: 50px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container input,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-radio-container input {*/
/*		margin: auto;*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*		bottom: 0;*/
/*		right: 0;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row .tn-forms-survey-matrix-inputs .tn-forms-survey-matrix-input {*/
/*		flex-grow: 1;*/
/*		text-align: center;*/
/*		flex-basis: 0*/
/*}*/

/*@media(max-width:1200px) {*/
/*		.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-questions span {*/
/*				padding-left: 15px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-survey-text-with-header .tn-forms-survey-header {*/
/*		font-size: 22px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-survey-text-with-header .tn-forms-survey-text {*/
/*		margin-top: 10px;*/
/*		font-size: 14px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-survey-text-header-image .tn-forms-survey-header {*/
/*		font-size: 20px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-survey-text-header-image .tn-forms-survey-text {*/
/*		margin-top: 10px;*/
/*		font-size: 14px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-survey-text-header-image img {*/
/*		max-width: 100%;*/
/*		width: 100%;*/
/*		height: auto;*/
/*		min-width: 20px !important;*/
/*		min-height: 20px !important*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container {*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-range-max-label,*/
/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-range-min-label {*/
/*		margin-top: 55px;*/
/*		padding-right: 10px;*/
/*		padding-left: 10px*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-input-range-all {*/
/*		width: 100%;*/
/*		max-width: 100%;*/
/*		flex-shrink: 1*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-input-range-all .tn-forms-input-range-labels-container {*/
/*		display: flex;*/
/*		margin-left: 2%;*/
/*		margin-bottom: 38px;*/
/*		height: 20px*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-input-range-all .tn-forms-input-range-labels-container .tn-forms-input-range-label {*/
/*		width: 100%;*/
/*		flex: 1 1 auto*/
/*}*/

/*.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-input-range-all .tn-forms-input-range-labels-container .tn-forms-input-range-label-last {*/
/*		width: 10%*/
/*}*/

/*@media screen and (min-width:0\0) {*/
/*		.tn-forms .tn-forms-survey-row .tn-forms-survey-row-inputs .tn-forms-range-container .tn-forms-input-range-all .tn-forms-input-range-labels-container .tn-forms-input-range-label-last {*/
/*				margin-right: 3%*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-survey-checbox .tn-forms-checkbox-container label,*/
/*.tn-forms .tn-forms-survey-radiobuttons .tn-forms-radio-container label {*/
/*		padding-left: 50px*/
/*}*/

/*.tn-forms .tn-forms-survey-checbox .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-survey-radiobuttons .tn-forms-radio-container input + label {*/
/*		background-position-x: 10px !important*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-65-height .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-65-height .tn-forms-survey-matrix-inputs .tn-forms-radio-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-65-height [class*=col-] {*/
/*		height: 65px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-100-height .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-100-height .tn-forms-survey-matrix-inputs .tn-forms-radio-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-100-height [class*=col-] {*/
/*		height: 100px*/
/*}*/

/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-150-height .tn-forms-survey-matrix-inputs .tn-forms-checkbox-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-150-height .tn-forms-survey-matrix-inputs .tn-forms-radio-container input + label,*/
/*.tn-forms .tn-forms-survey-matrix-container .tn-forms-survey-matrix-row.tn-forms-survey-matrix-row-150-height [class*=col-] {*/
/*		height: 150px*/
/*}*/

/*.tn-forms .tn-forms-section-container .tn-forms-probe-section .tn-forms-section-header {*/
/*		padding-top: 10px;*/
/*		padding-bottom: 10px;*/
/*		min-height: unset*/
/*}*/

/*.tn-forms .tn-forms-section-container .tn-forms-probe-section .tn-forms-section-title {*/
/*		font-size: 18px*/
/*}*/

/*.tn-forms .tn-forms-probe-row .tn-forms-probe-row-first .tn-forms-probe-label {*/
/*		font-size: 16px;*/
/*		font-weight: 600;*/
/*		color: #272727;*/
/*		margin-bottom: 15px;*/
/*		min-width: 100%;*/
/*		width: 100%*/
/*}*/

/*.tn-forms .tn-forms-probe-checbox .tn-forms-checkbox-container label {*/
/*		min-height: 40px;*/
/*		font-size: 18px;*/
/*		padding-top: 10px*/
/*}*/

/*.tn-forms .tn-forms-probe-radio .tn-forms-radio-container label {*/
/*		min-height: 40px;*/
/*		font-size: 18px;*/
/*		padding-top: 11px*/
/*}*/

/*.tn-forms .tn-forms-probe-checbox .tn-forms-checkbox-container {*/
/*		margin-bottom: 0;*/
/*		min-height: unset*/
/*}*/

/*.tn-forms .tn-forms-probe-row .tn-forms-probe-row-errors {*/
/*		font-size: 14px;*/
/*		color: #f12d2d;*/
/*		margin-top: 10px;*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-probe-row .tn-forms-validation-error-icon,*/
/*.tn-forms .tn-forms-probe-row .tn-forms-validation-ok-icon {*/
/*		float: none;*/
/*		margin: unset*/
/*}*/

/*.tn-forms .tn-forms-probe-row.tn-forms-validation-result-error .tn-forms-probe-row-errors {*/
/*		display: block*/
/*}*/

/*.tn-forms .tn-forms-probe-row-first {*/
/*		width: 100%*/
/*}*/

/*.tn-forms .tn-forms-probe-row-errors,*/
/*.tn-forms .tn-forms-validation {*/
/*		width: unset*/
/*}*/

/*.tn-forms .tn-forms-probe-row .tn-forms-probe-row-first {*/
/*		font-size: 22px;*/
/*		color: #272727;*/
/*		display: flex*/
/*}*/

/*.tn-forms input[disabled][type=checkbox] {*/
/*		opacity: 0*/
/*}*/

/*.tn-forms input[disabled][type=checkbox] + label {*/
/*		opacity: .5*/
/*}*/


/*.tn-forms .tn-forms-input-readonly-value {*/
/*		font-size: 18px;*/
/*		font-weight: 400;*/
/*		color: #707173;*/
/*		padding-top: 12px*/
/*}*/

/*.tn-forms .tn-forms-text-value {*/
/*		font-weight: 400;*/
/*		font-size: 16px*/
/*}*/

/*.tn-forms .tn-forms-text-value-small {*/
/*		font-weight: 400;*/
/*		font-size: 12px*/
/*}*/

/*.tn-forms .tn-forms-survey-checbox.tn-forms-input-checkbox-image-group .tn-forms-checkbox-container label,*/
/*.tn-forms .tn-forms-survey-radiobuttons.tn-forms-input-radio-image-button-group .tn-forms-radio-container label {*/
/*		padding-left: 0*/
/*}*/

/*.tn-forms .ui-autocomplete {*/
/*		max-height: 200px;*/
/*		overflow-y: auto;*/
/*		overflow-x: hidden*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-widget {*/
/*		font-size: 1.1em*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-widget .ui-widget,*/
/*.tn-forms .ui-autocomplete.ui-widget input,*/
/*.ui-autocomplete.ui-widget button,*/
/*.ui-autocomplete.ui-widget select,*/
/*.ui-autocomplete.ui-widget textarea {*/
/*		font-size: 11px*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-widget-content {*/
/*		border: 1px solid #b4b4b4;*/
/*		background: 50% top repeat-x #fff;*/
/*		color: #4c4c4c*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-widget-content a {*/
/*		color: #707173*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-autocomplete {*/
/*		position: absolute;*/
/*		cursor: default*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-menu {*/
/*		list-style: none;*/
/*		padding: 2px;*/
/*		margin: 0;*/
/*		display: block;*/
/*		float: left;*/
/*		width: 300px*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-menu .ui-menu {*/
/*		margin-top: -3px*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-menu .ui-menu-item {*/
/*		margin: 0;*/
/*		padding: 0 5px;*/
/*		zoom: 1;*/
/*		float: left;*/
/*		clear: left;*/
/*		width: 93%*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-menu .ui-menu-item a {*/
/*		text-decoration: none;*/
/*		display: block;*/
/*		padding: 7px 3px;*/
/*		zoom: 1;*/
/*		border-bottom: 1px #bfbfbf solid;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active,*/
/*.tn-forms .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover {*/
/*		font-weight: 400;*/
/*		border-bottom: 1px transparent solid;*/
/*		color: #fff*/
/*}*/

/*.tn-forms .ui-autocomplete .ui-state-focus,*/
/*.tn-forms .ui-autocomplete .ui-state-hover,*/
/*.tn-forms .ui-autocomplete .ui-widget-content .ui-state-focus,*/
/*.tn-forms .ui-autocomplete .ui-widget-content .ui-state-hover,*/
/*.tn-forms .ui-autocomplete .ui-widget-header .ui-state-focus,*/
/*.tn-forms .ui-autocomplete .ui-widget-header .ui-state-hover {*/
/*		background-color: #e2007a;*/
/*		background-image: none;*/
/*		border: 0*/
/*}*/

/*.tn-forms .ui-autocomplete a.ui-state-focus {*/
/*		color: #fff !important*/
/*}*/

/*.tn-forms .ui-autocomplete .ui-state-hover a,*/
/*.tn-forms .ui-autocomplete .ui-state-hover a:hover {*/
/*		border-bottom: 1px transparent solid;*/
/*		color: #fff*/
/*}*/

/*.tn-forms .ui-autocomplete .ui-state-active,*/
/*.tn-forms .ui-autocomplete .ui-widget-content .ui-state-active,*/
/*.tn-forms .ui-autocomplete .ui-widget-header .ui-state-active {*/
/*		background-color: #e2007a;*/
/*		background-image: none;*/
/*		border: 0*/
/*}*/

/*.tn-forms .ui-autocomplete .ui-state-active a,*/
/*.tn-forms .ui-autocomplete .ui-state-active a:link,*/
/*.tn-forms .ui-autocomplete .ui-state-active a:visited {*/
/*		border-bottom: 1px transparent solid;*/
/*		color: #707173*/
/*}*/

/*.gldp-default {*/
/*		position: absolute;*/
/*		min-width: 262px;*/
/*		font-family: helvetica;*/
/*		font-family: "Titillium Web - Forms"*/
/*}*/

/*.gldp-default .core {*/
/*		box-sizing: border-box;*/
/*		-webkit-box-sizing: border-box;*/
/*		-moz-box-sizing: border-box;*/
/*		position: relative;*/
/*		float: left;*/
/*		padding: 0;*/
/*		margin: 0;*/
/*		font-size: 14px;*/
/*		text-align: center;*/
/*		cursor: pointer;*/
/*		color: #707173;*/
/*		background: #fff;*/
/*		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada', GradientType=0)*/
/*}*/

/*.gldp-default .border {*/
/*		border-style: solid;*/
/*		border-width: 0;*/
/*		border-color: #888*/
/*}*/

/*.gldp-default .monyear,*/
/*.gldp-default .monyear select {*/
/*		color: #272727;*/
/*		font-weight: 400;*/
/*		font-size: 16px;*/
/*		background: #dde2ef*/
/*}*/

/*.gldp-default .monyear span {*/
/*		margin: 0 5px*/
/*}*/

/*.gldp-default .next-arrow,*/
/*.gldp-default .prev-arrow {*/
/*		color: #222;*/
/*		text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);*/
/*		text-decoration: none*/
/*}*/

/*.gldp-default .next-arrow:active,*/
/*.gldp-default .prev-arrow:active {*/
/*		color: red;*/
/*		text-decoration: none*/
/*}*/

/*.gldp-default .next-arrow-off,*/
/*.gldp-default .prev-arrow-off {*/
/*		color: #222;*/
/*		opacity: .15*/
/*}*/

/*.gldp-default .dow {*/
/*		color: #9b9b9b;*/
/*		font-weight: 400;*/
/*		font-size: 14px;*/
/*		background: #fff;*/
/*		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#880000', GradientType=0)*/
/*}*/

/*.gldp-default .fri,*/
/*.gldp-default .mon,*/
/*.gldp-default .thu,*/
/*.gldp-default .tue,*/
/*.gldp-default .wed {*/
/*		font-weight: 400;*/
/*		text-shadow: 1px 1px 0 rgba(255, 255, 255, .75)*/
/*}*/

/*.gldp-default .sat,*/
/*.gldp-default .sun {*/
/*		font-weight: 400;*/
/*		color: #707173;*/
/*		text-shadow: 1px 1px 0 rgba(255, 255, 255, .75)*/
/*}*/

/*.gldp-default .outday {*/
/*		color: #e6e6e6 !important*/
/*}*/

/*.gldp-default .noday {*/
/*		color: #444;*/
/*		font-weight: 400;*/
/*		cursor: wait !important;*/
/*		background: #aaa;*/
/*		background: -moz-linear-gradient(top, #aaa 0, #8a8a8a 98%, #aaa 99%, #8a8a8a 100%);*/
/*		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(98%, #8a8a8a), color-stop(99%, #aaa), color-stop(100%, #8a8a8a));*/
/*		background: -webkit-linear-gradient(top, #aaa 0, #8a8a8a 98%, #aaa 99%, #8a8a8a 100%);*/
/*		background: -o-linear-gradient(top, #aaa 0, #8a8a8a 98%, #aaa 99%, #8a8a8a 100%);*/
/*		background: -ms-linear-gradient(top, #aaa 0, #8a8a8a 98%, #aaa 99%, #8a8a8a 100%);*/
/*		background: linear-gradient(to bottom, #aaa 0, #8a8a8a 98%, #aaa 99%, #8a8a8a 100%);*/
/*		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#8a8a8a', GradientType=0)*/
/*}*/

/*.gldp-default .selected {*/
/*		color: #fff;*/
/*		font-weight: 700;*/
/*		border-color: #c00;*/
/*		background: #e2007a*/
/*}*/

/*.gldp-default .special {*/
/*		color: #fff;*/
/*		font-weight: 700;*/
/*		border-color: #0c0;*/
/*		background: #88e888;*/
/*		background: -moz-linear-gradient(top, #88e888 0, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);*/
/*		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88e888), color-stop(1%, #9dff9d), color-stop(2%, #42fd42), color-stop(98%, #01ab01), color-stop(99%, #37ef37), color-stop(100%, #37ef37));*/
/*		background: -webkit-linear-gradient(top, #88e888 0, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);*/
/*		background: -o-linear-gradient(top, #88e888 0, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);*/
/*		background: -ms-linear-gradient(top, #88e888 0, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);*/
/*		background: linear-gradient(to bottom, #88e888 0, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);*/
/*		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#88e888', endColorstr='#37ef37', GradientType=0)*/
/*}*/

/*.monyear .monyear-select,*/
/*.tn-forms-input-dropdownlist-container-calendar {*/
/*		display: inline-block*/
/*}*/

/*.gldp-default {*/
/*		border: 1px solid #bfbfbf*/
/*}*/

/*.gldp-default .tn-forms-input-dropdownlist-container-calendar .select,*/
/*.gldp-default .tn-forms-input-dropdownlist-container-calendar select {*/
/*		border: 1px solid #bfbfbf;*/
/*		color: #707173;*/
/*		border-radius: 4px;*/
/*		width: 100%;*/
/*		padding-left: 10px;*/
/*		padding-right: 19px;*/
/*		height: 34px;*/
/*		font-size: 15px;*/
/*		line-height: 25px;*/
/*		-webkit-appearance: none;*/
/*		-moz-appearance: none;*/
/*		appearance: none;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:a4dd100c-6d5f-4cd6-b445-5b8c22d8d552) center right 4px no-repeat #fff;*/
/*		text-align: left*/
/*}*/

/*.gldp-default .options-wrapper {*/
/*		background-color: #fff;*/
/*		border-style: solid;*/
/*		border-width: 2px 1px;*/
/*		border-radius: 3px;*/
/*		border-color: #bfbfbf;*/
/*		display: none;*/
/*		position: absolute;*/
/*		z-index: 3000;*/
/*		left: 0;*/
/*		right: 0;*/
/*		top: auto;*/
/*		max-height: 50vh;*/
/*		overflow-x: none;*/
/*		overflow-y: auto;*/
/*		margin-right: 15px;*/
/*		margin-left: 15px*/
/*}*/

/*.gldp-default .options-wrapper .option.selected,*/
/*.gldp-default .options-wrapper .option.selected:hover {*/
/*		background-color: #e2007a;*/
/*		color: #fff*/
/*}*/

/*.gldp-default .options-wrapper .option {*/
/*		border-bottom: 1px solid #ddd;*/
/*		padding: .6em 15px;*/
/*		cursor: pointer*/
/*}*/

/*.gldp-default .options-wrapper .option:hover {*/
/*		background-color: #e6e6e6*/
/*}*/

/*.tn-forms-center {*/
/*		margin-left: auto;*/
/*		margin-right: auto;*/
/*		width: 100%;*/
/*		display: block*/
/*}*/

/*.tn-forms-captcha {*/
/*		width: 200px;*/
/*		height: auto;*/
/*		min-height: 60px;*/
/*		margin-right: 20px*/
/*}*/

/*.tn-forms-captcha-input {*/
/*		margin-top: 20px*/
/*}*/

/*.autocomplete-suggestions {*/
/*		font-family: "Titillium Web - Forms";*/
/*		background: #fff !important;*/
/*		border-radius: 0 !important;*/
/*		border: 1px solid #b4b4b4 !important;*/
/*		padding: 0 !important;*/
/*		margin: 0 0 0 -1px !important;*/
/*		outline: 0;*/
/*		overflow: auto !important;*/
/*		position: absolute;*/
/*		display: none;*/
/*		z-index: 9999;*/
/*		max-height: 254px;*/
/*		overflow-y: auto;*/
/*		box-sizing: border-box;*/
/*		list-style: none*/
/*}*/

/*.autocomplete-suggestion {*/
/*		line-height: 1.4em !important;*/
/*		display: block;*/
/*		outline: 0;*/
/*		text-decoration: none !important;*/
/*		color: #4c4c4c;*/
/*		font-size: 13px !important;*/
/*		padding: 5px !important;*/
/*		border-bottom: 1px solid #bfbfbf;*/
/*		margin: 0 5px !important;*/
/*		background: #fff;*/
/*		cursor: default*/
/*}*/

/*.autocomplete-suggestion b {*/
/*		font-weight: 400;*/
/*		color: #1f8dd6*/
/*}*/

/*.autocomplete-suggestion.selected {*/
/*		background: #e2007a !important;*/
/*		color: #fff !important*/
/*}*/

/*.container.tn-forms {*/
/*		visibility: visible !important*/
/*}*/

/*.animated {*/
/*		-webkit-animation-duration: 1s;*/
/*		animation-duration: 1s;*/
/*		-webkit-animation-fill-mode: both;*/
/*		animation-fill-mode: both*/
/*}*/

/*.animated.infinite {*/
/*		-webkit-animation-iteration-count: infinite;*/
/*		animation-iteration-count: infinite*/
/*}*/

/*@-webkit-keyframes bounce {*/

/*		20%,*/
/*		53%,*/
/*		80%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		40%,*/
/*		43% {*/
/*				-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				-webkit-transform: translate3d(0, -30px, 0);*/
/*				transform: translate3d(0, -30px, 0)*/
/*		}*/

/*		70% {*/
/*				-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				-webkit-transform: translate3d(0, -15px, 0);*/
/*				transform: translate3d(0, -15px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, -4px, 0);*/
/*				transform: translate3d(0, -4px, 0)*/
/*		}*/
/*}*/

/*@keyframes bounce {*/

/*		20%,*/
/*		53%,*/
/*		80%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		40%,*/
/*		43% {*/
/*				-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				-webkit-transform: translate3d(0, -30px, 0);*/
/*				transform: translate3d(0, -30px, 0)*/
/*		}*/

/*		70% {*/
/*				-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				animation-timing-function: cubic-bezier(.755, .05, .855, .06);*/
/*				-webkit-transform: translate3d(0, -15px, 0);*/
/*				transform: translate3d(0, -15px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, -4px, 0);*/
/*				transform: translate3d(0, -4px, 0)*/
/*		}*/
/*}*/

/*.bounce {*/
/*		-webkit-animation-name: bounce;*/
/*		animation-name: bounce;*/
/*		-webkit-transform-origin: center bottom;*/
/*		transform-origin: center bottom*/
/*}*/

/*@-webkit-keyframes flash {*/

/*		50%,*/
/*		from,*/
/*		to {*/
/*				opacity: 1*/
/*		}*/

/*		25%,*/
/*		75% {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes flash {*/

/*		50%,*/
/*		from,*/
/*		to {*/
/*				opacity: 1*/
/*		}*/

/*		25%,*/
/*		75% {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.flash {*/
/*		-webkit-animation-name: flash;*/
/*		animation-name: flash*/
/*}*/

/*@-webkit-keyframes pulse {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: scale3d(1.05, 1.05, 1.05);*/
/*				transform: scale3d(1.05, 1.05, 1.05)*/
/*		}*/
/*}*/

/*@keyframes pulse {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: scale3d(1.05, 1.05, 1.05);*/
/*				transform: scale3d(1.05, 1.05, 1.05)*/
/*		}*/
/*}*/

/*.pulse {*/
/*		-webkit-animation-name: pulse;*/
/*		animation-name: pulse*/
/*}*/

/*@-webkit-keyframes rubberBand {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: scale3d(1.25, .75, 1);*/
/*				transform: scale3d(1.25, .75, 1)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: scale3d(.75, 1.25, 1);*/
/*				transform: scale3d(.75, 1.25, 1)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: scale3d(1.15, .85, 1);*/
/*				transform: scale3d(1.15, .85, 1)*/
/*		}*/

/*		65% {*/
/*				-webkit-transform: scale3d(.95, 1.05, 1);*/
/*				transform: scale3d(.95, 1.05, 1)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: scale3d(1.05, .95, 1);*/
/*				transform: scale3d(1.05, .95, 1)*/
/*		}*/
/*}*/

/*@keyframes rubberBand {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: scale3d(1.25, .75, 1);*/
/*				transform: scale3d(1.25, .75, 1)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: scale3d(.75, 1.25, 1);*/
/*				transform: scale3d(.75, 1.25, 1)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: scale3d(1.15, .85, 1);*/
/*				transform: scale3d(1.15, .85, 1)*/
/*		}*/

/*		65% {*/
/*				-webkit-transform: scale3d(.95, 1.05, 1);*/
/*				transform: scale3d(.95, 1.05, 1)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: scale3d(1.05, .95, 1);*/
/*				transform: scale3d(1.05, .95, 1)*/
/*		}*/
/*}*/

/*.rubberBand {*/
/*		-webkit-animation-name: rubberBand;*/
/*		animation-name: rubberBand*/
/*}*/

/*@-webkit-keyframes shake {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		10%,*/
/*		30%,*/
/*		50%,*/
/*		70%,*/
/*		90% {*/
/*				-webkit-transform: translate3d(-10px, 0, 0);*/
/*				transform: translate3d(-10px, 0, 0)*/
/*		}*/

/*		20%,*/
/*		40%,*/
/*		60%,*/
/*		80% {*/
/*				-webkit-transform: translate3d(10px, 0, 0);*/
/*				transform: translate3d(10px, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes shake {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		10%,*/
/*		30%,*/
/*		50%,*/
/*		70%,*/
/*		90% {*/
/*				-webkit-transform: translate3d(-10px, 0, 0);*/
/*				transform: translate3d(-10px, 0, 0)*/
/*		}*/

/*		20%,*/
/*		40%,*/
/*		60%,*/
/*		80% {*/
/*				-webkit-transform: translate3d(10px, 0, 0);*/
/*				transform: translate3d(10px, 0, 0)*/
/*		}*/
/*}*/

/*.shake {*/
/*		-webkit-animation-name: shake;*/
/*		animation-name: shake*/
/*}*/

/*@-webkit-keyframes headShake {*/
/*		0% {*/
/*				-webkit-transform: translateX(0);*/
/*				transform: translateX(0)*/
/*		}*/

/*		6.5% {*/
/*				-webkit-transform: translateX(-6px) rotateY(-9deg);*/
/*				transform: translateX(-6px) rotateY(-9deg)*/
/*		}*/

/*		18.5% {*/
/*				-webkit-transform: translateX(5px) rotateY(7deg);*/
/*				transform: translateX(5px) rotateY(7deg)*/
/*		}*/

/*		31.5% {*/
/*				-webkit-transform: translateX(-3px) rotateY(-5deg);*/
/*				transform: translateX(-3px) rotateY(-5deg)*/
/*		}*/

/*		43.5% {*/
/*				-webkit-transform: translateX(2px) rotateY(3deg);*/
/*				transform: translateX(2px) rotateY(3deg)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: translateX(0);*/
/*				transform: translateX(0)*/
/*		}*/
/*}*/

/*@keyframes headShake {*/
/*		0% {*/
/*				-webkit-transform: translateX(0);*/
/*				transform: translateX(0)*/
/*		}*/

/*		6.5% {*/
/*				-webkit-transform: translateX(-6px) rotateY(-9deg);*/
/*				transform: translateX(-6px) rotateY(-9deg)*/
/*		}*/

/*		18.5% {*/
/*				-webkit-transform: translateX(5px) rotateY(7deg);*/
/*				transform: translateX(5px) rotateY(7deg)*/
/*		}*/

/*		31.5% {*/
/*				-webkit-transform: translateX(-3px) rotateY(-5deg);*/
/*				transform: translateX(-3px) rotateY(-5deg)*/
/*		}*/

/*		43.5% {*/
/*				-webkit-transform: translateX(2px) rotateY(3deg);*/
/*				transform: translateX(2px) rotateY(3deg)*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: translateX(0);*/
/*				transform: translateX(0)*/
/*		}*/
/*}*/

/*.headShake {*/
/*		-webkit-animation-timing-function: ease-in-out;*/
/*		animation-timing-function: ease-in-out;*/
/*		-webkit-animation-name: headShake;*/
/*		animation-name: headShake*/
/*}*/

/*@-webkit-keyframes swing {*/
/*		20% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 15deg);*/
/*				transform: rotate3d(0, 0, 1, 15deg)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, -10deg);*/
/*				transform: rotate3d(0, 0, 1, -10deg)*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 5deg);*/
/*				transform: rotate3d(0, 0, 1, 5deg)*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, -5deg);*/
/*				transform: rotate3d(0, 0, 1, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 0deg);*/
/*				transform: rotate3d(0, 0, 1, 0deg)*/
/*		}*/
/*}*/

/*@keyframes swing {*/
/*		20% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 15deg);*/
/*				transform: rotate3d(0, 0, 1, 15deg)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, -10deg);*/
/*				transform: rotate3d(0, 0, 1, -10deg)*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 5deg);*/
/*				transform: rotate3d(0, 0, 1, 5deg)*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, -5deg);*/
/*				transform: rotate3d(0, 0, 1, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 0deg);*/
/*				transform: rotate3d(0, 0, 1, 0deg)*/
/*		}*/
/*}*/

/*.swing {*/
/*		-webkit-transform-origin: top center;*/
/*		transform-origin: top center;*/
/*		-webkit-animation-name: swing;*/
/*		animation-name: swing*/
/*}*/

/*@-webkit-keyframes tada {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		10%,*/
/*		20% {*/
/*				-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);*/
/*				transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)*/
/*		}*/

/*		30%,*/
/*		50%,*/
/*		70%,*/
/*		90% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);*/
/*				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)*/
/*		}*/

/*		40%,*/
/*		60%,*/
/*		80% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);*/
/*				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)*/
/*		}*/
/*}*/

/*@keyframes tada {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/

/*		10%,*/
/*		20% {*/
/*				-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);*/
/*				transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)*/
/*		}*/

/*		30%,*/
/*		50%,*/
/*		70%,*/
/*		90% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);*/
/*				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)*/
/*		}*/

/*		40%,*/
/*		60%,*/
/*		80% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);*/
/*				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)*/
/*		}*/
/*}*/

/*.tada {*/
/*		-webkit-animation-name: tada;*/
/*		animation-name: tada*/
/*}*/

/*@-webkit-keyframes wobble {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		15% {*/
/*				-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);*/
/*				transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);*/
/*				transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)*/
/*		}*/

/*		45% {*/
/*				-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);*/
/*				transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);*/
/*				transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);*/
/*				transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)*/
/*		}*/
/*}*/

/*@keyframes wobble {*/

/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		15% {*/
/*				-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);*/
/*				transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);*/
/*				transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)*/
/*		}*/

/*		45% {*/
/*				-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);*/
/*				transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);*/
/*				transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);*/
/*				transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)*/
/*		}*/
/*}*/

/*.wobble {*/
/*		-webkit-animation-name: wobble;*/
/*		animation-name: wobble*/
/*}*/

/*@-webkit-keyframes jello {*/

/*		11.1%,*/
/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		22.2% {*/
/*				-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);*/
/*				transform: skewX(-12.5deg) skewY(-12.5deg)*/
/*		}*/

/*		33.3% {*/
/*				-webkit-transform: skewX(6.25deg) skewY(6.25deg);*/
/*				transform: skewX(6.25deg) skewY(6.25deg)*/
/*		}*/

/*		44.4% {*/
/*				-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);*/
/*				transform: skewX(-3.125deg) skewY(-3.125deg)*/
/*		}*/

/*		55.5% {*/
/*				-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);*/
/*				transform: skewX(1.5625deg) skewY(1.5625deg)*/
/*		}*/

/*		66.6% {*/
/*				-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);*/
/*				transform: skewX(-.78125deg) skewY(-.78125deg)*/
/*		}*/

/*		77.7% {*/
/*				-webkit-transform: skewX(.390625deg) skewY(.390625deg);*/
/*				transform: skewX(.390625deg) skewY(.390625deg)*/
/*		}*/

/*		88.8% {*/
/*				-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);*/
/*				transform: skewX(-.1953125deg) skewY(-.1953125deg)*/
/*		}*/
/*}*/

/*@keyframes jello {*/

/*		11.1%,*/
/*		from,*/
/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		22.2% {*/
/*				-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);*/
/*				transform: skewX(-12.5deg) skewY(-12.5deg)*/
/*		}*/

/*		33.3% {*/
/*				-webkit-transform: skewX(6.25deg) skewY(6.25deg);*/
/*				transform: skewX(6.25deg) skewY(6.25deg)*/
/*		}*/

/*		44.4% {*/
/*				-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);*/
/*				transform: skewX(-3.125deg) skewY(-3.125deg)*/
/*		}*/

/*		55.5% {*/
/*				-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);*/
/*				transform: skewX(1.5625deg) skewY(1.5625deg)*/
/*		}*/

/*		66.6% {*/
/*				-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);*/
/*				transform: skewX(-.78125deg) skewY(-.78125deg)*/
/*		}*/

/*		77.7% {*/
/*				-webkit-transform: skewX(.390625deg) skewY(.390625deg);*/
/*				transform: skewX(.390625deg) skewY(.390625deg)*/
/*		}*/

/*		88.8% {*/
/*				-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);*/
/*				transform: skewX(-.1953125deg) skewY(-.1953125deg)*/
/*		}*/
/*}*/

/*.jello {*/
/*		-webkit-animation-name: jello;*/
/*		animation-name: jello;*/
/*		-webkit-transform-origin: center;*/
/*		transform-origin: center*/
/*}*/

/*@-webkit-keyframes bounceIn {*/

/*		20%,*/
/*		40%,*/
/*		60%,*/
/*		80%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		20% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1);*/
/*				transform: scale3d(1.1, 1.1, 1.1)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: scale3d(.9, .9, .9);*/
/*				transform: scale3d(.9, .9, .9)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1.03, 1.03, 1.03);*/
/*				transform: scale3d(1.03, 1.03, 1.03)*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: scale3d(.97, .97, .97);*/
/*				transform: scale3d(.97, .97, .97)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/
/*}*/

/*@keyframes bounceIn {*/

/*		20%,*/
/*		40%,*/
/*		60%,*/
/*		80%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		20% {*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1);*/
/*				transform: scale3d(1.1, 1.1, 1.1)*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: scale3d(.9, .9, .9);*/
/*				transform: scale3d(.9, .9, .9)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1.03, 1.03, 1.03);*/
/*				transform: scale3d(1.03, 1.03, 1.03)*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: scale3d(.97, .97, .97);*/
/*				transform: scale3d(.97, .97, .97)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1, 1, 1);*/
/*				transform: scale3d(1, 1, 1)*/
/*		}*/
/*}*/

/*.bounceIn {*/
/*		animation-duration: .75s;*/
/*		-webkit-animation-name: bounceIn;*/
/*		animation-name: bounceIn*/
/*}*/

/*.bounceIn,*/
/*.bounceOut {*/
/*		-webkit-animation-duration: .75s*/
/*}*/

/*.bounceOut,*/
/*.flipOutX {*/
/*		animation-duration: .75s*/
/*}*/

/*@-webkit-keyframes bounceInDown {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -3000px, 0);*/
/*				transform: translate3d(0, -3000px, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 25px, 0);*/
/*				transform: translate3d(0, 25px, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(0, -10px, 0);*/
/*				transform: translate3d(0, -10px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, 5px, 0);*/
/*				transform: translate3d(0, 5px, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceInDown {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -3000px, 0);*/
/*				transform: translate3d(0, -3000px, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 25px, 0);*/
/*				transform: translate3d(0, 25px, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(0, -10px, 0);*/
/*				transform: translate3d(0, -10px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, 5px, 0);*/
/*				transform: translate3d(0, 5px, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.bounceInDown {*/
/*		-webkit-animation-name: bounceInDown;*/
/*		animation-name: bounceInDown*/
/*}*/

/*@-webkit-keyframes bounceInLeft {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-3000px, 0, 0);*/
/*				transform: translate3d(-3000px, 0, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(25px, 0, 0);*/
/*				transform: translate3d(25px, 0, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(-10px, 0, 0);*/
/*				transform: translate3d(-10px, 0, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(5px, 0, 0);*/
/*				transform: translate3d(5px, 0, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceInLeft {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		0% {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-3000px, 0, 0);*/
/*				transform: translate3d(-3000px, 0, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(25px, 0, 0);*/
/*				transform: translate3d(25px, 0, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(-10px, 0, 0);*/
/*				transform: translate3d(-10px, 0, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(5px, 0, 0);*/
/*				transform: translate3d(5px, 0, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.bounceInLeft {*/
/*		-webkit-animation-name: bounceInLeft;*/
/*		animation-name: bounceInLeft*/
/*}*/

/*@-webkit-keyframes bounceInRight {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(3000px, 0, 0);*/
/*				transform: translate3d(3000px, 0, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(-25px, 0, 0);*/
/*				transform: translate3d(-25px, 0, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(10px, 0, 0);*/
/*				transform: translate3d(10px, 0, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(-5px, 0, 0);*/
/*				transform: translate3d(-5px, 0, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceInRight {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(3000px, 0, 0);*/
/*				transform: translate3d(3000px, 0, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(-25px, 0, 0);*/
/*				transform: translate3d(-25px, 0, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(10px, 0, 0);*/
/*				transform: translate3d(10px, 0, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(-5px, 0, 0);*/
/*				transform: translate3d(-5px, 0, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.bounceInRight {*/
/*		-webkit-animation-name: bounceInRight;*/
/*		animation-name: bounceInRight*/
/*}*/

/*@-webkit-keyframes bounceInUp {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 3000px, 0);*/
/*				transform: translate3d(0, 3000px, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, -20px, 0);*/
/*				transform: translate3d(0, -20px, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(0, 10px, 0);*/
/*				transform: translate3d(0, 10px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, -5px, 0);*/
/*				transform: translate3d(0, -5px, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceInUp {*/

/*		60%,*/
/*		75%,*/
/*		90%,*/
/*		from,*/
/*		to {*/
/*				-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);*/
/*				animation-timing-function: cubic-bezier(.215, .61, .355, 1)*/
/*		}*/

/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 3000px, 0);*/
/*				transform: translate3d(0, 3000px, 0)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, -20px, 0);*/
/*				transform: translate3d(0, -20px, 0)*/
/*		}*/

/*		75% {*/
/*				-webkit-transform: translate3d(0, 10px, 0);*/
/*				transform: translate3d(0, 10px, 0)*/
/*		}*/

/*		90% {*/
/*				-webkit-transform: translate3d(0, -5px, 0);*/
/*				transform: translate3d(0, -5px, 0)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.bounceInUp {*/
/*		-webkit-animation-name: bounceInUp;*/
/*		animation-name: bounceInUp*/
/*}*/

/*@-webkit-keyframes bounceOut {*/
/*		20% {*/
/*				-webkit-transform: scale3d(.9, .9, .9);*/
/*				transform: scale3d(.9, .9, .9)*/
/*		}*/

/*		50%,*/
/*		55% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1);*/
/*				transform: scale3d(1.1, 1.1, 1.1)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/
/*}*/

/*@keyframes bounceOut {*/
/*		20% {*/
/*				-webkit-transform: scale3d(.9, .9, .9);*/
/*				transform: scale3d(.9, .9, .9)*/
/*		}*/

/*		50%,*/
/*		55% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(1.1, 1.1, 1.1);*/
/*				transform: scale3d(1.1, 1.1, 1.1)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/
/*}*/

/*.bounceOut {*/
/*		-webkit-animation-name: bounceOut;*/
/*		animation-name: bounceOut*/
/*}*/

/*@-webkit-keyframes bounceOutDown {*/
/*		20% {*/
/*				-webkit-transform: translate3d(0, 10px, 0);*/
/*				transform: translate3d(0, 10px, 0)*/
/*		}*/

/*		40%,*/
/*		45% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, -20px, 0);*/
/*				transform: translate3d(0, -20px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceOutDown {*/
/*		20% {*/
/*				-webkit-transform: translate3d(0, 10px, 0);*/
/*				transform: translate3d(0, 10px, 0)*/
/*		}*/

/*		40%,*/
/*		45% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, -20px, 0);*/
/*				transform: translate3d(0, -20px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/
/*}*/

/*.bounceOutDown {*/
/*		-webkit-animation-name: bounceOutDown;*/
/*		animation-name: bounceOutDown*/
/*}*/

/*@-webkit-keyframes bounceOutLeft {*/
/*		20% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(20px, 0, 0);*/
/*				transform: translate3d(20px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceOutLeft {*/
/*		20% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(20px, 0, 0);*/
/*				transform: translate3d(20px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/
/*}*/

/*.bounceOutLeft {*/
/*		-webkit-animation-name: bounceOutLeft;*/
/*		animation-name: bounceOutLeft*/
/*}*/

/*@-webkit-keyframes bounceOutRight {*/
/*		20% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(-20px, 0, 0);*/
/*				transform: translate3d(-20px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceOutRight {*/
/*		20% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(-20px, 0, 0);*/
/*				transform: translate3d(-20px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/
/*}*/

/*.bounceOutRight {*/
/*		-webkit-animation-name: bounceOutRight;*/
/*		animation-name: bounceOutRight*/
/*}*/

/*@-webkit-keyframes bounceOutUp {*/
/*		20% {*/
/*				-webkit-transform: translate3d(0, -10px, 0);*/
/*				transform: translate3d(0, -10px, 0)*/
/*		}*/

/*		40%,*/
/*		45% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 20px, 0);*/
/*				transform: translate3d(0, 20px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/
/*}*/

/*@keyframes bounceOutUp {*/
/*		20% {*/
/*				-webkit-transform: translate3d(0, -10px, 0);*/
/*				transform: translate3d(0, -10px, 0)*/
/*		}*/

/*		40%,*/
/*		45% {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 20px, 0);*/
/*				transform: translate3d(0, 20px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/
/*}*/

/*.bounceOutUp {*/
/*		-webkit-animation-name: bounceOutUp;*/
/*		animation-name: bounceOutUp*/
/*}*/

/*@-webkit-keyframes fadeIn {*/
/*		from {*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes fadeIn {*/
/*		from {*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.fadeIn {*/
/*		-webkit-animation-name: fadeIn;*/
/*		animation-name: fadeIn*/
/*}*/

/*@-webkit-keyframes fadeInDown {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInDown {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInDown {*/
/*		-webkit-animation-name: fadeInDown;*/
/*		animation-name: fadeInDown*/
/*}*/

/*@-webkit-keyframes fadeInDownBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInDownBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInDownBig {*/
/*		-webkit-animation-name: fadeInDownBig;*/
/*		animation-name: fadeInDownBig*/
/*}*/

/*@-webkit-keyframes fadeInLeft {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInLeft {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInLeft {*/
/*		-webkit-animation-name: fadeInLeft;*/
/*		animation-name: fadeInLeft*/
/*}*/

/*@-webkit-keyframes fadeInLeftBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInLeftBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInLeftBig {*/
/*		-webkit-animation-name: fadeInLeftBig;*/
/*		animation-name: fadeInLeftBig*/
/*}*/

/*@-webkit-keyframes fadeInRight {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInRight {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInRight {*/
/*		-webkit-animation-name: fadeInRight;*/
/*		animation-name: fadeInRight*/
/*}*/

/*@-webkit-keyframes fadeInRightBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInRightBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInRightBig {*/
/*		-webkit-animation-name: fadeInRightBig;*/
/*		animation-name: fadeInRightBig*/
/*}*/

/*@-webkit-keyframes fadeInUp {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInUp {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInUp {*/
/*		-webkit-animation-name: fadeInUp;*/
/*		animation-name: fadeInUp*/
/*}*/

/*@-webkit-keyframes fadeInUpBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeInUpBig {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.fadeInUpBig {*/
/*		-webkit-animation-name: fadeInUpBig;*/
/*		animation-name: fadeInUpBig*/
/*}*/

/*@-webkit-keyframes fadeOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes fadeOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.fadeOut {*/
/*		-webkit-animation-name: fadeOut;*/
/*		animation-name: fadeOut*/
/*}*/

/*@-webkit-keyframes fadeOutDown {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutDown {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/
/*}*/

/*.fadeOutDown {*/
/*		-webkit-animation-name: fadeOutDown;*/
/*		animation-name: fadeOutDown*/
/*}*/

/*@-webkit-keyframes fadeOutDownBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutDownBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, 2000px, 0);*/
/*				transform: translate3d(0, 2000px, 0)*/
/*		}*/
/*}*/

/*.fadeOutDownBig {*/
/*		-webkit-animation-name: fadeOutDownBig;*/
/*		animation-name: fadeOutDownBig*/
/*}*/

/*@-webkit-keyframes fadeOutLeft {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutLeft {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/
/*}*/

/*.fadeOutLeft {*/
/*		-webkit-animation-name: fadeOutLeft;*/
/*		animation-name: fadeOutLeft*/
/*}*/

/*@-webkit-keyframes fadeOutLeftBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutLeftBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-2000px, 0, 0);*/
/*				transform: translate3d(-2000px, 0, 0)*/
/*		}*/
/*}*/

/*.fadeOutLeftBig {*/
/*		-webkit-animation-name: fadeOutLeftBig;*/
/*		animation-name: fadeOutLeftBig*/
/*}*/

/*@-webkit-keyframes fadeOutRight {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutRight {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/
/*}*/

/*.fadeOutRight {*/
/*		-webkit-animation-name: fadeOutRight;*/
/*		animation-name: fadeOutRight*/
/*}*/

/*@-webkit-keyframes fadeOutRightBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutRightBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(2000px, 0, 0);*/
/*				transform: translate3d(2000px, 0, 0)*/
/*		}*/
/*}*/

/*.fadeOutRightBig {*/
/*		-webkit-animation-name: fadeOutRightBig;*/
/*		animation-name: fadeOutRightBig*/
/*}*/

/*@-webkit-keyframes fadeOutUp {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutUp {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/
/*}*/

/*.fadeOutUp {*/
/*		-webkit-animation-name: fadeOutUp;*/
/*		animation-name: fadeOutUp*/
/*}*/

/*@-webkit-keyframes fadeOutUpBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/
/*}*/

/*@keyframes fadeOutUpBig {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(0, -2000px, 0);*/
/*				transform: translate3d(0, -2000px, 0)*/
/*		}*/
/*}*/

/*.fadeOutUpBig {*/
/*		-webkit-animation-name: fadeOutUpBig;*/
/*		animation-name: fadeOutUpBig*/
/*}*/

/*@-webkit-keyframes flip {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -360deg);*/
/*				-webkit-animation-timing-function: ease-out;*/
/*				animation-timing-function: ease-out*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);*/
/*				transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);*/
/*				-webkit-animation-timing-function: ease-out;*/
/*				animation-timing-function: ease-out*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);*/
/*				transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) scale3d(.95, .95, .95);*/
/*				transform: perspective(400px) scale3d(.95, .95, .95);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/
/*}*/

/*@keyframes flip {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -360deg);*/
/*				-webkit-animation-timing-function: ease-out;*/
/*				animation-timing-function: ease-out*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);*/
/*				transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);*/
/*				-webkit-animation-timing-function: ease-out;*/
/*				animation-timing-function: ease-out*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);*/
/*				transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) scale3d(.95, .95, .95);*/
/*				transform: perspective(400px) scale3d(.95, .95, .95);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/
/*}*/

/*.animated.flip {*/
/*		-webkit-backface-visibility: visible;*/
/*		backface-visibility: visible;*/
/*		-webkit-animation-name: flip;*/
/*		animation-name: flip*/
/*}*/

/*@-webkit-keyframes flipInX {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in;*/
/*				opacity: 0*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/
/*}*/

/*@keyframes flipInX {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in;*/
/*				opacity: 0*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/
/*}*/

/*.flipInX {*/
/*		backface-visibility: visible !important;*/
/*		-webkit-animation-name: flipInX;*/
/*		animation-name: flipInX*/
/*}*/

/*.flipInX,*/
/*.flipInY {*/
/*		-webkit-backface-visibility: visible !important*/
/*}*/

/*.flipInY,*/
/*.flipOutX {*/
/*		backface-visibility: visible !important*/
/*}*/

/*@-webkit-keyframes flipInY {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in;*/
/*				opacity: 0*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -20deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 10deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/
/*}*/

/*@keyframes flipInY {*/
/*		from {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in;*/
/*				opacity: 0*/
/*		}*/

/*		40% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -20deg);*/
/*				-webkit-animation-timing-function: ease-in;*/
/*				animation-timing-function: ease-in*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 10deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -5deg)*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/
/*}*/

/*.flipInY {*/
/*		-webkit-animation-name: flipInY;*/
/*		animation-name: flipInY*/
/*}*/

/*@-webkit-keyframes flipOutX {*/
/*		from {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes flipOutX {*/
/*		from {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(1, 0, 0, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.flipOutX {*/
/*		-webkit-animation-name: flipOutX;*/
/*		animation-name: flipOutX*/
/*}*/

/*.flipOutX,*/
/*.flipOutY {*/
/*		-webkit-backface-visibility: visible !important;*/
/*		-webkit-animation-duration: .75s*/
/*}*/

/*@-webkit-keyframes flipOutY {*/
/*		from {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -15deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes flipOutY {*/
/*		from {*/
/*				-webkit-transform: perspective(400px);*/
/*				transform: perspective(400px)*/
/*		}*/

/*		30% {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, -15deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				transform: perspective(400px) rotate3d(0, 1, 0, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.flipOutY {*/
/*		animation-duration: .75s;*/
/*		backface-visibility: visible !important;*/
/*		-webkit-animation-name: flipOutY;*/
/*		animation-name: flipOutY*/
/*}*/

/*@-webkit-keyframes lightSpeedIn {*/
/*		from {*/
/*				-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);*/
/*				transform: translate3d(100%, 0, 0) skewX(-30deg);*/
/*				opacity: 0*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: skewX(20deg);*/
/*				transform: skewX(20deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: skewX(-5deg);*/
/*				transform: skewX(-5deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes lightSpeedIn {*/
/*		from {*/
/*				-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);*/
/*				transform: translate3d(100%, 0, 0) skewX(-30deg);*/
/*				opacity: 0*/
/*		}*/

/*		60% {*/
/*				-webkit-transform: skewX(20deg);*/
/*				transform: skewX(20deg);*/
/*				opacity: 1*/
/*		}*/

/*		80% {*/
/*				-webkit-transform: skewX(-5deg);*/
/*				transform: skewX(-5deg);*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.lightSpeedIn {*/
/*		-webkit-animation-name: lightSpeedIn;*/
/*		animation-name: lightSpeedIn;*/
/*		-webkit-animation-timing-function: ease-out;*/
/*		animation-timing-function: ease-out*/
/*}*/

/*@-webkit-keyframes lightSpeedOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);*/
/*				transform: translate3d(100%, 0, 0) skewX(30deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes lightSpeedOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);*/
/*				transform: translate3d(100%, 0, 0) skewX(30deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.lightSpeedOut {*/
/*		-webkit-animation-name: lightSpeedOut;*/
/*		animation-name: lightSpeedOut;*/
/*		-webkit-animation-timing-function: ease-in;*/
/*		animation-timing-function: ease-in*/
/*}*/

/*@-webkit-keyframes rotateIn {*/
/*		from {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -200deg);*/
/*				transform: rotate3d(0, 0, 1, -200deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes rotateIn {*/
/*		from {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -200deg);*/
/*				transform: rotate3d(0, 0, 1, -200deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.rotateIn {*/
/*		-webkit-animation-name: rotateIn;*/
/*		animation-name: rotateIn*/
/*}*/

/*@-webkit-keyframes rotateInDownLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes rotateInDownLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.rotateInDownLeft {*/
/*		-webkit-animation-name: rotateInDownLeft;*/
/*		animation-name: rotateInDownLeft*/
/*}*/

/*@-webkit-keyframes rotateInDownRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes rotateInDownRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.rotateInDownRight {*/
/*		-webkit-animation-name: rotateInDownRight;*/
/*		animation-name: rotateInDownRight*/
/*}*/

/*@-webkit-keyframes rotateInUpLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes rotateInUpLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.rotateInUpLeft {*/
/*		-webkit-animation-name: rotateInUpLeft;*/
/*		animation-name: rotateInUpLeft*/
/*}*/

/*@-webkit-keyframes rotateInUpRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -90deg);*/
/*				transform: rotate3d(0, 0, 1, -90deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes rotateInUpRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -90deg);*/
/*				transform: rotate3d(0, 0, 1, -90deg);*/
/*				opacity: 0*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0);*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.rotateInUpRight {*/
/*		-webkit-animation-name: rotateInUpRight;*/
/*		animation-name: rotateInUpRight*/
/*}*/

/*@-webkit-keyframes rotateOut {*/
/*		from {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 200deg);*/
/*				transform: rotate3d(0, 0, 1, 200deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes rotateOut {*/
/*		from {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: center;*/
/*				transform-origin: center;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 200deg);*/
/*				transform: rotate3d(0, 0, 1, 200deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.rotateOut {*/
/*		-webkit-animation-name: rotateOut;*/
/*		animation-name: rotateOut*/
/*}*/

/*@-webkit-keyframes rotateOutDownLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes rotateOutDownLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 45deg);*/
/*				transform: rotate3d(0, 0, 1, 45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.rotateOutDownLeft {*/
/*		-webkit-animation-name: rotateOutDownLeft;*/
/*		animation-name: rotateOutDownLeft*/
/*}*/

/*@-webkit-keyframes rotateOutDownRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes rotateOutDownRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.rotateOutDownRight {*/
/*		-webkit-animation-name: rotateOutDownRight;*/
/*		animation-name: rotateOutDownRight*/
/*}*/

/*@-webkit-keyframes rotateOutUpLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes rotateOutUpLeft {*/
/*		from {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: left bottom;*/
/*				transform-origin: left bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, -45deg);*/
/*				transform: rotate3d(0, 0, 1, -45deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.rotateOutUpLeft {*/
/*		-webkit-animation-name: rotateOutUpLeft;*/
/*		animation-name: rotateOutUpLeft*/
/*}*/

/*@-webkit-keyframes rotateOutUpRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 90deg);*/
/*				transform: rotate3d(0, 0, 1, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes rotateOutUpRight {*/
/*		from {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform-origin: right bottom;*/
/*				transform-origin: right bottom;*/
/*				-webkit-transform: rotate3d(0, 0, 1, 90deg);*/
/*				transform: rotate3d(0, 0, 1, 90deg);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.rotateOutUpRight {*/
/*		-webkit-animation-name: rotateOutUpRight;*/
/*		animation-name: rotateOutUpRight*/
/*}*/

/*@-webkit-keyframes hinge {*/
/*		0% {*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out*/
/*		}*/

/*		20%,*/
/*		60% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 80deg);*/
/*				transform: rotate3d(0, 0, 1, 80deg);*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out*/
/*		}*/

/*		40%,*/
/*		80% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 60deg);*/
/*				transform: rotate3d(0, 0, 1, 60deg);*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 700px, 0);*/
/*				transform: translate3d(0, 700px, 0);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes hinge {*/
/*		0% {*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out*/
/*		}*/

/*		20%,*/
/*		60% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 80deg);*/
/*				transform: rotate3d(0, 0, 1, 80deg);*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out*/
/*		}*/

/*		40%,*/
/*		80% {*/
/*				-webkit-transform: rotate3d(0, 0, 1, 60deg);*/
/*				transform: rotate3d(0, 0, 1, 60deg);*/
/*				-webkit-transform-origin: top left;*/
/*				transform-origin: top left;*/
/*				-webkit-animation-timing-function: ease-in-out;*/
/*				animation-timing-function: ease-in-out;*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 700px, 0);*/
/*				transform: translate3d(0, 700px, 0);*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.hinge {*/
/*		-webkit-animation-duration: 2s;*/
/*		animation-duration: 2s;*/
/*		-webkit-animation-name: hinge;*/
/*		animation-name: hinge*/
/*}*/

/*@-webkit-keyframes jackInTheBox {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) rotate(30deg);*/
/*				transform: scale(.1) rotate(30deg);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: rotate(-10deg);*/
/*				transform: rotate(-10deg)*/
/*		}*/

/*		70% {*/
/*				-webkit-transform: rotate(3deg);*/
/*				transform: rotate(3deg)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale(1);*/
/*				transform: scale(1)*/
/*		}*/
/*}*/

/*@keyframes jackInTheBox {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) rotate(30deg);*/
/*				transform: scale(.1) rotate(30deg);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom*/
/*		}*/

/*		50% {*/
/*				-webkit-transform: rotate(-10deg);*/
/*				transform: rotate(-10deg)*/
/*		}*/

/*		70% {*/
/*				-webkit-transform: rotate(3deg);*/
/*				transform: rotate(3deg)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale(1);*/
/*				transform: scale(1)*/
/*		}*/
/*}*/

/*.jackInTheBox {*/
/*		-webkit-animation-name: jackInTheBox;*/
/*		animation-name: jackInTheBox*/
/*}*/

/*@-webkit-keyframes rollIn {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);*/
/*				transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes rollIn {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);*/
/*				transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)*/
/*		}*/

/*		to {*/
/*				opacity: 1;*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.rollIn {*/
/*		-webkit-animation-name: rollIn;*/
/*		animation-name: rollIn*/
/*}*/

/*@-webkit-keyframes rollOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);*/
/*				transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)*/
/*		}*/
/*}*/

/*@keyframes rollOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);*/
/*				transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)*/
/*		}*/
/*}*/

/*.rollOut {*/
/*		-webkit-animation-name: rollOut;*/
/*		animation-name: rollOut*/
/*}*/

/*@-webkit-keyframes zoomIn {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		50% {*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*@keyframes zoomIn {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		50% {*/
/*				opacity: 1*/
/*		}*/
/*}*/

/*.zoomIn {*/
/*		-webkit-animation-name: zoomIn;*/
/*		animation-name: zoomIn*/
/*}*/

/*@-webkit-keyframes zoomInDown {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomInDown {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomInDown {*/
/*		-webkit-animation-name: zoomInDown;*/
/*		animation-name: zoomInDown*/
/*}*/

/*@-webkit-keyframes zoomInLeft {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomInLeft {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomInLeft {*/
/*		-webkit-animation-name: zoomInLeft;*/
/*		animation-name: zoomInLeft*/
/*}*/

/*@-webkit-keyframes zoomInRight {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomInRight {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomInRight {*/
/*		-webkit-animation-name: zoomInRight;*/
/*		animation-name: zoomInRight*/
/*}*/

/*@-webkit-keyframes zoomInUp {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomInUp {*/
/*		from {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		60% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomInUp {*/
/*		-webkit-animation-name: zoomInUp;*/
/*		animation-name: zoomInUp*/
/*}*/

/*@-webkit-keyframes zoomOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		50% {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		to {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*@keyframes zoomOut {*/
/*		from {*/
/*				opacity: 1*/
/*		}*/

/*		50% {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.3, .3, .3);*/
/*				transform: scale3d(.3, .3, .3)*/
/*		}*/

/*		to {*/
/*				opacity: 0*/
/*		}*/
/*}*/

/*.zoomOut {*/
/*		-webkit-animation-name: zoomOut;*/
/*		animation-name: zoomOut*/
/*}*/

/*@-webkit-keyframes zoomOutDown {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom;*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomOutDown {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom;*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomOutDown {*/
/*		-webkit-animation-name: zoomOutDown;*/
/*		animation-name: zoomOutDown*/
/*}*/

/*@-webkit-keyframes zoomOutLeft {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);*/
/*				transform: scale(.1) translate3d(-2000px, 0, 0);*/
/*				-webkit-transform-origin: left center;*/
/*				transform-origin: left center*/
/*		}*/
/*}*/

/*@keyframes zoomOutLeft {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);*/
/*				transform: scale(.1) translate3d(-2000px, 0, 0);*/
/*				-webkit-transform-origin: left center;*/
/*				transform-origin: left center*/
/*		}*/
/*}*/

/*.zoomOutLeft {*/
/*		-webkit-animation-name: zoomOutLeft;*/
/*		animation-name: zoomOutLeft*/
/*}*/

/*@-webkit-keyframes zoomOutRight {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) translate3d(2000px, 0, 0);*/
/*				transform: scale(.1) translate3d(2000px, 0, 0);*/
/*				-webkit-transform-origin: right center;*/
/*				transform-origin: right center*/
/*		}*/
/*}*/

/*@keyframes zoomOutRight {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale(.1) translate3d(2000px, 0, 0);*/
/*				transform: scale(.1) translate3d(2000px, 0, 0);*/
/*				-webkit-transform-origin: right center;*/
/*				transform-origin: right center*/
/*		}*/
/*}*/

/*.zoomOutRight {*/
/*		-webkit-animation-name: zoomOutRight;*/
/*		animation-name: zoomOutRight*/
/*}*/

/*@-webkit-keyframes zoomOutUp {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform.tn-forms input[disabled][type=checkbox] + label: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom;*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*@keyframes zoomOutUp {*/
/*		40% {*/
/*				opacity: 1;*/
/*				-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);*/
/*				-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);*/
/*				animation-timing-function: cubic-bezier(.55, .055, .675, .19)*/
/*		}*/

/*		to {*/
/*				opacity: 0;*/
/*				-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);*/
/*				transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);*/
/*				-webkit-transform-origin: center bottom;*/
/*				transform-origin: center bottom;*/
/*				-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);*/
/*				animation-timing-function: cubic-bezier(.175, .885, .32, 1)*/
/*		}*/
/*}*/

/*.zoomOutUp {*/
/*		-webkit-animation-name: zoomOutUp;*/
/*		animation-name: zoomOutUp*/
/*}*/

/*@-webkit-keyframes slideInDown {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideInDown {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.slideInDown {*/
/*		-webkit-animation-name: slideInDown;*/
/*		animation-name: slideInDown*/
/*}*/

/*@-webkit-keyframes slideInLeft {*/
/*		from {*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideInLeft {*/
/*		from {*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.slideInLeft {*/
/*		-webkit-animation-name: slideInLeft;*/
/*		animation-name: slideInLeft*/
/*}*/

/*@-webkit-keyframes slideInRight {*/
/*		from {*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideInRight {*/
/*		from {*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.slideInRight {*/
/*		-webkit-animation-name: slideInRight;*/
/*		animation-name: slideInRight*/
/*}*/

/*@-webkit-keyframes slideInUp {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideInUp {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0);*/
/*				visibility: visible*/
/*		}*/

/*		to {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/
/*}*/

/*.slideInUp {*/
/*		-webkit-animation-name: slideInUp;*/
/*		animation-name: slideInUp*/
/*}*/

/*@-webkit-keyframes slideOutDown {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/
/*}*/

/*@keyframes slideOutDown {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(0, 100%, 0);*/
/*				transform: translate3d(0, 100%, 0)*/
/*		}*/
/*}*/

/*.slideOutDown {*/
/*		-webkit-animation-name: slideOutDown;*/
/*		animation-name: slideOutDown*/
/*}*/

/*@-webkit-keyframes slideOutLeft {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideOutLeft {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(-100%, 0, 0);*/
/*				transform: translate3d(-100%, 0, 0)*/
/*		}*/
/*}*/

/*.slideOutLeft {*/
/*		-webkit-animation-name: slideOutLeft;*/
/*		animation-name: slideOutLeft*/
/*}*/

/*@-webkit-keyframes slideOutRight {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/
/*}*/

/*@keyframes slideOutRight {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(100%, 0, 0);*/
/*				transform: translate3d(100%, 0, 0)*/
/*		}*/
/*}*/

/*.slideOutRight {*/
/*		-webkit-animation-name: slideOutRight;*/
/*		animation-name: slideOutRight*/
/*}*/

/*@-webkit-keyframes slideOutUp {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/
/*}*/

/*@keyframes slideOutUp {*/
/*		from {*/
/*				-webkit-transform: translate3d(0, 0, 0);*/
/*				transform: translate3d(0, 0, 0)*/
/*		}*/

/*		to {*/
/*				visibility: hidden;*/
/*				-webkit-transform: translate3d(0, -100%, 0);*/
/*				transform: translate3d(0, -100%, 0)*/
/*		}*/
/*}*/

/*.slideOutUp {*/
/*		-webkit-animation-name: slideOutUp;*/
/*		animation-name: slideOutUp*/
/*}*/

/*.tn-forms .parent-row {*/
/*		padding-bottom: 10px*/
/*}*/

/*.tn-forms .parent-row .row {*/
/*		margin-left: 0;*/
/*		margin-right: 0;*/
/*		padding: 0*/
/*}*/

/*.tn-forms-timer {*/
/*		height: 40px*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms-timer {*/
/*				height: 60px*/
/*		}*/
/*}*/

/*.tn-forms-timer-overlay {*/
/*		top: 0;*/
/*		left: 0;*/
/*		width: 100%;*/
/*		height: 100%;*/
/*		background-color: rgba(255, 255, 255, .7);*/
/*		z-index: 999*/
/*}*/

/*.tn-forms-timer-text {*/
/*		padding: 10px;*/
/*		text-align: center;*/
/*		opacity: 1*/
/*}*/

/*.tn-forms-input-agreement {*/
/*		padding-bottom: 0*/
/*}*/

/*.tn-forms .tn-forms-input input:read-only,*/
/*.tn-forms .tn-forms-input input[disabled] {*/
/*		color: #000;*/
/*		border: none transparent;*/
/*		background-color: transparent;*/
/*		opacity: 1*/
/*}*/

/*.tn-forms .tn-forms-input input:-moz-read-only {*/
/*		color: #000;*/
/*		border: none transparent;*/
/*		background-color: transparent;*/
/*		opacity: 1*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms-navigation [class*=col-] {*/
/*				padding: 0*/
/*		}*/
/*}*/

/*.tn-forms a,*/
/*.tn-forms a:visited {*/
/*		color: #e2007a*/
/*}*/

/*.tn-forms a:hover {*/
/*		color: #aa036c*/
/*}*/

/*.product-holder {*/
/*		position: relative;*/
/*		margin-bottom: 20px*/
/*}*/

/*.banner-product-name {*/
/*		font-size: 36px;*/
/*		font-weight: 800*/
/*}*/

/*.banner-product-desc {*/
/*		font-size: 18px;*/
/*		line-height: normal;*/
/*		padding-top: 15px*/
/*}*/

/*.product-baner-more {*/
/*		max-height: 0;*/
/*		transition: 1s;*/
/*		overflow: hidden;*/
/*		border-left-style: dotted;*/
/*		border-right-style: dotted;*/
/*		border-bottom-style: solid;*/
/*		border-color: #ededed;*/
/*		border-width: 2px*/
/*}*/

/*.product-baner-big,*/
/*.product-baner-small {*/
/*		height: auto*/
/*}*/

/*img.product-baner-big,*/
/*img.product-baner-small {*/
/*		width: 100%*/
/*}*/

/*@media(min-width:1200px) {*/
/*		.product-more {*/
/*				max-height: 350px;*/
/*				transition: 1s*/
/*		}*/

/*		.product-baner-small {*/
/*				display: none*/
/*		}*/
/*}*/

/*@media (max-width:1199px) {*/
/*		.product-more {*/
/*				max-height: 800px;*/
/*				transition: 1s*/
/*		}*/

/*		.product-baner-big {*/
/*				display: none*/
/*		}*/
/*}*/

/*.product-baner-more .benifit-desc-header {*/
/*		font-size: 24px;*/
/*		font-weight: 800*/
/*}*/

/*.product-baner-more .benifit-desc {*/
/*		font-size: 16px*/
/*}*/

/*.product-baner-more .benifit-holder {*/
/*		text-align: center;*/
/*		padding-top: 10px;*/
/*		margin-bottom: 20px*/
/*}*/

/*.product-baner {*/
/*		display: inline-block;*/
/*		line-height: 32px;*/
/*		padding-right: 35px;*/
/*		padding-left: 15px;*/
/*		text-align: center;*/
/*		position: absolute;*/
/*		bottom: 0;*/
/*		right: 0;*/
/*		cursor: pointer;*/
/*		font-weight: 800;*/
/*		width: 185px;*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:79119e5b-2e59-4208-b468-cb4ff75dbb46) 153px 50% no-repeat #ededed;*/
/*		border-top-left-radius: 15px*/
/*}*/

/*.product-more .product-baner {*/
/*		background: url(https://tauron.pl/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:65b4a511-d129-43ad-8551-3f475d7f69fb) 153px 50% no-repeat #ededed*/
/*}*/

/*.product-baner:hover {*/
/*		color: #e2007a*/
/*}*/

/*.product-baner-more .row {*/
/*		padding-bottom: 30px;*/
/*		margin: 0*/
/*}*/

/*.benifit-holder a div {*/
/*		width: auto;*/
/*		background-color: transparent;*/
/*		border: 0;*/
/*		color: #e2007a;*/
/*		font-size: 20px;*/
/*		display: inline-block*/
/*}*/

/*.tn-forms .tn-forms-input-dropdownlist [class*=col-] {*/
/*		padding-bottom: 10px;*/
/*		margin-bottom: -5px*/
/*}*/

/*.tn-forms input.tn-forms-validation-result-error,*/
/*.tn-forms textarea.tn-forms-validation-result-error {*/
/*		border-color: #f12d2d*/
/*}*/

/*!**/
/*.tn-forms input.tn-forms-validation-result-ok,*/
/*.tn-forms textarea.tn-forms-validation-result-ok {*/
/*    border-color: #8bb63a*/
/*}*/
/**!*/

/*.tn-forms input.tn-forms-validation-result-ok + div + .tn-forms-empty-validation,*/
/*.tn-forms input.tn-forms-validation-result-ok + div + div + .tn-forms-extern-validation,*/
/*.tn-forms input.tn-forms-validation-result-ok + .tn-forms-value-validation {*/
/*		display: none*/
/*}*/

/*.tn-forms input.tn-forms-value-validation-error + .tn-forms-value-validation,*/
/*.tn-forms input.tn-forms-empty-validation-error + div + .tn-forms-empty-validation,*/
/*.tn-forms input.tn-forms-extern-result-error + div + div + .tn-forms-extern-validation,*/
/*.tn-forms input.tn-forms-value-validation-error + .tn-froms-floating-label + .tn-forms-value-validation,*/
/*.tn-forms input.tn-forms-empty-validation-error + .tn-froms-floating-label + div + .tn-forms-empty-validation,*/
/*.tn-forms input.tn-forms-extern-result-error + .tn-froms-floating-label + div + div + .tn-forms-extern-validation {*/
/*		display: block*/
/*}*/

/*.tn-forms input:focus,*/
/*.tn-forms textarea:focus {*/
/*		border-color: #bfbfbf*/
/*}*/

/*!*LEJKI i POK EDO*!*/

/*.tn-forms .tn-forms-summary-container {*/
/*		padding-top: 20px;*/
/*		padding-bottom: 20px*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-left-column {*/
/*		background: #f6f6f6*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-center-column {*/
/*		margin: 0;*/
/*		padding: 0;*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-right-column {*/
/*		background: #ededed*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-first-child {*/
/*		height: 80px;*/
/*		width: 100%;*/
/*		background: linear-gradient(to top right, #ededed, 50%, #f6f6f6 50%)*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-second-child {*/
/*		height: 80px;*/
/*		width: 100%;*/
/*		background: linear-gradient(to bottom right, #f6f6f6, 50%, #ededed 50%)*/
/*}*/

/*@media(min-width:768px) {*/
/*		.tn-forms .tn-forms-two-columns-container {*/
/*				display: table;*/
/*				table-layout: fixed;*/
/*				height: 100%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-left-column {*/
/*				background: #f6f6f6;*/
/*				height: 100%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0;*/
/*				display: table;*/
/*				table-layout: fixed*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column {*/
/*				background: #ededed;*/
/*				height: 100%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0;*/
/*				display: table;*/
/*				table-layout: fixed;*/
/*				margin-left: 0;*/
/*				margin-right: 0;*/
/*				padding-left: 0;*/
/*				padding-right: 0*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-right-column {*/
/*				background: #ededed;*/
/*				height: 100%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0;*/
/*				display: table;*/
/*				table-layout: fixed*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-first-child {*/
/*				height: 50%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0;*/
/*				display: table;*/
/*				table-layout: fixed;*/
/*				width: 100%;*/
/*				background: linear-gradient(to bottom left, #ededed, 50%, #f6f6f6 50%)*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-second-child {*/
/*				height: 50%;*/
/*				margin-top: 0;*/
/*				margin-bottom: 0;*/
/*				display: table;*/
/*				table-layout: fixed;*/
/*				width: 100%;*/
/*				background: linear-gradient(to top left, #ededed, 50%, #f6f6f6 50%)*/
/*		}*/

/*		.tn-forms .tn-forms-summary-container {*/
/*				padding-top: 50%;*/
/*				padding-bottom: 50%*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-question {*/
/*		padding-bottom: 0;*/
/*		overflow: visible*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container {*/
/*		margin-top: 33px;*/
/*		margin-bottom: 33px*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-label-first-line {*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-label-second-line {*/
/*		margin-top: 5px*/
/*}*/

/*.tn-forms .tn-forms-question-label,*/
/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-number {*/
/*		font-size: 24px;*/
/*		font-weight: 600;*/
/*		color: #272727;*/
/*		line-height: 26px*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-info-button,*/
/*.tn-forms .tn-forms-dropdown-with-header .tn-forms-question-info-button {*/
/*		height: 20px;*/
/*		width: 20px;*/
/*		background-image: url("/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:ac349c0e-0861-4465-bf0b-2a30d37be270");*/
/*		margin-right: 10px;*/
/*		margin-left: 10px;*/
/*		background-repeat: no-repeat;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-dropdown-with-header .tn-forms-question-info-button {*/
/*		height: 20px;*/
/*		width: 20px;*/
/*		background-image: url("/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:ac349c0e-0861-4465-bf0b-2a30d37be270");*/
/*		margin-right: 0;*/
/*		margin-top: 13px;*/
/*		margin-left: 10px;*/
/*		background-repeat: no-repeat;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-validation {*/
/*		max-height: 29px;*/
/*		width: 29px*/
/*}*/

/*.tn-forms .tn-forms-question-hint {*/
/*		font-size: 16px;*/
/*		color: #2e2e2e;*/
/*		display: none;*/
/*		position: absolute*/
/*}*/

/*.tn-forms .tn-forms-flex-container .tn-forms-input-date {*/
/*		flex: 1 1*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-input-radio-image-button-group .tn-forms-radio-container {*/
/*		height: 128px;*/
/*		width: 178px;*/
/*		max-width: 178px*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-input-radio-image-button-group .tn-forms-radio-container input:checked + label,*/
/*.tn-forms .tn-forms-question .tn-forms-input-radio-image-button-group .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container input:checked + label {*/
/*		height: 128px;*/
/*		width: 178px;*/
/*		color: #2e2e2e;*/
/*		background: #dee2f0 !important*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-input-radio-image-button-group .tn-forms-radio-container input + label,*/
/*.tn-forms .tn-forms-question .tn-forms-input-radio-image-button-group .tn-forms-input-checkbox-image-group .tn-forms-checkbox-container input + label {*/
/*		height: 128px;*/
/*		width: 178px;*/
/*		color: #2e2e2e;*/
/*		background: #f6f6f6 !important*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-radio-container label img {*/
/*		height: auto*/
/*}*/

/*@media(min-width:768px) {*/
/*		.tn-forms .tn-forms-flex-container {*/
/*				display: flex;*/
/*				flex-wrap: wrap*/
/*		}*/

/*		.tn-forms .tn-forms-flex-container .tn-forms-radio-group {*/
/*				display: flex*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-flex-container .tn-forms-radio-group .tn-forms-radio-container label {*/
/*		padding-right: 20px*/
/*}*/

/*.tn-forms .tn-forms-dropdown-with-header {*/
/*		flex: 1 1;*/
/*		margin-right: 20px*/
/*}*/

/*.tn-forms .tn-forms-dropdown-header-flex-container {*/
/*		display: flex*/
/*}*/

/*.tn-forms .tn-forms-dropdown-with-header label {*/
/*		font-weight: normal;*/
/*		font-weight: 600;*/
/*		font-size: 18px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-tile-counter {*/
/*		margin-right: 30px;*/
/*		margin-bottom: 12px;*/
/*		flex: 1 1;*/
/*		display: flex;*/
/*		border: 1px solid #e6e6e6;*/
/*		border-radius: 4px;*/
/*		max-width: 180px;*/
/*		min-width: 180px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-img-body {*/
/*		height: 110px;*/
/*		width: 130px;*/
/*		border-right: 1px solid #e6e6e6;*/
/*		font-size: 18px;*/
/*		line-height: 18px;*/
/*		text-align: center;*/
/*		font-weight: normal;*/
/*		border-top-left-radius: 4px;*/
/*		border-bottom-left-radius: 4px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter.tn-forms-tile-checked .tn-forms-tile-counter-img-body {*/
/*		background: #4a62aa;*/
/*		color: white*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-img-body .tn-forms-tile-counter-checked {*/
/*		display: none;*/
/*		margin-top: 25px;*/
/*		margin-bottom: 10px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter.tn-forms-tile-checked .tn-forms-tile-counter-img-body .tn-forms-tile-counter-checked {*/
/*		display: inline*/
/*}*/

/*.tn-forms .tn-forms-tile-counter.tn-forms-tile-checked .tn-forms-tile-counter-img-body .tn-forms-tile-counter-unchecked {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-img-body .tn-forms-tile-counter-unchecked {*/
/*		margin-top: 25px;*/
/*		margin-bottom: 10px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right {*/
/*		width: 50px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right .tn-forms-tile-counter-plus {*/
/*		height: 30px;*/
/*		width: 50px;*/
/*		background: #4a62aa;*/
/*		color: white;*/
/*		font-size: 22px;*/
/*		text-align: center;*/
/*		border-right: 0 solid #e6e6e6;*/
/*		border-top-right-radius: 4px;*/
/*		cursor: pointer;*/
/*		background-image: url("/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:0d289df5-25fc-408d-a668-9ad1c40dcf77");*/
/*		background-repeat: no-repeat;*/
/*		background-position: center center*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right .tn-forms-tile-counter-minus {*/
/*		height: 30px;*/
/*		width: 50px;*/
/*		background: #858585;*/
/*		color: white;*/
/*		font-size: 22px;*/
/*		text-align: center;*/
/*		border-right: 0 solid #e6e6e6;*/
/*		border-bottom-right-radius: 4px;*/
/*		cursor: pointer;*/
/*		background-image: url("/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:d0249752-9d33-4afd-8d71-33fb14122fea");*/
/*		background-repeat: no-repeat;*/
/*		background-position: center center*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right .tn-forms-tile-counter-count {*/
/*		height: 50px;*/
/*		width: 50px;*/
/*		background: white;*/
/*		color: #272727;*/
/*		font-size: 22px;*/
/*		text-align: center;*/
/*		padding-top: 10px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right .tn-forms-tile-counter-plus {*/
/*		border-right: 1px solid #e6e6e6;*/
/*		border-top-right-radius: 0*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-right .tn-forms-tile-counter-minus {*/
/*		border-right: 1px solid #e6e6e6;*/
/*		border-bottom-right-radius: 0*/
/*}*/

/*.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-select {*/
/*		height: 110px;*/
/*		width: 100px;*/
/*		font-size: 18px;*/
/*		line-height: 18px;*/
/*		text-align: center;*/
/*		font-weight: normal;*/
/*		border-top-right-radius: 4px;*/
/*		border-bottom-right-radius: 4px;*/
/*		border-left: 1px solid #e6e6e6;*/
/*		min-width: 100px;*/
/*		background: white*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown {*/
/*		max-width: 280px;*/
/*		min-width: 280px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-power {*/
/*		font-size: 16px;*/
/*		color: #858585;*/
/*		height: 30px;*/
/*		padding-top: 5px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-power-value {*/
/*		height: 50px;*/
/*		color: #272727;*/
/*		font-size: 22px;*/
/*		text-align: center;*/
/*		padding-top: 15px*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-select-list {*/
/*		width: 100px;*/
/*		vertical-align: middle;*/
/*		text-align: center;*/
/*		position: absolute;*/
/*		display: none;*/
/*		z-index: 999*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-select-list ul {*/
/*		list-style: none;*/
/*		width: 100%;*/
/*		padding-left: 0*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-select-button {*/
/*		height: 30px;*/
/*		width: 100%;*/
/*		background-color: #858585;*/
/*		cursor: pointer;*/
/*		background-image: url("/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:e3889b20-894f-4e3d-b65c-6caf0c6b4357");*/
/*		background-repeat: no-repeat;*/
/*		background-position: center center*/
/*}*/

/*.tn-forms .tn-forms-tile-counter-dropdown .tn-forms-tile-counter-select-list li {*/
/*		height: 30px;*/
/*		width: 100%;*/
/*		font-size: 14px;*/
/*		text-align: center;*/
/*		line-height: 22px;*/
/*		cursor: pointer;*/
/*		padding: 3px 20px 7px;*/
/*		font-weight: 600;*/
/*		background: white;*/
/*		border: 1px solid #e6e6e6*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-right-column > .row {*/
/*		position: absolute;*/
/*		top: 50%;*/
/*		right: 15px;*/
/*		left: 15px*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms .tn-forms-two-columns-container .tn-forms-right-column > .row {*/
/*				position: static;*/
/*				margin-top: 0 !important*/
/*		}*/

/*		.tn-forms .tn-forms-tile-counter {*/
/*				max-width: 100%;*/
/*				min-width: 100%*/
/*		}*/

/*		.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-img-body {*/
/*				width: 100%;*/
/*				border-right: 1px solid #e6e6e6;*/
/*				border-bottom-left-radius: 4px;*/
/*				border-top-left-radius: 4px*/
/*		}*/
/*}*/

/*.tn-forms .tn-forms-summary-container hr {*/
/*		color: #c4c4c4;*/
/*		background-color: #c4c4c4;*/
/*		height: 1px;*/
/*		margin-bottom: 0;*/
/*		margin-top: 13px*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-question-label {*/
/*		margin-bottom: 22px*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-summary-element {*/
/*		margin-top: 13px*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-summary-element .tn-forms-summary-header-row {*/
/*		margin-bottom: 3px*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-summary-element .tn-forms-summary-header-row .tn-forms-summary-number {*/
/*		font-weight: 600;*/
/*		font-size: 24px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-summary-element .tn-forms-summary-header-row .tn-forms-summary-value {*/
/*		font-weight: 600;*/
/*		font-size: 18px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-summary-container .tn-forms-summary-element .tn-forms-summary-body-row {*/
/*		margin-left: 20px*/
/*}*/

/*.tn-forms .tn-forms-summary-text-bold {*/
/*		font-weight: 600;*/
/*		font-size: 18px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-discalimer {*/
/*		font-weight: normal;*/
/*		font-size: 14px;*/
/*		color: #858585;*/
/*		margin-bottom: 13px*/
/*}*/

/*.tn-forms .tn-forms-summary-image-with-text {*/
/*		margin-bottom: 10px*/
/*}*/

/*.tn-forms .tn-forms-summary-image-with-text img {*/
/*		margin-right: 15px;*/
/*		margin-top: -7px*/
/*}*/

/*.tn-forms .tn-forms-summary-image-with-text:last-child hr {*/
/*		display: none*/
/*}*/

/*.tn-forms .tn-forms-summary-image-with-text,*/
/*.tn-forms .tn-forms-text-16-semibold {*/
/*		font-weight: 600;*/
/*		font-size: 16px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-text-16-regular {*/
/*		font-weight: normal;*/
/*		font-size: 16px;*/
/*		color: #272727*/
/*}*/

/*.tn-forms .tn-forms-box-with-text {*/
/*		font-size: 14px;*/
/*		color: #f12d2d;*/
/*		background: #f9e0e0;*/
/*		padding: 15px;*/
/*		margin-top: 20px;*/
/*		margin-bottom: 20px*/
/*}*/

/*.tn-forms .tn-forms-summary-consumption-value {*/
/*		font-weight: 600;*/
/*		font-size: 24px;*/
/*		color: #4461a8*/
/*}*/

/*.row.tn-forms-two-columns-container {*/
/*		display: block;*/
/*		background: #ededed*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-first-child {*/
/*		background: linear-gradient(to bottom left, #ededed 50%, #f6f6f6 50%);*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0*/
/*}*/

/*.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-second-child {*/
/*		background: linear-gradient(to top left, #ededed 50%, #f6f6f6 50%);*/
/*		position: absolute;*/
/*		bottom: 0;*/
/*		left: 0*/
/*}*/

/*.tn-forms .tn-forms-summary-container {*/
/*		padding-top: 0;*/
/*		padding-bottom: 0*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-info-button {*/
/*		min-width: 20px*/
/*}*/

/*.tn-forms .tn-forms-question .tn-forms-question-label-container .tn-forms-question-label-first-line {*/
/*		display: block*/
/*}*/

/*.tn-forms-question-number,*/
/*.tn-forms-question-label {*/
/*		display: inline*/
/*}*/

/*.tn-forms-question-info-button {*/
/*		display: inline-block*/
/*}*/

/*@media(max-width:767px) {*/
/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-first-child {*/
/*				max-height: 80px;*/
/*				float: left;*/
/*				width: 50%;*/
/*				background: linear-gradient(to top right, #ededed 50%, #f6f6f6 50%);*/
/*				position: static*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column .tn-second-child {*/
/*				max-height: 80px;*/
/*				float: right;*/
/*				width: 50%;*/
/*				position: static*/
/*		}*/

/*		.tn-forms .tn-forms-two-columns-container .tn-forms-center-column {*/
/*				height: auto !important*/
/*		}*/

/*		.tn-forms .tn-forms-tile-counter {*/
/*				position: relative*/
/*		}*/

/*		.tn-forms-tile-counter-right {*/
/*				position: absolute;*/
/*				top: 0;*/
/*				bottom: 0;*/
/*				right: 0*/
/*		}*/

/*		.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-img-body {*/
/*				padding-right: 50px*/
/*		}*/

/*		.tn-forms .tn-forms-tile-counter .tn-forms-tile-counter-select {*/
/*				position: absolute;*/
/*				right: 0;*/
/*				top: 0;*/
/*				bottom: 0*/
/*		}*/

/*		.tn-forms-tile-counter.tn-forms-tile-counter-dropdown .tn-forms-tile-counter-right {*/
/*				right: 100px*/
/*		}*/
/*}*/

/*.tn-forms-slider-container {*/
/*		display: table;*/
/*		height: 80px;*/
/*		width: 100%*/
/*}*/

/*.tn-forms-input-box {*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e2e2e2;*/
/*		background: #fff;*/
/*		width: 35%;*/
/*		vertical-align: middle*/
/*}*/

/*.tn-forms-input-box,*/
/*.tn-forms-input-box input {*/
/*		font-size: 18px*/
/*}*/

/*.tn-forms-input-box input {*/
/*		border: 0 none;*/
/*		text-align: right;*/
/*		width: 60%*/
/*}*/

/*.tn-forms-input-disabled {*/
/*		background-color: #EEE*/
/*}*/

/*.tn-forms-input-disabled input {*/
/*		background-color: #EEE*/
/*}*/

/*.tn-forms-space-box {*/
/*		width: 5%*/
/*}*/

/*.tn-forms-slider-box {*/
/*		position: relative;*/
/*		width: 60%;*/
/*		padding: 0 30px*/
/*}*/

/*.tn-forms-input-box,*/
/*.tn-forms-slider-box,*/
/*.tn-forms-space-box {*/
/*		display: table-cell*/
/*}*/

/*.tn-forms-slider {*/
/*		position: relative;*/
/*		top: 20px;*/
/*		margin: 0 20px*/
/*}*/

/*.tn-forms-slider-bar {*/
/*		height: 10px;*/
/*		content: '';*/
/*		display: block;*/
/*		position: absolute;*/
/*		top: 15px;*/
/*		left: 0;*/
/*		z-index: 2*/
/*}*/

/*.tn-forms-slider::after {*/
/*		top: 15px;*/
/*		left: -20px;*/
/*		border-left: 20px solid #4a62aa;*/
/*		background: #e6e6e6;*/
/*		height: 10px;*/
/*		content: '';*/
/*		display: block;*/
/*		position: absolute;*/
/*		right: -20px*/
/*}*/

/*.tn-forms-slider-bar,*/
/*.tn-forms-slider-handle,*/
/*a.tn-forms-slider-button-plus {*/
/*		background: #4a62aa*/
/*}*/

/*.tn-forms-slider-handle {*/
/*		height: 40px;*/
/*		width: 40px;*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*		border-radius: 50%;*/
/*		cursor: pointer;*/
/*		margin-left: -20px;*/
/*		z-index: 2*/
/*}*/

/*.tn-forms-slider-handle::before {*/
/*		border-top: 6px solid transparent;*/
/*		border-bottom: 6px solid transparent;*/
/*		border-right: 6px solid white;*/
/*		margin-left: 10px;*/
/*		float: left*/
/*}*/

/*.tn-forms-slider-handle::after {*/
/*		border-top: 6px solid transparent;*/
/*		border-bottom: 6px solid transparent;*/
/*		border-left: 6px solid white;*/
/*		float: right;*/
/*		margin-right: 10px*/
/*}*/

/*.tn-forms-slider-handle::before,*/
/*.tn-forms-slider-handle::after {*/
/*		width: 0;*/
/*		height: 0;*/
/*		margin-top: 14px;*/
/*		display: block;*/
/*		content: ''*/
/*}*/

/*.tn-forms-min-value-label,*/
/*.tn-forms-max-value-label,*/
/*.tn-forms-unit-label {*/
/*		position: absolute;*/
/*		font-size: 15px*/
/*}*/

/*.tn-forms-min-value-label {*/
/*		top: 0;*/
/*		left: 0*/
/*}*/

/*.tn-forms-max-value-label {*/
/*		top: 0;*/
/*		right: 0*/
/*}*/

/*.tn-forms-unit-label {*/
/*		bottom: 0;*/
/*		right: 0*/
/*}*/

/*a.tn-forms-slider-button-plus,*/
/*a.tn-forms-slider-button-minus {*/
/*		position: absolute;*/
/*		width: 30px;*/
/*		height: 30px;*/
/*		line-height: 30px;*/
/*		font-size: 30px;*/
/*		display: block;*/
/*		z-index: 1;*/
/*		top: 25px;*/
/*		color: white !important;*/
/*		text-align: center;*/
/*		text-decoration: none !important;*/
/*		font-family: "Times New Roman"*/
/*}*/

/*a.tn-forms-slider-button-plus {*/
/*		right: 0;*/
/*		border-radius: 0 4px 4px 0*/
/*}*/

/*a.tn-forms-slider-button-minus {*/
/*		left: 0;*/
/*		border-radius: 4px 0 0 4px;*/
/*		background: gray;*/
/*		line-height: 25px*/
/*}*/

/*.tn-forms-checkbox-container input + label {*/
/*		position: relative*/
/*}*/

/*.tn-forms-checkbox-container input + label .status-icon {*/
/*		position: absolute;*/
/*		bottom: 10px;*/
/*		right: 10px*/
/*}*/

/*.tn-forms-edo {*/
/*		background: #ededed;*/
/*		padding: 20px 10px;*/
/*		border-radius: 4px;*/
/*		position: relative;*/
/*		margin-bottom: 25px;*/
/*		position: relative;*/
/*		height: 165px*/
/*}*/

/*.tn-forms-edo-name {*/
/*		margin-top: 30px;*/
/*		font-weight: bold;*/
/*		width: 90%*/
/*}*/

/*.tn-forms-edo-status {*/
/*		color: #9bbc49*/
/*}*/

/*.tn-forms-corner-default,*/
/*.tn-forms-corner-active {*/
/*		position: absolute;*/
/*		right: 0;*/
/*		bottom: 0*/
/*}*/

/*.tn-forms-corner-default {*/
/*		display: block*/
/*}*/

/*.tn-forms-corner-active {*/
/*		display: none*/
/*}*/

/*.tn-forms-edo-active .tn-forms-corner-default {*/
/*		display: none*/
/*}*/

/*.tn-forms-edo-active .tn-forms-corner-active {*/
/*		display: block*/
/*}*/

/*.tn-forms-edo-small {*/
/*		height: 70px*/
/*}*/

/*.tn-forms-edo-search-panel .tn-forms-input-client-number {*/
/*		width: 100%;*/
/*		margin-left: 15px;*/
/*		margin-right: 15px*/
/*}*/

/*.tn-forms-edo-search-panel .tn-forms-input-client-number label {*/
/*		font-size: 16px;*/
/*		padding-top: 0*/
/*}*/

/*.tn-forms-edo-search-panel .tn-forms-input-client-number label,*/
/*.tn-forms-edo-search-panel .tn-forms-input-client-number input {*/
/*		width: 50% !important;*/
/*		vertical-align: middle;*/
/*		margin-top: 0*/
/*}*/

/*@media(max-width:1199px) {*/
/*		.tn-forms-edo-search-panel .tn-forms-input-client-number > div {*/
/*				flex-basis: unset;*/
/*				max-width: none;*/
/*				width: 100% !important*/
/*		}*/
/*}*/

/*.tn-forms-inline-field {*/
/*		display: table;*/
/*		border-spacing: 10px;*/
/*		margin-top: 20px;*/
/*		margin-bottom: 20px*/
/*}*/

/*.tn-forms-inline-field > div {*/
/*		display: table-cell;*/
/*		vertical-align: middle*/
/*}*/

/*.tn-forms-inline-field input {*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e2e2e2;*/
/*		background: #fff;*/
/*		height: 50px;*/
/*		line-height: 50px;*/
/*		padding: 1em;*/
/*		box-sizing: border-box*/
/*}*/

/*.tn-forms-inline-field input[readonly] {*/
/*		background: #ededed*/
/*}*/

/*.tn-forms-edo-value {*/
/*		color: #b2b2b2;*/
/*		width: 90%*/
/*}*/

/*.tn-forms-edo-active .tn-forms-edo-value {*/
/*		color: #333*/
/*}*/

/*.tn-forms-tile-wrapper {*/
/*		border-radius: 5px;*/
/*		margin-bottom: 10px*/
/*}*/

/*.tn-forms-tile-default {*/
/*		background-color: #f6f6f6;*/
/*		color: #bfbfbf*/
/*}*/

/*.tn-forms-tile-default a {*/
/*		color: #bfbfbf !important;*/
/*		text-decoration: none !important;*/
/*		cursor: text*/
/*}*/

/*.tn-forms-tile-default .tn-forms-tile-table {*/
/*		border-spacing: 15px*/
/*}*/

/*.tn-forms-tile-head {*/
/*		background-color: #ededed;*/
/*		margin-bottom: 20px;*/
/*		height: 60px;*/
/*		font-weight: bold;*/
/*		text-align: center;*/
/*		line-height: 60px;*/
/*		position: relative;*/
/*		margin-left: -10px;*/
/*		margin-right: -10px*/
/*}*/

/*.tn-forms-tile-head::before,*/
/*.tn-forms-tile-head::after {*/
/*		width: 0;*/
/*		height: 0;*/
/*		border-top: 10px solid transparent;*/
/*		border-bottom: 10px solid transparent;*/
/*		content: '';*/
/*		position: absolute;*/
/*		top: 50%;*/
/*		margin-top: -10px*/
/*}*/

/*.tn-forms-tile-head::after {*/
/*		border-left: 10px solid #ededed;*/
/*		right: -10px*/
/*}*/

/*.tn-forms-tile-head::before {*/
/*		border-left: 10px solid #fff;*/
/*		left: 0*/
/*}*/

/*.tn-forms-tile-head.tn-forms-tile-head-first {*/
/*		margin-left: 0*/
/*}*/

/*.tn-forms-tile-head.tn-forms-tile-head-last {*/
/*		margin-right: 0*/
/*}*/

/*.tn-forms-tile-head.tn-forms-tile-head-first::before {*/
/*		display: none*/
/*}*/

/*.tn-forms-tile-head.tn-forms-tile-head-last::after {*/
/*		display: none*/
/*}*/

/*.tn-forms-tile-table {*/
/*		display: table;*/
/*		border-spacing: 10px*/
/*}*/

/*.tn-forms-tile-wrapper img {*/
/*		width: 18px;*/
/*		height: 18px*/
/*}*/

/*.tn-forms-tile-wrapper img:first-child {*/
/*		display: none*/
/*}*/

/*.tn-forms-tile-wrapper img:last-child {*/
/*		display: inline-block*/
/*}*/

/*.tn-forms-tile-wrapper.tn-forms-tile-selected img:first-child {*/
/*		display: inline-block*/
/*}*/

/*.tn-forms-tile-wrapper.tn-forms-tile-selected img:last-child {*/
/*		display: none*/
/*}*/

/*.tn-forms-tile-table > div {*/
/*		display: table-cell;*/
/*		vertical-align: top*/
/*}*/

/*.tn-forms-tile-wrapper.tn-forms-tile-selected {*/
/*		background-color: #f6f6f6;*/
/*		color: #272727*/
/*}*/

/*.tn-forms-four-columns-container > div:first-child .tn-forms-tile-wrapper.tn-forms-tile-selected {*/
/*		background-color: #dde2ef*/
/*}*/

/*.tn-forms-msp {*/
/*		position: relative*/
/*}*/

/*.tn-forms-msp .tn-forms-input-box {*/
/*		border-radius: 4px;*/
/*		border: 1px solid #e2e2e2;*/
/*		background: #fff;*/
/*		height: 50px;*/
/*		line-height: 46px;*/
/*		text-align: center;*/
/*		position: absolute;*/
/*		top: 0;*/
/*		right: 0;*/
/*		width: 80px*/
/*}*/

/*.tn-forms-msp .tn-forms-input-box input {*/
/*		width: 35px*/
/*}*/

/*.tn-forms-msp-status {*/
/*		color: #4a62aa;*/
/*		margin-bottom: 15px;*/
/*		margin-left: 1em*/
/*}*/

/*.tn-forms-msp-title {*/
/*		font-weight: bold;*/
/*		margin-bottom: 15px*/
/*}*/

/*.tn-forms-msp ol {*/
/*		padding-left: 1em;*/
/*		margin-left: 1em*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-checkbox-container,*/
/*.tn-forms .tn-flex-radio-checbox .tn-forms-checkbox-container input[type=checkbox]:checked + label,*/
/*.tn-forms .tn-flex-radio-checbox .tn-forms-checkbox-container input[type=checkbox] + label {*/
/*		min-width: unset !important;*/
/*		max-width: unset !important;*/
/*		width: 100% !important*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-radio-container,*/
/*.tn-forms .tn-flex-radio-checbox .tn-forms-radio-container input:checked + label,*/
/*.tn-forms .tn-flex-radio-checbox .tn-forms-radio-container input + label {*/
/*		min-width: unset !important;*/
/*		max-width: unset !important;*/
/*		width: 100% !important*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-checkbox-container input + label {*/
/*		height: 128px*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-checkbox-container .tn-forms-tile-image {*/
/*		height: auto*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-radio-group .tn-forms-radio-container input:checked + label {*/
/*		border: 1px solid #4461a8;*/
/*		color: #fff;*/
/*		background: #4461a8 !important*/
/*}*/

/*.tn-forms .tn-flex-radio-checbox .tn-forms-radio-container input + label {*/
/*		border: 1px solid #e6e6e6;*/
/*		color: #707173;*/
/*		background: none !important*/
/*}*/

/*.tn-forms .status-icon {*/
/*		height: 25px;*/
/*		width: 25px;*/
/*		background-color: white;*/
/*		border-radius: 4px;*/
/*		border: 1px solid #c1c1c1;*/
/*		display: block*/
/*}*/

/*.tn-forms input:checked + label .status-icon,*/
/*.tn-forms .tn-forms-tile-selected .status-icon {*/
/*		background-image: url('/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:b6fa9272-f45e-4981-bad5-79e292919f83');*/
/*		background-position: center;*/
/*		background-repeat: no-repeat*/
/*}*/

/*.tn-forms-numbers-list ul {*/
/*		display: table;*/
/*		border-bottom: 1px solid #c4c4c4;*/
/*		width: 100%;*/
/*		padding: 10px 0*/
/*}*/

/*.tn-forms-numbers-list li {*/
/*		display: table-cell;*/
/*		color: #272727;*/
/*		font-weight: bold*/
/*}*/

/*.tn-forms-numbers-list .active {*/
/*		color: #e2007a*/
/*}*/

/*.tn-forms-list-item {*/
/*		display: table;*/
/*		width: 100%*/
/*}*/

/*.tn-forms-list-item-state {*/
/*		color: #4461a8;*/
/*		font-weight: bold;*/
/*		margin-bottom: 10px;*/
/*		font-size: 1.1em*/
/*}*/

/*.tn-forms-list-item-head {*/
/*		font-weight: bold;*/
/*		margin-bottom: 5px;*/
/*		font-size: 1.1em*/
/*}*/

/*.tn-forms-input-column {*/
/*		width: 80px;*/
/*		display: table-cell;*/
/*		vertical-align: top*/
/*}*/

/*.tn-forms-input-column .tn-forms-input-box {*/
/*		padding: 10px*/
/*}*/

/*.tn-forms-text-column {*/
/*		display: table-cell;*/
/*		vertical-align: top;*/
/*		padding-right: 15%*/
/*}*/

/*.tn-forms-radiobuttons-container [class*="col-"] {*/
/*		margin-bottom: 0;*/
/*		padding-bottom: 20px*/
/*}*/

/*#systemMode {*/
/*		width: 1px;*/
/*		height: 1px;*/
/*		background: url('/webappsengine/resourceservice/resourcecontent?resourceURI=urn:uuid:b6fa9272-f45e-4981-bad5-79e292919f83');*/
/*		position: absolute;*/
/*		left: -9000em*/
/*}*/

/*.webapp :focus {*/
/*		outline: 0*/
/*}*/


/*!*POK PANEL*!*/

/*#pok_popup {*/
/*		position: absolute;*/
/*		width: 100%;*/
/*		left: 0;*/
/*		top: 0;*/
/*		z-index: 999;*/
/*}*/

/*#pok_popup .tn-forms-input-dropdownlist-container-input .select,*/
/*#pok_popup .tn-forms-input-dropdownlist-container-input input {*/
/*		display: none;*/
/*}*/

/*#pok_popup .tn-forms-input-dropdownlist-container-input .options-wrapper {*/
/*		display: block !important;*/
/*		position: unset;*/
/*		width: 100%;*/
/*		margin: 0px;*/
/*		height: 50vh;*/
/*}*/

/*#pok_popup .tn-forms-input-dropdownlist-container-input .options-wrapper [data-val=""] {*/
/*		display: none;*/
/*}*/

/*.pok_popup_box {*/
/*		display: none;*/
/*		max-width: 350px;*/
/*		margin: auto;*/
/*		background-color: #e6e6e6;*/
/*		padding: 15px;*/
/*		border-radius: 4px;*/
/*		height: calc(50vh + 94px);*/
/*		position: relative;*/
/*		margin-top: 60px;*/
/*}*/

/*.pok_popup_top_left {*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*}*/

/*.pok_popup_top_right {*/
/*		position: absolute;*/
/*		top: 0;*/
/*		right: 0;*/
/*}*/

/*.pok_button {*/
/*		background: none;*/
/*		border: none;*/
/*		padding: 5px 10px;*/
/*}*/


/*.menu_pok_sub a,*/
/*.menu_pok_sub a:visited {*/
/*		color: #000 !important;*/
/*		transition: .2s ease*/
/*}*/

/*.menu_pok_sub a:hover {*/
/*		color: #e2007a !important;*/
/*		transition: .2s ease;*/
/*		text-decoration: none;*/
/*}*/

/*.pok_footer,*/
/*.pok_footer_last {*/
/*		display: inline-block;*/
/*		color: #858585;*/
/*		font-size: 14px*/
/*}*/

/*.pok_footer {*/
/*		border-right-style: solid;*/
/*		border-right-width: 1px;*/
/*		border-color: #bfbfbf;*/
/*		padding: 0 30px*/
/*}*/

/*.pok_footer_first {*/
/*		padding-left: 0*/
/*}*/

/*.pok_footer_last {*/
/*		padding-left: 30px*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*		.tn-forms .menu__nav {*/
/*				width: 1000px;*/
/*		}*/
/*}*/

/*.tn-forms .menu__lvl-1 {*/
/*		margin-bottom: 0*/
/*}*/

/*.tn-forms .hgroup__heading a,*/
/*.tn-forms .hgroup__heading a:hover {*/
/*		font-size: 3.6rem;*/
/*		color: #000;*/
/*		padding-left: 10px;*/
/*		text-decoration: none;*/
/*		cursor: pointer*/
/*}*/

/*.tn-forms .hgroup__heading a:hover {*/
/*		color: #e2007a;*/
/*}*/

/*#menu_name::before {*/
/*		background-image: url("https://www.tauron.pl/-/media/layout/fullbannericons/icon_user.ashx")*/
/*}*/