:root {
	--highlight-color: #c91e4e;
	--primary-color: #002e5e;
	--tertiary-color: #006633;

	--color-green: #a0ce4e;
	--color-green2: #8AD0A0;
	
	--primary-bg-color: #fff;
	--secondary-bg-color: #f8f8ff;
	--tertiary-bg-color: #cad3e3;
	--light-blue-color: #E6F3FF;
	--accent-color: #EBECFF;

	--shadow-color: #d4dbe8;

	--primary-text-color: var(--primary-color);
	--light-text-color: #fff;

	--border-color: #dadada;
	--tabs-border: #c1c1c1;

	--max-page-size: 1280px;

	--default-page-spacing: 24px;
	--default-border-radius: 7px;
}

@font-face {
	font-family: "Chalkduster";
	src: url('/fonts/chalkduster.woff2') format('woff2'),
		url('/fonts/chalkduster.woff') format('woff'),
		url('/fonts/chalkduster.ttf') format('truetype');
}

* {
	-webkit-tap-highlight-color: transparent;
}

font {
	background-color: transparent !important;
	box-shadow: none !important;
}

#goog-gt-tt, #goog-gt-vt, .skiptranslate {
	display: none !important;
}

.goog-te-gadget {
	display: block !important;
}

html {
	background-color: var(--tertiary-bg-color);
}

body {
	font-size: 18px;
	background-color: var(--primary-bg-color);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	top: 0 !important;
}

#container {
	flex-grow: 1;
	padding-top: 56px;
}

.no-scrolling {
	overflow-x: hidden;
	overflow-y: hidden;
}

.spacer {
	width: 100%;
	height: var(--default-page-spacing);
	display: block;
}

.desktop-spacer {
	display: none;
}

a {
	color: var(--highlight-color);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: var(--highlight-color);
	-webkit-tap-highlight-color: transparent;
}

h2 {
	font-size: 18px;
	font-weight: 700;
}

h2.page-title {
	font-size: 24px;
	line-height: 1;
}

img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.container-404 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.container-404 .image-404 {
	background-image: url("/images/oefenen-nl-oops.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-height: 400px;
	flex: 1 0 0;
}

.welcome-title {
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
}

.welcome-title span {
	font-weight: 600;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

.button, a.button, .button:hover, a.button:hover {
	align-items: center;
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 40px;
	color: var(--light-text-color) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	line-height: normal;
	padding: 8px 16px 8px 24px;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible, .button:focus-visible, a.button:focus-visible {
	outline: none;
	text-decoration: underline !important;
}

.button.padding-right, .button.padding-right:hover {
	padding-right: 24px;
}

.button svg {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	transition: stroke .2s linear;
}

.button.outline, a.button.outline, .button.outline:hover, a.button.outline:hover {
	background-color: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color) !important;
}

.button.transparent, a.button.transparent, .button.transparent:hover, a.button.transparent:hover {
	background-color: transparent;
	border: 2px solid transparent;
	color: var(--primary-color) !important;
}

.button.transparent:hover, a.button.transparent:hover {
	color: var(--highlight-color) !important;
}

.button.red {
	background-color: var(--highlight-color);
	border-color: var(--highlight-color);
}

.button.block, .button.block:hover {
	display: flex;
}

.tabs-container {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: var(--primary-bg-color);
	border-bottom: 1px solid var(--tabs-border);
}

.tabs {
	font-size: 16px;
	font-weight: 600;
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	margin: 0 var(--default-page-spacing);
	gap: 4px;
	padding-top: 9px;
	width: 100%;
	max-width: var(--max-page-size);
	margin-bottom: -1px;
}

.tabs > div {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid var(--tabs-border);
	height: 23px;
	width: 154px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.tabs .about {
	background-color: var(--tabs-border);
}

.tabs .oefenen {
	border-bottom: 1px solid var(--primary-bg-color);
}

.tabs a {
	text-decoration: none;
	text-align: center;
}

.tabs .about a {
	color: var(--light-text-color);
}

.tabs .oefenen a {
	color: var(--highlight-color);
}

.breadcrumbs {
	display: flex;
	justify-content: center;
}

.breadcrumbs > div {
	width: 100%;
	max-width: var(--max-page-size);
	margin: 0 var(--default-page-spacing);
}

.breadcrumbs-show {
	visibility: visible;
}

header {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding: 8px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

header nav {
	width: 100%;
	max-width: var(--max-page-size);
	display: grid;
	grid-template-areas: 
			"home-logo home-logo home-logo menu-toggle"
			"translate . login login"
			"menu menu menu menu";
		grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 15px;
	text-align: left;
	margin: 0 16px;
}

header nav a#nav-home {
	width: 100%;
}

header nav a#nav-home:focus-visible {
	border-radius: 0;
	outline: 1px solid var(--highlight-color);
}

header nav a#nav-home img {
	width: auto;
	height: 40px;
}

header .home-logo {
	grid-area: home-logo;
}

header nav .main-menu {
	display: none;
}

header nav .topmenu a {
	font-size: 14px;
	font-weight: 400;
}

header ul#menu-topmenu li {
	margin: 0 0 0 45px;
	height: 25px;
	line-height: 25px !important;
}

header ul#menu-topmenu * {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Rethink Sans', sans-serif;
	line-height: 1.0em;
	height: auto;
}

header ul#menu-topmenu * a {
	display: flex;
	align-items: center;
	height: 100%;
}

body.menureplaced header nav.fusion-secondary-menu ul.topmenu#menu-topmenu {
	justify-self: end;
	padding: 0;
	text-align: right;
	z-index: 10;
}

header nav #hamburgertoggle {
	display: inline-block;
	grid-area: menu-toggle;
	left: auto;
	width: fit-content;
	justify-self: end;
}

header nav .topmenu-container {
	grid-area: menu;
	display: flex;
	flex-direction: column;
	left: 0;
	background-position-x: right;
}

header nav .topmenu-container ul#mobile-menu-mobielmenu {
	display: inline-block;
	padding: 0;
	margin-left: calc(0px - var(--default-page-spacing));
	margin-right: calc(0px - var(--default-page-spacing));
	margin-top: 0;
	overflow: hidden;
	transition-property: height;
	transition-duration: .6s;
	transition-timing-function: linear;
}

header nav .topmenu-container li:first-child {
	border-top: 1px solid var(--border-color);
}

header nav .topmenu-container li {
	display: block;
	border-bottom: 1px solid var(--border-color);
}

header nav .topmenu-container li a {
	height: 42px;
	line-height: 42px;
	padding: 0 var(--default-page-spacing);
	font-weight: 400;
	font-size: 16px;
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
	border-radius: 0;
}

header nav #hamburgertoggle li a:hover {
	background-color: var(--highlight-color);
	color: var(--light-text-color);
}

header nav #mobile-menu-mobielmenu {
	background-color: var(--primary-bg-color);
}

header a.button.login, header a.button.logout {
	grid-area: login;
	height: max-content;
	margin: 0;
	border: none;
	color: var(--light-text-color);
	text-decoration: none;
	padding: 15px 25px;
}

header a.button.login {
	background-color: var(--tertiary-color);
}

header a.button.logout {
	background-color: var(--highlight-color);
}

#google_translate_element {
	height: 100%;
}

.translate {
	width: 100%;
	height: 44px;
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}

.translate img {
	width: auto;
	height: 24px;
	pointer-events: none;
	position: absolute;
	left: 16px;
	top: 10px;
}

.translate svg {
	pointer-events: none;
	position: absolute;
	top: 10px;
	right: 16px;
}

.translate select.goog-te-combo {
	cursor: pointer;
	margin: 0;
	color: #32373c;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: none;
	height: 100%;
	width: 100%;
	border-radius: var(--default-border-radius);
	outline: none;
	padding-left: 62px;
}

