.elementor-21933 .elementor-element.elementor-element-91a048c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-21933 .elementor-element.elementor-element-844de81{text-align:center;}.elementor-21933 .elementor-element.elementor-element-844de81 .elementor-heading-title{font-family:"Arkitype - Modulus Pro Bold", Sans-serif;font-size:18px;font-weight:600;letter-spacing:-0.8px;word-spacing:-1.1px;}.elementor-21933 .elementor-element.elementor-element-0487f61{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-21933 .elementor-element.elementor-element-fc36504{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-21933 .elementor-element.elementor-element-124b7cfe{margin-top:0px;margin-bottom:0px;}.elementor-21933 .elementor-element.elementor-element-7c35da03 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-21933 .elementor-element.elementor-element-7c35da03 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-21933 .elementor-element.elementor-element-34f587bb > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.5;}.elementor-21933 .elementor-element.elementor-element-34f587bb{margin-top:0px;margin-bottom:0px;}.elementor-21933 .elementor-element.elementor-element-d7f5d18 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-21933 .elementor-element.elementor-element-d7f5d18 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-21933 .elementor-element.elementor-element-2aa8bea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1023px){.elementor-21933 .elementor-element.elementor-element-34f587bb{margin-top:0px;margin-bottom:0px;padding:0px 0px 30px 0px;}}@media(max-width:767px){.elementor-21933 .elementor-element.elementor-element-91a048c{--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-21933 .elementor-element.elementor-element-124b7cfe{margin-top:0px;margin-bottom:0px;padding:0px 0px 16px 0px;}.elementor-21933 .elementor-element.elementor-element-34f587bb{margin-top:-37px;margin-bottom:0px;}}@media(min-width:768px){.elementor-21933 .elementor-element.elementor-element-fc36504{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-4768cac *//* General Styles for Accordion */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    height: 50px;
    position: relative; /* Ensure proper positioning context */
}

.preview-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    margin-right: 10px;
    line-height: 50px;
    cursor: pointer; /* Indicates clickable area */
    pointer-events: auto;
}

.accordion-toggle {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 10; /* Ensure it's higher than the content's z-index */
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding-top 0.2s ease-out;
    padding-top: 0;
    cursor: pointer; /* Indicates clickable area */
    pointer-events: auto;
}

/* Styles for Active (Opened) State of Accordion */
.accordion.active .preview-text {
    display: none;
    cursor: pointer; /* Indicates clickable area */
    pointer-events: auto;
}

.accordion.active .accordion-content {
    max-height: 500px;
    margin-top: -38px;  /* Updated margin for correct placement */
    white-space: normal;
    cursor: pointer; /* Indicates clickable area */
    pointer-events: auto;
}

.accordion-toggle .fas {
    transition: transform 0.2s;
}

.accordion.active .accordion-toggle .fas {
    transform: rotate(180deg);
}

/* Additional style for Non-active (Closed) State of Accordion */
.accordion:not(.active) .accordion-content {
    margin-top: -38px; /* Consistent negative margin as requested */
    cursor: pointer; /* Indicates clickable area */
    pointer-events: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Arkitype &#8211; Modulus Pro Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://rockatship.com/wp-content/uploads/2024/07/ModulusPro-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Arkitype &#8211; Modulus Pro Bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://rockatship.com/wp-content/uploads/2024/07/Arkitype-Modulus-Pro-Extra-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */