/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	overflow: visible;
}
button {
	text-transform: none;
}
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
.custom-control-input.is-valid:focus:not(:checked)
	~ .custom-control-label::before,
.was-validated
	.custom-control-input:valid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #28a745;
}
.custom-control-input.is-invalid:focus:not(:checked)
	~ .custom-control-label::before,
.was-validated
	.custom-control-input:invalid:focus:not(:checked)
	~ .custom-control-label::before {
	border-color: #dc3545;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.75;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	img {
		page-break-inside: avoid;
	}
	p {
		orphans: 3;
		widows: 3;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */
@media print {
	body,
	#portal #emblem,
	.m-bg-4 {
		float: none !important;
		clear: both !important;
		position: static !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: 0 0 !important;
		filter: none !important;
	}
	a {
		color: #009 !important;
	}
}

#emblem {
	font-family: fira sans, sans-serif;
}
#emblem {
	font-weight: 700;
}
body {
	font-family: inter, sans-serif;
	color: #263238;
	background: #eceff1;
	overflow-anchor: none;
}
a,
a:hover {
	color: #102447;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
:target {
	margin-top: -4em;
	padding-top: 4em;
}
html {
	overflow-y: scroll;
}
.m-bg-4 {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 0 auto;
	padding: 0.1px 0 1px;
	background: #fff;
	text-align: left;
}
@media screen and (min-width: 1030px) {
	.m-bg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.portal {
	position: relative;
	z-index: 99;
	max-width: 1030px;
	width: 100%;
	margin: 0 15px 20px;
	text-align: left;
}
.portal-g1 {
	position: relative;
	z-index: 2;
	background: #fff;
	transition: box-shadow 0.4s, background 0.2s;
}
.portal-g1:after {
	content: "";
	display: block;
	clear: both;
}
#emblem {
	float: left;
	margin: 0 0 0 15px;
	line-height: 1;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: normal;
	color: inherit;
}
#emblem:after {
	content: "";
	display: block;
	clear: both;
}
.portal #emblem a {
	color: inherit;
	text-decoration: none;
}
.m-bg-4 {
	width: 100%;
	max-width: 1000px;
}
.portal {
	margin: 0;
	margin-bottom: 20px;
}
@media (max-width: 1060px) {
	.m-bg-4 {
		box-sizing: border-box;
	}
}
@media (max-width: 991px) {
	.portal {
		width: 100%;
		margin-left: 0;
	}
}
.portal {
	border-top: 0.25rem solid #e41f1f;
}
.header-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 0.8rem;
}
.header-new__under {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	font-weight: 800;
	color: #102447;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0.8em;
}
.header-new__under span svg {
	width: 8px;
}
.header-icons {
	display: flex;
	gap: 1.5em;
	margin-left: auto;
	padding-right: 15px;
	filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
		brightness(90%) contrast(93%);
	-webkit-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
		brightness(90%) contrast(93%);
	-moz-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
		brightness(90%) contrast(93%);
	-o-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
		brightness(90%) contrast(93%);
	-ms-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
		brightness(90%) contrast(93%);
}
.header-nav {
	border-top: 1px solid #cfdcf1;
	border-bottom: 1px solid #cfdcf1;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	list-style: none;
	white-space: nowrap;
	margin-left: 15px;
	margin-right: 15px;
}
.header-nav li {
	padding: 0 0.5em;
	color: #19386d;
	font-weight: 700;
}
.text-icons {
	font-size: 0.5em;
	text-align: center;
	margin-left: -2px;
	color: #000;
}
.btn-premium {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-right: auto;
}
.btn-premium p {
	font-size: 10px;
	line-height: 1.2;
	font-weight: 300;
	color: #526b99;
}
.btn-header {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-inline: 8px;
	width: auto;
	height: 30px;
	border: 0;
	border-radius: 0.25rem;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	color: #263238 !important;
	background: #e8b332 !important;
	box-shadow: 0 2px 5px #b0bec5;
}
@media (max-width: 991px) {
	.header-nav {
		overflow: scroll;
		justify-content: flex-start;
	}
	.header-nav li {
		color: #000;
	}
	.header-new__under {
		color: #000;
	}
	.desk {
		display: none;
	}
	.header-icons {
		margin-left: 0;
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-o-filter: none;
		-ms-filter: none;
	}
}
@media (min-width: 991px) {
	.mob {
		display: none;
	}
}
#footer .f-idn {
	background: url("idnes.svg") no-repeat 50% 50% / contain;
	width: 100%;
}
#footer .content {
	position: relative;
	width: 100%;
	max-width: 964px;
}
.termspriv {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: max-content;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.termspriv a:hover {
	text-decoration: underline;
}
.termspriv a {
	color: red;
}

#footer .f-top {
	float: none;
	position: absolute;
	top: 0;
	right: 50px;
}
#footer .content {
	width: 964px;
	margin: 0 auto;
	font-size: 1rem;
	padding-bottom: 30px;
}
#footer .content {
	position: relative;
	width: 100%;
	max-width: 964px;
}

#footer #copyright {
	margin: 0 3.5rem;
	font-weight: 400;
	font-size: 81.25%;
	line-height: 1.231;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.btn-premium {
		display: none;
	}
}
