section.gt-block.faq {
overflow: hidden;
}
section.gt-block.faq .container .inner .faq__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 10rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.faq .container .inner .faq__content hr {
width: 100vw;
height: 1px;
background: #cdcdcd;
}
section.gt-block.faq .container .inner .faq__content hr:last-child {
display: none;
}
section.gt-block.faq .container .inner .faq__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 5rem 0 0rem 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 5rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.faq .container .inner .faq__content-questions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 2rem;
}
section.gt-block.faq .container .inner .faq__content-questions .small {
color: #1a1a2c;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 700;
font-size: 12px;
font-style: normal;
line-height: normal;
}
section.gt-block.faq .container .inner .faq__content-questions-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
section.gt-block.faq .container .inner .faq__content-questions-title:hover .faq__content-questions-title-arrow {
border: 1px solid var(--black-primary);
}
section.gt-block.faq .container .inner .faq__content-questions-title:hover svg path {
stroke: var(--black-primary);
}
section.gt-block.faq .container .inner .faq__content-questions-title h3 {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
section.gt-block.faq .container .inner .faq__content-questions-title-arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 5rem;
height: 5rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
border-radius: 5rem;
border: 1px solid #cdcdcd;
rotate: 0deg;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
section.gt-block.faq .container .inner .faq__content-questions-title-arrow.open {
rotate: 180deg;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
section.gt-block.faq .container .inner .faq__content-questions-title-arrow svg path {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
section.gt-block.faq .container .inner .faq__content-questions-answer {
display: none;
}
section.gt-block.faq .container .inner .faq__content-questions-answer h4,
section.gt-block.faq .container .inner .faq__content-questions-answer p {
padding-bottom: 2rem;
}