@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
	
		html {
			font-family: "Roboto";
		}
		body{
			background-color: white;
		}
		#feedback {
  max-width: 60%;
  width: 100%;
  margin: 10px auto;
  padding: 20px;
  border: solid 1px #f1f1f1;
  background: #fbfbfb;
  box-shadow: #e6e6e6 0 0 4px ;
  border-radius: 0.25rem;
}

@media (max-width: 720px) {
  #feedback{
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  #feedback{
    padding: 10px;
  }
}

#fh2{
 padding: 2px 15px;
 color: #ff4d4d;
 font-size: 30px;
 text-align: center;
 
 
}

@media (max-width: 400px) {
  #fh2{
    font-size: 20px;
  }
}


#fh6 {
 padding: 2px 15px;
 text-align: center;
 font-weight: normal;
 font-size: 30px;
}

@media (max-width: 400px) {
  #fh6{
    font-size: 12px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
  
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: #6C6262;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #696060;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #F34949;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: brown;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: blue;
  opacity: 1;
}

.form-control::placeholder {
  color: white;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: red;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: green;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  width: 45px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #2e2e2e;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

:root {
  --size: 20rem;
  --stroke-size: 4rem; 
  --rating: 0;
}
 .slice:nth-child(1) .fa-regular { transform: rotate(0deg); }
    .slice:nth-child(2) .fa-regular { transform: rotate(-36deg); }
    .slice:nth-child(3) .fa-regular { transform: rotate(-72deg); }
    .slice:nth-child(4) .fa-regular { transform: rotate(-108deg); }
    .slice:nth-child(5) .fa-regular { transform: rotate(-144deg); }


.graph-container {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  padding-left: 5px;
  margin-top: 20px;
  animation: 1s animateRating linear;
}
.pinfo {
  font-weight: bold;
}
.graph-container *, .graph-container *::before, .graph-container *::after {
  box-sizing: border-box;
}

.half-donut {
  width: var(--size);
  height: 10rem; 
  border-radius: 20rem 20rem 0 0;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 0 0.3rem #0005);
}
.slice {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20rem 20rem 0 0;
  border: 4rem solid transparent;
  border-bottom: none;
  transform-origin: 50% 100%;
  background: transparent;
}

.slice:hover {
  opacity: 0.8;
  cursor: pointer;
}

.slice:nth-child(1) {
  border-color: #d72e2c;
  transform: rotate(0deg);
}

.slice:nth-child(2) {
  border-color: #ff6259;
  transform: rotate(36deg);
}

.slice:nth-child(3) {
  border-color: #f19c4b;
  transform: rotate(72deg);
}

.slice:nth-child(4) {
  border-color: #68ca6f;
  transform: rotate(108deg);
}

.slice:nth-child(5) {
  border-color: #509d55;
  transform: rotate(144deg);
}

.slice .fa-regular {
  font-size: 2rem;
  color: #000;
  position: absolute;
  left: -2.5rem;
  top: 2.5rem;
  transform: rotate(90deg);
}

 .slice:nth-child(1) .fa-regular { transform: rotate(0deg); }
    .slice:nth-child(2) .fa-regular { transform: rotate(-36deg); }
    .slice:nth-child(3) .fa-regular { transform: rotate(-72deg); }
    .slice:nth-child(4) .fa-regular { transform: rotate(-108deg); }
    .slice:nth-child(5) .fa-regular { transform: rotate(-144deg); }

.marker {
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  width: 2rem;
  margin-left: 5px;
  height: 2rem;
  left: 50%;
  bottom: 0;
  border: 0.64rem solid #fff;
  border-radius: 50%;
  --turn: calc(45deg + (36deg * var(--rating)));
    transform: translate(-50%, 50%) rotate(var(--turn));
  transform-origin: 50% 50%;
  transition: 0.2s linear;
}

.marker::before {
  content: "";
  position: absolute;
  border: 0.66rem solid transparent;
  border-right: 8rem solid #FFF;
  left: 0%;
  bottom: 0;
  transform: translate(-100%, 50%) rotate(-45deg);
  transform-origin: 100% 50%;
  filter: drop-shadow(-0.2rem 0 0.2rem #0008);
}

@keyframes animateRating {
  50% {
    --rating: 5;
  }
}

#range {
  -webkit-appearance: none;
  width: 20rem;
  height: 0.5rem;
  background: #90CAF9;
  outline: none;
  opacity: 0.7;
  margin-left: 5px;
  border-radius: 0.5rem;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  #range {
  -webkit-appearance: none;
  width: 20rem;
  height: 0.5rem;
  background: #90CAF9;
  outline: none;
  opacity: 0.7;
  margin-left: 10px;
  border-radius: 0.5rem;
  transition: opacity 0.2s;
}
}

#range:hover {
  opacity: 1;
}

#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #2962FF;
  border: 0.5rem solid #FFF;
  cursor: pointer;
}

#range::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  background: #2962FF;
  cursor: pointer;
}





@keyframes smiley-blink {
	0% {
		margin-top: 36%;
		height: 2%;
		border-radius: 25%;
	}
	1%, 100% {
		margin-top: 30%;
		height: 16%;
		border-radius: 50%;
	}
}

@keyframes smiley-look-to-sides-left-eye {
	0% {
		margin-left: 27%;
	}
	0.5%, 5% {
		margin-left: 17%;
	}
	6%, 9% {
		margin-left: 30%;
	}
	9.5%, 100% {
		margin-left: 27%;
	}
}