.translate .goog-te-gadget {
	font-size: 0;
	line-height: 0;
	height: 100%;
}

.translate .goog-te-gadget > div {
	height: 100%;
}

.translate .goog-te-gadget > span{
	display: none;
}

header .result {
	grid-area: result;
}

header .score {
	grid-area: score;
}

header .user {
	grid-area: user;
}

header .menu {
	grid-area: menu;
}

header .menu img {
	display: block;
}

.main-page-container {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: var(--max-page-size);
	margin: 0 auto;
}

#main_page_default {
	min-height: 150px;
	margin: var(--default-page-spacing);
	width: 100%;
	max-width: var(--max-page-size);
	position: inherit;
}

#main_page_default #Content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nlt-home-container {
	display: flex;
	justify-content: center;
}

.nlt-home-container .nlt-home {
	width: 100%;
	max-width: var(--max-page-size);
}

#home {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	grid-template-areas:
		"intro-text"
		"intro-login"
		"select-program";
	display: grid;
	height: 100%;
}

#home a {
	color: var(--highlight-color);
	text-decoration: none;
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}

#home a:hover {
	text-decoration: underline;
	color: #00162e;
}

#home .intro-text {
	grid-area: intro-text;
}

#home .intro-text h1 {
	line-height: normal;
	font-size: 18px;
	font-weight: 700;
}

#home .intro-text .intro-sub-text {
	display: none;
	line-height: 25px;
}

#home .intro-login {
	grid-area: intro-login;
}

#home .select-program {
	grid-area: select-program;
	font-size: 18px;
	font-weight: 700;
}

#home .select-program img {
	display: none;
}

#home .select-program {
	margin-bottom: 24px;
}

/*.homepage-ls {
	flex: 1 0 0;
}

.homepage-rs {
	flex: 2 0 0;
}*/

.programs-grid {
	grid-area: programs;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
	gap: var(--default-page-spacing);
	justify-content: center;
}

.programs-grid > .program-tile {
	border-radius: 8px;
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-areas: 
		"."
		"program-title";
	min-height: 139px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.programs-grid > .program-tile .program-image {
	background-position: top center;
	background-size: cover;
	grid-row: 1 / span 2;
	grid-column: 1;
	margin-bottom: 56px;
}

.programs-grid > .program-tile .program-title {
	display: flex;
	grid-area: program-title;
	background-color: var(--light-blue-color);
	color: var(--primary-color);
	padding: 16px;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}

.programs-grid > .program-tile:hover .program-title {
	color: var(--highlight-color);
}

.programs-grid > .program-tile:focus-within * {
	color: var(--highlight-color);
}

.programs-grid > .program-tile .program-title svg {
	flex-shrink: 0;
}

.programs-grid > .program-tile .program-title svg:first-child {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.programs-grid > .program-tile .program-title span {
	width: 100%;
	display: block;
}

.programs-grid > .program-tile .program-title svg:last-child {
	margin-left: 16px;
}

.programs-grid .program-image img {
	width: 100%;
}

.programs-grid .program-language .program-image {
	background-image: url('/images/homepage/2024/taal_oefenen.jpg');
}

.programs-grid .program-computer-internet .program-image {
	background-image: url('/images/homepage/2024/computer_en_internet_2.jpg');
}

.programs-grid .program-math-money .program-image {
	background-image: url('/images/homepage/2024/rekenen_en_geld.jpg');
}

.programs-grid .program-healthy-living .program-image {
	background-image: url('/images/homepage/2024/gezond_leven.jpg');
}

.programs-grid .program-society .program-image {
	background-image: url('/images/homepage/2024/samenleving.jpg');
}

.programs-grid .program-all-programs .program-image {
	background-image: url('/images/homepage/202008/alle_programmas.jpg');
}

.programs-grid .program-work .program-image {
	background-image: url('/images/homepage/2024/werk.jpg');
}

.all-programs a {
	color: var(--primary-color);
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	padding: 8px 16px;
}

.all-programs a span {
	line-height: normal;
}

.all-programs a:focus-visible {
	color: var(--highlight-color);
}

.reviews-intro {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.reviews-intro span {
	color: var(--highlight-color);
}

.reviews-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.review-wrapper {
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.review-wrapper .review-image-holder {
	width: 57px;
	height: 57px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	margin-bottom: 24px;
}

.review-wrapper .review-text {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.review-wrapper .review-text span {
	font-weight: 700;
}

#register-wrapper a {
	color: var(--highlight-color);
}

#register-wrapper a:hover {
	color: var(--primary-color);
}

.blue-bg-form {
	background-color: var(--light-blue-color);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 16px;
}

.blue-bg-form * {
	box-sizing: border-box !important;
}

.blue-bg-form label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 8px;
}

.blue-bg-form p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none;
}

.blue-bg-form input[type=text], .blue-bg-form input[type=password], .blue-bg-form input[type=tel],
.blue-bg-form input[type=email], .blue-bg-form input[type=number], .blue-bg-form textarea {
	width: 100%;
	height: 41px;
	background-color: #fff;
	border: 1px solid var(--tertiary-bg-color);
	border-radius: 8px;
	color: var(--primary-color);
	display: block;
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	padding: 0 10px;
}

.blue-bg-form textarea {
	height: 75px;
	padding: 10px;
}

.blue-bg-form input[type=text]:focus, .blue-bg-form input[type=password]:focus, .blue-bg-form input[type=tel]:focus,
.blue-bg-form input[type=email]:focus, .blue-bg-form input[type=number]:focus, .blue-bg-form textarea:focus {
	outline: 2px solid var(--primary-color);
	outline-offset: -1px;
}

.blue-bg-form label input::placeholder {
	color: #A8B7D1;
	opacity: 1;
}

.blue-bg-form a:focus-visible {
	color: var(--highlight-color);
}

.input-button-holder {
	position: relative;
}

.input-button-holder span {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 10px;
}

.input-button-holder span svg {
	width: 15px;
	height: 15px;
}

.input-button-holder .input-button-on {
	display: none;
}

.checkbox-label-holder, .radio-label-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.checkbox-label-holder.disabled, .radio-label-holder.disabled {
	opacity: 0.5;
}

.checkbox-label-holder label, .radio-label-holder label {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-left: 16px;
	margin-bottom: 0;
	text-align: left;
}

.checkbox-label-holder label a:hover, .radio-label-holder label a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.checkbox-holder, .radio-holder {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	position: relative;
}

.checkbox-holder input[type=checkbox], .checkbox-holder .checkmark,
.radio-holder input[type=radio], .radio-holder .checkmark {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

.checkbox-holder input[type=checkbox], .radio-holder input[type=radio] {
	opacity: 0 !important;
}

.checkbox-holder input[type=checkbox]:focus-visible + .checkmark,
.radio-holder input[type=radio]:focus-visible + .checkmark {
	outline: 1px solid var(--highlight-color);
}

.checkbox-holder .checkmark, .radio-holder .checkmark {
	background-color: #fff;
	border: 1px solid #A8B7D1;
	border-radius: 4px;
	color: #fff;
	display: block;
	pointer-events: none;
}

.radio-holder .checkmark {
	border-radius: 20px;
}

.checkbox-holder .checkmark svg {
	width: 16px;
	height: 16px;
	display: none;
	margin-left: 1px;
	margin-top: 1px;
}

.radio-holder .checkmark:after {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 16px;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}

.checkbox-holder input[type=checkbox]:checked + .checkmark, .checkbox-holder.checked .checkmark,
.radio-holder input[type=radio]:checked + .checkmark, .radio-holder.checked .checkmark {
	background-color: var(--primary-color);
}

.checkbox-holder input[type=checkbox]:checked + .checkmark svg, .checkbox-holder.checked .checkmark svg {
	display: block;
}

#password-counter {
	align-items: center;
	display: flex;
	font-size: 14px;
	margin-bottom: 16px;
}

#password-counter svg {
	width: 12px;
	height: 12px;
	margin-right: 8px;
	vertical-align: middle;
}

