@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	font: inherit;
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
}
a {
	color: #86C9FF;
}
a:hover {
	color: #2598F5;
}
::placeholder { /* Overrulling Bootstrap: Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Overrulling Bootstrap: Internet Explorer 10-11 */
    color: #777;
}

::-ms-input-placeholder { /* Overrulling Bootstrap: Microsoft Edge */
    color: #777;
}
.btn-primary {
	background-color: #86C9FF;
	width: 100%;
	padding: 1rem;
}
.btn-primary:hover {
	background-color: #2598F5;
}
.striking-color {
	color: #86C9FF;
}
.colored-text {
	color: #000629;
}
.bi {
	margin-right: .5rem;
}
.shadow-effect {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.app-container {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100dvh;
}
.nav-item {
	padding: 0 2rem;
	border-radius: 6px;
	border-bottom: 2px solid #fff;
}
.nav-item:hover {
	background-color: #fcfcfc;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
}
.nav-link:hover {
	color: #2598F5;
}
.logo {
    max-width: 260px;
	height: auto;
}
.img-psd {
	max-width: 120px;
	height: auto;
	position: relative;
	left: -24px;
	top: 46px;
}
.main {
	overflow:auto;
}
.container {
	position: relative;
}
.header {
	position: sticky;
	top: 0;
    background-color: #fff;
	box-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
	z-index: 220;
}
.welcome {
	background-color: transparent;
	border-radius: 1rem;
	padding: 3rem;
	max-width: 600px;
}
.extra-title-background {
	background-color: rgba(145, 145, 145, 0.3);
}
.section-welcome {
   background: url(../images/welcome-wide2.jpg);
    background-repeat: no-repeat;
	background-position: right;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.section-welcome .container, .section-support .container, .section-terms .container, .section-sitemap .container
{
	padding: 6rem 2rem;
}
.section-support {
   background: url(../images/support-wide3.jpg);
    background-repeat: no-repeat;
	background-position: right;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.section-terms {
   background: url(../images/terms-wide.jpg);
    background-repeat: no-repeat;
	background-position: right;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.section-sitemap {
   background: url(../images/sitemap-wide.jpg);
    background-repeat: no-repeat;
	background-position: right;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.title-welcome {
	font-size: 2.6rem;
	font-weight: 600;
}
.sub-title-welcome {
	font-size: 1.4rem;
	font-weight: 600;
}
.text-welcome {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	padding: 1.8rem;
}
.home-section, .terms-section, .sitemap-section {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bottom-of-section {
	display: inline-block;
	float: right;
	max-width: 36%;

}
.section-one {
    background-color: #000629;
	background: url(../images/bgblue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.section-two {
    background-color: #eee;
}
.section-three {
    background-color: #fff;
	background: url(../images/bgwhite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	color: #000629;
}
.section-four {
	background: url(../images/free-wide.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
	color: #000629;
	padding: 12rem;
	text-align: right;
}
.section-address {
	padding: 1rem;
	background-color: #121212;
	color: #fff;
	padding-bottom: 2rem;
}

.footer {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.top-banner {
	font-size: .75rem;
	color: #aaa;
	font-family: 'Courier New', Courier, monospace; 
	height: 1.4rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.top-led {
	width: 16px;
	margin: 2px 1rem;
}
.h1-main-title {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1rem 0;
}
.h2-main {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 1rem 0;
}
.page-image {
	display: inline-block;
	max-width: 22rem;
	margin: 1rem;
	border-radius: 6px;
}
.page-image-left {
	display: inline-block;
	max-width: 22rem;
	border-radius: 6px;
	margin: 0 1rem 1rem 0;
}
.page-image-left-upright {
	display: inline-block;
	max-width: 16rem;
	border-radius: 6px;
	margin: 0 1rem 1rem 0;
}
.page-image-right {
	display: inline-block;
	max-width: 22rem;
	border-radius: 6px;
	margin: 0 0 1rem 1rem;
}
.logo-bottom {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	bottom: 0;
	right: 14px;
	text-align: right;
	color: #888;
	font-size: .8rem;
	padding: .2rem;
	background-color: #121212;
	border-radius: 6px;
	opacity: .56
}
.img-bottom {
	max-width: 200px;
}
.text-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8rem;
}
.bottom-rabbit {
	position: fixed; 
	bottom: 8px; 
	right: 3px; 
	width: 56px;
	border: 0;
}
.text-header {
	text-transform: uppercase;
	font-weight: 700;
}
.text-footer-info {
	color: #eee;
}
.text-bottom-contact {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: auto;	
}
.text-bottom-copy {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: auto;
}
.text-bottom-copy a {
	text-decoration: none;
}
.card-icon {
	font-size: 4rem;
	color: #000629;
}
.card-collection {
	display: flex;
	width: 100%;
	padding: .5rem;
}
.card {
	margin: 1rem;
	width: 18rem;
	flex: 1;
	margin: 1rem;
}

.ai-audio-fragments {
	display: flex;
}
.audio-player-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.support-links-container {
	display: flex;
	width: 100%;
}
.support-links {
	flex: 1;
}
.section-login {
	display: flex;
}
.login-picture {
	flex: 1;
}
.login-parts {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.login-part {
	flex: 1;
	margin-bottom: 1rem;
	margin-left: 1rem;
	color: #777;
}
.login-input-fields {
	display: flex;
}


.terms-page-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.terms-title {
	font-size: 1.2rem;
	font-weight: 700;	
	margin-top: 1.2rem;
	margin-bottom: .6rem;
}
.terms-subtitle {
	font-size: 1.1rem;
	font-weight: 600;	
	margin-top: .5rem;
	margin-bottom: .4rem;
}
.terms-def-title {
	font-weight: 700;
}


ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

@media screen and (max-width: 1023px) {
	.welcome {
		background-color: rgba(195, 195, 195, 0.72);
	}
	
}

@media screen and (max-width: 760px) {
	.welcome {
		padding: 2rem;		
	}
	.card-collection {
		flex-direction: column;
		padding: 0;
	}
	.card {
		width: 100%;
		margin: 1rem 0;
	}
	.home-section {
		padding: 1rem;
	}
	.section-four {
		padding: 2rem;
		padding-left: 4rem;
	}
	.page-image {
		max-width: 16rem;
	}
	.page-image-left, .page-image-right {
		margin: .5rem auto;
		max-width: 19rem;
		float: none;
		display: block;
	}
	.float-start, .float-end
	{
		float: none !important;
	}
	.h1-main-title {
		text-align: center;
	}
	.h2-main {
		text-align: center;
	}
	.bi {
		margin-right: .2rem;
	}
	.ai-audio-fragments {
		flex-direction: column;
	}
	.section-login {
		flex-direction: column;
	}
	.support-links-container {
		flex-direction: column;
	}
}