.container {
    width: 100%;
    max-width: 1700px;
    margin: 50px auto;
}
ul.accordion-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accordion-wrapper {
    margin-bottom: 0;
    grid-area: 2/1/3/3;
    width: 100%;
    position: relative;
    counter-reset: accordion-number xray-number;

}
.cursor-wrapper {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}
.cursor-wrapper.hide {
    visibility: hidden;
    opacity: 0;
}
.cursor-label-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.cursor-label-wrapper .expand-copy {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.cursor-label-wrapper .collapse-copy {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
[data-component="m04-list-element"] {
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.expand-item-button {
    border: none;
    background: none;
    width: 100%;
    padding: 28px 0 24px;
    text-align: left;
    color: #000;
    overflow: hidden;
}
button:hover.expand-item-button {
    background: none !important;
}
.accordion-wrapper button:focus,.accordion-wrapper button{
     background: none !important;
   outline: 0 !important;
    
    
}
span.collapse-copy {
    opacity: 0;
}
.prefix-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.img-wrapper {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
}
.img-wrapper .image {
    height: 100%;
    width: 100%;
}
.text-content {
    opacity: .8;
}
.expand-item-button {
    border: none;
    background: none;
    width: 100%;
    padding: 28px 0 24px;
    text-align: left;
    color: #000;
    overflow: hidden;
}
.mask {
    width: 240px;
    height: 240px;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1;
    -webkit-clip-path: url(#mask_path);
    clip-path: url(#mask_path);
}
.mask_svg {
    position: absolute;
    width: 0;
    height: 0;
  }
.mask-background-image {
    position: absolute;
    width: 320px !important;
    height: 320px !important;
     max-width: 320px !important;
}
.mask-content {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.mask-content .prefix:before {
    color: #fff;
    content: counter(xray-number,decimal-leading-zero);
    counter-increment: xray-number;
}
.heading-2 {
    font-weight: 700;
    margin: 0;
    line-height: inherit !important;
}
.commitment-title:hover{
    color:#0F3150 !important;
}
.accordion-btn {
    position: absolute;
    display: none;
    top: 50%;
    right: 50px;
    border-radius: 8px;
    background-color: #5D7F97;
    color: #fff !important;
    padding: 16px 26px;
    text-decoration: none;
    z-index: 10;
    font-size: 14px;
    text-transform: uppercase;

}
.accordion-wrapper > li:hover .accordion-btn {
    display: block;
}
.accordion-wrapper button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}
@media (min-width: 768px) {
    .expand-item-button {
        padding: 32px 0 40px;
    }
    .prefix-header-wrapper {
        max-width: calc(77.77778% - 5.33333px);
    }
    .circle-wrapper {
        max-width: calc(16.66667% - 50px);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .img-wrapper {
        width: 64px;
        height: 64px;
    }
    .text-content {
        max-width: calc(50% - 12px);
    }
}
@media (min-width: 1024px) {
    .expand-item-button {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prefix-header-wrapper {
        max-width: calc(77.77778% - 7.11111px);
    }
    .prefix:before {
            font-size: 40px;
    font-weight: lighter;
        color: #0F3150;
        opacity: .2;
        position: absolute;
        content: counter(accordion-number,decimal-leading-zero);
        display: block;
        counter-increment: accordion-number;
    }
    .accordion-content {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .expand-item-button {
        padding-bottom: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1022px) {
    [data-component="m04-list-element"] {
        position: relative;
    }
    .expand-item-button {
        padding: 0;
        cursor: pointer;
    }
    .prefix-header-wrapper {
        max-width: calc(77.77778% - 13.33333px);
    }
    .prefix-header-wrapper {
        width: 100%;
        max-width: calc(77.77778% - 13.33333px);
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        padding: 32px 0 48px;
        margin-bottom: 0;
        -webkit-transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
        -o-transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
        transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
    }
    .button-copy {
        width: 100%;
        max-width: calc(85.71429% - 2.85714px);
        font-size: 62px;
    }

    .accordion-content {
        max-width: calc(88.88889% - 6.66667px);
        width: 100%;
        pointer-events: none;
        visibility: hidden;
        margin-left: 12%;
    }
    .text-content {
        width: 100%;
        max-width: calc(50% - 10px);
        padding-bottom: 48px;
    }
    .mask-container {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .prefix-header-wrapper {
        width: 100%;
        max-width: calc(77.77778% - 4.44444px);
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        padding: 32px 0 48px;
        margin-bottom: 0;
        -webkit-transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
        -o-transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
        transition: opacity 1s cubic-bezier(.6,0,.2,1),padding 1s cubic-bezier(.6,0,.2,1);
    }
    .prefix-header-wrapper * {
        pointer-events: none;
    }
    .prefix {
        width: 100%;
        max-width: calc(14.28571% - 17.14286px);
        line-height: 2.7;
    }
    .button-copy {
        width: 100%;
        max-width: calc(85.71429% - 2.85714px);
        font-size: 62px;
    }
    .circle-wrapper {
        display: none;
    }
}
@media(min-width: 1025px){
    a.accordion-btn_mobile {
    display: none !important;
}
}
@media (max-width: 1024px) {
    .cursor-wrapper {
        display: none;
    }
    a.accordion-btn {
    display: none;
}
a.accordion-btn_mobile{
   border-radius: 8px;
    background-color: #5D7F97;
    color: #fff !important;
    padding: 11px 20px;
    text-decoration: none;
    z-index: 10;
    font-size: 12px;
    text-transform: uppercase; 
    margin-bottom: 10px;
        margin-top: 5px;
    position: relative;
    display: inline-block;
}
.body-large-regular.rte-style.text-content{
    padding-bottom: 20px;
}
}
[data-component=m04-list-element] .prefix-header-wrapper.js-header {
    opacity: 1 !important;
}
[data-component=m04-list-element]:not([aria-expanded="true"]) .prefix-header-wrapper.js-header .heading-2  {
    opacity: .3 !important;
    transition: opacity .3s linear;
}

.accordion-wrapper [data-component=m04-list-element]:not([aria-expanded="true"]):hover .prefix-header-wrapper.js-header  h3.heading-2 {
    opacity: 1 !important;
    transition: opacity .3s linear;
}
.accordion-wrapper [data-component=m04-list-element]:not([aria-expanded="true"]):hover .prefix-header-wrapper.js-header  .prefix:before {
    opacity: 1 !important;
    transition: opacity .3s linear;
}

@media(max-width: 1200px){
	.img-wrapper{
		clip-path: url(#mask_path);
		border-radius: 0%;
	}
	.mask-container {
    display: none;
}
.prefix-header-wrapper{
	margin-bottom: 0px;
}
[data-component=m04-list-element]:not([aria-expanded="true"]) .prefix-header-wrapper.js-header .heading-2{
	opacity: 1 !important;
}
.prefix-header-wrapper{
	display: flex;
	
}

    .expand-item-button {
        padding: 32px 0 40px;
    }
    .prefix-header-wrapper {
        max-width: calc(77.77778% - 5.33333px);
    }
    .circle-wrapper {
        max-width: calc(16.66667% - 50px);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .img-wrapper {
        width: 72px;
        height: 80px;
    }
    .text-content {
        max-width: calc(50% - 12px);
    }

}
@media(max-width: 1110px) and (min-width:601px){

.img-wrapper {
    width: 127px;
    height: 127px;
}
.circle-wrapper {
    max-width: calc(40.66667% - 50px);
}
.prefix-header-wrapper {
    max-width: calc(94.77778% - 5.33333px);
}}
@media(max-width: 600px){
.prefix-header-wrapper {
    max-width: calc(98.77778% - 5.33333px);
}
.circle-wrapper {
       max-width: 100%;}
       .text-content {
    max-width: 100%;
}
[data-component=m04-list-element]:not([aria-expanded="true"]) .prefix-header-wrapper.js-header .heading-2 {
    opacity: 1 !important;
    white-space: initial;
    font-size: 34px;
}
}
@media (max-width: 1200px) and (min-width: 600px){
.text-content {
    max-width: calc(97% - 12px);
    display: inline-flex;
}
.accordion-wrapper > li:hover .accordion-btn {
    display: none;
}
}