body {
	font-family: Manrope;
}

@font-face {
  font-family: Manrope;
  src: local(Manrope-Regular),
    url(/fonts/Manrope-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Miratrix;
  src: local(Miratrix-Normal),
    url(/fonts/Miratrix-Normal.otf) format("truetype");
}


header .display-1 {
	line-height: 0.7em;
	font-size: 40px;
}
@media (min-width: 576px) { 
	header .display-1 {
		font-size: 60px;
	}
}
@media (min-width: 768px) { 
	header .display-1 {
		font-size: 80px;
	}
}
@media (min-width: 992px) { 
	header .display-1 {
		font-size: 110px;
	}
}

header .display-6 {
	line-height: 1.5em;
	font-size: 20px;
}
header .btn {
	font-size: 18px;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	color: #2e2e2e;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
}
h5, h6 {
	font-weight: 800;
}

hr {
	opacity: 1;
}

.btn {
	font-weight: 800;
	border-radius: 15px;
	padding: 1rem 3rem;
}

.color-blue {
	color: #1f5ce1;
}

.bg-gray-gradient {
	background: linear-gradient(#f4f4f6, rgba(250, 250, 251, 0.21));
}
.bg-gray {
	background-color: #f4f4f6;
}
.bg-violet {
	background-color: #6c58c2;
	color: white;
}
.pg-bg-black {
	background-color: #1a1a1a;
	color: #f4f4f6;
}
.pg-bg-black * {
	background-color: transparent;
	color: #f4f4f6;
}

.container {
	padding-top: 2rem;
	padding-bottom: 2rem;	
}
header .container {
	padding-top: 0;
	padding-bottom: 0;	
}

.collapsed {
	margin-bottom: 0.5em;
	color: black;
}
.collapser {
	margin-bottom: 0.5em;
	/*background: white;*/
	/*color: black;*/
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 20px;
}
.dirs .collapse-wrapper {
	border-top: 1px solid black;
	margin-top: 3em;
	padding-top: 2em;
}

.condition {
	min-height: 12em;
	padding: 1em 0.5em 1em 1em;
	border-radius: 20px;
}
.condition-icon {
  font-size: 30px;
  position: absolute;
  bottom: 1em;
}

.timeline {
    font-size: 100px;
}
.timeline .step:nth-child(1) {	color: #6c58c2; }
.timeline .step:nth-child(2) {	color: #6c58c2; }
.timeline .step:nth-child(3) {	color: #e5226c; }
.timeline .step:nth-child(4) {	color: #e5226c; }

.progres hr {
	border-style: solid;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #6c58c2 3%, #e5226c 64%);
	border-image-slice: 1;
}
.progres .img-wrapper {
	margin-bottom: 1em;
	min-height: 46px;
}

@media (max-width: 575.98px) { 
	.progres span {
		font-size: 16px;
	}
}

a.news-link {
	float: right;
	margin-top: -30px;
	color: #2e2e2e;
	text-decoration: none;
}
iframe{
	width:100%; 
	height:240px;
}
@media (max-width: 767.98px) { 
	iframe{
		height:600px;
	}
}


.QandA h2 {
	font-family: Miratrix;
	color: #6c58c2;
}
.QandA h5 {
  font-size: 25px;
  font-weight: normal;
}

.QandA .accordion-button {
	border: none !important;	
	box-shadow: none !important;	
}

.QandA .accordion-item {
	border: none;
    border-radius: 0;
	border-top: 1px solid  #f4f4f6;
}
.QandA .accordion-button {
	background-color: transparent;
	color: #f4f4f6	 !important;
}

.QandA .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f4f4f6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.QandA a {
	color: #f4f4f6	 !important;
}

header #picture {
	position: absolute;
	top: 0;
	right: 0;
}
header #picture * {
	position: absolute;
}

header #picture #d4 {
	top: 0;
	right: 0;
	z-index: 10;
}
header #picture #d2 {
	top: 260px;
	right: 0;
	z-index: 10;
}
header #picture #c {
	z-index: 10;
	top: 174px;
	right: 77px;
}
header #picture #sc {
	z-index: 20;
	top: 412px;
    right: 146px;
	display: none;
}
header #picture #img {
	top: 340px;
	right: 286px;
	z-index: 30;
	display: none;
}
header #picture #star {
	top: 512px;
	right: 82px;
	z-index: 40;
}
@media (max-width: 1199.98px) { 
	header #picture #c {
		display: none;
	}
}
@media (max-width: 991.98px) { 
	header #picture #img {
		right: calc(286px - 120px);
	}
	header #picture #star {
		right: 0;
	}
}
@media (max-width: 767.98px) { 
	header #picture #img {
		right: 60px;
	}
	header #picture #sc {
		right: 30px;
	}
}

@media (max-width: 575.98px) { 
	header #picture #img {
		right: 0;
	}
	header #picture #sc {
		right: 30px;
	}
}
@media (min-width: 576px) { 
	header #picture #sc,
	header #picture #img {
		display:inherit;
	}
}

footer h2 {
	text-transform: none;
}
@media (max-width: 767.98px) { 
	footer h2 {
		font-size: 22px;
		margin-top: 12px !important;
	}
}

footer .feedback {
	text-align: right;
	padding-top: 16px;
}

footer .request-btn {
	text-align: right;
}
footer .logo {
	padding-top: 32px;
}
footer .docs {
	font-size: 80%;
}


#modalRequest form {
	margin: 3rem 5rem;
}
#modalRequest form h2 {
	font-size: 40px;
	font-weight: 500;
	color: #2e2e2e;
	text-transform: none;
}

#modalRequest form input,
#modalRequest form textarea {
	border-radius: 15px;
}

#modalRequest form .dirs  {
	margin-left: 0;
	margin-right: 1.5rem;
}
#modalRequest form  .form-footer {
	margin-left: 0;
}
#modalRequest form input[type=checkbox] {
	border-radius: 0;
} 

.form-control:focus {
	box-shadow: none;
}
form  .form-floating {
	overflow: hidden;
}
.form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control:focus ~ label {
	white-space: nowrap;
	text-overflow: ellipsis;
}

