.alice-carousel .animated {
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.alice-carousel .animated-out {
z-index: 1; }
.alice-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
visibility: hidden; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
visibility: hidden; } }
.alice-carousel {
position: relative;
width: 100%;
margin: auto;
direction: ltr; }
.alice-carousel__wrapper {
position: relative;
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
width: 100%;
height: auto; }
.alice-carousel__stage {
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
white-space: nowrap;
transform-style: flat;
-webkit-transform-style: flat;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.alice-carousel__stage-item {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
vertical-align: top;
white-space: normal;
line-height: 0; }
.alice-carousel__stage-item * {
line-height: initial; }
.alice-carousel__stage-item.__hidden {
opacity: 0;
overflow: hidden; }
.alice-carousel__prev-btn,
.alice-carousel__next-btn {
display: inline-block;
box-sizing: border-box;
width: 50%;
padding: 10px 5px; }
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
position: relative;
content: attr(data-area);
text-transform: capitalize; }
.alice-carousel__prev-btn {
text-align: right; }
.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
display: inline-block;
cursor: pointer;
padding: 5px;
margin: 0;
color: #465798; }
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
color: darkred; }
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
opacity: 0.4;
pointer-events: none; }
.alice-carousel__play-btn {
position: absolute;
top: 30px;
left: 20px;
display: inline-block; }
.alice-carousel__play-btn:hover {
cursor: pointer; }
.alice-carousel__play-btn-wrapper {
position: relative;
width: 32px;
height: 32px;
padding: 10px;
border-radius: 50%;
background-color: #fff; }
.alice-carousel__play-btn-item {
position: absolute;
width: 32px;
height: 32px;
cursor: pointer;
border: 0;
outline: none;
background: transparent; }
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
position: absolute;
pointer-events: none;
display: block;
width: 0;
height: 0;
content: '';
transition: all 0.4s linear;
border-width: 8px 0 8px 15px;
border-style: solid;
border-color: transparent;
border-left-color: #465798; }
.alice-carousel__play-btn-item::before {
left: 5px;
height: 14px; }
.alice-carousel__play-btn-item::after {
top: 7px;
left: 18px; }
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
height: 30px;
border-width: 0 0 0 10px; }
.alice-carousel__play-btn-item.__pause::after {
top: 0;
left: 18px; }
.alice-carousel__dots {
margin: 30px 3px 5px;
padding: 0;
list-style: none;
text-align: center; }
.alice-carousel__dots > li {
display: inline-block; }
.alice-carousel__dots-item:not(.__custom) {
width: 8px;
height: 8px;
cursor: pointer;
border-radius: 50%;
background-color: #e0e4fb; }
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
margin-right: 20px; }
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
background-color: #6e7ebc; }
.alice-carousel__slide-info {
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
padding: 5px 10px;
color: #465798;
border-radius: 5px;
background-color: rgba(224, 228, 251, 0.6); }
.alice-carousel__slide-info-item {
vertical-align: middle;
line-height: 0; }.layout__fill-parent{top:0;bottom:0;left:0;right:0}.layout__flex-box{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;box-sizing:border-box}.layout__no-overflow{overflow:hidden}.layout__scroll-x{overflow-x:auto;overflow-y:hidden}.layout__scroll-y{overflow-x:hidden;overflow-y:auto}.layout__overflow-x{overflow-x:visible;overflow-y:hidden}.layout__overflow-y{overflow-x:hidden;overflow-y:visible}.layout__text-overflow-ellipsis{text-overflow:ellipsis;overflow:hidden}.layout__flex-row{display:flex;flex-direction:row}.layout__flex-column{display:flex;flex-direction:column}.layout__flex-center{align-items:center;justify-content:center}.layout__z-medium{z-index:100}.layout__z-lower{z-index:-100}.layout__z-low{z-index:0}.layout__z-high{z-index:1000}.layout__z-higher{z-index:100000}.layout__z-highest{z-index:1000000}
.DesignedButton__button{display:inline-block;padding:.8em 1.1em;border:0;border-radius:3px;text-align:center;white-space:nowrap;cursor:pointer;font-size:inherit;font-family:inherit;text-transform:none;font-weight:400;letter-spacing:normal}.DesignedButton__button,.DesignedButton__button:active,.DesignedButton__button:focus,.DesignedButton__button:hover{text-decoration:none;box-shadow:0 0 0 transparent;background:transparent;border:0;outline:0}.DesignedButton__link{display:inline-flex!important;flex-direction:column;align-items:stretch;padding:0!important;margin:0!important;border:0!important;background:transparent!important}.DesignedButton__link,.DesignedButton__link:active,.DesignedButton__link:focus,.DesignedButton__link:hover{text-decoration:none!important}.DesignedButton__link .dashicons{font-size:1.4em;width:1em;height:1em;margin-right:.2em;vertical-align:text-top}
.Square__filler{position:relative;padding-bottom:100%;box-sizing:border-box}.Square__positioner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;z-index:0}.Square__positioner>:first-child{top:0;right:0;bottom:0;left:0;flex:1}
.Skeleton__loading{position:relative;padding-bottom:100%;border-radius:2px;background-color:var(--sli-grey);-webkit-animation-name:Skeleton__flashing;animation-name:Skeleton__flashing;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.Skeleton__loading:after,.Skeleton__loading:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0}.Skeleton__loading:before{background:#fff;z-index:1}.Skeleton__loading:after{background:#e5e5e5;z-index:2}@-webkit-keyframes Skeleton__flashing{0%,to{opacity:.4}50%{opacity:1}}@keyframes Skeleton__flashing{0%,to{opacity:.4}50%{opacity:1}}
.MasonryLayout__root{display:grid}.MasonryLayout__column,.MasonryLayout__root{justify-content:flex-start;align-items:stretch}.MasonryLayout__column{flex:1;display:flex;flex-direction:column}.MasonryLayout__column:last-of-type{margin-right:0!important}.MasonryLayout__cell{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.MasonryLayout__cell:last-of-type{margin-bottom:0!important}
.a11y__focus-outline.a11y__focus-visible,.a11y__focus-outline:focus-visible{outline:1px dotted var(--sli-quasi-black);outline-offset:2px}.a11y__focus-outline-2x.a11y__focus-visible,.a11y__focus-outline-2x:focus-visible{outline:2px dotted var(--sli-grey);outline-offset:4px}
.state__disabled{opacity:.45;filter:grayscale(60%);pointer-events:none;cursor:not-allowed!important}
.ErrorBoundary__box{background:#fff9fa;padding:25px;border-radius:4px;border:1px solid #e3b5bc;box-shadow:0 2px 3px rgba(72,20,29,.09)}.ErrorBoundary__heading{font-weight:700;font-size:18px;margin-bottom:1em}.ErrorBoundary__text{font-size:14px}.ErrorBoundary__details{margin-top:16px;border:1px solid #666;border-radius:4px;cursor:pointer}.ErrorBoundary__details summary{padding:8px}.ErrorBoundary__pre{margin:0;padding:12px;width:100%;max-width:100%;box-sizing:border-box;white-space:pre;overflow-x:auto;background:#fff;border-top:1px solid #666;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.ErrorBoundary__copy-wrap{float:right}.ErrorBoundary__copy-link{cursor:pointer}.FeedGridLayout__root{align-items:stretch}.FeedGridLayout__grid{display:grid;grid-auto-flow:dense}.FeedGridLayout__cell{position:relative;padding-bottom:100%}.FeedGridLayout__cell-content{position:absolute;align-items:stretch;justify-content:stretch}.FeedGridLayout__media-container{flex:1;overflow:hidden}.FeedGridLayout__media-meta{align-items:stretch}
.MediaTileCaption__root{margin-top:6px}.MediaTileCaption__preview{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.MediaTileCaption__full{text-align:left;white-space:pre-line}
.MediaTileIcons__root{justify-content:center;margin-bottom:6px}.MediaTileIcons__icon,.MediaTileIcons__root{align-items:center}.MediaTileIcons__icon{display:flex;flex-direction:row;margin-top:6px}.MediaTileIcons__icon:not(:last-child){margin-right:10px}.MediaTileIcons__icon svg{margin-right:5px}
:root{--sli-yellow:#ffb83b;--sli-indigo:#564dd8;--sli-green:#3d8e34;--sli-cyan:#1898b2;--sli-teal:#429b93;--sli-pink:#d04186;--sli-blue:#0f69cb;--sli-gold:#ffbf00;--sli-orange:#ff9300;--sli-rouge:#d82442;--sli-pro:#dd224b;--sli-grey:#999;--sli-dark:#191e23;--sli-black:#202225;--sli-quasi-black:#202225;--sli-wp-blue:#007cba;--sli-insta-purple:#595fcd;--sli-modest-grey:#ccc;--sli-wp-grey:#f1f1f1;--sli-wp-bg:#f5f5f5;--sli-wp-light-grey:#f9f9f9;--sli-wp-danger:#b32d2e;--sli-primary-color:var(--wp-admin-theme-color);--sli-secondary-color:var(--sli-yellow);--sli-tertiary-color:var(--sli-pink);--sli-pro-bg-color:#dd244b;--sli-pro-fg-color:#fff;--sli-focus-color:var(--sli-wp-blue);--sli-tooltip-color:var(--sli-dark);--sli-line-color:#d3d8dc;--sli-line-color-2:#e6e7e8;--sli-shade-color:rgba(0,0,0,0.3)}.FeedHeader__root{position:relative;justify-content:space-between;font-size:inherit;flex-wrap:wrap}.FeedHeader__container,.FeedHeader__root{display:flex;flex-direction:row}.FeedHeader__left-container{flex:1;justify-content:flex-start;align-items:stretch}.FeedHeader__right-container{flex:0;justify-content:flex-end;align-items:flex-start}.FeedHeader__profile-pic{flex-shrink:0;width:$picSize;height:$picSize;margin-right:10px;border-radius:9999999px;overflow:hidden}.FeedHeader__profile-pic a{display:block;width:100%;height:100%}.FeedHeader__profile-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.FeedHeader__profile-pic-with-stories{box-shadow:0 0 0 2px #fff,0 0 0 4px #d04186;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--sli-tertiary-color);cursor:pointer}.FeedHeader__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2px 0;margin-right:10px}.FeedHeader__info-row{line-height:1em;margin:2px 0}.FeedHeader__info-row:first-of-type{margin-top:5px}.FeedHeader__info-row:last-of-type{margin-bottom:5px}.FeedHeader__username{font-size:115%;font-weight:700}.FeedHeader__username a{color:currentColor;text-decoration:none}.FeedHeader__username a:active,.FeedHeader__username a:focus,.FeedHeader__username a:hover{text-decoration:underline}.FeedHeader__subtext{color:inherit}.FeedHeader__bio,.FeedHeader__subtext{padding:3px 3px 0}.FeedHeader__bio{}.FeedHeader__bio:empty{padding:0}.FeedHeader__bio p{font-size:100%;color:inherit;margin:3px 0;line-height:1.2em}.FeedHeader__counter-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.FeedHeader__counter{font-size:90%}.FeedHeader__counter span{font-weight:700}.FeedHeader__counter:not(:last-of-type){margin-right:10px}.FeedHeader__follow-button{justify-self:right;display:flex;flex-direction:column;justify-content:flex-start}.FeedHeader__centered-style,.FeedHeader__normal-style{}.FeedHeader__centered-style,.FeedHeader__centered-style .FeedHeader__container{flex-direction:column;align-items:center}.FeedHeader__centered-style .FeedHeader__profile-pic{margin-right:0;margin-bottom:10px}.FeedHeader__centered-style .FeedHeader__info{align-items:stretch;justify-content:flex-start;text-align:center;margin-right:0}.FeedHeader__centered-style .FeedHeader__bio{margin:0}.FeedHeader__centered-style .FeedHeader__bio p{text-align:center}.FeedHeader__centered-style .FeedHeader__counter-list{position:relative;justify-content:center;padding:0;border-top:1px solid transparent}.FeedHeader__centered-style .FeedHeader__follow-button{margin-top:10px}.FeedHeader__boxed-style{padding:0;border-radius:0;align-items:stretch;margin-bottom:1.5em}.FeedHeader__boxed-style .FeedHeader__profile-pic{display:flex;flex-direction:column;justify-content:flex-start;width:50px;height:50px;margin:0;border-radius:0;background:#000}.FeedHeader__boxed-style .FeedHeader__profile-pic img{width:auto;height:100%}.FeedHeader__boxed-style .FeedHeader__info{justify-content:center;padding:5px}.FeedHeader__boxed-style .FeedHeader__counter-list{position:absolute;top:100%;left:0}.FeedHeader__boxed-style .FeedHeader__follow-button{margin-right:6px}
.FeedProfilePic__root{flex-shrink:0;margin-right:10px;border-radius:100%;box-sizing:border-box;cursor:pointer;overflow:hidden}.FeedProfilePic__root img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.FeedProfilePic__root.FeedProfilePic__focus-visible,.FeedProfilePic__root:focus-visible{outline:1px dashed var(--sli-tertiary-color);outline-offset:7px}.FeedProfilePic__fallback{border-radius:100%}.FeedProfilePic__fallback:not(.FeedProfilePic__with-stories){border:2px solid #333}.FeedProfilePic__with-stories,.FeedProfilePic__with-stories:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--sli-tertiary-color);cursor:pointer}
.StoryLightbox__root{position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;background:rgba(0,0,0,.8);padding:10px 0}.StoryLightbox__container,.StoryLightbox__root{justify-content:flex-start;box-sizing:border-box}.StoryLightbox__container{align-items:stretch;width:60vh;max-width:100%;padding:0 50px}.StoryLightbox__header{justify-content:flex-start;align-items:center;color:#fff;font-size:14px;padding:15px 0}.StoryLightbox__profile-picture{-o-object-fit:cover;object-fit:cover;width:30px;height:30px;border-radius:99999px}.StoryLightbox__username{font-weight:700;margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StoryLightbox__username:link,.StoryLightbox__username:visited{color:#fff;text-decoration:none}.StoryLightbox__username:-webkit-any-link{color:#fff;text-decoration:none}.StoryLightbox__username:-moz-any-link{color:#fff;text-decoration:none}.StoryLightbox__username:any-link{color:#fff;text-decoration:none}.StoryLightbox__date{opacity:.8;font-size:14px}.StoryLightbox__progress{margin-bottom:10px}.StoryLightbox__progress-segment{flex:1;position:relative;height:2px;border-radius:5px;background:hsla(0,0%,100%,.35);overflow:hidden}.StoryLightbox__progress-segment:not(:last-of-type){margin-right:3px}.StoryLightbox__progress-overlay{position:absolute;top:0;bottom:0;left:0;width:0;background:#fff}.StoryLightbox__content{flex:1;position:relative}.StoryLightbox__media{width:100%;max-height:100%}.StoryLightbox__media img,.StoryLightbox__media video{width:100%;-o-object-fit:contain;object-fit:contain}.StoryLightbox__button{color:#fff;opacity:.8;cursor:pointer;text-align:center}.StoryLightbox__button:hover{opacity:1}.StoryLightbox__button.StoryLightbox__focus-visible,.StoryLightbox__button:focus-visible{outline:1px dotted var(--sli-modest-grey);outline-offset:3px}.StoryLightbox__close-button{position:absolute;top:0;right:-40px;color:hsla(0,0%,100%,.75)}.StoryLightbox__close-button svg{width:40px;height:40px}.StoryLightbox__nav-button{position:absolute;top:50%;margin-top:-20px;padding:5px;width:22px;height:22px;color:rgba(0,0,0,.75);background:hsla(0,0%,100%,.75);border-radius:999999px}.StoryLightbox__prev-button{left:-40px}.StoryLightbox__prev-button svg{position:relative;left:-1px}.StoryLightbox__next-button{right:-40px}.StoryLightbox__next-button svg{position:relative;left:1px}@-webkit-keyframes StoryLightbox__progress-segment-animation{0%{width:0}to{width:100%}}@keyframes StoryLightbox__progress-segment-animation{0%{width:0}to{width:100%}}
.StoryPlayer__loading{position:absolute;visibility:hidden;pointer-events:none}.StoryPlayer__media.StoryPlayer__focus-visible,.StoryPlayer__media:focus-visible{outline:1px dotted var(--sli-modest-grey);outline-offset:3px}
.FeedLayout__root{box-sizing:border-box}.FeedLayout__wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;image-rendering:high-quality}.FeedLayout__button{display:block;text-align:center}.FeedLayout__follow-btn,.FeedLayout__load-more-btn{}.FeedLayout__fake-media{padding-bottom:100%;border-radius:2px;background-color:var(--sli-grey);-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:FeedLayout__fake-media-flash-animation;animation-name:FeedLayout__fake-media-flash-animation;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.FeedLayout__col-footer{justify-content:flex-start;align-items:center}.FeedLayout__col-footer>:not(:first-child){margin-top:10px}.FeedLayout__row-footer{}.FeedLayout__row-footer>:not(:first-child){margin-left:10px}@-webkit-keyframes FeedLayout__fake-media-flash-animation{0%,to{background:#e3e3e3}50%{background:#efefef}}@keyframes FeedLayout__fake-media-flash-animation{0%,to{background:#e3e3e3}50%{background:#efefef}}
.MediaTile__root{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;height:100%;cursor:pointer;overflow:hidden}.MediaTile__type-icon{position:absolute;top:0;right:0;line-height:0}.MediaTile__type-icon>*{margin:8px}.MediaTile__overlay{position:absolute;top:0;right:0;bottom:0;left:0}
.MediaOverlay__root{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:.3vw;box-sizing:border-box}.MediaOverlay__root>*{color:currentColor;font-size:13px;font-weight:400}.MediaOverlay__root a{color:currentColor!important;text-decoration:none;text-underline-style:single}.MediaOverlay__root a:hover{text-decoration:underline}.MediaOverlay__rows{flex:1;flex-direction:column;justify-content:space-between;height:100%;max-height:100%}.MediaOverlay__row,.MediaOverlay__rows{display:flex}.MediaOverlay__row{position:relative;flex-direction:column}.MediaOverlay__top-row{flex:2 0;justify-content:flex-start}.MediaOverlay__middle-row{flex:6 0;justify-content:center}.MediaOverlay__bottom-row{flex:2 0;justify-content:flex-end}.MediaOverlay__counter-list{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2px 0}.MediaOverlay__username{font-size:15px;font-weight:700;margin-bottom:3px}.MediaOverlay__date-container,.MediaOverlay__username{text-align:center}.MediaOverlay__date{line-height:1.8em}.MediaOverlay__caption{display:-webkit-box!important;-webkit-line-clamp:6;-webkit-box-orient:vertical;width:100%;font-size:13px;line-height:1.3em;text-align:center;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.MediaOverlay__counter{display:flex;flex-direction:row;align-items:center;text-align:center;color:currentColor;font-weight:700;font-size:0;white-space:nowrap}.MediaOverlay__counter svg{margin-right:10%}.MediaOverlay__counter:not(:last-child){margin-right:15%}.MediaOverlay__comments-count,.MediaOverlay__likes-count{}.MediaOverlay__ig-link-icon{display:inline-block;position:absolute;bottom:0;right:0;color:currentColor;font-size:0}.MediaOverlay__ig-link-icon:hover{color:currentColor;text-decoration:none!important}
.MediaThumbnail__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;background-color:var(--sli-grey);-webkit-animation-name:MediaThumbnail__media-background-fade-in-animation;animation-name:MediaThumbnail__media-background-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.MediaThumbnail__root,.MediaThumbnail__root img,.MediaThumbnail__root video{-webkit-animation-duration:.3s;animation-duration:.3s}.MediaThumbnail__root img,.MediaThumbnail__root video{width:auto;height:auto;max-width:100%;max-height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;-webkit-animation-name:MediaThumbnail__media-object-fade-in-animation;animation-name:MediaThumbnail__media-object-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;box-sizing:content-box!important;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MediaThumbnail__image,.MediaThumbnail__root{width:100%!important;height:100%!important}.MediaThumbnail__image{max-width:100%;max-height:100%;min-width:100%;min-height:100%;-o-object-fit:cover!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:MediaThumbnail__media-object-fade-in-animation;animation-name:MediaThumbnail__media-object-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;box-sizing:content-box!important}.MediaThumbnail__image:after{display:none;content:" "}.MediaThumbnail__not-available{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;line-height:1.5em;text-align:center;background:#000}
.MediaLoading__root{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;-webkit-animation-name:MediaLoading__animation;animation-name:MediaLoading__animation;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes MediaLoading__animation{0%,to{background:#e3e3e3}50%{background:#efefef}}@keyframes MediaLoading__animation{0%,to{background:#e3e3e3}50%{background:#efefef}}
.MediaPopupBox__container{position:fixed;top:0;bottom:0;left:0;right:0;font-size:14px;background:rgba(0,0,0,.7);overflow-x:hidden;overflow-y:auto;z-index:999999999}.MediaPopupBox__horizontal,.MediaPopupBox__vertical{}.MediaPopupBox__layer{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;max-height:100vh}.MediaPopupBox__control{display:block;width:40px;height:40px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;overflow:hidden}.MediaPopupBox__control .MediaPopupBox__control-label{display:block;text-indent:-9999em}.MediaPopupBox__control:focus{border:none;outline:none;box-shadow:none}.MediaPopupBox__control.MediaPopupBox__focus-visible,.MediaPopupBox__control:focus-visible{box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8)}.MediaPopupBox__control-icon{color:#fff;font-size:40px;line-height:40px;width:40px;height:40px}.MediaPopupBox__close-button{position:absolute;top:5px;right:5px}.MediaPopupBox__nav-layer{z-index:0}.MediaPopupBox__nav-boundary,.MediaPopupBox__nav-layer{pointer-events:none}.MediaPopupBox__nav-boundary{margin:0 auto;padding:40px}.MediaPopupBox__nav-aligner{position:relative;width:100%;height:100%;margin:0 auto;pointer-events:none}.MediaPopupBox__nav-aligner-sidebar{max-width:935px}.MediaPopupBox__nav-aligner-no-sidebar{max-width:600px}.MediaPopupBox__nav-btn{position:absolute;top:50%;margin-top:-20px}.MediaPopupBox__prev-btn{left:-40px}.MediaPopupBox__next-btn{right:-40px}.MediaPopupBox__modal-layer{padding:0 40px;width:auto;height:100%;pointer-events:none;z-index:1}.MediaPopupBox__modal-aligner{position:relative;align-items:center;width:100%;margin:auto;pointer-events:none}.MediaPopupBox__modal-aligner>*{pointer-events:auto}.MediaPopupBox__modal-aligner-sidebar{max-width:935px}.MediaPopupBox__modal-aligner-no-sidebar{max-width:600px}.MediaPopupBox__vertical .MediaPopupBox__modal-layer{padding:40px}.MediaPopupBox__vertical .MediaPopupBox__modal-aligner{padding-bottom:20px}.MediaPopupBox__vertical .MediaPopupBox__modal{max-height:100%}.MediaPopupBox__no-scroll{overflow:hidden!important}.MediaPopupBox__cta-text{display:inline-block}.MediaPopupBox__cta-icon,.MediaPopupBox__cta-text{height:18px;line-height:18px}.MediaPopupBox__cta-icon{width:18px;vertical-align:text-bottom;margin-right:.3em}
.MediaViewer__container{position:relative;width:100%;border-radius:2px;overflow:hidden}.MediaViewer__container *{font-size:inherit}.MediaViewer__horizontal,.MediaViewer__vertical{}.MediaViewer__wrapper{position:relative;justify-content:center;min-height:450px}.MediaViewer__wrapper-sidebar{margin-right:335px;background:#000}.MediaViewer__sidebar{position:absolute;top:0;right:0;bottom:0;width:335px;background:#fff;display:flex;flex-flow:column nowrap;align-items:stretch;overflow:hidden}.MediaViewer__media-frame{touch-action:manipulation}.MediaViewer__media-container{display:block;width:100%}.MediaViewer__media-sizer{display:block;top:0;left:0;padding-bottom:100%;box-sizing:border-box;overflow:hidden}.MediaViewer__media{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;display:flex;justify-content:center}.MediaViewer__media,.MediaViewer__vertical{flex-direction:column}.MediaViewer__vertical .MediaViewer__wrapper{left:0;bottom:unset;min-height:unset}.MediaViewer__vertical .MediaViewer__wrapper-sidebar{margin-right:0}.MediaViewer__vertical .MediaViewer__media-sizer{position:relative;max-width:450px;height:auto;margin:auto;padding-bottom:0}.MediaViewer__vertical .MediaViewer__media{height:unset}.MediaViewer__vertical .MediaViewer__media,.MediaViewer__vertical .MediaViewer__sidebar{position:relative;width:100%}
.MediaPopupBoxObject__reset{min-width:unset;max-width:unset;min-height:unset;max-height:unset;-o-object-fit:contain;object-fit:contain;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;box-sizing:content-box!important}.MediaPopupBoxObject__not-available{width:100%;height:100%;min-height:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.5em;white-space:pre-wrap;text-align:center;color:#fff;background:#000}.MediaPopupBoxObject__loading-animation{-webkit-animation-name:MediaPopupBoxObject__loading;animation-name:MediaPopupBoxObject__loading;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes MediaPopupBoxObject__loading{0%,to{background:#eee}50%{background:#fff}}@keyframes MediaPopupBoxObject__loading{0%,to{background:#eee}50%{background:#fff}}
:root{--sli-video-play-btn-size:100px}.IgVideoPlayer__root{position:relative;justify-content:stretch;align-items:stretch;background:#000}.IgVideoPlayer__root,.IgVideoPlayer__thumbnail{display:flex;flex-direction:column}.IgVideoPlayer__thumbnail{position:absolute;top:0;left:0;min-width:100%;max-height:100%;justify-content:center}.IgVideoPlayer__thumbnail-hidden{display:none}.IgVideoPlayer__video{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;visibility:visible}.IgVideoPlayer__video:focus{border:0 transparent!important;outline:0 transparent!important;box-shadow:0 0 transparent!important}.IgVideoPlayer__video-hidden{visibility:hidden;pointer-events:none}.IgVideoPlayer__control{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:opacity .1s ease-in}.IgVideoPlayer__control-playing{opacity:0}.IgVideoPlayer__control-paused{opacity:1}.IgVideoPlayer__play-button{width:100px!important;width:var(--sli-video-play-btn-size)!important;height:100px!important;height:var(--sli-video-play-btn-size)!important;fill:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));opacity:.85;box-sizing:border-box;pointer-events:none}
.MediaPopupBoxImage__image{width:100%;height:100%;vertical-align:bottom}.MediaPopupBoxImage__loading{display:block;min-width:250px;min-height:300px}.MediaPopupBoxImage__error{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:250px;min-height:250px;background:#000}.MediaPopupBoxImage__error-message{color:#fff;font-size:20px;text-align:center}
:root{--sli-media-album-controls-size:18px;--sli-media-album-controls-bg-color:hsla(0,0%,100%,0.6);--sli-media-album-controls-shadow:0 1px 3px rgba(0,0,0,0.3)}.MediaPopupBoxAlbum__album{position:relative}.MediaPopupBoxAlbum__frame{width:100%;overflow:hidden}.MediaPopupBoxAlbum__scroller{display:block;width:auto;white-space:nowrap;overflow:visible;transition:transform .36s cubic-bezier(.215,.6,.35,1)}.MediaPopupBoxAlbum__child,.MediaPopupBoxAlbum__scroller{margin:0!important;padding:0!important;list-style:none!important}.MediaPopupBoxAlbum__child{display:inline-block;width:100%;max-height:100%;vertical-align:middle}.MediaPopupBoxAlbum__controls-layer{align-items:stretch;position:absolute;top:0;bottom:0;left:0;right:0;padding:0 10px;pointer-events:none}.MediaPopupBoxAlbum__controls-container{position:relative;height:100%}.MediaPopupBoxAlbum__nav-button{position:absolute;top:50%;margin-top:-9px;margin-top:calc(var(--sli-media-album-controls-size)/-2);width:18px;width:var(--sli-media-album-controls-size);height:18px;height:var(--sli-media-album-controls-size);padding:3px;border:0;outline:0;background:hsla(0,0%,100%,.6);background:var(--sli-media-album-controls-bg-color);border-radius:99999px;box-sizing:content-box;cursor:pointer;pointer-events:auto}.MediaPopupBoxAlbum__nav-button svg{color:rgba(0,0,0,.5);width:18px!important;width:var(--sli-media-album-controls-size)!important;height:18px!important;height:var(--sli-media-album-controls-size)!important}.MediaPopupBoxAlbum__prev-button{left:0}.MediaPopupBoxAlbum__next-button{right:0}.MediaPopupBoxAlbum__indicator-list{justify-content:center;position:absolute;left:0;right:0;bottom:10px}.MediaPopupBoxAlbum__indicator{--size:7px;width:var(--size);height:var(--size);box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:var(--sli-media-album-controls-shadow);border-radius:99999px;background-color:hsla(0,0%,100%,.6);background-color:var(--sli-media-album-controls-bg-color);box-sizing:border-box;transition:background-color .16s linear;transition-delay:.2s}.MediaPopupBoxAlbum__indicator:not(:last-of-type){margin-right:6px}.MediaPopupBoxAlbum__indicator-current{background-color:#fff}
.ReelVideoLink__root{position:relative;background:#000}.ReelVideoLink__thumbnail{overflow:hidden}.ReelVideoLink__thumbnail img{filter:blur(7px)}.ReelVideoLink__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.ReelVideoLink__link{font-size:1.2em!important;color:#000!important;background:hsla(0,0%,100%,.8);padding:1.5rem 2.3rem;border-radius:10rem;box-shadow:0 0 8px rgba(0,0,0,.05)}
:root{--sli-media-lightbox-border-color:#eee}.MediaInfo__container{flex:1;display:flex;flex-direction:column;align-items:stretch;background:#fff;max-height:100%}.MediaInfo__container a{color:#2a2a2a!important;font-weight:700;font-size:inherit;text-decoration:none}.MediaInfo__container a:focus,.MediaInfo__container a:hover{text-decoration:underline}.MediaInfo__container a:focus svg,.MediaInfo__container a:hover svg{text-decoration:none!important}.MediaInfo__padded{padding:18px 20px}.MediaInfo__bordered{border:0 solid #eee;border:0 solid var(--sli-media-lightbox-border-color)}.MediaInfo__header{flex:0;display:flex;flex-direction:row;align-items:center;border-bottom-width:1px}.MediaInfo__source-img{width:34px;height:34px;border-radius:999999px}.MediaInfo__source-img-link{margin-right:8px}.MediaInfo__source-name{font-size:1.15em;line-height:1.5em;overflow:hidden;text-overflow:ellipsis}.MediaInfo__source-name a{color:inherit}.MediaInfo__comments-scroller{flex:1;overflow-x:hidden;overflow-y:auto}.MediaInfo__comments-list{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:2px 0}.MediaInfo__comment{line-height:1.5em}.MediaInfo__comment:not(:last-of-type){margin-bottom:10px}.MediaInfo__stats{display:flex;flex-direction:column;justify-content:center}.MediaInfo__stats:not(:empty){border-top-width:1px}.MediaInfo__stats-line{line-height:20px}.MediaInfo__stats-line:not(:last-child){margin-bottom:5px}.MediaInfo__num-likes{font-size:1.1em;font-weight:700}.MediaInfo__date,.MediaInfo__num-likes{}.MediaInfo__date{font-size:.9em;opacity:.8;text-transform:uppercase}.MediaInfo__footer{display:flex;flex-direction:column;align-items:stretch;padding:8px;border-top-width:1px;line-height:1.6em}.MediaInfo__footer a{color:inherit}
.MediaComment__root{flex-direction:column;line-height:1.5em}.MediaComment__root,.MediaComment__row{display:flex}.MediaComment__row{flex-direction:row;justify-content:flex-start;align-items:baseline}.MediaComment__username{color:inherit!important;font-weight:700!important;margin-right:6px!important}.MediaComment__content{flex:1}.MediaComment__text{white-space:pre-wrap;overflow:hidden}.MediaComment__meta-list{}.MediaComment__meta{font-size:.9em;opacity:.7}.MediaComment__date,.MediaComment__like-count{}.MediaComment__like-count{font-weight:700;margin-left:8px}
.InstagramFeed__feed{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.spotlight-instagram-app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}#tt,#tt.amp-tooltip{position:absolute;z-index:1500}#tt.amp-tooltip{opacity:.95;width:auto;display:block;max-width:300px}#tt iframe{max-width:99%}#glossary-disable-box label.blocklabel,#glossary-exclude-box label.blocklabel,#tt,#ttcont>img,#tttop{display:block}#ttcont{padding:20px;background:#333;color:#fff;overflow:auto}#ttbot,#ttcont{display:block;margin-left:5px}#ttcont ol,#ttcont ul{list-style-position:inside}.cmtt-clearfix{clear:both}.cmtt-backlink{display:block;margin:10px 0}.cmtt-glossary-tooltip-toggle-wrapper{margin:10px 0}.cmtt-tooltip-overlay{display:inline-block;position:relative}.cmtt-tooltip-overlay-icon{display:inline-block;position:absolute;top:0;right:0}.cmtt_longtext{width:300px}.cmtt-tooltip-overlay-icon:after{position:absolute;top:0;right:0;content:'';width:15px;height:15px;background:url(//mes-precieux-conseils.fr/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/tooltip-image-overlay-icon.png);background-repeat:no-repeat;background-position:center center;background-color:transparent;z-index:1400;background-size:100%}#tt #tt-btn-close{width:16px;height:16px;background-position:-80px -128px;position:absolute;right:0;top:0;cursor:pointer;font-size:20px;color:#222;direction:rtl;z-index:10000}ul#glossaryList{padding:0;margin:0;list-style-type:none!important}div.glossary-container>ul.pageNumbers{padding-top:20px}div.glossary-container>p br{display:none}a.glossaryLink,span.glossaryLink{text-decoration:none!important;border-bottom:dotted 1px}#tt-btn-close,a.glossaryLink:focus,span.glossaryLink:focus{outline:0}a.glossaryLink.hasDashicon,span.glossaryLink.hasDashicon{border-bottom:none!important}a.glossaryLink:hover{text-decoration:none!important}a.glossaryLink.hasDashicon:hover,span.glossaryLink.hasDashicon:hover{border-bottom:none!important;text-decoration:none!important}#glossary-categories{float:right;margin:0}.mobile-link{margin:10px;font-size:14pt}.mobile-link:before{content:"Term link: "}div.cmtt_related_title,h4.cmtt_related_title{margin-bottom:0;margin-top:20px}div.cmtt_related_title{font-weight:700}.glossary_itemdesc .cmtt_related_title{margin-top:5px}ul.cmtt_related{margin-top:0;clear:none}li.cmtt_related_item{margin-bottom:10px}div.cmtt_synonyms{margin-bottom:1em;font-style:italic}div.cmtt_synonyms_title{margin-bottom:0;margin-top:20px;font-weight:700}div.glossaryItemTitle{margin:10px 0}#ttcont div.glossaryTooltipMoreLinkWrapper{padding:2px 12px 3px 7px}#ttcont div.glossaryTooltipMoreLinkWrapper:after{content:" \2192"}.glossary_top_filter{clear:both;overflow:hidden;margin:10px 0}.cmtt-tags-filter{margin:10px 0 0}.cmtt-tags-filter a.cmtt-glossary-tag{cursor:pointer;border-left:1px solid;margin:0 0 0 5px;padding:0 0 0 5px}.cmtt-tags-filter a.cmtt-glossary-tag:first-child{border:0;padding:0;margin:0}.cmtt-tags-filter a.cmtt-glossary-tag.selected{text-decoration:underline;font-weight:700}.cmtt-categories-filter a.cmtt-glossary-category{cursor:pointer;margin:0 0 0 1px;background:#a8a8a8;color:#fff!important;border:1px solid!important;border-radius:25px;padding:5px!Important;font-weight:700!important}.cmtt-categories-filter a.selected{background:#696969!important;color:#fff!important}.cmtt-categories-filter{margin:10px 0 0;padding:10px 0;line-height:35px}.cmtt-categories-filter a.cmtt-glossary-category:first-child{border:0;padding:0;margin:0}.cmtt-categories-filter a.cmtt-glossary-category.selected{text-decoration:underline;font-weight:700}.glossary_top_filter .right{float:right}.cmtt-glossary-replacement-add{border:1px solid #ccc;border-radius:5px;background:#eee;margin-top:30px;padding-bottom:12px}.cmtt-glossary-replacement-add input.invalid{border:1px solid red}.glossary_loading{background:url(//mes-precieux-conseils.fr/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/ajax-loader.gif) no-repeat center center;background-color:#ddd;position:absolute;width:100%;height:100%;opacity:.5;display:none}.glossary_replacements_list tr:hover{background-color:#eee}.glossary_replacements_list th{font-weight:700}.glossarySettingsTabs .block{border:1px solid gray;border-radius:13px;padding:20px;margin:5px;float:none;width:auto}.glossarySettingsTabs .block h3{padding-top:0;margin-top:0}.floated-form-table{clear:none}.floated-form-table tr{float:left;width:49%;clear:none}.floated-form-table tr.whole-line{width:99%}.glossarySettingsTabs table th{position:relative;padding-right:25px}div.cm_field_help,div.cm_help{display:inline-block;width:15px;height:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMOSURBVHjaPMtPbFN1AMDx7+/33mu7dl03RiddCWywKdgYYmSIxrFMXJTMBD1wMVzcSRNNzLh4MHLSA4lGQmLkYiQSMg3JhhFRxzBKRtgOZMbIcIibazpwpWu7177/7/08mPi5f8RvJQ8AhegJ/Ghwa0rGpeDDREwkNAENR+FH0bmle6vz1erGVL1WMXP57eTy29H5T49U6ot8uza0NS2RUuABgYJcK0jUWymjm5sLjZ8qlXAUsAF0pegQSr3fm9WGknGNOw34swJWw8Z2FI6fYEdGMvxokpFnCsOXZhrfR0qNAg3pudFALiNfjxkaF27B51dsjPUyIzmPV/t89ndafHu9yckJDycyGDpQOBSGwZQQIiuTcfFuZ1rn4lzE+csmO0WRFwfauDTvcvZKjSd3xTi8x+TaXIkzU2Vy2Q4SIjxcq1WPibUNP9Cl1N7+rELpQZX9vTb5rnbOTT/EbDpMn3qcTVvnzdPLJBM6Z8f7Uc4a878Xy3q6RbPmFxvp4loFlMfMrwFBuI6KFK8dSrIr38qpifvYjo8fBCyubHKwT6e28TApdU1QN20syyIKI+IGaFIyXIg4Obab81erXLj6D/EYBIGP2XRAgWXWI2m5YSq3RYLyUUqhlEBFPq88t4VS1eCTi6toukAiUGFAV0bD9UP8IEA2XT4t9CTZ2SVp2h6ahJih89WsxwdfrhIpiOsSx/XoysDA3nYW75YwjFhSLv21cj0eF7zx8jaiwKXpBEDIgT7BC0+1kTAEtuNh2zZjRx6hI23wy42b9Pb3z0qhx72FP9Z56dkc7x3vpkVz2DSbtLeEdHfomA0LGdmcONbF8SN9TEz+gO24d9PpzKhY+NuiUqmMJ6X/0cF9eZaW63w9s0qx7GEYBt2dcY4ObqPQl2Xy8jV+nPmZwedH3tF147S4tWyyWa9Tq9XGvUZ1bN+eHYVsRytSNzB0A6UCVor3+W56lgflMnsLT5xIt7V/DPB/th2Le3dut7ak0pMiCp/2nAaua2GaNk3bIdWanOvd/dgZ33e/icUSSCn5dwCBU3Hcr3rapwAAAABJRU5ErkJggg==)}div.cm_field_help{cursor:pointer;margin:0 -20px 0 0;float:right}div.cm_field_help:hover,div.cm_help:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALsSURBVHjaZJBdaFt1HIaf8885SZo0ttU1Lu2oLe10I4ypTNyEblSYWCp4JYjsxg1FygTZsN6I+AFeCAoyENyVgkMZQqeoqFsrTje2LNPCYB917eratdIsaZJzcr7P+XkxVhBfeC7eiwdeXu3SLR8AQesPg3h4Q1allMb76aSWTmhguUIQx5/Pzt0sra3VTjTqVbPQu4lC7yZ07qRfiXzW25nYsyGnUErDB0KBQjso5GDW6OHcjPVLtRqNAQ6ALkKXJvLWQHdiTyaV4KoF16tgWw6OK7hBmr4OxciDGfbuKo58M2X9GIuMARblOfep281Agkjk2EWR14/bEgr/YfxTSya+8KTWEllercnXpy6eunB9rZvLS960iMiXZyMZfbf5P/EuO16dl3eOrYqIyHdTJTlZnh9XnRm1u9KIOXG6illb4W4ePlBm8Pnf17sWmkyXK1xbChjsy7O8dOttPdeWsEtXrNzichXE55EDZcIoRuKIF3Zn1mXHDQjCkCsLTXYO6dRrtzNKT2g0TAfbtomjmJQBCaUYKca8N/7onRUvlkglIQwDzJYLArbZiJXtRdnCvQokQEQQ0ZA44MgbuwDY8dIFErqGQkOikHxHAi+ICMIQveXxSbE/c/CBvGJuxSeTNkgaOi9/cAkwiMUkbSgc1yffAY9t7aRU/hPDSGbU7PzCb6mUxivPbCQOPVpuCEQcndjG0YktpA0Nx/VxHIf9o/fTlTM4ffYcA5s3n1GanvJnrq3y9BMF3tzXQ1vCpWm21o8yLRsVOxx+Ls++0SG+mvwJx/X+yuU6xrSZv22q1eqhjAo+3Lm9l9kbDY5P3WSx4mMYBj33pXh2eCPFoW4mv5/m56lfGX5y72u6bnys/XHDpNloUK/XD/nW2v7tW/qK3V3tKN3A0A1EQhYWV/jh5Bn+qVTYWtx2OHdP50cA67Lj2sxdvdzels1NanH0uO9aeJ6NaTq0HJdse+b8wOBDR4LA+zaZTKOU4t8BAMeWkeCMnZOsAAAAAElFTkSuQmCC)}div.cm_help{margin-right:5px}.cm-showhide-handle,.cmtt-post-tags a,.cmtt-taxonomy-single a,div.cm_help{cursor:pointer}.glossary-container{position:relative}.glossary-search-clear{margin-left:1em;cursor:pointer}#tt .mobile-link a.glossaryLinkMain,#tt div.glossary_mw_dictionary,#tt div.mw-thesaurus-container,#tt h1,#tt h2,#tt h3,#tt h4{color:#fff}div.mw-dictionary-container{margin-top:1em}div.mw-thesaurus-container{margin-top:2em}div.glossary_mw_dictionary,div.glossary_mw_wikipedia{font-size:14pt;margin:.5em 0}div.mw-group{margin:.5em 0}div.mw-group .group-title{font-size:12pt;margin-top:.5em;margin-bottom:.5em}div.mw-group .term{margin-top:.3em}div.mw-group div.term-number{float:left;font-weight:700}div.mw-group dd,div.mw-group div.dd{margin:0 0 0 1.5em}div.mw-group .type-vt{margin-left:1em}div.mw-group .sn{margin-left:2em;margin-right:.5em}div.mw-group .prdiv,div.mw-group .prdiv+.sn,span.definition{margin-left:.5em}#tt span.example:before{content:"<"}#tt span.example:after{content:">"}div.mw-group.mw-definitnion{font-family:monospace;border:1px #ccc solid;border-radius:5px;display:block;padding:10px}div.scnt{margin-top:1em}.progress-indicator{top:0;right:0;width:100%;height:100%;position:absolute;text-align:center;filter:alpha(opacity=50);opacity:.5;z-index:1000;background-color:#fff;display:none}.progress-indicator img{margin-top:75px}.cmtt-post-format-icon:before{font:200 14px/1 dashicons;position:relative;left:-5px}.cmtt-post-format-icon.cmtt-post-format-audio:before{content:"\f521";font-size:.8em}.cmtt-post-format-icon.cmtt-post-format-new:before{content:'\f155'}.cmtt-post-format-icon.cmtt-post-format-new{display:inline}.cmtt-audio-shortcode{margin:10px}.cmtt-audio-player.cmtt-limited{float:right;font:200 14px/1 dashicons}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls>:not(.mejs-playpause-button){display:none!important}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode.mejs-container{width:auto!important;height:auto!important;background:0 0!important}.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls{width:auto!important;background:0 0!important;position:initial!important}.cmtt-audio-player .cmtt-audio-shortcode .mejs-controls{position:initial!important}.cmtt-woocommerce-product-container{padding:.2em}.cmtt-woocommerce-product-image-container{float:left;padding:5px 10px 10px 0}.cmtt-woocommerce-product-description{padding-bottom:1em;display:block}.cmtt-woocommerce-product-desc-container{min-width:275px}.cmtt-woocommerce-product-name{font-weight:600}.cmtt-woocommerce-product-button-container{float:right}.cmtt-woocommerce-product-price ins{background:0 0}.server-info-table span{color:green;font-weight:700}.server-info-table strong{color:red;font-weight:700}.cmtt-social-box{width:auto;display:flex;margin-bottom:10px;padding:0}.cmtt-social-box>div{height:25px;max-width:69px;margin:4px 4px 0 0}.cmtt-social-box .sharetitle{border-right:1px solid #d2d2d2;padding:0 10px 0 0;margin:0 10px 0 0;line-height:25px;vertical-align:middle;display:inline-block;font-size:large;font-weight:700;max-width:fit-content}.cmtt-social-box>div>*{vertical-align:top!important}select#cmtt_glossaryID{max-width:350px}div.cminds_settings_description{float:left;max-width:55%;margin-bottom:20px}li.cmtt-has-thumbnail{list-style-position:inside;list-style-type:none;margin-left:-25px}.glossaryLink.ampGlossaryLink{position:relative}.glossaryLink.ampGlossaryLink #tt{top:110%;left:-50%}