.faq {
font-family: Montserrat;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.faq__graphic {
position: absolute;
top: 0px;
left: 0px;
z-index: 20;
height: 130px;
width: 100%;
}
.faq__graphic-image {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.faq__image {
}
.faq-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.faq__element {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.faq__content {
display: flex;
width: 100%;
max-width: 1200px;
flex-direction: column;
justify-content: flex-start;
padding-top: 256px;
padding-bottom: 160px;
width: calc(100% - 100px);
position: relative;
z-index: 2;
}
.faq__title {
font-size: 40px;
line-height: 1.2;
width: 100%;
max-width: 50%;
border-style: none;
font-family: Montserrat;
}
.faq__title .accent {
--tw-text-opacity: 1;
color: rgb(81 172 251 / var(--tw-text-opacity));
}
.faq__description {
font-size: 19px;
line-height: 1.7;
margin-top: 20px;
width: 100%;
max-width: 50%;
}
.faq__items {
margin-top: 56px;
width: 100%;
max-width: 50%;
gap: 5px;
display: flex;
flex-direction: column;
}
.faq__item {
}
.faq__item-title {
width: 100%;
align-items: stretch;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 0px;
font-family: Montserrat;
}
.faq__item-index {
--tw-bg-opacity: 1;
background-color: rgb(81 172 251 / var(--tw-bg-opacity));
padding-left: 1em;
padding-right: 1em;
}
.faq__item-action {
}
.call-to-action-2__actions {
margin-top: 28px;
gap: .5em;
font-size: 11px;
}
.faq__item {
}
.faq__item-title {
font-size: 12px;
font-weight: 600;
line-height: 1.5;
}
.faq__item-action {
}
.faq__item-box {
font-size: 14px;
line-height: 1.6;
}
.faq__item {
}
.faq__item-title {
display: flex;
align-items: center;
justify-content: space-between;
border-style: none;
padding: 0px;
outline: 2px solid transparent;
outline-offset: 2px;
}
.faq__item-index {
display: flex;
min-width: 4em;
max-width: 10%;
align-items: center;
justify-content: center;
padding-top: 1.5em;
padding-bottom: 1.5em;
font-size: 13px;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(37 37 37 / var(--tw-text-opacity));
}
.faq__item-text {
display: flex;
flex-grow: 1;
align-items: center;
justify-content: flex-start;
padding: 1.5em;
text-align: left;
font-size: 14px;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(37 37 37 / var(--tw-text-opacity));
}
.faq__item-action {
}
.faq__item-box-content {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding-top: 1em;
padding-bottom: 1em;
padding-left: 12%;
padding-right: 12%;
font-size: 16px;
line-height: 1.6;
padding-bottom: calc(1em + 28px);
}
.faq__item {
}
.faq__item-title {
}
.faq__item-action {
}
.faq__item-box {
}
.faq__item {
}
.faq__item-title {
align-items: stretch;
box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%);
display: flex;
justify-content: space-between;
}
.faq__item-action {
}
.faq__item-box {
overflow: hidden;
will-change: height;
}
.faq__item-box[data-state="collapsed"] {
height: 0;
}
.faq__item-box[data-state="expanded"] {
height: initial;
}
.faq__item-box[data-state-has-transition] {
transition: height 200ms ease-out;
}
:is(.faq__item-title:hover, .faq__item-title[data-state="expanded"]) {
--tw-bg-opacity: 1;
background-color: rgb(81 172 251 / var(--tw-bg-opacity));
}
.faq__item-title .faq__item-action:before {
content: '+';
}
:is(.faq__item-title:hover, .faq__item-title[data-state="expanded"]) .faq__item-action:before {
content: '-';
}
.faq__item-action {
display: flex;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
flex-grow: 0;
align-items: center;
justify-content: flex-start;
padding: 1.5em;
text-align: left;
font-size: 13px;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(37 37 37 / var(--tw-text-opacity));
}