#password-counter #password-counter-check {
	display: none;
}

.blue-bg-form .button-underline {
	display: flex;
	font-size: 14px;
	margin-bottom: 16px;
	text-align: center;
	text-decoration: underline;
	transition: color .2s linear;
}

.blue-bg-form .button-underline:hover {
	color: var(--highlight-color);
}

.blue-bg-form button {
	width: 100%;
	margin-bottom: 16px;
}

.blue-bg-form .register-button, .blue-bg-form .edit-button {
	margin-top: 24px;
	margin-bottom: 0;
}

#account-remove-holder {
	font-size: 15px;
	margin-top: 16px;
	text-align: center;
}

#account-remove-holder a {
	color: var(--highlight-color);
}

#account-remove-holder a:hover {
	text-decoration: underline;
}

.blue-bg-form .ErrorMessage {
	color: var(--highlight-color);
	display: block;
	font-size: 14px;
	margin-top: 16px;
}

#newsletter-dialog {
	background-color: #f5fff5;
	border: 1px solid var(--color-green);
	border-radius: 8px;
	color: var(--color-green);
	line-height: normal;
	margin-bottom: 16px;
	padding: 16px;
}

#user-settings-wrapper p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px !important;
}

#user-settings-wrapper p span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

#user-settings-wrapper p span.value {
	display: block;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 400;
	
}

#user-settings-wrapper .checkbox-holder .checkmark svg {
	margin-left: 2px;
	margin-top: 2px;
}

#user-profile-tour-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 46, 94, 0.5);
	backdrop-filter: blur(2px);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#user-profile-tour-dialog {
	width: 100%;
	max-width: 208px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.25);
	display: none;
	font-size: 18px;
	line-height: normal;
	padding: 16px;
	position: absolute;
	z-index: 4;
}

#user-profile-tour-arrow {
	width: 34px;
	height: 34px;
	position: absolute;
	left: 40px;
	top: -20px;
}

#user-profile-tour-arrow.right {
	left: auto;
	right: 0;
}

#user-profile-tour-arrow.bottom {
	transform: rotate(180deg);
	top: auto;
	bottom: -20px
}

#user-profile-tour-dialog-title-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

#user-profile-tour-dialog-title-wrapper span {
	font-size: 16px;
	font-weight: 600;
}

#user-profile-tour-dialog-title-wrapper a {
	width: 24px;
	height: 24px;
	color: var(--primary-color);
	display: inline-block;
}

#user-profile-tour-dialog-title-wrapper a:focus-visible {
	color: var(--highlight-color);
}

#user-profile-tour-button-holder {
	margin-top: 16px;
	text-align: right;
}

#user-profile-tour-finished-wrapper {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

#user-profile-tour-finished-top-holder {
	padding: 16px 28px;
	text-align: right;
}

#user-profile-tour-finished-top-holder a {
	width: 24px;
	height: 24px;
	color: var(--primary-color);
	display: inline-block;
}

#user-profile-tour-finished-top-holder svg {
	width: 24px;
	height: 24px;
}

#user-profile-tour-finished-text-holder, #register-finished-text-holder {
	margin-top: 8px;
	padding: 0 24px;
	text-align: center;
}

#user-profile-tour-finished-text-holder img {
	width: 100%
}

#register-finished-text-holder img {
	width: auto;
	height: 154px;
	margin-bottom: 24px;
}

#user-profile-tour-finished-text-holder h2, #register-finished-text-holder h2 {
	color: var(--highlight-color);
	font-size: 24px;
	margin-bottom: 24px;
}

#user-profile-tour-finished-text-holder p, #register-finished-text-holder p {
	font-size: 16px;
	line-height: normal;
	margin: 0 !important;
}

#user-profile-tour-finished-text-holder p span, #register-finished-text-holder p span {
	font-weight: 700;
}

#user-profile-tour-finished-bottom-holder, #register-finished-bottom-holder {
	margin-top: 70px;
	text-align: center;
}

#user-profile-tour-finished-bottom-holder .button:last-child, #register-finished-bottom-holder .button:last-child {
	margin-top: 16px;
}

#user-profile-welcome-wrapper {
	font-size: 16px;
}

#user-profile-welcome-wrapper h2 {
	font-size: 24px;
	line-height: 1;
}

#user-profile-welcome-wrapper p {
	margin-bottom: 8px !important;
}

#user-profile-welcome-wrapper p:last-child {
	margin-bottom: 0 !important;
}

#user-profile-welcome-wrapper svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

.user-profile-tour-active {
	pointer-events: none;
	position: relative;
	z-index: 3;
}

header.user-profile-tour-active {
	z-index: 4;
}

#user-profile-info-wrapper.user-profile-tour-active, #user-profile-progress-header.user-profile-tour-active,
header nav #hamburgertoggle.user-profile-tour-active, #desktop-main-menu.user-profile-tour-active {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px 10px #fff;
}

#user-profile-learning-route-header.user-profile-tour-active, #user-profile-lesson-header.user-profile-tour-active,
#user-profile-continue-header.user-profile-tour-active {
	background-color: var(--light-blue-color);
	border-radius: 4px;
	box-shadow: 0 0 4px 10px var(--light-blue-color);
}

#user-profile-welcome-text {
	margin-top: 8px;
}

#user-profile-welcome-text img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}

.user-profile-wrapper {
	background-color: var(--light-blue-color);
	border-radius: 8px;
	padding: 16px;
}

#user-profile-bro-wrapper {
	display: none;
}

.user-profile-wrapper h2 {
	font-size: 18px;
	margin-bottom: 16px;
}

.user-profile-wrapper p {
	color: #4E6793;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0 !important;
}

.user-profile-wrapper p a {
	color: var(--primary-color);
	text-decoration: underline;
}

.user-profile-wrapper p a:focus-visible {
	color: var(--highlight-color);
}

.user-profile-wrapper p a:hover {
	text-decoration: none;
}

.user-profile-wrapper .button {
	margin-top: 16px;
}

.user-profile-wrapper.margin-bottom{
	margin-bottom: 16px;
}

.user-profile-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
}

#user-profile-tour-banner {
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	display: block;
	padding: 16px;
	margin-top: 24px;
}

#user-profile-tour-banner-title-holder {
	display: flex;
}

#user-profile-tour-banner-title-holder p {
	flex-grow: 1;
	font-size: 18px;
	line-height: normal;
	margin: 0 !important;
}

#user-profile-tour-banner-title-holder p span {
	font-weight: 700;
}

#user-profile-tour-banner-title-holder a {
	color: var(--primary-color);
}

#user-profile-tour-banner-title-holder a:focus-visible {
	color: var(--highlight-color);
}

#user-profile-tour-banner-title-holder svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0;
	vertical-align: top;
}

#user-profile-tour-banner-button-holder {
	margin-top: 8px;
	text-align: center;
}

#user-profile-tour-banner-button-holder svg {
	width: 24px;
	height: 24px;
	margin-right: 0;
}

.user-profile-lesson-holder {
	background-color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	padding: 16px 8px;
	position: relative;
	margin-bottom: 16px;
}

.user-profile-lesson-holder a:focus-visible {
	color: transparent;
	border-radius: 8px;
	outline: 1px solid var(--highlight-color);
}

.user-profile-lesson-wrapper .user-profile-lesson-holder:last-child {
	margin-bottom: 0;
}

.full-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.user-profile-lesson-title-holder {
	align-items: top;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.user-profile-lesson-title-holder svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-left: 8px;
}

