/* 
.accordion-header .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
} */

.accordion button {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #FFFFFF;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;

    color: #FFFFFF;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: calc(50% - 11px);
    right: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 50%;
    transition: all 0.1s;
}

.icon-container {
    position: absolute;
    width: 22px;
    height: 22px;
}

.accordion button .icon::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
    transition: all 0.1s;
}

.accordion button[aria-expanded=true] {
    color: #FFFFFF;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 50em;
    transition: all 200ms ease-in;
    will-change: opacity, max-height;
}


.accordion-item {
    background-color: unset;
    border: none;
    width: 100%;
    margin-top: 16px;
    margin-bottom: px;
    border-bottom: 1px solid #5975D9;
}


.accordion {

    color: #FFFFFF;
}


.footer-text {
    color: #FFFFFF;
}

.accordion-button-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 16px;
    background: #003BBA !important;
    color: #fff !important;
}

.accordion-container {
    border-bottom: #5975D9 solid 1px;
}

.footer-top-1 {
    transition: all 0.5s;
}




/* header */



.accordion-header button {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    color: #2C2C2C;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
}

.accordion-header button:hover,
.accordion-header button:focus {
    cursor: pointer;

    color: #2C2C2C;
}

.accordion-header button:hover::after,
.accordion-header button:focus::after {
    cursor: pointer;

    color: #2C2C2C;
}


.accordion-header button .icon {
    display: inline-block;
    position: relative;

    width: 22px;
    height: 22px;
    border: 1px solid #2C2C2C;
    border-radius: 50%;

}

.accordion-header button .icon::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #2C2C2C;
}

.accordion-header button .icon::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}


.accordion-header button[aria-expanded=true] .icon::after {
    width: 0;
}

/* .accordion-content {
    transition: visibility 0s ease-in 300ms, opacity 300ms;
} */

.accordion-content.hidden {
    display: flex;
    height: 0px;
    opacity: 0;
    transition: all 0.75s ease-out;
    padding: 0;
    margin: 0;
}

.accordion-content.hidden * {
    height: 0;
    width: 0;   
    overflow: hidden;
}

.accordion-content * {
    height: auto;
    width: 100%;
}
.accordion-content {
    transition: all 0.75s ease-out;

}

.accordion-header-content.hidden {
    display: flex;
    height: 0px;
    opacity: 0;
    transition: all 0.5s ease-out;

}

.accordion-header-content {
    transition: all 0.5s ease-out;

}


button[aria-expanded=true] .accordion-content {
    opacity: 1;
    max-height: 50em;
    transition: all 1000ms ease-in;
    will-change: opacity, max-height;
}

button[aria-expanded=false] .accordion-content {
    opacity: 0;
    max-height: 0;

    /* transition: opacity 200ms ease-in, max-height 200ms ease-in;
    will-change: opacity, max-height; */
    transition: all 1s;

}

.accordion-header .accordion-header-content {
    opacity: 0;
    max-height: 0;

    transition: opacity 200ms ease-in, max-height 200ms ease-in;
    will-change: opacity, max-height;
    transition: all 1s;

}

.accordion-header-content {
    transition: all 1s;
}

.accordion-header-item {
    background-color: unset;
    border: none;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #5975D9;
}


.accordion-header {

    color: #2C2C2C;
}




.accordion-header-button-custom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 18px;
    padding-top: 16px;
    background: inherit !important;
    color: #2C2C2C !important
}

.accordion-header-container {
    border-bottom: rgba(69, 69, 69, 0.2) solid 1px;
}

.footer-top-1 {
    transition: all 0.5s;
}

.accordion-header button[aria-expanded="true"] {
    color: #003BBA;
}

.menu-mobile-item {
    color: #2C2C2C;
    opacity: 0.8;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}