@keyframes smiley-look-to-sides-right-eye {
	0% {
		margin-right: 27%;
	}
	0.5%, 5% {
		margin-right: 37%;
	}
	6%, 9% {
		margin-right: 24%;
	}
	9.5%, 100% {
		margin-right: 27%;
	}
}

* {
	text-align: center;
}

section {
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 50px;
	margin: 20px 0 0 0;
  margin-top: 70px;
}

h1 {
	font-size: 30px;
	color: #696969;
	padding: 0;
	margin: 30px 0 0 0;
	font-family: "Intro Thin";
	font-weight: normal;	
  margin-top: 150px;
}

.smiley {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
  margin-left: 885px;
  margin-top: 100px;
}

.smiley .smiley-eye {
	position: relative;
	width: 16%;
	height: 16%;
	background-color: #fff;
	margin-top: 30%;
	border-radius: 50%;	
}

/*.smiley .smiley-eye:before {
	content: " ";
	position: absolute;
	top: 40%;
	left: 50%;
	width: 30%;
	height: 30%;
	border-radius: 50%;
	background-color: #38ae37;
} */

.smiley .smiley-left-eye {
	float: left;
	margin-left: 27%;
}

.smiley.happy-state .smiley-left-eye {
	animation: smiley-blink 10s ease-in 2s infinite normal, smiley-look-to-sides-left-eye 10s linear 0s infinite normal;
}
	
.smiley .smiley-right-eye {
	float: right;
	margin-right: 27%;
}

.smiley.happy-state .smiley-right-eye {
	animation: smiley-look-to-sides-right-eye 10s linear 0s infinite normal;	
}

.smiley.blink .smiley-left-eye {
	height: 2%;
	margin-top: 36%;
	border-radius: 25%;
}

.smiley.happy-state .smiley-mouth {
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 20%;
	bottom: 22%;
	left: 50%;
	margin-left: -25%;
	border-radius: 0 0 1000px 1000px;
}

.smiley.sad-state .smiley-mouth {
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 20%;
	bottom: 24%;
	left: 50%;
	margin-left: -25%;
	border-radius: 1000px 1000px 0 0;
}

@keyframes smiley-cry {
	0% {
		width: 1%;
		height: 1%;
		opacity: 0;
		top: 45%;
		right: 78%;
		transform: rotate(-20deg);
	}
	2% {
		opacity: 1;
		bottom: 45%;
	}
	10% {
		width: 10%;
		height: 10%;		
	}
	15% {
		transform: rotate(-45deg);
		top: 50%;
	}
	25% {
		opacity: 1;
	}
	32% {
		top: 95%;
		opacity: 0;
	}
	45% {
		top: 95%;
		opacity: 0;
	}
	50%, 100% {
		top: 100%;
		opacity: 0;
	}
}

.smiley .smiley-tear {
	position: absolute;
	top: 45%;
	right: 78%;
	width: 10%;
	height: 10%;
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 100%;
  	border-bottom-left-radius: 100%;
  	border-bottom-right-radius: 100%;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	animation: smiley-cry 4s ease-in 0s infinite normal;	
}


.smiley.happy-state {
	background-color: #38ae37;
}

.smiley.sad-state {
	background-color: #a93333;
} 
#back {
 margin-top: 100px;
 display: flex;
 justify-content: center;
 margin-left: 870px;
 position: absolute;

}
  .cookie-consent {
  z-index: 99;
  position: fixed;
  max-width: 22rem;
  left: 6.5rem;
  bottom: 25px;
}


.cookie-consent .cookie-button {
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0) rotate(-200deg);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-color: #ddaa65;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5ie2ZpbGw6Izg0M308L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSIzMCIgY3k9IjMwIiByPSIzMCIgZmlsbD0iI2RkYWE2NSIgR29vZ2w9InRydWUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMTUuNSIgY3k9IjIxLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIzNC41IiBjeT0iMTIuNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjIwLjUiIGN5PSI0NS41IiByPSIzLjUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMzcuNSIgY3k9IjUzLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSI0OC41IiBjeT0iMzguNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjM0IiBjeT0iMzMiIHI9IjYiLz48L3N2Zz4=");
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  left: 25px;
  height: 60px;
  width: 60px;
}


.cookie-consent .cookie-popin {
  z-index: 99;
  position: relative;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem 1.75rem;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}


.cookie-consent .cookie-popin::before {
  content: "";
  height: 2.4rem;
  width: 1.4rem;
  left: 0;
  bottom: 0.7rem;
  position: absolute;
}


.cookie-consent .cookie-popin .title {
  font-weight: 900;
  font-size: 1.4rem;
  color: #333;
}


.cookie-consent .cookie-popin .description {
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
  color: #999;
}
.cookie-consent .cookie-popin .description a {
  color: #52bab3;
}


.cookie-consent .cookie-popin .user-choice {
  position: relative;
}


.cookie-consent .cookie-popin .user-choice::after {
  content: "";
  z-index: -1;
  position: absolute;
  height: 1.3rem;
  width: 1.3rem;
  background: #fff;
  border-top-right-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  left: -0.4rem;
  margin-top: 1rem;
}


.cookie-consent .cookie-popin .user-choice .auth-button {
  user-select: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #292e49;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.2rem;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0.18rem 0.3rem 0.05rem rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
}


.cookie-consent .cookie-popin .user-choice .auth-button-light {
  background-color: #fff;
  color: #292e49;
}


.cookie-consent.-deploy .cookie-button {
  transform: scale(1) rotate(0);
}
.cookie-consent.-deploy .cookie-popin {
  transform: scale(1);
}
#N {
  margin-top: 17px;
}
 #logo1 {
  top: 17px;
 }