.user-profile-lesson-title {
	font-size: 16px;
	font-weight: 600;
}

.user-profile-lesson-progress-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.user-profile-lesson-progress-bar {
	height: 10px;
	background-color: #EBEEF4;
	border-radius: 8px;
	flex-grow: 1;
}

.user-profile-lesson-progress {
	height: 10px;
	background-color: var(--primary-color);
	border-radius: 8px;
}

.user-profile-lesson-progress-text {
	font-size: 15px;
	font-weight: 600;
	flex-shrink: 0;
	margin-left: 8px;
}

#user-profile-sticker-title-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

#user-profile-sticker-title-wrapper h2 {
	margin-bottom: 0;
}

#user-profile-sticker-title-wrapper span {
	font-size: 15px;
}

#user-profile-sticker-title-wrapper svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

#user-profile-sticker-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	gap: 16px;
}

.user-profile-sticker-holder {
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-position: left 0;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 8px;
}

.sticker-position-1 {
	background-position-y: 100%;
}

.sticker-position-2 {
	background-position-y: 80%;
}

.sticker-position-3 {
	background-position-y: 60%;
}

.sticker-position-4 {
	background-position-y: 40%;
}

.sticker-position-5 {
	background-position-y: 20%;
}

.sticker-position-6 {
	background-position-y: 0%;
}

.sticker-locked {
	opacity: 0.3;
}

.user-profile-sticker-description {
	font-size: 14px !important;
	margin-top: 16px !important;
}

#user-profile-rank-wrapper {
	padding: 16px 8px;
}

#user-profile-rank-wrapper h2 {
	padding: 0 8px;
}

#user-profile-rank-holder {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#user-profile-rank-holder tr {
	opacity: 0.5;
	position: relative;
}

#user-profile-rank-holder tr td {
	padding: 1px 0;
}

#user-profile-rank-holder tr td:first-child {
	width: 20%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 8px;
}

#user-profile-rank-holder tr td:last-child {
	width: 20%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-right: 8px;
	text-align: right;
}

#user-profile-rank-holder tr.dark, #user-profile-rank-holder tr.highlight {
	opacity: 1;
}

#user-profile-rank-holder tr.highlight, #user-profile-rank-holder tr.highlight td {
	background-color: #A8B7D1;
}

#user-profile-rank-holder tr.highlight .highlight-bg {
	width: calc(100% + 16px);
	height: 100%;
	background-color: #A8B7D1;
	border-radius: 4px;
	display: block;
	position: absolute;
	left: -8px;
	top: 0;
}

.user-profile-rank-username {
	max-width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-page-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.result-holder {
	background-color: var(--light-blue-color);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 16px;
	position: relative;
}

.user-profile-lesson-wrapper .result-holder {
	background-color: #fff;
	border: 1px solid var(--primary-color);
	margin-bottom: 0;
}

.result-holder .free-user-blocked {
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

.result-holder .free-user-blocked svg {
	width: 40px;
	height: 40px;
	opacity: 0.3;
}

.result-holder a:focus-visible {
	border-radius: 8px;
	outline: 1px solid var(--highlight-color);
	text-decoration: none !important;
}

.result-wrapper .result-holder:last-child, .learning-route-wrapper .result-holder:last-child {
	margin-bottom: 0;
}

.result-holder .result-title-holder, .result-holder .result-percentage-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.result-holder .result-title-holder.certificate-title-holder {
	margin-bottom: 0;
}

.result-holder .result-percentage-holder {
	margin-bottom: 0;
}

.result-holder .result-title-holder .result-title {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
}

.result-holder .certificate-title-holder img {
	width: 40px;
	height: 40px;
}

.result-holder .result-title-holder svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin: 0 12px;
}

.result-holder .result-main-percentage {
	flex-grow: 1;
	font-size: 15px;
	font-weight: 600;
}

.result-correct-wrong-percentage-holder {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 400;
}

.result-correct-wrong-percentage-holder .result-wrong-icon, .result-correct-wrong-percentage-holder .result-correct-icon {
	width: 14px;
	height: 14px;
	background-color: #C91E4E;
	border-radius: 14px;
	color: #fff;
	display: inline-block;
	margin-top: -2px;
	margin-right: 8px;
	position: relative;
	vertical-align: middle;
}

.result-correct-wrong-percentage-holder .result-correct-icon {
	background-color: #B2D625;
}

.result-correct-wrong-percentage-holder .result-wrong-icon svg, .result-correct-wrong-percentage-holder .result-correct-icon svg {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.result-progress-bar {
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 16px;
}

.result-progress {
	max-width: 100%;
	height: 16px;
	background-color: var(--tertiary-bg-color);
	border-radius: 8px;
}

.learning-route-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.learning-route-title span {
	width: 40px;
	height: 40px;
	background-color: #EBECFF;
	border-radius: 8px;
	display: block;
	flex-shrink: 0;
	line-height: 40px;
	margin-left: 8px;
	text-align: center;
}

.learning-route-intro {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 24px;
}

.learning-route-subtitle {
	font-size: 20px;
	margin-bottom: 16px;
}

.learning-route-holder {
	background-color: var(--light-blue-color);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 16px;
	position: relative;
}

.learning-route-wrapper .learning-route-holder:last-child {
	margin-bottom: 0;
}

.learning-route-holder .learning-route-inner-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.learning-route-holder .learning-route-title-holder {
	font-size: 16px;
	font-weight: 400;
}

.learning-route-holder .learning-route-title-holder span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
}

.learning-route-holder .learning-route-title-holder span.learning-route-lesson-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.learning-route-holder svg {
	width: 24px;
	height: 24px;
	margin: 0 12px;
	flex-shrink: 0;
}

.learning-route-section-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.learning-route-progress-bar {
	width: 100%;
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 16px;
}

.learning-route-progress {
	height: 16px;
	background-color: #B2D625;
	border-radius: 8px;
}

#videobg2 {
	width: 80%;
	height: 100%;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	padding: 0 10%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

#flv {
	width: 100%;
	height: 0;
	margin: auto;
	padding-bottom: 56.25%;
	position: relative;
}
  
#flv iframe, #flv embed {
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#closebutton {
	width: 30px;
	height: 30px;
	align-items: center;
	background-color: var(--primary-color);
	border: 0;
	border-radius: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -15px;
	right: -15px;
	text-align: center;
}

#closebutton:hover {
	background-color: var(--highlight-color);
}

#info-title-holder h2 {
	margin-bottom: 24px;
}

.info-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.info-holder {
	flex-basis: 100%;
}

.info-holder .info-title, #user-profile-info-wrapper .info-title {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}

.info-holder p {
	font-size: 16px;
	line-height: normal;
	padding-bottom: 8px;
}

.info-holder .info-button-holder {
	margin-top: 16px;
}

.info-holder .info-button-holder .button {
	display: flex;
}

.info-faq-holder {
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	margin-top: 16px;
	padding: 16px;
}

.info-faq-holder .info-faq-header a {
	align-items: center;
	color: var(--primary-color);
	display: flex;
	justify-content: space-between;
}

.info-faq-holder .info-faq-header a:focus-visible {
	outline: 1px solid var(--highlight-color);
	text-decoration: none !important;
}

.info-faq-holder .info-faq-header span {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}

.info-faq-holder .info-faq-header svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-left: 16px;
}

.info-faq-holder .info-faq-body {
	display: none;
	line-height: normal;
	padding-top: 16px;
}

.info-faq-holder .info-faq-body ol {
	margin-left: 16px;
}

.info-faq-holder .info-faq-body ol li {
	padding-left: 8px;
}

.info-faq-holder .info-faq-body a {
	text-decoration: underline;
}

