
/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
/* Accordian */
/*================================================*/
  
  
html {
	box-sizing: border-box;
}
* {
	box-sizing: inherit;
}
.attribution {
	font-size: 11px;
	text-align: center;
	background-color: hsl(240, 5%, 91%);
	padding: 8px 0 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.attribution a {
	color: hsl(228, 45%, 44%);
}
/* global */
/*================================================*/


body {
	margin: 0;
	font-family: var(--principal-font);
	font-size: 12px;
	color: var(--neutral-dark-color);
	background: var(--bg-gradient);
	background-size: cover;
}
.card-wrapper {
	min-height: 80vh;/*padding-bottom: 100px;*/ /* footer fixed */
  /*padding-top: 40px;*/
}
p {
	margin: 0 0 12px;
	line-height: 1.4;
	font-size:20px;
}
h2 {
	margin: 12px 0;
}
/* generics */
/*================================================*/

.content-cc {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* FAQ card */
/*================================================*/

.faq-card {
	background-color: transparent;
	max-width: 100%;
}
/* FAQ card: imagenes */
/*================================================*/


.faq-ilustrations {
	position: relative;
}
.faq-ilustrations .mobile.ilust {
	position: absolute;
	top: -110px;
	left: -30px;
	right: 0;
}
.mobile {
	display: block;
	margin: 0 auto;
}
/* FAQ card: main */
/*================================================*/

.faq-content {
	padding: 0px 25px -2rem;
}
.faq-content h1 {
	font-size: 32px;
	text-align: center;
	color: var(--primary-dark-color);
}
.faq-accordion {
	padding: 5px 0;
	border-bottom: 1px solid hsl(240, 5%, 91%);
}
/* 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 h2 {
	font-size: 26px /*var(--font-size)*/;
	color: #242D48 !important;
	font-weight: 900;
	color: var(--neutral-dark-color);
}
.faq-accordion-title span {
	margin-left: auto;
	transition: transform .4s ease-in-out;
}
/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
	color: var(--neutral-soft-color);
	overflow: hidden;
	max-height: 0;
	transition: max-height .4s ease-in-out;
}
/* Effects */
/*================================================*/

/* main title, accordion title effects */

.faq-accordion-title:hover h2 {
	color: var(--primary-soft-color)
}
/* onclick "" */
.faq-accordion .tgg-title:checked + div>label>h2 {
	font-weight: 100;
}
.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: 1050px;
}
#accordianbox1{
	font-size:19px;
	letter-spacing:0.5px;
	margin-bottom:30px;
}
#accordianbox2{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.links{
	font-size:22px;
	color:#242D48;
	line-height:36px;
}