@charset "utf-8";
/* CSS Document */



.CGV {
	margin-top:60px;
}

.CGV li {
	
	font-size: 14px;
	font-weight:normal;
	text-align: justify;
	text-align-last: left;
	margin:0 auto;
	line-height:1.5;

}
.faq-accordion-content p {
  margin: 0 0 12px;
  line-height: 1.5;
	font-size: 14px;
}

.faq-card h4 {
  
	padding-right:40px;
}



.card-wrapper {
  
  
  padding-top: 25px;
}



/* generics */
/*================================================*/

.content-cc{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FAQ card */
/*================================================*/

.faq-card {

  background-color: #fff;
  max-width: 1000px;
}


/* FAQ card: main */
/*================================================*/

.faq-content {
  padding: 9px 25px 25px ; 
}

.faq-content h1 {
  font-size: 22px;
  text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	color:black;
	font-weight:600;
  
}

.faq-accordion {
  padding: 8px 0;
  border-bottom: 1px solid hsl(240, 5%, 91%);
}

#no-bottom {
  border-bottom:0px;
	
}

/* FAQ card: main title */
/*================================================*/

/* checkbox tgg-title*/
input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h4{
  
  font-weight: 400;
  
}

.faq-accordion-title span{
  margin-left: auto;
  transition: transform .4s ease-in-out;
	
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/

/* main title, accordion title effects */



/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h4 {
  font-weight: 700;
}

.faq-accordion .tgg-title:checked + div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 2500px;
}

@media only screen and (max-width:678px) {
	.card-wrapper {
  
  padding-bottom: 0px; /* footer fixed */
  padding-top: 0px;
}
.faq-card {

  
  border-radius: 0px;
  max-width: 100vw;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
	.faq-accordion-title h4{
  font-size: 12px /*var(--font-size)*/;

  
}
	.faq-accordion-content p {
  
	font-size: 12px;
}
}