@keyframes sequence-up-animation{0%{opacity:0;transform:translateY(var(--animate-shift,2rem));visibility:hidden}to{opacity:1;transform:translateY(0);visibility:visible}}@keyframes sequence-down-animation{0%{opacity:0;transform:translateY(calc(var(--animate-shift, 2rem)*-1));visibility:hidden}to{opacity:var(--animate-opacity,1);transform:translateY(0);visibility:visible}}@keyframes sequence-down-reverse-animation{0%{opacity:1;transform:translateY(0);visibility:visible}to{opacity:0;transform:translateY(calc(var(--animate-shift, 2rem)*-1));visibility:hidden}}@keyframes sequence-left-animation{0%{opacity:0;transform:translateX(var(--animate-shift,2rem));visibility:hidden}to{opacity:1;transform:translateX(0);visibility:visible}}@keyframes sequence-right-animation{0%{opacity:0;transform:translateX(calc(var(--animate-shift, 2rem)*-1));visibility:hidden}to{opacity:1;transform:translateX(0);visibility:visible}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-left{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered){--animation-name:fade-in;--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence1,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):first-child{--animate-delay:0}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence2,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence3,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence4,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence5,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence6,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence7,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence8,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered).animate__sequence9,.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered):nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=fadeIn].animate__current:not(.animate__triggered){animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered){--animation-name:fade-in-left;--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence1,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):first-child{--animate-delay:0}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence2,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence3,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence4,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence5,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence6,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence7,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence8,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered).animate__sequence9,.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered):nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=fadeInLeft].animate__current:not(.animate__triggered){animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered){--animation-name:fade-in-right;--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence1,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):first-child{--animate-delay:0}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence2,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence3,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence4,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence5,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence6,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence7,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence8,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered).animate__sequence9,.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered):nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=fadeInRight].animate__current:not(.animate__triggered){animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered){--animation-name:fade-in-up;--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence1,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):first-child{--animate-delay:0}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence2,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence3,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence4,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence5,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence6,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence7,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence8,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered).animate__sequence9,.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered):nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=fadeInUp].animate__current:not(.animate__triggered){animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered){--animation-name:fade-in-down;--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence1,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):first-child{--animate-delay:0}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence2,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence3,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence4,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence5,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence6,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence7,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence8,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered).animate__sequence9,.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered):nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=fadeInDown].animate__current:not(.animate__triggered){animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered){--animation-name:sequence-up-animation}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>*{--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=sequenceUp].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered){--animation-name:sequence-up-animation}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>*{--animate-direction:forwards;--animate-duration:0.5s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.05s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.1s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.15s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:0.25s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:0.3s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:0.35s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceUpFast].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay);animation-direction:var(--animate-direction);animation-duration:var(--animate-duration);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered){--animation-name:sequence-down-animation}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>*{--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=sequenceDown].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered){--animation-name:sequence-down-animation}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>*{--animate-direction:forwards;--animate-duration:0.5s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.05s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.1s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.15s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:0.25s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:0.3s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:0.35s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceDownFast].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay);animation-direction:var(--animate-direction);animation-duration:var(--animate-duration);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered){--animation-name:sequence-down-reverse-animation}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>*{--animate-direction:forwards;--animate-duration:0.5s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.05s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.1s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.15s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:0.25s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:0.3s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:0.35s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceDownReverseFast].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay);animation-direction:var(--animate-direction);animation-duration:var(--animate-duration);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered){--animation-name:sequence-left-animation}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>*{--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=sequenceLeft].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered){--animation-name:sequence-right-animation}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>*{--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence1,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:first-child{--animate-delay:0}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence2,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(2){--animate-delay:0.2s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence3,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(3){--animate-delay:0.4s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence4,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(4){--animate-delay:0.6s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence5,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(5){--animate-delay:0.8s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence6,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(6){--animate-delay:1s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence7,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(7){--animate-delay:1.2s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence8,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(8){--animate-delay:1.4s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>.animate__sequence9,.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>:nth-child(9){--animate-delay:1.6s}.has-custom-animation[data-animation=sequenceRight].animate__current:not(.animate__triggered)>*{animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.mollie-carousel{--section-padding:var(--m-layout-margin-ver,6.25rem) var(--m-layout-margin-hor,4.375rem);--section-height:clamp(32rem,12.625rem + 60.5469vw,51.375rem);--text-items-gap:1rem;--text-animation-duration:var(--m-duration-150);--slide-template:45% 55%;--slide-items-gap:4.375rem;--slide-preview-width:5rem;--slide-label-margin:calc(50% - var(--slide-preview-width)/2);--slide-preview-overlay:var(--m-color-background);--bullet-color:var(--m-color-text-primary);--bullet-size:0.65rem}.mollie-carousel .swiper-slide-prev .mollie-carousel-item__media-label{right:0}.mollie-carousel .swiper-slide-next .mollie-carousel-item__media-label{left:0}.mollie-carousel .main-text,.mollie-carousel [data-type="core/heading"],.mollie-carousel h2{font-family:var(--m-font-family-brand);font-size:var(--m-font-size-heading-1);font-weight:var(--m-font-weight-semi);letter-spacing:var(--m-letter-spacing-regular);line-height:var(--m-line-height-dense)}.mollie-carousel p{color:var(--m-color-text-tertiary);font-family:var(--m-font-family-brand);font-size:var(--m-font-size-subtitle);font-weight:var(--m-font-weight-regular);letter-spacing:var(--m-letter-spacing-regular);line-height:var(--m-line-height-spaced)}.mollie-carousel .main-text.has-heading2-heading{font-size:var(--m-font-size-heading-2);line-height:var(--m-line-height-dense)}.mollie-carousel .main-text.has-heading2-heading,.mollie-carousel .main-text.has-heading3-heading{font-family:var(--m-font-family-brand);font-weight:var(--m-font-weight-semi);letter-spacing:var(--m-letter-spacing-regular)}.mollie-carousel .main-text.has-heading3-heading{font-size:var(--m-font-size-heading-3);letter-spacing:var(--m-letter-spacing-dense);line-height:var(--m-line-height-identical);line-height:var(--m-line-height-dense)}.mollie-carousel .main-text.has-heading4-heading{font-family:var(--m-font-family-brand);font-size:var(--m-font-size-heading-4);font-weight:var(--m-font-weight-semi);letter-spacing:var(--m-letter-spacing-regular);letter-spacing:var(--m-letter-spacing-dense);line-height:var(--m-line-height-identical);line-height:var(--m-line-height-dense)}.mollie-carousel-item{display:inline-grid;grid-template-columns:100%;width:100%}@media (min-width:1024px){.mollie-carousel-item{grid-template-columns:var(--slide-template)}}.mollie-carousel-item__content{align-self:center}.mollie-carousel-item__media{align-self:center;height:0;margin:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.mollie-carousel-item__media>img,.mollie-carousel-item__media>video{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.mollie-carousel-item__media-label{box-sizing:border-box;height:100%;opacity:1;position:absolute;transition:opacity var(--text-opacity-duration);width:var(--slide-preview-width)}.mollie-carousel-item__media-label:before{background-color:var(--slide-preview-overlay);content:" ";display:block;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.mollie-carousel-item__media-label label{position:absolute;right:0;text-align:center;top:50%;transform:translateX(var(--slide-label-margin)) translateY(-50%) rotate(-90deg);transform-origin:center;width:42.125rem}.mollie-carousel-item.swiper-slide-active .mollie-carousel-item__media-label{opacity:0}.entry-content .mollie-carousel__blocks{display:grid;gap:var(--m-spacing-200);grid-auto-flow:dense;grid-template-columns:100%;justify-content:center;margin:0 auto;max-width:var(--m-layout-width-full);min-height:var(--section-height);padding:var(--section-padding);width:100%}.entry-content .mollie-carousel__blocks .mollie-carousel-text{align-self:center;display:inline-grid;gap:var(--text-items-gap);grid-row:3;grid-template-columns:repeat(1,1fr);margin-left:unset;opacity:0;transform:translateY(1rem);transition:all var(--text-animation-duration) ease-out;visibility:hidden}@media (min-width:1024px){.entry-content .mollie-carousel__blocks .mollie-carousel-text{margin-left:calc(var(--slide-items-gap)/2)}}@media (max-width:1023px){.entry-content .mollie-carousel__blocks .mollie-carousel-text{align-content:start;min-height:var(--text-min-height,calc(100vw - var(--m-layout-margin-hor)*2))}.entry-content .mollie-carousel__blocks .mollie-carousel-text>*{align-self:center}}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active{--animation-name:sequence-up-animation}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>*{--animate-duration:1.2s;--animate-delay:0;--animate-repeat:1}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence1,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:first-child{--animate-delay:0}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence2,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(2){--animate-delay:0.2s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence3,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(3){--animate-delay:0.4s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence4,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(4){--animate-delay:0.6s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence5,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(5){--animate-delay:0.8s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence6,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(6){--animate-delay:1s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence7,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(7){--animate-delay:1.2s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence8,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(8){--animate-delay:1.4s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>.animate__sequence9,.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>:nth-child(9){--animate-delay:1.6s}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active>*{animation-delay:var(--animate-delay,0);animation-duration:var(--animate-duration,.5s);animation-fill-mode:both;animation-name:var(--animation-name);transition:all var(--animate-duration) ease-in}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active{opacity:1;transform:translateY(0);visibility:visible}.entry-content .mollie-carousel__blocks .mollie-carousel-text.active *{transition:unset}.entry-content .mollie-carousel__blocks .mollie-carousel-text h2,.entry-content .mollie-carousel__blocks .mollie-carousel-text p{margin:0}.entry-content .mollie-carousel__blocks .mollie-carousel-swiper{align-self:center;margin-left:unset;width:100%;z-index:20}@media (min-width:1024px){.entry-content .mollie-carousel__blocks .mollie-carousel-swiper{margin-left:calc(var(--slide-items-gap)*-1/2)}}.entry-content .mollie-carousel__blocks .mollie-carousel-pagination{grid-row:2}.entry-content .mollie-carousel__blocks .swiper-pagination{height:var(--bullet-size);margin-top:var(--bullet-size);min-width:100%;padding:0;position:relative;text-align:center;width:100%;z-index:10}@media (min-width:1024px){.entry-content .mollie-carousel__blocks .swiper-pagination{margin-left:calc(var(--slide-items-gap)/2);margin-top:calc(var(--bullet-size)*-1);text-align:left}}.entry-content .mollie-carousel__blocks .swiper-pagination .swiper-pagination-bullet{background:var(--bullet-color);height:var(--bullet-size);left:0!important;transform:none;width:var(--bullet-size)}.entry-content .mollie-carousel__blocks .swiper-button-next,.entry-content .mollie-carousel__blocks .swiper-button-prev{height:100%;margin-top:0;top:0;width:var(--slide-preview-width)}.entry-content .mollie-carousel__blocks .swiper-button-next:after,.entry-content .mollie-carousel__blocks .swiper-button-prev:after{content:""}.entry-content .mollie-carousel__blocks .swiper-button-prev{left:0}.entry-content .mollie-carousel__blocks .swiper-button-next{right:0}.entry-content .mollie-carousel__blocks .swiper-button-next.swiper-button-disabled,.entry-content .mollie-carousel__blocks .swiper-button-prev.swiper-button-disabled{opacity:0}@media (min-width:1024px){.entry-content .mollie-carousel__blocks{gap:0 var(--slide-items-gap);grid-template-columns:var(--slide-template)}.entry-content .mollie-carousel__blocks .mollie-carousel-pagination,.entry-content .mollie-carousel__blocks .mollie-carousel-text{grid-row:unset}}.entry-content .mollie-carousel-item{display:inline-grid;grid-template-columns:100%!important;margin-left:0;opacity:1;padding:0;position:relative;transition:margin-left .5s;width:100%}.entry-content .mollie-carousel-item.positive{margin-left:var(--slide-preview-width)}.entry-content .mollie-carousel-item.positive .mollie-carousel-item__media-label{opacity:1;right:0;text-align:right}.entry-content .mollie-carousel-item.negative{margin-left:calc(var(--slide-preview-width)*-1)}.entry-content .mollie-carousel-item.negative+.swiper-slide-next .mollie-carousel-item__media-label{opacity:1}.entry-content .mollie-carousel-item .mollie-carousel-item__content{opacity:0;pointer-events:none;position:absolute}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks{gap:var(--m-layout-items-gaps-150);grid-template-columns:1fr;grid-template-rows:1fr auto auto}@media (min-width:768px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks{grid-template-columns:1fr auto;grid-template-rows:1fr auto}}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text{gap:var(--m-spacing-60);grid-area:3/1/4/1;margin-left:0;min-height:unset}@media (min-width:768px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text{grid-area:2/1/3/2}}@media (min-width:1024px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text{padding-left:clamp(0rem,-7.7rem + 39.0625vw,7.7rem)}}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text .wp-block-buttons,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text .wp-block-buttons{display:none}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text h2,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text h2{font-size:var(--m-font-size-subtitle)}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text p,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-text p{color:var(--m-color-text-primary);font-size:var(--m-font-size-300);font-weight:var(--m-font-weight-medium)}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-swiper,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-swiper{background:var(--m-color-gray-light-80);grid-area:1/1/2/2;margin-left:0}@media (min-width:768px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-swiper,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-swiper{grid-area:1/1/2/3}}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination{bottom:auto;grid-area:2/1/3/1;left:0;margin-left:calc(var(--m-spacing-125)*-1);min-width:unset;transform:none;width:auto}@media (min-width:768px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination{grid-area:2/2/3/3;left:50%;margin:0;transform:translateX(-50%)}}@media (min-width:1024px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-pagination{margin-right:clamp(0rem,-7.7rem + 39.0625vw,7.7rem)}}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media{height:100%;overflow:hidden;padding-bottom:0}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media>img,.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media>video,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media>img,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media>video{height:100%;-o-object-fit:fill;object-fit:fill;position:relative}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media-label,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .mollie-carousel-item__media-label{display:none}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next,.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev{background:var(--m-color-gray-light-10);border-radius:var(--m-border-radius-xxxl);height:3rem;right:var(--m-spacing-250);top:50%;width:3.75rem}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next:after,.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev:after,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next:after,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev:after{align-self:center;color:var(--m-color-text-primary);content:"\e904";font-family:var(--m-font-family-icons);font-size:var(--m-font-size-button)}@media (max-width:1023px){.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next,.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-next,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev{display:none}}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev{left:var(--m-spacing-250);right:auto}.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev:after,.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks .swiper-button-prev:after{content:"\e905"}.mollie-content+.entry-content .mollie-carousel.is-style-fullwidth .mollie-carousel__blocks,.mollie-content+.mollie-carousel.is-style-fullwidth .mollie-carousel__blocks{margin-top:calc(var(--m-layout-items-gaps-100)*-1);padding-top:0}