.info-faq-holder .info-faq-body a:hover {
	text-decoration: none;
}

.info-faq-holder.active .info-faq-header svg {
	transform: rotate(180deg);
}

.info-faq-holder.active .info-faq-body {
	display: block;
}

#info-reviews-intro {
	margin: 24px 0;
}

#program-overview-title-holder h2 {
	margin-bottom: 24px;
}

#program-overview-title-holder p {
	font-size: 16px;
	margin-bottom: 24px;
}

#program-overview-filter-desktop-spacer {
	display: none;
}

.program-overview-filter-holder {
	border-radius: 8px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

.program-overview-filter-holder:focus-visible .program-overview-filter-title,
.program-overview-filter-holder:focus-visible .program-overview-filter-menu {
	outline: 1px solid var(--highlight-color);
}

#program-overview-filter-wrapper .program-overview-filter-holder:last-child {
	margin-bottom: 24px;
}

.program-overview-filter-holder .program-overview-filter-title {
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 7px 8px 7px 12px;
}

.program-overview-filter-holder .program-overview-filter-title svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-left: 4px;
}

.program-overview-filter-holder .program-overview-filter-menu {
	background-color: #fff;
	display: none;
	padding: 16px;
}

.program-overview-filter-holder.active {
	box-shadow: 2px 2px 10px rgba(0, 46, 94, 0.5);
}

.program-overview-filter-holder.active .program-overview-filter-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.program-overview-filter-holder.active .program-overview-filter-title svg {
	transform: rotate(180deg);
}

.program-overview-filter-holder.active .program-overview-filter-menu {
	border: 1px solid var(--primary-color);
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: block;
}

.program-overview-filter-holder.active .program-overview-filter-menu a:focus-visible {
	color: transparent;
}

.program-overview-filter-holder.active .program-overview-filter-menu a:focus-visible + .program-overview-filter-checkbox,
.program-overview-filter-holder.active .program-overview-filter-menu a:focus-visible + .program-overview-filter-radio {
	outline: 1px solid var(--highlight-color);
}

.program-overview-filter-rating-holder, .program-overview-filter-series-holder, .program-overview-filter-sort-holder {
	align-items: center;
	display: flex;
	padding: 8px 16px 8px 8px;
	position: relative;
}

.program-overview-filter-rating-holder svg {
	width: 18px;
	height: 18px;
	color: #4E6793;
	margin-left: 8px;
	vertical-align: middle;
}

.program-overview-filter-checkbox, .program-overview-filter-radio {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #A8B7D1;
	border-radius: 4px;
	display: inline-block;
	pointer-events: none;
	position: relative;
}

.program-overview-filter-radio {
	border-radius: 20px;
}

.program-overview-filter-checkbox svg {
	width: 16px;
	height: 16px;
	display: none;
	margin-left: 0;
	position: absolute;
	left: 2px;
	top: 2px;
}

.program-overview-filter-checkbox.active, .program-overview-filter-radio.active {
	background-color: var(--primary-color);
}

.program-overview-filter-radio.active:after {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 16px;
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
}

.program-overview-filter-checkbox.active svg {
	color: #fff;
	display: block;
}

.program-overview-filter-rating-holder svg.active {
	color: var(--highlight-color);
	fill: var(--highlight-color);
	stroke: var(--highlight-color);
}

.program-overview-filter-label {
	font-size: 16px;
	font-weight: 400;
	margin-left: 8px;
}

.programs-detail-grid {
	grid-area: programs-detail;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
	gap: 24px;
	justify-content: center;
}

.programs-detail-grid > .program-detail-tile {
	border-radius: 8px;
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-areas: 
		"."
		"program-title";
	min-height: 223px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.programs-detail-grid > .program-detail-tile .program-detail-image {
	background-color: var(--tertiary-bg-color);
	background-position: top center;
	background-size: cover;
	grid-row: 1 / span 2;
	grid-column: 1;
	margin-bottom: 116px;
	position: relative;
}

.programs-detail-grid > .program-detail-tile.free-user-blocked .program-detail-image::after {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.programs-detail-grid > .program-detail-tile .program-detail-title-wrapper {
	min-width: 0;
	display: flex;
	flex-direction: column;
	grid-area: program-title;
	background-color: var(--light-blue-color);
	color: var(--primary-color);
	padding: 16px;
	position: relative;
	flex-grow: 1;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}

.programs-detail-grid > .program-detail-tile .program-detail-title-holder {
	display: flex;
	align-items: top;
	justify-content: space-between;
}

.programs-detail-grid > .program-detail-tile .program-detail-title-holder span {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.programs-detail-grid > .program-detail-tile:hover .program-detail-title-holder span {
	white-space: wrap;
}

.programs-detail-grid > .program-detail-tile .program-detail-title-holder a {
	width: 24px;
	height: 24px;
	color: var(--primary-color);
	display: inline-block;
	flex-shrink: 0;
	margin-left: 16px;
}

.programs-detail-grid > .program-detail-tile .program-detail-title-holder a:hover,
.programs-detail-grid > .program-detail-tile .program-detail-title-holder a:focus-visible {
	color: var(--highlight-color);
}

.programs-detail-grid > .program-detail-tile .program-detail-title-holder svg {
	width: 24px;
	height: 24px;
}

.program-detail-rating-holder {
	align-items: center;
	display: flex;
	margin-top: 8px;
}

.program-detail-rating-holder svg {
	width: 18px;
	height: 18px;
	color: #4E6793;
	display: inline-block;
	margin-right: 8px;
}

.program-detail-rating-holder svg.active {
	color: var(--highlight-color);
	fill: var(--highlight-color);
	stroke: var(--highlight-color);
}

.program-detail-rating-holder svg:last-child {
	margin-right: 0;
}

.programs-detail-grid > .program-detail-tile .program-detail-button-holder {
	align-items: center;
	display: flex;
	justify-content: end;
	margin-top: 16px;
}

.programs-detail-grid > .program-detail-tile .program-detail-button-holder svg {
	margin-left: 8px;
}

.programs-detail-grid > .program-detail-tile .program-detail-button-holder svg.margin-right {
	margin-left: 0;
	margin-right: 8px;
}

#taaltest-intro-h3 {
	font-size: 18px;
	margin-bottom: 16px;
}

#taaltest-intro-promotion-wrapper {
	border: 2px solid #E6F3FF;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 16px;
}

#taaltest-intro-promotion-wrapper h3 {
	font-size: 18px;
	margin-bottom: 16px;
}

#taaltest-intro-promotion-wrapper p {
	margin-bottom: 16px;
}

#taaltest-intro-promotion-rating-wrapper {
	margin-bottom: 16px;
}

.taaltest-intro-promotion-rating-row {
	color: #4E6793;
}

.taaltest-intro-promotion-rating-row svg {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.taaltest-intro-promotion-rating-row svg.active {
	color: var(--highlight-color);
	fill: var(--highlight-color);
	stroke: var(--highlight-color);
}

.taaltest-intro-promotion-rating-row svg:last-child {
	margin-right: 0;
}

#taaltest-intro-promotion-rating-wrapper img {
	display: none;
}

#taaltest-wrapper {
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	background-color: #fff;
	display: none;
	overflow-y: scroll;
	padding: 24px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

#taaltest-audio-player {
	display: none;
}

#taaltest-title-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

#taaltest-title-holder h2 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

#taaltest-title-holder a {
	color: var(--primary-color);
	display: inline-block;
}

#taaltest-title-holder a:focus-visible {
	color: var(--highlight-color);
}

#taaltest-title-holder h2 a {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	margin-top: -2px;
	vertical-align: middle;
}

#taaltest-title-holder h2 a svg {
	width: 100%;
	height: 100%;
	display: none;
	vertical-align: middle;
}

