div.image-background{width:100%;max-width:1200px;height:100%;z-index:var(--background-index);margin:0 auto;position:absolute;top:0;left:50%;transform:translate(-50%)}div.image-background img{margin:auto;transform:rotate(-35deg)translate(50%,-5%)}
div.full-size-background-card{background:#fff;border-radius:.5em;flex-flow:column wrap;width:100%;min-height:350px;display:flex;position:relative;overflow:hidden}div.full-size-background-card img.background{z-index:1;width:100%;height:auto;position:absolute;top:0}@media screen and (max-width:525px){div.full-size-background-card{border-radius:0}div.full-size-background-card img.background{width:auto;height:100%}}div.full-size-background-card img.transformed{transform:rotate(-35deg)translate(70%,10%)}div.full-size-background-card div.foreground{z-index:2;flex:1;justify-content:center;align-items:center;height:100%;min-height:100%;padding:2em;display:flex;position:relative}div.full-size-background-card div.foreground p{color:var(--dark);text-shadow:-1px 0 rgba(255,255,255,.8),0 1px rgba(255,255,255,.8),1px 0 rgba(255,255,255,.8),0 -1px rgba(255,255,255,.8);font-size:1.5em;font-weight:600}
div.icon-with-text-card{flex-direction:column;justify-content:center;align-items:center;min-width:200px;max-width:100%;display:flex;overflow:hidden}div.icon-with-text-card p{text-align:center;width:80%;margin:.5em;font-size:1.1em}
div.text-card{box-sizing:border-box;background:rgba(231,231,231,.8);border-radius:.5em;flex-direction:column;align-self:stretch;align-items:flex-start;gap:10px;max-width:360px;margin:1em;padding:1em;display:flex}div.text-card p.title{border-bottom:1px solid var(--dark);text-align:right;width:100%;padding-bottom:.5em;font-size:1.75em}div.text-card ul{padding-left:2em}div.text-card ul li{margin-bottom:.5em}
div.simple-carousel{flex-flow:row;display:flex;overflow:hidden}div.simple-carousel div.simple-carousel-item{box-sizing:border-box;width:225px;min-width:225px;max-width:225px;padding:5px;transition:all .3s ease-in-out}div.simple-carousel div.simple-carousel-item img{border:none;max-width:100%;height:auto}div.simple-carousel div.simple-carousel-item:hover{scale:1.5em}input.simple-carousel-radio{margin:.25em}@keyframes kf-simple-carousel-slide-animation{0%{transform:translate(0%)}to{transform:translate(100%)}}div.simple-carousel-animation{animation:3s ease-in-out kf-simple-carousel-slide-animation}
