:root{--sections-template-bg-color:#ffffff;--sections-template-image-bg-color:#4dafff;--sections-template-title-color:#3d5793;--sections-template-text-bg-color:#f5f5f5;--sections-template-download-color:#EC7000}.sections-template-title{color:var(--sections-template-title-color)}.sections-template{background-color:var(--sections-template-bg-color);iframe,img{width:100%;max-width:100%}figure{width:100%;margin:0;img{width:100%;height:100%;object-fit:cover}figcaption{width:100%;text-align:left;padding-top:.5em}}.sections-template-title-section{position:-webkit-sticky;position:sticky;top:100px;.sections-template-title{color:var(--sections-template-title-color);font-size:2rem}.sections-template-anchors{margin-top:20px;margin-bottom:20px;@media (max-width:960px){position:normal}}.sections-template-link{color:var(--sections-template-download-color)}}.sections-template-content-section{background:var(--sections-template-text-bg-color);.sections-template-editor-section{scroll-margin-top:115px}}.flipCard{background-color:transparent;width:200px;height:250px;perspective:1000px;cursor:pointer}.flipCardInner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.flipCard.flipped .flipCardInner{transform:rotateY(180deg)}.flipCardBack,.flipCardFront{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.flipCardFront{background-color:#007bff;color:white}.flipCardBack{background-color:#f8f9fa;color:black;transform:rotateY(180deg)}}