#taaltest-title-holder h2 a svg.active {
	display: block;
}

.taaltest-text-holder {
	background-color: var(--secondary-bg-color);
	border-radius: 8px;
	display: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 16px;
}

#taaltest-button-holder {
	margin-top: 24px;
}

#taaltest-button-holder p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

#taaltest-button-holder .taaltest-button {
	border: 1px solid #CAD3E3;
	border-radius: 8px;
	color: var(--primary-color);
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	padding: 11px 16px;
	text-align: left;
}

#taaltest-button-holder .taaltest-button:last-child {
	margin-bottom: 0;
}

/*#taaltest-button-holder .taaltest-button:hover {
	background-color: var(--highlight-color);
	color: #fff;
}*/

.taaltest-result-holder {
	display: none;
}

.taaltest-result-holder h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 72px;
	margin-bottom: 24px;
	text-align: center;
}

.taaltest-result-rating-holder {
	color: #A8B7D1;
	display: flex;
	justify-content: center;
	margin-bottom: 72px;
}

.taaltest-result-rating-holder svg {
	width: 18px;
	height: 18px;
	margin: 0 4px;
}

.taaltest-result-rating-holder svg.active {
	color: var(--highlight-color);
	fill: var(--highlight-color);
	stroke: var(--highlight-color);
}

#nltraining-logo-holder {
	max-width: 790px;
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 40px auto;
}

#nltraining-logo-holder div {
	width: 50%;
	text-align: center;
}

#nltraining-logo-holder img {
	height: 50px;
}

#free-user-popup-wrapper,
#free-user-announcement-popup-wrapper,
#nltraining-popup-wrapper {
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	align-items: center;
	background-color: rgba(0, 46, 94, 0.5);
	display: none;
	overflow-y: scroll;
	padding: 24px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

#free-user-popup-holder,
#free-user-announcement-popup-holder,
#nltraining-popup-holder {
	width: calc(100% - 32px);
	max-width: 700px;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 16px;
}

#nltraining-popup-holder {
	max-width: 400px;
	display: block;
}

#free-user-popup-title-holder,
#free-user-announcement-popup-title-holder,
#nltraining-popup-title-holder {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

#free-user-popup-title-holder h2,
#free-user-announcement-popup-title-holder h2,
#nltraining-popup-title-holder h2 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

#free-user-popup-title-holder a,
#free-user-announcement-popup-title-holder a {
	color: var(--primary-color);
	display: inline-block;
}

#free-user-popup-title-holder a:focus-visible,
#free-user-announcement-popup-title-holder a:focus-visible {
	color: var(--highlight-color);
}

#free-user-popup-text-holder,
#free-user-announcement-popup-text-holder {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

#free-user-popup-text-holder a,
#free-user-announcement-popup-text-holder a {
	color: var(--primary-color);
	text-decoration: underline;
}

#free-user-popup-text-holder a:focus-visible,
#free-user-announcement-popup-text-holder a:focus-visible {
	color: var(--highlight-color);
}

#free-user-popup-text-holder a:hover,
#free-user-announcement-popup-text-holder a:hover {
	text-decoration: none;
}

#free-user-popup-text-holder #free-user-popup-text1 {
	margin-bottom: 16px;
}

#free-user-popup-text-holder #free-user-popup-text3,
#free-user-popup-text-holder #free-user-popup-text4,
#free-user-announcement-popup-text-holder #free-user-announcement-popup-link,
#free-user-announcement-popup-text-holder #free-user-announcement-popup-button {
	margin-top: 16px;
}

#accept-terms-wrapper {
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: rgba(0, 46, 94, 0.5);
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

#accept-terms-holder {
	width: calc(100% - 48px);
	max-width: 600px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	padding: 16px;
}

#accept-terms-holder-title-holder {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#accept-terms-holder-title-holder a {
	width: 24px;
	height: 24px;
	color: var(--primary-color);
	display: block;
	flex-shrink: 0;
	margin-left: 16px;
}

#accept-terms-holder-title-holder a svg {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#accept-terms-form-holder {
	margin-top: 16px;
}

#accept-terms-form-holder .button {
	margin-top: 16px;
	margin-bottom: 0;
}

.footer {
	background-color: var(--tertiary-bg-color);
	font-size: 16px;
	display: flex;
	justify-content: center;
}

.footer a {
	text-decoration: none;
	color: var(--primary-color);
}

.footer a:hover, .footer a:focus-visible {
	color: var(--highlight-color);
}

.footer h4 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
}

.footer .content {
	margin: 24px 16px 32px;
	width: 100%;
	max-width: var(--max-page-size);
	display: grid;
}

.footer .links {
	display: grid;
}

.footer .links section {
	margin-top: 32px;
}

.footer .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .links ul li {
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}

.footer #social-icons li {
	display: inline-block;
}

.footer #social-icons li a {
	display: block;
	margin-right: 8px;
}

.footer #social-icons li a:focus-visible img {
	outline: 1px solid var(--highlight-color);
}

.footer #social-icons li a img {
	width: 30px;
	height: 30px;
	height: auto;
}

.footer #social-icons-wrapper .anbi {
	display: inline-block;
}

.footer #social-icons-wrapper .anbi img {
	width: 90px;
	height: 72px;
	margin-top: 20px;
}

.footer #social-icons-wrapper .anbi:focus-visible {
	outline: 1px solid var(--highlight-color);
}

.footer .copyright {
	margin-top: 20px;
}

.footer .copyright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .copyright ul li {
	display: block;
	font-size: 14px;
	margin-top: 8px;
}

.to-top-container.hidden {
	display: none;
}

#toTop {
	background-color: #333;
	border-radius: 4px 4px 0 0;
	display: none;
	justify-content: center;
	align-items: center;
	height: 35px;
	position: fixed;
	bottom: 0;
	right: 35px;
	width: 48px;
	z-index: 1000;
	line-height: 1;
	cursor: pointer;
}

#toTop.active {
	background-color: var(--highlight-color);
}

#toTop #toTopHover {
	transition-property: font-size;
	transition-duration: .2s;
	transition-timing-function: ease;
}

#toTop:hover #toTopHover {
	font-size: 1.5em;
}

#mobile-menu-wrapper {
	width: 100%;
	height: calc(100% - 56px);
	background-color: #fff;
	box-sizing: border-box;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	position: fixed;
	left: 0;
	top: 56px;
	z-index: 3;
}

#mobile-menu-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#mobile-menu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mobile-menu-container ul li {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

#mobile-menu-container ul li a {
	border-radius: 8px;
	color: var(--primary-color);
	display: block;
	padding: 16px;
}

#mobile-menu-container #mobile-all-button svg {
	margin-left: 12px;
	vertical-align: middle;
}

#mobile-menu-container #mobile-all-button.active {
	background-color: none;
	font-weight: 600;
}

#mobile-menu-container #mobile-all-button.active svg {
	transform: rotate(180deg);
}

#mobile-menu-submenu {
	display: none;
}

#mobile-menu-submenu.active {
	display: block;
}

#mobile-menu-container .mobile-login-button, #mobile-menu-container .mobile-settings-button {
	padding: 12px 16px;
}

#mobile-menu-container .mobile-login-button svg, #mobile-menu-container .mobile-settings-button svg {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	vertical-align: middle;
}

#mobile-menu-container .mobile-login-button {
	align-items: center;
	display: inline-flex;
}

#mobile-username {
	max-width: 160px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cookie-bar {
	background-color: var(--highlight-color);
	color: var(--light-text-color);
	position: fixed;
	bottom: 0;
	width: 100vw;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	z-index: 1001;
}

.cookie-bar a {
	transition: all .2s;
	color: var(--primary-color);
}

.cookie-bar a:hover {
	color: #fff;
}

