.factsheet-llm{padding-bottom:var(--spacer_32);padding-top:var(--spacer_16);width:100%}@media (max-width:540px){.factsheet-llm{margin-top:calc(var(--spacer_16)*-1)}}.factsheet-llm__inner{background-color:var(--tertiary_color);border-radius:var(--border_radius_8);flex-wrap:wrap;gap:var(--spacer_16);padding:var(--spacer_24)}@media (max-width:800px){.factsheet-llm__inner{padding:var(--spacer_16)}}.factsheet-llm__title{flex-shrink:0;margin-bottom:0}.factsheet-llm__list{align-items:center;flex-grow:1;flex-wrap:wrap;gap:var(--spacer_16) var(--spacer_48);justify-content:center}@media (max-width:800px){.factsheet-llm__list{gap:var(--spacer_16) var(--spacer_24);justify-content:space-between}}@media (max-width:600px){.factsheet-llm__list{gap:var(--spacer_8) var(--spacer_24)}}.factsheet-llm__item-link{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacer_8);transition:color var(--default_transition)}@media (max-width:800px){.factsheet-llm__item-link{font-size:var(--font_size_10,1rem);height:4.4rem;justify-content:center;width:4.4rem}}.factsheet-llm__item-link:hover{color:var(--primary_dark_color)}.factsheet-llm__item-link>*{pointer-events:none}@media (max-width:800px){.factsheet-llm__item-link-icon{display:block;height:auto;width:2rem}}@media (max-width:600px){.factsheet-llm__item-link-text{font-weight:var(--font_weight_500);white-space:nowrap}}.factsheet-faq{background-color:var(--primary_super_light_color);margin-bottom:var(--spacer_32);padding:var(--spacer_24) var(--spacer_48) var(--spacer_48);position:relative}@media (max-width:800px){.factsheet-faq{padding:var(--spacer_24) var(--spacer_16)}.factsheet-faq__title{padding-left:var(--spacer_16)}}.factsheet-faq__list{display:grid;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:92.8rem;row-gap:var(--spacer_16)}.factsheet-faq__item-label{background-color:var(--white_color);border-radius:var(--border_radius_5);box-shadow:inset 0 0 0 1px var(--white_color),0 0 0 0 var(--white_color);cursor:pointer;display:block;padding:var(--spacer_16);transition:box-shadow var(--default_transition)}.factsheet-faq__item-input:checked+.factsheet-faq__item-label{box-shadow:inset 0 0 0 1px var(--secondary_dark_color),0 4px 0 0 var(--secondary_dark_color)}.factsheet-faq__item-text-container{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--default_transition)}.factsheet-faq__item-input:checked+.factsheet-faq__item-label .factsheet-faq__item-text-container{grid-template-rows:1fr}.factsheet-faq__item-text{overflow:hidden;padding-top:0;transition:padding var(--default_transition)}.factsheet-faq__item-input:checked+.factsheet-faq__item-label .factsheet-faq__item-text{padding-top:var(--spacer_16)}.factsheet-faq__item-text>:last-child{margin-bottom:0}.factsheet-faq__item-text ul{list-style:initial}.factsheet-faq__item-title{margin-bottom:0;padding-right:var(--spacer_32);position:relative}.factsheet-faq__item-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23033230' fill-rule='evenodd' d='M15.64 11.842a1.23 1.23 0 0 1-1.737 0L8 5.956l-5.903 5.886a1.23 1.23 0 0 1-1.737 0 1.22 1.22 0 0 1 0-1.732l6.772-6.751a1.23 1.23 0 0 1 1.736 0l6.772 6.751c.48.478.48 1.253 0 1.732' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M16 0v16H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";height:1.6rem;position:absolute;right:0;top:50%;transform:translate(-50%,-50%) rotate(180deg);transition:transform var(--default_transition);width:1.6rem}.factsheet-faq__item-input:checked+.factsheet-faq__item-label .factsheet-faq__item-title:after{transform:translate(-50%,-50%) rotate(180deg) scaleY(-1)}