.cookie-container {
	max-width: var(--max-page-size);
	margin: 10px var(--default-page-spacing);
	display: flex;
	flex-direction: row;
}

.cookie-text, .cookie-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.cookie-button .button {
	color: var(--light-text-color);
}

.cookie-button .button:hover {
	background-color: #000;
}

#go-back-holder {
	margin: 8px 16px;
}

#go-back-button {
	align-items: center;
	color: var(--primary-color);
	display: flex;
	font-size: 16px;
	transition: color .2s linear;
}

#go-back-button svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

#go-back-button:hover, #go-back-button:focus-visible {
	color: var(--highlight-color);
}

@media (min-width: 650px) {
	header nav {
		grid-template-areas: 
			"home-logo translate login menu-toggle"
			"menu menu menu menu";
		grid-template-columns: 1fr auto auto auto;
	}

	#toTop {
		right: 75px;
	}
}

@media (max-width: 767.97px) {
	.mobile-none {
		display: none !important;
	}
}

@media (max-height: 636px) {
	#mobile-menu-container {
		height: 100%;
		display: block;
		overflow-y: scroll;
	}
}

@media (min-width: 768px) {
	.desktop-none {
		display: none !important;
	}

	.desktop-spacer {
		width: 100%;
		height: 24px;
		display: block;
	}

	#home .intro-login {
		display: flex;
		justify-content: space-between;
	}

	#home .intro-login .spacer {
		width: 40px;
		height: 0;
	}

	#home .intro-login .button {
		width: 50%;
	}

	#home .intro-text h1 {
		font-size: 28px;
	}

	/*#home .select-program {
		margin-bottom: 48px;
	}*/

	#home .select-program .img-container {
		max-width: 120px;
	}

	#home .select-program img {
		display: block;
		width: 100%;
	}

	.all-programs {
		margin-top: 24px;
	}

	.all-programs a {
		display: inline-block;
		padding: 0;
		transition: color .2s linear;
	}

	.all-programs a svg {
		margin-left: 24px;
		vertical-align: top;
	}

	.all-programs a:hover {
		color: var(--highlight-color);
	}

	.review-wrapper {
		width: calc(50% - 12px);
	}

	.result-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}

	.result-wrapper .result-holder, .learning-route-wrapper .result-holder {
		max-width: calc(50% - 44px);
		display: flex;
		flex-basis: calc(50% - 44px);
		flex-direction: column;
		flex-grow: 1;
		margin-bottom: 0;
	}

	#program-overview-filter-desktop-spacer {
		height: 64px;
		display: block;
	}

	#program-overview-filter-wrapper {
		display: flex;
		flex-wrap: wrap;
		position: absolute;
		z-index: 1;
	}
	
	.program-overview-filter-holder {
		display: inline-block;
		margin-right: 24px;
		margin-bottom: 24px;
	}

	#program-overview-filter-wrapper .program-overview-filter-holder:last-child {
		margin-right: 0;
	}

	.form-wrapper {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 150px;
	}

	#register-wrapper, #edit-wrapper, #user-settings-wrapper {
		display: flex;
		position: relative;
	}

	#edit-wrapper, #user-settings-wrapper {
		align-items: center;
		justify-content: space-between;
	}

	#edit-wrapper .form-wrapper, #user-settings-holder {
		flex-shrink: 0;
	}
	
	#register-wrapper .form-wrapper, #edit-wrapper .form-wrapper {
		margin: 0;
	}

	#user-settings-holder {
		width: 100%;
		max-width: 480px;
	}

	#user-settings-wrapper .button:last-child {
		margin-top: 16px;
	}

	#register-bro {
		width: 30%;
		max-width: 500px;
		position: absolute;
		right: -7%;
		bottom: 25%;
	}

	#edit-bro {
		width: 30%;
		max-width: 334px;
		margin-left: 20px;
	}

	#taaltest-wrapper {
		background-color: rgba(0, 46, 94, 0.5);
	}

	#taaltest-intro-promotion-rating-wrapper {
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	#taaltest-intro-h3 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	#taaltest-desktop-wrapper {
		width: calc(100% - 32px);
		max-width: 700px;
		align-items: start;
		background-color: #fff;
		border-radius: 8px;
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		margin-top: 32px;
		padding: 16px;
	}

	#taaltest-title-holder {
		width: 100%;
	}

	.taaltest-text-holder {
		width: calc(56% - 48px);
		margin-right: 16px;
	}

	#taaltest-button-holder {
		width: calc(44% - 16px);
		margin-left: 16px;
		margin-top: 0;
	}

	.taaltest-result-holder {
		width: 100%;
	}

	.taaltest-result-holder .button {
		max-width: 300px;
		margin: auto;
		margin-bottom: 8px;
	}

	#user-profile-welcome-wrapper, .user-profile-desktop-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}

	.user-profile-wrapper, #user-profile-info-wrapper, #user-profile-info-tour-wrapper {
		display: flex;
		flex-basis: calc(50% - 44px);
		flex-direction: column;
		flex-grow: 1;
	}

	.user-profile-inner-wrapper {
		max-width: calc(50% - 28px);
	}

	.user-profile-wrapper.margin-bottom {
		margin-bottom: 0;
	}

	#user-profile-bro-wrapper {
		align-items: center;
		background: none;
		display: flex;
		justify-content: center;
	}

	#user-profile-bro-wrapper img {
		height: 200px;
	}

	.user-profile-wrapper p {
		font-size: 18px;
	}

	.user-profile-title {
		font-size: 24px;
	}

	#user-profile-welcome-wrapper h2 {
		font-size: 36px;
	}

	#user-profile-welcome-text {
		margin-top: 24px;
	}

	#user-profile-tour-banner {
		margin-top: 0;
	}

	#user-profile-tour-finished-wrapper {
		width: 400px;
		height: auto;
		padding-bottom: 24px;
		left: calc(50% - 200px);
		top: 40px;
	}

	#register-finished-wrapper {
		width: 400px;
		margin: 0 auto;
		padding-bottom: 24px;
	}

	#user-profile-rank-wrapper {
		flex-basis: calc(50% - 28px);
	}

	.user-profile-rank-username {
		max-width: 170px;
	}

	.result-page-title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.learning-route-title {
		font-size: 36px;
		margin-bottom: 32px;
	}

	.learning-route-intro {
		font-size: 18px;
		margin-bottom: 32px;
	}

	.learning-route-subtitle {
		font-size: 24px;
	}

	#learning-route-desktop-tabs {
		width: 100%;
		display: flex;
		gap: 8px;
	}

	#learning-route-desktop-tabs div {
		flex-basis: 72.67px;
		position: relative;
	}

	#learning-route-desktop-tabs div .learning-route-check {
		width: 20px;
		height: 20px;
		align-items: center;
		border-radius: 20px;
		background-color: var(--color-green);
		color: #fff;
		display: flex;
		justify-content: center;
		position: absolute;
		top: -5px;
		right: -5px;
	}

	#learning-route-desktop-tabs div .learning-route-check svg {
		width: 14px;
		height: 14px;
	}

	#learning-route-desktop-tabs a {
		width: 100%;
		background-color: var(--light-blue-color);
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		color: var(--primary-color);
		display: inline-block;
		padding: 8px 0;
		text-align: center;
	}

	#learning-route-desktop-tabs a.active {
		background-color: var(--primary-color);
		color: #fff;
	}

	.learning-route-wrapper {
		border: 2px solid var(--primary-color);
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		padding: 40px;
	}

	.learning-route-wrapper .learning-route-holder {
		flex-basis: calc(50% - 44px);
		margin-bottom: 0;
	}

	.learning-route-section-title {
		flex-basis: 100%;
		margin-bottom: 0;
	}

	.info-holder {
		flex-basis: calc(50% - 12px);
	}

	#taaltest-intro-promotion-wrapper {
		max-width: 520px;
	}

	.footer .content {
		max-width: calc(var(--max-page-size) - 48px);
		margin: 24px;
	}

	.footer .links {
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}

	.footer .links section {
		margin-top: 0;
	}

	.footer #social-icons-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.footer #social-icons-wrapper .anbi img {
		margin-top: 0;
	}

	.footer .copyright ul li {
		display: inline-block;
		margin-top: 0;
		margin-right: 40px;
	}
	
	.footer .copyright ul li:last-child {
		margin-right: 0;
	}
	
}

@media (min-width: 965px) {
	.container-404 {
		flex-direction: row;
	}

}

@media (min-width: 991.98px) {
	:root {
		--default-page-spacing: 60px;
	}

	.button, a.button, .button:hover, a.button:hover {
		font-size: 18px;
	}

	h2 {
		font-size: 36px;
	}

	h2.page-title {
		font-size: 36px;
	}

	#container {
		padding-top: 92px;
	}

	#go-back-holder {
		max-width: calc(var(--max-page-size) - 96px);
		display: flex;
		margin: 0 auto;
		padding: 0 48px;
	}

	#go-back-button {
		font-size: 18px;
		font-weight: 700;
	}

	#go-back-button svg {
		vertical-align: top;
	}

	header {
		width: calc(100% - 96px);
		height: 60px;
		padding: 16px 48px;
	}

	header nav {
		grid-template-areas: 
			"home-logo topmenu topmenu topmenu"
			"home-logo nav login translate";
		grid-template-columns: auto 1fr auto auto;
		gap: 0;
		margin: 0;
	}

	header nav #hamburgertoggle, header nav .topmenu-container {
		display: none;
	}

	header nav .topmenu {
		grid-area: topmenu;
	}

	#menu-topmenu {
		position: absolute;
	}

	header nav .main-menu {
		display: block;
		justify-self: end;
		padding: 0;
		line-height: 60px;
		text-align: right;
		align-items: center;
		justify-content: space-between;
	}

	header nav .mainmenuitem {
		margin-left: 40px;
		position: relative;
	}

	header nav .mainmenuitem:first-child {
		margin-left: 0;
	}

	header nav .mainmenuitem.active:after {
		width: calc(100% + 16px);
		height: 44px;
		background-color: #EBECFF;
		border-radius: 8px;
		content: "";
		display: block;
		position: absolute;
		left: -8px;
		top: 8px;
		z-index: 0;
	}

	header nav .user-profile-tour-active .mainmenuitem.active:after {
		display: none;
	}

	header nav .mainmenuitem a {
		font-size: 20px;
		font-weight: 700;
		margin: 0;
		padding: 0;
		position: relative;
		transition: color .2s linear;
		z-index: 1;
	}

	header nav .mainmenuitem a:hover, header nav .mainmenuitem a:focus-visible {
		color: var(--highlight-color);
	}

	#mainmenu-my-account {
		align-items: center;
		display: inline-flex;
		font-weight: 400;
		position: relative;
		z-index: 1;
	}

	#mainmenu-my-account-item:hover #mainmenu-my-account-submenu,
	#mainmenu-my-account-item:focus-within #mainmenu-my-account-submenu {
		display: block;
	}

	#mainmenu-my-account-item:hover #mainmenu-my-account svg:last-child {
		transform: rotate(180deg);
	}

	#mainmenu-my-account svg:first-child {
		width: 18px;
		height: 18px;
		margin-top: -2px;
		margin-right: 4px;
		vertical-align: middle;
	}

	#mainmenu-my-account-username {
		max-width: 70px;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#mainmenu-my-account svg:last-child {
		width: 14px;
		height: 14px;
		margin-left: 10px;
		vertical-align: middle;
	}

	#mainmenu-my-account-submenu {
		width: calc(100% + 40px);
		background-color: #fff;
		border: 1px solid var(--border-color);
		border-radius: 8px;
		display: none;
		padding-top: 50px;
		padding-bottom: 10px;
		position: absolute;
		left: -20px;
		top: 0;
		z-index: 0;
	}

	#mainmenu-my-account-submenu a {
		width: 100%;
		display: block;
		font-weight: 400;
		line-height: normal;
		margin: 0;
		margin-left: 20px;
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
	}

	header nav a#nav-home img {
		height: 48px;
	}
	
	#home {
		display: block;
	}

	#home .intro-text h1 {
		font-size: 40px;
	}

	/*#home .select-program {
		margin-bottom: calc(100px + var(--default-page-spacing));
	}*/

	.user-profile-rank-username {
		max-width: 230px;
	}

	.review-wrapper .review-text {
		font-size: 18px;
	}

	.programs-grid {
		grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
		gap: 48px;
	}
	
	.programs-grid > .program-tile {
		min-height: 175px;
	}

	.programs-grid > .program-tile .program-title {
		font-size: 18px;
		padding: 34px 16px;
	}

	.programs-grid > .program-tile .program-image {
		margin-bottom: 92px;
	}

	.all-programs {
		margin-top: 48px;
	}

	.programs-detail-grid > .program-detail-tile .program-detail-title-wrapper {
		font-size: 18px;
	}

	.reviews-intro {
		font-size: 24px;
	}
	
	.review-wrapper .review-image-holder {
		width: 69px;
		height: 69px;
	}

	.blue-bg-form {
		padding: 24px;
	}

	.blue-bg-form input[type=text], .blue-bg-form input[type=password] {
		margin-bottom: 24px;
	}

	.blue-bg-form .button-underline {
		font-size: 18px;
		margin-bottom: 24px;
	}

	#taaltest-intro-promotion-wrapper {
		padding: 24px;
	}

	#accept-terms-form-holder .button {
		margin-top: 24px;
	}

	.footer {
		font-size: 19px;
	}
	
	.footer h4 {
		font-size: 19px;
	}
	
	.footer .links ul li {
		font-size: 19px;
	}

	.footer .content {
		max-width: calc(var(--max-page-size) - 96px);
		margin: 48px;
	}

	#google-translate-desktop {
		position: fixed;
		right: 10px;
		bottom: 45px;
		z-index: 2;
	}

	.translate {
		width: 250px;
	}

	#info-title-holder h2 {
		margin-bottom: 32px;
	}

	.info-wrapper {
		gap: 40px;
	}
	
	.info-holder {
		flex-basis: calc(50% - 20px);
	}

	.info-holder .info-title, #user-profile-info-wrapper .info-title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.info-holder p {
		font-size: 18px;
	}
	
	.info-holder .info-button-holder .button {
		display: inline-flex;
	}

	#info-reviews-intro {
		margin: 32px 0;
	}
}

@media (min-width: 1200px) {
	#mainmenu-my-account-username {
		max-width: 270px;
	}

	#main_page_default {
		margin: var(--default-page-spacing) 160px;
	}

	#go-back-holder {
		padding: 0
	}

	#register-bro {
		width: 50%;
		right: -11%;
		bottom: 8%;
	}

	#edit-bro {
		width: 50%;
		margin-left: 0;
	}

	.review-wrapper {
		width: calc((100% / 3) - 16px);
	}

	.result-wrapper .result-holder, .learning-route-wrapper .result-holder {
		max-width: calc(33% - 46px);
		flex-basis: calc(33% - 46px);
	}

	.learning-route-wrapper .learning-route-holder {
		flex: 0 0 27%;
	}

	#taaltest-intro-promotion-rating-wrapper img {
		width: auto;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (min-width: 1300px) {
	#mainmenu-my-account-username {
		max-width: 370px;
	}

	.learning-route-wrapper .learning-route-holder {
		flex-basis: 244px;
	}

	.user-profile-rank-username {
		max-width: 260px;
	}
}