@import url(https://fonts.bunny.net/css?family=Sorts+Mill+Goudy:400,400italic&subset=latin,latin-ext);.tsvg-preview-control,.tsvg-selector-block,.tsvg-selector-block .components-placeholder__fieldset{align-items:center!important}.tsvg-selector-block .components-placeholder__fieldset{flex-direction:column;-ms-flex-direction:column;-webkit-box-direction:column}.tsvg-guttenberg-block{cursor:not-allowed}.tsvg-guttenberg-block *{pointer-events:none}.tsvg-select-block{padding-right:2px;padding-left:7px;margin-top:8px;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;background-color:#fff;width:max-content}.tsvg-select-block .components-select-control__input{padding:0 24px 0 8px}.tsvg-select-block .components-base-control__field{margin-bottom:0;margin-top:3px;margin-left:4px}:root{--comment-rating-star-color:#343434}.wprm-comment-rating svg path{fill:var(--comment-rating-star-color)}.wprm-comment-rating svg polygon{stroke:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-full svg path{stroke:var(--comment-rating-star-color);fill:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-empty svg path{stroke:var(--comment-rating-star-color);fill:none}.wprm-comment-ratings-container svg .wprm-star-full{fill:var(--comment-rating-star-color)}.wprm-comment-ratings-container svg .wprm-star-empty{stroke:var(--comment-rating-star-color)}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:1px solid #4d90fe}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}.comment-form-wprm-rating .wprm-rating-stars{display:inline-block;vertical-align:middle}fieldset.wprm-comment-ratings-container{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{left:0;opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl img.wprm-comment-rating{transform:scaleX(-1)}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}:root{--wprm-popup-font-size:16px;--wprm-popup-background:#fff;--wprm-popup-title:#000;--wprm-popup-content:#444;--wprm-popup-button-background:#5a822b;--wprm-popup-button-text:#fff}html body.wprm-popup-modal-open{height:100%;left:0;overflow:visible;position:fixed;right:0;width:100%}.wprm-popup-modal{display:none}.wprm-popup-modal.is-open{display:block}.wprm-popup-modal__overlay{align-items:center;background:rgb(0 0 0 / .6);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2147483646}.wprm-popup-modal__container{background-color:var(--wprm-popup-background);border-radius:4px;box-sizing:border-box;font-size:var(--wprm-popup-font-size);max-height:100vh;max-height:100dvh;max-width:100%;overflow-y:auto;padding:30px}@media(min-width:768px){.wprm-popup-modal__container{max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px)}}.wprm-popup-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.wprm-popup-modal__title{box-sizing:border-box;color:var(--wprm-popup-title);font-size:1.2em;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.wprm-popup-modal__header .wprm-popup-modal__close{background:#fff0;border:0;cursor:pointer;width:18px}.wprm-popup-modal__header .wprm-popup-modal__close:before{color:var(--wprm-popup-title);content:"✕";font-size:var(--wprm-popup-font-size)}.wprm-popup-modal__content{color:var(--wprm-popup-content);line-height:1.5}.wprm-popup-modal__content p{font-size:1em;line-height:1.5}.wprm-popup-modal__footer{margin-top:20px}.wprm-popup-modal__btn{-webkit-appearance:button;background-color:var(--wprm-popup-button-background);border-radius:.25em;border-style:none;border-width:0;color:var(--wprm-popup-button-text);cursor:pointer;font-size:1em;line-height:1.15;margin:0;overflow:visible;padding:.5em 1em;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.wprm-popup-modal__btn.wprm-popup-modal__btn--secondary{background-color:var(--wprm-popup-button-text);border:1px solid var(--wprm-popup-button-background);color:var(--wprm-popup-button-background);margin-left:20px}.wprm-popup-modal__btn:disabled{cursor:not-allowed;opacity:.3}.wprm-popup-modal__btn:not(:disabled):focus,.wprm-popup-modal__btn:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@keyframes wprmPopupModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wprmPopupModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wprmPopupModalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes wprmPopupModalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__container{animation:wprmPopupModalSlideIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__container{animation:wprmPopupModalSlideOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal .wprm-popup-modal__container,.wprm-popup-modal .wprm-popup-modal__overlay{will-change:transform}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#fff0;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme=wprm] .tippy-content p:first-child{margin-top:0}.tippy-box[data-theme=wprm] .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-theme~=wprm-variable]{background-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--wprm-tippy-background)}#wp-admin-bar-wp-recipe-maker{display:block!important}#wp-admin-bar-wp-recipe-maker .ab-icon{margin:2px 4px 0 0}#wp-admin-bar-wp-recipe-maker .ab-icon:before{content:""}#wp-admin-bar-wp-recipe-maker .ab-label{align-items:center;display:flex}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge{background-color:#d63638;border-radius:9px;box-sizing:border-box;color:#fff;display:inline!important;float:right;height:18px;line-height:1;margin:1px 0 -1px 5px;min-width:18px;padding:0 5px;text-align:center;z-index:26}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge span{font-size:11px;line-height:18px}#wp-admin-bar-wp-recipe-maker .ab-sub-wrapper .ab-empty-item{font-weight:200;text-align:center}#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .ab-sub-wrapper{max-height:calc(100vh - 48px);overflow-x:hidden;overflow-y:auto}#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .ab-empty-item,#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .ab-item{height:auto;min-height:30px;white-space:normal}#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .wprm-admin-bar-debug-panel-node .ab-sub-wrapper{left:260px;max-height:calc(100vh - 48px);max-width:calc(100vw - 32px);overflow:auto;position:fixed;right:auto;top:32px;width:min(620px,100vw - 276px)}#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .wprm-admin-bar-debug-panel-node .ab-item{height:auto;min-height:0;padding:0;white-space:normal}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-panel{padding:12px}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-entry-header{color:#fff;font-weight:600;margin-bottom:8px}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-actions{display:grid;gap:8px;grid-template-columns:1fr;margin-bottom:10px}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-action{align-items:center;background:hsl(0 0% 100% / .09);border:1px solid hsl(0 0% 100% / .14);border-radius:6px;box-shadow:inset 0 1px 0 hsl(0 0% 100% / .05);box-sizing:border-box;color:#fff!important;display:flex;font-size:12px;font-weight:500;justify-content:center;line-height:1.2;margin:0;min-height:36px;padding:8px 12px;text-align:center;text-decoration:none;white-space:nowrap;width:100%}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-action:hover{background:hsl(0 0% 100% / .16);border-color:hsl(0 0% 100% / .22)}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-panel-node .ab-item .wprm-admin-bar-debug-action,#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-panel-node .ab-item .wprm-admin-bar-debug-action:focus,#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-panel-node .ab-item .wprm-admin-bar-debug-action:visited{color:#fff!important;float:none;height:auto;line-height:1.2;padding:8px 12px}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-json{background:hsl(0 0% 100% / .04);border:1px solid hsl(0 0% 100% / .06);border-radius:6px;max-height:min(320px,100vh - 180px);max-width:100%;overflow:auto;padding:10px 12px}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-json pre{font-family:Consolas,Monaco,monospace;font-size:11px;line-height:1.45;margin:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}@media(max-width:782px){#wp-admin-bar-wp-recipe-maker .ab-icon{margin-left:4px}#wp-admin-bar-wp-recipe-maker .ab-label{display:none}#wp-admin-bar-wp-recipe-maker #wp-admin-bar-wprm-debug .wprm-admin-bar-debug-panel-node .ab-sub-wrapper{left:16px;max-height:calc(100vh - 62px);max-width:none;right:16px;top:46px;width:auto}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-debug-json{max-height:min(280px,100vh - 220px)}}img.wprm-comment-rating{display:block;margin:5px 0}img.wprm-comment-rating+br{display:none}.wprm-rating-star svg{display:inline;height:16px;margin:0;vertical-align:middle;width:16px}.wprm-rating-star.rated svg polygon{fill:#000}.wprm-loader{animation:wprmSpin 1s ease-in-out infinite;-webkit-animation:wprmSpin 1s ease-in-out infinite;border:2px solid hsl(0 0% 78% / .3);border-radius:50%;border-top-color:#444;display:inline-block;height:10px;width:10px}@keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}.wprm-automatic-recipe-snippets{margin-bottom:10px}.wprm-automatic-recipe-snippets.align-center{text-align:center}.wprm-automatic-recipe-snippets.align-right{text-align:right}.wprm-automatic-recipe-snippets .wprm-jump-to-recipe-shortcode,.wprm-automatic-recipe-snippets .wprm-jump-to-video-shortcode,.wprm-automatic-recipe-snippets .wprm-print-recipe-shortcode{display:inline-block;margin:0 5px;padding:5px 10px;text-decoration:none}.wprm-recipe-container{outline:none}.wprm-recipe{overflow:hidden;zoom:1;clear:both;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h1,.wprm-recipe h2,.wprm-recipe h3,.wprm-recipe h4,.wprm-recipe h5,.wprm-recipe h6{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}.wprm-recipe a.wprm-recipe-link,.wprm-recipe a.wprm-recipe-link:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wprm-recipe .wprm-nutrition-label{margin-top:10px}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.wprm-recipe-author-with-image{align-items:center;display:inline-flex}.wprm-recipe-author-with-image .wprm-recipe-author-image{line-height:0;margin-right:10px}.wprm-call-to-action.wprm-call-to-action-simple{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:10px;padding:5px 10px}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon{font-size:2.2em;margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon svg{margin-top:0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header{display:block;font-size:1.3em;font-weight:700}@media (max-width:450px){.wprm-call-to-action.wprm-call-to-action-simple{flex-wrap:wrap}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{text-align:center}}.wprm-condition-width{display:none}.wprm-recipe.wprm-max-400 .wprm-condition-max-width-400,.wprm-recipe.wprm-max-500 .wprm-condition-max-width-500,.wprm-recipe.wprm-max-600 .wprm-condition-max-width-600,.wprm-recipe.wprm-max-700 .wprm-condition-max-width-700,.wprm-recipe.wprm-max-800 .wprm-condition-max-width-800,.wprm-recipe.wprm-min-400 .wprm-condition-min-width-400,.wprm-recipe.wprm-min-500 .wprm-condition-min-width-500,.wprm-recipe.wprm-min-600 .wprm-condition-min-width-600,.wprm-recipe.wprm-min-700 .wprm-condition-min-width-700,.wprm-recipe.wprm-min-800 .wprm-condition-min-width-800{display:block}.wprm-meta-container-custom-color{--wprm-meta-container-block-color:inherit;--wprm-meta-container-label-color:inherit;--wprm-meta-container-link-color:inherit}.wprm-meta-container-custom-color .wprm-recipe-block-container{color:var(--wprm-meta-container-block-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container .wprm-recipe-details-label{color:var(--wprm-meta-container-label-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container * a,.wprm-meta-container-custom-color .wprm-recipe-block-container a{color:var(--wprm-meta-container-link-color)}.wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.rtl .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.wprm-recipe-details-container-inline{--wprm-meta-container-separator-color:#aaa}.wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-right:0}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline:not(:last-child):after{color:var(--wprm-meta-container-separator-color);white-space:nowrap}.wprm-recipe-details-container-inline.wprm-inline-separator-dot .wprm-recipe-block-container-inline:not(:last-child):after{content:"  •  "}.wprm-recipe-details-container-inline.wprm-inline-separator-short-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  -  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  —  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after,.wprm-recipe-details-container-inline.wprm-inline-separator-short-line .wprm-recipe-block-container-inline:not(:last-child):after{background-color:var(--wprm-meta-container-separator-color);content:"";display:inline-block;height:1em;margin:0 .8em;vertical-align:middle;width:1px}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after{height:1.3em}.rtl .wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator{overflow:hidden}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-left:0}.wprm-recipe-block-container-columns,.wprm-recipe-block-container-separate,.wprm-recipe-block-container-separated,.wprm-recipe-block-container-separated .wprm-recipe-details-label{display:block}.wprm-recipe-block-container-columns .wprm-recipe-details-label{display:inline-block;min-width:130px}.wprm-recipe-details-container-inline{display:inline}.wprm-recipe-details-container-pills{align-items:center;display:flex;flex-wrap:wrap;gap:10px;--pill-padding-vertical:5px;--pill-padding-horizontal:15px;--pill-border-radius:100px;--pill-background-color:#333;--pill-text-color:#fff;--pill-border-color:#333;--pill-borderwidth:0px}.wprm-recipe-details-container-pills .wprm-recipe-meta-container-pill{background-color:var(--pill-background-color);border-color:var(--pill-border-color);border-radius:var(--pill-border-radius);border-style:solid;border-width:var(--pill-borderwidth);color:var(--pill-text-color);padding:var(--pill-padding-vertical) var(--pill-padding-horizontal)}.wprm-recipe-details-container-table{border:1px dotted #666;display:flex;margin:5px 0;padding:5px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{display:flex;flex:1;flex-direction:column;text-align:center}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only{border:none!important}@media (min-width:451px){.wprm-recipe-table-borders-empty .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table,.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-left:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-right:none!important}}@media (max-width:450px){.wprm-recipe-details-container-table{border:none!important;display:block;margin:5px 0;padding:0}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none{display:flex;flex-wrap:wrap}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table{max-width:100%;min-width:120px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{padding:5px}.wprm-recipe-details-container-table.wprm-recipe-table-borders-all .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right .wprm-recipe-block-container-table{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table:not(:last-child){border-bottom:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-block-container-columns .wprm-recipe-details-label{margin-right:.4em;min-width:0}}.wprm-recipe-details-unit{font-size:.8em}@media only screen and (max-width:600px){.wprm-recipe-details-unit{font-size:1em}}.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:flex;flex-wrap:wrap;justify-content:space-between}.wprm-container-columns-spaced-middle.wprm-container-columns-spaced-middle,.wprm-container-columns-spaced.wprm-container-columns-spaced-middle{align-items:center}.wprm-container-columns-spaced-middle>*,.wprm-container-columns-spaced>*{flex:1}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter,.wprm-container-columns-spaced.wprm-container-columns-gutter{margin-left:-8px;margin-right:-8px}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-left:8px!important;margin-right:8px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-left:0!important;margin-right:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-left:8px!important;margin-right:8px!important}@media (max-width:450px){.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:block}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-bottom:16px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-bottom:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-bottom:16px!important}}.wprm-container-float-left{float:left;margin:0 10px 10px 0;position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-left,.wprm-container-float-right{float:right;margin:0 0 10px 10px}.wprm-container-float-right{position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-right{float:left;margin:0 10px 10px 0}@media only screen and (max-width:640px){.rtl .wprm-container-float-left,.rtl .wprm-container-float-right,.wprm-container-float-left,.wprm-container-float-right{float:none;margin-left:0;margin-right:0}}.wprm-header-decoration-icon-line,.wprm-header-decoration-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap}.wprm-header-decoration-icon-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-left .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line{margin-left:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-icon-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-spacer.wprm-align-right .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-icon-decoration-line.wprm-align-right .wprm-decoration-line{margin-right:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:last-child,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:last-child{margin-left:15px}.wprm-decoration-line{border:0;border-bottom:1px solid #000;flex:auto;height:1px}.wprm-decoration-spacer{flex:auto}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-faded{opacity:.7}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller{font-size:.8em}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-expandable-container,.wprm-expandable-container-separated{--wprm-expandable-text-color:#333;--wprm-expandable-button-color:#fff;--wprm-expandable-border-color:#333;--wprm-expandable-border-radius:0px;--wprm-expandable-vertical-padding:5px;--wprm-expandable-horizontal-padding:5px}.wprm-expandable-container a.wprm-expandable-button,.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated a.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{color:var(--wprm-expandable-text-color)}.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{background-color:var(--wprm-expandable-button-color);border-color:var(--wprm-expandable-border-color);border-radius:var(--wprm-expandable-border-radius);padding:var(--wprm-expandable-vertical-padding) var(--wprm-expandable-horizontal-padding)}.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container-separated.wprm-expandable-expanded .wprm-expandable-button-show,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container.wprm-expandable-expanded .wprm-expandable-button-show{display:none}.wprm-expandable-separated-content-collapsed{display:none!important}.wprm-block-text-normal{font-style:normal;font-weight:400;text-transform:none}.wprm-block-text-light{font-weight:300!important}.wprm-block-text-light-bold{font-weight:500!important}.wprm-block-text-semi-bold{font-weight:600!important}.wprm-block-text-bold{font-weight:700!important}.wprm-block-text-italic{font-style:italic!important}.wprm-block-text-uppercase{text-transform:uppercase!important}.wprm-block-text-faded{opacity:.7}.wprm-block-text-uppercase-faded{opacity:.7;text-transform:uppercase!important}.wprm-block-text-smaller{font-size:.9em}.wprm-block-text-larger{font-size:1.1em}.wprm-block-text-faded .wprm-block-text-faded,.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded{opacity:1}.wprm-block-text-larger .wprm-block-text-larger,.wprm-block-text-smaller .wprm-block-text-smaller{font-size:1em}.wprm-align-left{text-align:left}.wprm-align-center{text-align:center}.wprm-align-right{text-align:right}.wprm-align-top{align-items:start}.wprm-align-middle{align-items:center}.wprm-align-bottom{align-items:end}.wprm-recipe-header .wprm-recipe-icon:not(.wprm-collapsible-icon){margin-right:10px}.wprm-recipe-header .wprm-recipe-icon.wprm-collapsible-icon{margin-left:10px}.wprm-recipe-header.wprm-header-has-actions{align-items:center;display:flex;flex-wrap:wrap}.wprm-recipe-header .wprm-recipe-adjustable-servings-container,.wprm-recipe-header .wprm-recipe-media-toggle-container,.wprm-recipe-header .wprm-unit-conversion-container{font-size:16px;font-style:normal;font-weight:400;opacity:1;text-transform:none}.wprm-recipe-header .wprm-header-toggle{float:right}.wprm-recipe-header .wprm-header-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-recipe-icon svg{display:inline;height:1.3em;margin-top:-.15em;overflow:visible;vertical-align:middle;width:1.3em}.wprm-icon-shortcode{font-size:16px;height:16px}.wprm-icon-shortcode.wprm-icon-shortcode-inline{display:inline}.wprm-icon-shortcode .wprm-recipe-icon svg{display:inline;height:1em;margin-top:0;overflow:visible;vertical-align:middle;width:1em}.wprm-interactivity-container{display:flex;gap:10px;margin:10px 20px 0}.wprm-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px}.wprm-internal-container ul li{margin-left:16px}.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-ingredient-group .wprm-recipe-group-name,.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-instruction-group .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-ingredient-group:first-child .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name{margin-top:0!important}.wprm-internal-container .wprm-internal-container-toggle{float:right;position:relative;z-index:2}.wprm-internal-container .wprm-internal-container-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-internal-container.wprm-expandable-collapsed{mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:60px;overflow:hidden}.wprm-recipe-image img{display:block;margin:0 auto}.wprm-recipe-image .dpsp-pin-it-wrapper{margin:0 auto}.wprm-recipe-image picture{border:none!important}.wprm-block-image-circle img{border-radius:50%}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{margin-top:.8em!important}.wprm-recipe-ingredients-container.wprm-recipe-images-before .wprm-recipe-ingredient-image{margin-right:10px}.wprm-recipe-ingredients-container.wprm-recipe-images-after .wprm-recipe-ingredient-image{margin-left:10px}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image{flex-shrink:0}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image .wprm-recipe-ingredient-no-image-placeholder{display:inline-block}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image img{vertical-align:middle}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded{opacity:.7}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller{font-size:.8em}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-ingredient-style-grouped ul.wprm-recipe-ingredients{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container{align-items:center;display:flex}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container .wprm-recipe-ingredient-notes{display:block}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient{display:flex}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit{flex-shrink:0;margin-right:10px}.wprm-ingredient-style-table-2-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient{align-items:center}.wprm-ingredient-style-table-2-align .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align .wprm-recipe-ingredient-amount-unit{text-align:right}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes{flex:1}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name{margin-right:10px}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes{flex:1}.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{margin-top:.8em!important}.wprm-recipe-instructions-container .wprm-recipe-instruction-text{font-size:1em}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}.wprm-recipe-instructions-container .wprm-recipe-instruction-video iframe{max-width:100%}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-right:5px}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:last-child{padding-right:0}.wprm-recipe-instructions .wprm-recipe-instruction-tip,.wprm-recipe-tip{align-items:flex-start;counter-increment:none!important;display:flex;gap:10px;list-style:none!important;margin-bottom:12px;padding:10px 12px}.wprm-recipe-instructions .wprm-recipe-instruction-tip::marker,.wprm-recipe-instructions .wprm-recipe-instruction-tip:before,.wprm-recipe-tip::marker,.wprm-recipe-tip:before{content:none!important;display:none!important}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-icon,.wprm-recipe-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-tip .wprm-recipe-tip-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:1.1em;justify-content:center;line-height:inherit;min-height:1.25em;min-height:1lh}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-text,.wprm-recipe-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-tip .wprm-recipe-tip-text{color:var(--wprm-tip-text-color,#000);flex:1;min-width:0}.wprm-recipe-instruction-tip-style-left-border,.wprm-recipe-instruction-tip-style-left-border-straight,.wprm-recipe-tip-style-left-border,.wprm-recipe-tip-style-left-border-straight{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:0}.wprm-recipe-instruction-tip-style-left-border-rounded,.wprm-recipe-tip-style-left-border-rounded{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-filled,.wprm-recipe-tip-style-filled{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 16%,transparent);border-radius:4px}.wprm-recipe-instruction-tip-style-outline,.wprm-recipe-tip-style-outline{border:1px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-banner,.wprm-recipe-tip-style-banner{border-bottom:2px solid var(--wprm-tip-accent,#2b6cb0);border-top:2px solid var(--wprm-tip-accent,#2b6cb0);padding-bottom:12px;padding-top:12px}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-left:5px;padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:first-child{padding-left:5px}.rtl .wprm-recipe-instruction-tip-style-left-border,.rtl .wprm-recipe-instruction-tip-style-left-border-rounded,.rtl .wprm-recipe-instruction-tip-style-left-border-straight,.rtl .wprm-recipe-tip-style-left-border,.rtl .wprm-recipe-tip-style-left-border-rounded,.rtl .wprm-recipe-tip-style-left-border-straight{border-left:0;border-right:5px solid var(--wprm-tip-accent,#2b6cb0)}.wprm-recipe-shop-instacart-loading{cursor:wait;opacity:.5}.wprm-recipe-shop-instacart{align-items:center;border:1px solid #003d29;border-radius:23px;cursor:pointer;display:inline-flex;font-family:Instacart,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:46px;padding:0 18px}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-dark{background-color:#003d29;color:#faf1e5}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-light{background-color:#faf1e5;border-color:#efe9e1;color:#003d29}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-white{background-color:#fff;border-color:#e8e9eb;color:#000}.wprm-recipe-shop-instacart>img{height:22px!important;margin:0!important;padding:0!important;width:auto!important}.wprm-recipe-shop-instacart>span{margin-left:10px}.wprm-recipe-jump-to-section-container{--wprm-jump-to-section-gap:10px;--wprm-jump-to-section-alignment:flex-start;--wprm-jump-to-section-background:#fff;--wprm-jump-to-section-text-color:#333;--wprm-jump-to-section-borderwidth:0px;--wprm-jump-to-section-border:#333;--wprm-jump-to-section-border-radius:10px;--wprm-jump-to-section-vertical-padding:5px;--wprm-jump-to-section-horizontal-padding:15px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--wprm-jump-to-section-gap);justify-content:var(--wprm-jump-to-section-alignment);text-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-nowrap{flex-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll{flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none;--wprm-jump-to-section-fade-width:50px;mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll::-webkit-scrollbar{display:none}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left{mask-image:linear-gradient(to right,#000 0,#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-right{mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left.scrolled-right{mask-image:none}.wprm-recipe-jump-to-section-container a.wprm-recipe-jump-to-section{align-items:center;background-color:var(--wprm-jump-to-section-background);border-color:var(--wprm-jump-to-section-border);border-radius:var(--wprm-jump-to-section-border-radius);border-style:solid;border-width:var(--wprm-jump-to-section-borderwidth);color:var(--wprm-jump-to-section-text-color);display:flex;gap:5px;padding:var(--wprm-jump-to-section-vertical-padding) var(--wprm-jump-to-section-horizontal-padding);text-decoration:none}.wprm-recipe-jump-to-section-container .wprm-recipe-icon svg{margin-top:0}.wprm-recipe-jump-to-section-icon-above .wprm-recipe-jump-to-section{flex-direction:column}.wprm-recipe-jump-to-section-icon-right .wprm-recipe-jump-to-section{flex-direction:row-reverse}.wprm-recipe-jump-to-section-icon-below .wprm-recipe-jump-to-section{flex-direction:column-reverse}.wprm-layout-container{--wprm-layout-container-text-color:inherit;--wprm-layout-container-background-color:inherit;background-color:var(--wprm-layout-container-background-color);color:var(--wprm-layout-container-text-color)}.wprm-layout-column-container{display:flex;flex-wrap:nowrap}.wprm-layout-column{--wprm-layout-column-text-color:inherit;--wprm-layout-column-background-color:inherit;background-color:var(--wprm-layout-column-background-color);color:var(--wprm-layout-column-text-color)}.wprm-padding-5{padding:5px}.wprm-padding-10{padding:10px}.wprm-padding-20{padding:20px}.wprm-padding-30{padding:30px}.wprm-padding-40{padding:40px}.wprm-padding-50{padding:50px}.wprm-column-gap-5{column-gap:5px}.wprm-column-gap-10{column-gap:10px}.wprm-column-gap-20{column-gap:20px}.wprm-column-gap-30{column-gap:30px}.wprm-column-gap-40{column-gap:40px}.wprm-column-gap-50{column-gap:50px}.wprm-row-gap-5{row-gap:5px}.wprm-row-gap-10{row-gap:10px}.wprm-row-gap-20{row-gap:20px}.wprm-row-gap-30{row-gap:30px}.wprm-row-gap-40{row-gap:40px}.wprm-row-gap-50{row-gap:50px}.wprm-layout-column{flex:auto}.wprm-column-width-20{flex:1 1 20%}.wprm-column-width-25{flex:1 1 25%}.wprm-column-width-33{flex:1 1 33.33%}.wprm-column-width-40{flex:1 1 40%}.wprm-column-width-50{flex:1 1 50%}.wprm-column-width-60{flex:1 1 60%}.wprm-column-width-66{flex:1 1 66.66%}.wprm-column-width-75{flex:1 1 75%}.wprm-column-width-80{flex:1 1 80%}@media (max-width:480px){.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400){flex-direction:column}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400).wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400) .wprm-layout-column{width:100%}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-left{text-align:left}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-right{text-align:right}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-center{text-align:center}}@media (max-width:768px){.wprm-column-rows-tablet{flex-direction:column}.wprm-column-rows-tablet.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-column-rows-tablet .wprm-layout-column{width:100%}.wprm-column-rows-tablet>.wprm-align-rows-left{text-align:left}.wprm-column-rows-tablet>.wprm-align-rows-right{text-align:right}.wprm-column-rows-tablet>.wprm-align-rows-center{text-align:center}}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900{flex-direction:column}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800{flex-direction:column}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700{flex-direction:column}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600{flex-direction:column}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500{flex-direction:column}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400{flex-direction:column}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-center{text-align:center}.wprm-recipe-link{cursor:pointer;text-decoration:none}.wprm-recipe-link.wprm-recipe-link-inline-button{display:inline-block;margin:0 5px 5px 0}.wprm-recipe-link.wprm-recipe-link-button{display:table;margin:5px auto}.wprm-recipe-link.wprm-recipe-link-wide-button{display:block;margin:5px 0;text-align:center;width:auto}.wprm-recipe-link.wprm-recipe-link-button,.wprm-recipe-link.wprm-recipe-link-inline-button,.wprm-recipe-link.wprm-recipe-link-wide-button{border-style:solid;border-width:1px;padding:5px}.wprm-recipe-link.wprm-recipe-link-disabled{cursor:not-allowed}.rtl .wprm-recipe-link.wprm-recipe-link-inline-button{margin:0 0 5px 5px}.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit{font-size:.85em}.wprm-nutrition-label-container-grouped{display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{white-space:nowrap}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container-separate{column-gap:5px;display:flex;justify-content:space-between}.wprm-nutrition-label-container-grouped-pills{--wprm-nutrition-pills-row-gap:10px;--wprm-nutrition-pills-background:#fff;--wprm-nutrition-pills-border:#333;--wprm-nutrition-pills-border-width:1px;--wprm-nutrition-pills-border-radius:100px;--wprm-nutrition-pills-horizontal-padding:15px;--wprm-nutrition-pills-vertical-padding:5px;row-gap:var(--wprm-nutrition-pills-row-gap)}.wprm-nutrition-label-container-grouped-pills .wprm-nutrition-label-text-nutrition-container:not(.wprm-nutrition-label-text-nutrition-container-empty){background-color:var(--wprm-nutrition-pills-background);border:var(--wprm-nutrition-pills-border-width) solid var(--wprm-nutrition-pills-border);border-radius:var(--wprm-nutrition-pills-border-radius);padding:var(--wprm-nutrition-pills-vertical-padding) var(--wprm-nutrition-pills-horizontal-padding)}.wprm-recipe-rating{white-space:nowrap}.wprm-recipe-rating svg{height:1.1em;margin-top:-.15em!important;margin:0;vertical-align:middle;width:1.1em}.wprm-recipe-rating.wprm-recipe-rating-inline{align-items:center;display:inline-flex}.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{display:inline-block;margin-left:10px}.wprm-recipe-rating .wprm-recipe-rating-details{font-size:.8em}.wprm-recipe-smart-with-food-button{display:block}.wprm-spacer{background:none!important;display:block!important;font-size:0;height:10px;line-height:0;width:100%}.wprm-spacer+.wprm-spacer{display:none!important}.wprm-recipe-instruction-text .wprm-spacer,.wprm-recipe-notes .wprm-spacer,.wprm-recipe-summary .wprm-spacer{display:block!important}.wprm-temperature-container .wprm-temperature-icon img{display:inline-block;height:auto;margin-bottom:-.2em;vertical-align:text-bottom;width:1.6em}.wprm-toggle-switch-container{align-items:center;display:flex;margin:10px 0}.wprm-toggle-switch-container label{cursor:pointer;flex-shrink:0;font-size:1em;margin:0}.wprm-toggle-switch-container .wprm-prevent-sleep-description{font-size:.8em;line-height:1.1em;margin-left:10px}.wprm-toggle-switch{align-items:center;display:inline-flex;position:relative}.wprm-toggle-switch input{height:0;margin:0;min-width:0;opacity:0;padding:0;width:0}.wprm-toggle-switch .wprm-toggle-switch-slider{align-items:center;cursor:pointer;display:inline-flex;gap:5px;position:relative;-webkit-transition:.4s;transition:.4s;--switch-height:28px;height:var(--switch-height);--knob-size:calc(var(--switch-height)*0.8);--switch-off-color:#ccc;--switch-off-text:#333;--switch-off-knob:#fff;--switch-on-color:#333;--switch-on-text:#fff;--switch-on-knob:#fff;background-color:var(--switch-off-color)}.wprm-toggle-switch .wprm-toggle-switch-slider:before{background-color:var(--switch-off-knob);content:"";height:var(--knob-size);left:calc(var(--knob-size)/5);position:absolute;-webkit-transition:.4s;transition:.4s;width:var(--knob-size)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider{background-color:var(--switch-on-color)}.wprm-toggle-switch input:focus+.wprm-toggle-switch-slider{box-shadow:0 0 0 3px rgb(0 0 0 / .12)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider:before{background-color:var(--switch-on-knob);left:calc(100% - var(--knob-size) - var(--knob-size)/5)}.wprm-toggle-switch .wprm-toggle-switch-label{margin-left:10px}.wprm-toggle-switch-outside .wprm-toggle-switch-slider{width:calc(var(--switch-height)*2)}.wprm-toggle-switch-inside .wprm-toggle-switch-text{display:grid}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on{align-items:center;color:#fff;display:flex;font-size:calc(var(--switch-height)*.5);gap:5px;grid-area:1/1;opacity:0;transition:opacity .4s;white-space:nowrap}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon{align-items:center;display:inline-flex;margin-right:0}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon svg,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon svg{margin-top:0}.wprm-toggle-switch-inside .wprm-toggle-switch-slider{padding:5px 10px;padding-left:calc(var(--knob-size) + var(--knob-size)/5 + 5px);padding-right:10px}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-off{color:var(--switch-off-text);opacity:1}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-on{color:var(--switch-on-text);opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider{padding-left:10px;padding-right:calc(var(--knob-size) + var(--knob-size)/5 + 5px)}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-off{opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-on{opacity:1}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider{border-radius:999px}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider:before{border-radius:50%}.wprm-toggle-container button.wprm-toggle{border:none;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-toggle-container button.wprm-toggle:focus{outline:none}.wprm-toggle-buttons-container{--wprm-toggle-button-background:#fff;--wprm-toggle-button-accent:#333;--wprm-toggle-button-radius:3px;align-items:stretch;background-color:var(--wprm-toggle-button-background);border:1px solid var(--wprm-toggle-button-accent);border-radius:var(--wprm-toggle-button-radius);color:var(--wprm-toggle-button-accent);display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-toggle-buttons-container button.wprm-toggle{background-color:var(--wprm-toggle-button-accent);border-left:1px solid var(--wprm-toggle-button-accent);color:var(--wprm-toggle-button-background);padding:5px 10px}.wprm-toggle-buttons-container button.wprm-toggle:first-child{border-left:0;border-right:0}.wprm-toggle-buttons-container button.wprm-toggle.wprm-toggle-active .wprm-toggle-icon-inactive{display:none}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active){background:none!important;color:inherit!important}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active) .wprm-toggle-icon-active{display:none}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon{margin:0}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon svg{margin-top:-.3em}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon+.wprm-toggle-text{margin-left:10px}.rtl .wprm-toggle-buttons-container button.wprm-toggle{border-left:0;border-right:1px solid var(--wprm-toggle-button-accent)}.wprm-toggle-pills-container{--wprm-toggle-pills-height:28px;--wprm-toggle-pills-gap:10px;--wprm-toggle-pills-radius:999px;--wprm-toggle-pills-background:#fff;--wprm-toggle-pills-border:#333;--wprm-toggle-pills-text:#333;--wprm-toggle-pills-active-background:#333;--wprm-toggle-pills-active-border:#333;--wprm-toggle-pills-active-text:#fff;align-items:center;display:inline-flex;gap:var(--wprm-toggle-pills-gap)}.wprm-toggle-pills-container button.wprm-toggle{align-items:center;background-color:var(--wprm-toggle-pills-background);border:1px solid var(--wprm-toggle-pills-border);border-radius:var(--wprm-toggle-pills-radius);color:var(--wprm-toggle-pills-text);display:inline-flex;font-size:calc(var(--wprm-toggle-pills-height)*.5);height:var(--wprm-toggle-pills-height);justify-content:center;margin:0;min-width:var(--wprm-toggle-pills-height);padding:0;width:auto}.wprm-toggle-pills-container button.wprm-toggle.wprm-toggle-active{background-color:var(--wprm-toggle-pills-active-background);border:1px solid var(--wprm-toggle-pills-active-border);color:var(--wprm-toggle-pills-active-text)}.wprm-recipe-header+.wprm-recipe-video{margin-top:10px}.components-placeholder.ms-loader{position:absolute;width:100%;height:100%;z-index:3;top:0;left:0;background:rgb(243 243 244 / .83);min-height:50px}.wp-block-metaslider-slider iframe{transition:height .6s;width:100%}.ms-preview{position:relative}.ms-preview__trigger{position:absolute;top:0;right:0;bottom:0;left:0}.components-base-control.ms-loading .is-active.spinner{margin-top:-2px;float:none;margin-left:0}.ms-plugin-link{display:block;padding:15px;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-left:-16px;margin-right:-16px;margin-top:17px}.ms-edit-current-slideshow{position:relative;float:right;margin-top:-11px;font-size:.95em}.ms-edit-current-slideshow::before{content:"\f474";font-family:dashicons;position:absolute;left:-19px;transform:rotate(90deg);color:#ccc;font-size:1.2em}.wp-block-metaslider-slider.placeholder-loading+.wp-block-metaslider-slider{display:none}.wp-block-metaslider-slider{transition:height .3s}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.eot?v=4.6.3);src:url('/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url(/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url('/wp-content/plugins/gallery-videos/public/css/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.ts-vgallery,.ts-vgallery-fas,.ts-vgallery-far,.ts-vgallery-fal,.ts-vgallery-fad,.ts-vgallery-fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.ts-vgallery-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.ts-vgallery-xs{font-size:.75em}.ts-vgallery-sm{font-size:.875em}.ts-vgallery-1x{font-size:1em}.ts-vgallery-2x{font-size:2em}.ts-vgallery-3x{font-size:3em}.ts-vgallery-4x{font-size:4em}.ts-vgallery-5x{font-size:5em}.ts-vgallery-6x{font-size:6em}.ts-vgallery-7x{font-size:7em}.ts-vgallery-8x{font-size:8em}.ts-vgallery-9x{font-size:9em}.ts-vgallery-10x{font-size:10em}.ts-vgallery-fw{text-align:center;width:1.25em}.ts-vgallery-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.ts-vgallery-ul>li{position:relative}.ts-vgallery-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.ts-vgallery-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.ts-vgallery-pull-left{float:left}.ts-vgallery-pull-right{float:right}.ts-vgallery.ts-vgallery-pull-left,.ts-vgallery-fas.ts-vgallery-pull-left,.ts-vgallery-far.ts-vgallery-pull-left,.ts-vgallery-fal.ts-vgallery-pull-left,.ts-vgallery-fab.ts-vgallery-pull-left{margin-right:.3em}.ts-vgallery.ts-vgallery-pull-right,.ts-vgallery-fas.ts-vgallery-pull-right,.ts-vgallery-far.ts-vgallery-pull-right,.ts-vgallery-fal.ts-vgallery-pull-right,.ts-vgallery-fab.ts-vgallery-pull-right{margin-left:.3em}.ts-vgallery-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.ts-vgallery-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ts-vgallery-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ts-vgallery-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ts-vgallery-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ts-vgallery-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.ts-vgallery-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.ts-vgallery-flip-both,.ts-vgallery-flip-horizontal.ts-vgallery-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .ts-vgallery-rotate-90,:root .ts-vgallery-rotate-180,:root .ts-vgallery-rotate-270,:root .ts-vgallery-flip-horizontal,:root .ts-vgallery-flip-vertical,:root .ts-vgallery-flip-both{-webkit-filter:none;filter:none}.ts-vgallery-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.ts-vgallery-stack-1x,.ts-vgallery-stack-2x{left:0;position:absolute;text-align:center;width:100%}.ts-vgallery-stack-1x{line-height:inherit}.ts-vgallery-stack-2x{font-size:2em}.ts-vgallery-inverse{color:#fff}.pull-right{float:right}.pull-left{float:left}.ts-vgallery.pull-left{margin-right:.3em}.ts-vgallery.pull-right{margin-left:.3em}.ts-vgallery-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.ts-vgallery-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ts-vgallery-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.ts-vgallery-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ts-vgallery-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.ts-vgallery-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.ts-vgallery-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .ts-vgallery-rotate-90,:root .ts-vgallery-rotate-180,:root .ts-vgallery-rotate-270,:root .ts-vgallery-flip-horizontal,:root .ts-vgallery-flip-vertical{filter:none}.ts-vgallery-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.ts-vgallery-stack-1x,.ts-vgallery-stack-2x{position:absolute;left:0;width:100%;text-align:center}.ts-vgallery-stack-1x{line-height:inherit}.ts-vgallery-stack-2x{font-size:2em}.ts-vgallery-inverse{color:#fff}.ts-vgallery-glass:before{content:"\f000"}.ts-vgallery-music:before{content:"\f001"}.ts-vgallery-search:before{content:"\f002"}.ts-vgallery-envelope-o:before{content:"\f003"}.ts-vgallery-heart:before{content:"\f004"}.ts-vgallery-star:before{content:"\f005"}.ts-vgallery-star-o:before{content:"\f006"}.ts-vgallery-user:before{content:"\f007"}.ts-vgallery-film:before{content:"\f008"}.ts-vgallery-th-large:before{content:"\f009"}.ts-vgallery-th:before{content:"\f00a"}.ts-vgallery-th-list:before{content:"\f00b"}.ts-vgallery-check:before{content:"\f00c"}.ts-vgallery-remove:before,.ts-vgallery-close:before,.ts-vgallery-times:before{content:"\f00d"}.ts-vgallery-search-plus:before{content:"\f00e"}.ts-vgallery-search-minus:before{content:"\f010"}.ts-vgallery-power-off:before{content:"\f011"}.ts-vgallery-signal:before{content:"\f012"}.ts-vgallery-gear:before,.ts-vgallery-cog:before{content:"\f013"}.ts-vgallery-trash-o:before{content:"\f014"}.ts-vgallery-home:before{content:"\f015"}.ts-vgallery-file-o:before{content:"\f016"}.ts-vgallery-clock-o:before{content:"\f017"}.ts-vgallery-road:before{content:"\f018"}.ts-vgallery-download:before{content:"\f019"}.ts-vgallery-arrow-circle-o-down:before{content:"\f01a"}.ts-vgallery-arrow-circle-o-up:before{content:"\f01b"}.ts-vgallery-inbox:before{content:"\f01c"}.ts-vgallery-play-circle-o:before{content:"\f01d"}.ts-vgallery-rotate-right:before,.ts-vgallery-repeat:before{content:"\f01e"}.ts-vgallery-refresh:before{content:"\f021"}.ts-vgallery-list-alt:before{content:"\f022"}.ts-vgallery-lock:before{content:"\f023"}.ts-vgallery-flag:before{content:"\f024"}.ts-vgallery-headphones:before{content:"\f025"}.ts-vgallery-volume-off:before{content:"\f026"}.ts-vgallery-volume-down:before{content:"\f027"}.ts-vgallery-volume-up:before{content:"\f028"}.ts-vgallery-qrcode:before{content:"\f029"}.ts-vgallery-barcode:before{content:"\f02a"}.ts-vgallery-tag:before{content:"\f02b"}.ts-vgallery-tags:before{content:"\f02c"}.ts-vgallery-book:before{content:"\f02d"}.ts-vgallery-bookmark:before{content:"\f02e"}.ts-vgallery-print:before{content:"\f02f"}.ts-vgallery-camera:before{content:"\f030"}.ts-vgallery-font:before{content:"\f031"}.ts-vgallery-bold:before{content:"\f032"}.ts-vgallery-italic:before{content:"\f033"}.ts-vgallery-text-height:before{content:"\f034"}.ts-vgallery-text-width:before{content:"\f035"}.ts-vgallery-align-left:before{content:"\f036"}.ts-vgallery-align-center:before{content:"\f037"}.ts-vgallery-align-right:before{content:"\f038"}.ts-vgallery-align-justify:before{content:"\f039"}.ts-vgallery-list:before{content:"\f03a"}.ts-vgallery-dedent:before,.ts-vgallery-outdent:before{content:"\f03b"}.ts-vgallery-indent:before{content:"\f03c"}.ts-vgallery-video-camera:before{content:"\f03d"}.ts-vgallery-photo:before,.ts-vgallery-image:before,.ts-vgallery-picture-o:before{content:"\f03e"}.ts-vgallery-pencil:before{content:"\f040"}.ts-vgallery-map-marker:before{content:"\f041"}.ts-vgallery-adjust:before{content:"\f042"}.ts-vgallery-tint:before{content:"\f043"}.ts-vgallery-edit:before,.ts-vgallery-pencil-square-o:before{content:"\f044"}.ts-vgallery-share-square-o:before{content:"\f045"}.ts-vgallery-check-square-o:before{content:"\f046"}.ts-vgallery-arrows:before{content:"\f047"}.ts-vgallery-step-backward:before{content:"\f048"}.ts-vgallery-fast-backward:before{content:"\f049"}.ts-vgallery-backward:before{content:"\f04a"}.ts-vgallery-play:before{content:"\f04b"}.ts-vgallery-pause:before{content:"\f04c"}.ts-vgallery-stop:before{content:"\f04d"}.ts-vgallery-forward:before{content:"\f04e"}.ts-vgallery-fast-forward:before{content:"\f050"}.ts-vgallery-step-forward:before{content:"\f051"}.ts-vgallery-eject:before{content:"\f052"}.ts-vgallery-chevron-left:before{content:"\f053"}.ts-vgallery-chevron-right:before{content:"\f054"}.ts-vgallery-plus-circle:before{content:"\f055"}.ts-vgallery-minus-circle:before{content:"\f056"}.ts-vgallery-times-circle:before{content:"\f057"}.ts-vgallery-check-circle:before{content:"\f058"}.ts-vgallery-question-circle:before{content:"\f059"}.ts-vgallery-info-circle:before{content:"\f05a"}.ts-vgallery-crosshairs:before{content:"\f05b"}.ts-vgallery-times-circle-o:before{content:"\f05c"}.ts-vgallery-check-circle-o:before{content:"\f05d"}.ts-vgallery-ban:before{content:"\f05e"}.ts-vgallery-arrow-left:before{content:"\f060"}.ts-vgallery-arrow-right:before{content:"\f061"}.ts-vgallery-arrow-up:before{content:"\f062"}.ts-vgallery-arrow-down:before{content:"\f063"}.ts-vgallery-mail-forward:before,.ts-vgallery-share:before{content:"\f064"}.ts-vgallery-expand:before{content:"\f065"}.ts-vgallery-compress:before{content:"\f066"}.ts-vgallery-plus:before{content:"\f067"}.ts-vgallery-minus:before{content:"\f068"}.ts-vgallery-asterisk:before{content:"\f069"}.ts-vgallery-exclamation-circle:before{content:"\f06a"}.ts-vgallery-gift:before{content:"\f06b"}.ts-vgallery-leaf:before{content:"\f06c"}.ts-vgallery-fire:before{content:"\f06d"}.ts-vgallery-eye:before{content:"\f06e"}.ts-vgallery-eye-slash:before{content:"\f070"}.ts-vgallery-warning:before,.ts-vgallery-exclamation-triangle:before{content:"\f071"}.ts-vgallery-plane:before{content:"\f072"}.ts-vgallery-calendar:before{content:"\f073"}.ts-vgallery-random:before{content:"\f074"}.ts-vgallery-comment:before{content:"\f075"}.ts-vgallery-magnet:before{content:"\f076"}.ts-vgallery-chevron-up:before{content:"\f077"}.ts-vgallery-chevron-down:before{content:"\f078"}.ts-vgallery-retweet:before{content:"\f079"}.ts-vgallery-shopping-cart:before{content:"\f07a"}.ts-vgallery-folder:before{content:"\f07b"}.ts-vgallery-folder-open:before{content:"\f07c"}.ts-vgallery-arrows-v:before{content:"\f07d"}.ts-vgallery-arrows-h:before{content:"\f07e"}.ts-vgallery-bar-chart-o:before,.ts-vgallery-bar-chart:before{content:"\f080"}.ts-vgallery-twitter-square:before{content:"\f081"}.ts-vgallery-facebook-square:before{content:"\f082"}.ts-vgallery-camera-retro:before{content:"\f083"}.ts-vgallery-key:before{content:"\f084"}.ts-vgallery-gears:before,.ts-vgallery-cogs:before{content:"\f085"}.ts-vgallery-comments:before{content:"\f086"}.ts-vgallery-thumbs-o-up:before{content:"\f087"}.ts-vgallery-thumbs-o-down:before{content:"\f088"}.ts-vgallery-star-half:before{content:"\f089"}.ts-vgallery-heart-o:before{content:"\f08a"}.ts-vgallery-sign-out:before{content:"\f08b"}.ts-vgallery-linkedin-square:before{content:"\f08c"}.ts-vgallery-thumb-tack:before{content:"\f08d"}.ts-vgallery-external-link:before{content:"\f08e"}.ts-vgallery-sign-in:before{content:"\f090"}.ts-vgallery-trophy:before{content:"\f091"}.ts-vgallery-github-square:before{content:"\f092"}.ts-vgallery-upload:before{content:"\f093"}.ts-vgallery-lemon-o:before{content:"\f094"}.ts-vgallery-phone:before{content:"\f095"}.ts-vgallery-square-o:before{content:"\f096"}.ts-vgallery-bookmark-o:before{content:"\f097"}.ts-vgallery-phone-square:before{content:"\f098"}.ts-vgallery-twitter:before{content:"\f099"}.ts-vgallery-facebook-f:before,.ts-vgallery-facebook:before{content:"\f09a"}.ts-vgallery-github:before{content:"\f09b"}.ts-vgallery-unlock:before{content:"\f09c"}.ts-vgallery-credit-card:before{content:"\f09d"}.ts-vgallery-feed:before,.ts-vgallery-rss:before{content:"\f09e"}.ts-vgallery-hdd-o:before{content:"\f0a0"}.ts-vgallery-bullhorn:before{content:"\f0a1"}.ts-vgallery-bell:before{content:"\f0f3"}.ts-vgallery-certificate:before{content:"\f0a3"}.ts-vgallery-hand-o-right:before{content:"\f0a4"}.ts-vgallery-hand-o-left:before{content:"\f0a5"}.ts-vgallery-hand-o-up:before{content:"\f0a6"}.ts-vgallery-hand-o-down:before{content:"\f0a7"}.ts-vgallery-arrow-circle-left:before{content:"\f0a8"}.ts-vgallery-arrow-circle-right:before{content:"\f0a9"}.ts-vgallery-arrow-circle-up:before{content:"\f0aa"}.ts-vgallery-arrow-circle-down:before{content:"\f0ab"}.ts-vgallery-globe:before{content:"\f0ac"}.ts-vgallery-wrench:before{content:"\f0ad"}.ts-vgallery-tasks:before{content:"\f0ae"}.ts-vgallery-filter:before{content:"\f0b0"}.ts-vgallery-briefcase:before{content:"\f0b1"}.ts-vgallery-arrows-alt:before{content:"\f0b2"}.ts-vgallery-group:before,.ts-vgallery-users:before{content:"\f0c0"}.ts-vgallery-chain:before,.ts-vgallery-link:before{content:"\f0c1"}.ts-vgallery-cloud:before{content:"\f0c2"}.ts-vgallery-flask:before{content:"\f0c3"}.ts-vgallery-cut:before,.ts-vgallery-scissors:before{content:"\f0c4"}.ts-vgallery-copy:before,.ts-vgallery-files-o:before{content:"\f0c5"}.ts-vgallery-paperclip:before{content:"\f0c6"}.ts-vgallery-save:before,.ts-vgallery-floppy-o:before{content:"\f0c7"}.ts-vgallery-square:before{content:"\f0c8"}.ts-vgallery-navicon:before,.ts-vgallery-reorder:before,.ts-vgallery-bars:before{content:"\f0c9"}.ts-vgallery-list-ul:before{content:"\f0ca"}.ts-vgallery-list-ol:before{content:"\f0cb"}.ts-vgallery-strikethrough:before{content:"\f0cc"}.ts-vgallery-underline:before{content:"\f0cd"}.ts-vgallery-table:before{content:"\f0ce"}.ts-vgallery-magic:before{content:"\f0d0"}.ts-vgallery-truck:before{content:"\f0d1"}.ts-vgallery-pinterest:before{content:"\f0d2"}.ts-vgallery-pinterest-square:before{content:"\f0d3"}.ts-vgallery-google-plus-square:before{content:"\f0d4"}.ts-vgallery-google-plus:before{content:"\f0d5"}.ts-vgallery-money:before{content:"\f0d6"}.ts-vgallery-caret-down:before{content:"\f0d7"}.ts-vgallery-caret-up:before{content:"\f0d8"}.ts-vgallery-caret-left:before{content:"\f0d9"}.ts-vgallery-caret-right:before{content:"\f0da"}.ts-vgallery-columns:before{content:"\f0db"}.ts-vgallery-unsorted:before,.ts-vgallery-sort:before{content:"\f0dc"}.ts-vgallery-sort-down:before,.ts-vgallery-sort-desc:before{content:"\f0dd"}.ts-vgallery-sort-up:before,.ts-vgallery-sort-asc:before{content:"\f0de"}.ts-vgallery-envelope:before{content:"\f0e0"}.ts-vgallery-linkedin:before{content:"\f0e1"}.ts-vgallery-rotate-left:before,.ts-vgallery-undo:before{content:"\f0e2"}.ts-vgallery-legal:before,.ts-vgallery-gavel:before{content:"\f0e3"}.ts-vgallery-dashboard:before,.ts-vgallery-tachometer:before{content:"\f0e4"}.ts-vgallery-comment-o:before{content:"\f0e5"}.ts-vgallery-comments-o:before{content:"\f0e6"}.ts-vgallery-flash:before,.ts-vgallery-bolt:before{content:"\f0e7"}.ts-vgallery-sitemap:before{content:"\f0e8"}.ts-vgallery-umbrella:before{content:"\f0e9"}.ts-vgallery-paste:before,.ts-vgallery-clipboard:before{content:"\f0ea"}.ts-vgallery-lightbulb-o:before{content:"\f0eb"}.ts-vgallery-exchange:before{content:"\f0ec"}.ts-vgallery-cloud-download:before{content:"\f0ed"}.ts-vgallery-cloud-upload:before{content:"\f0ee"}.ts-vgallery-user-md:before{content:"\f0f0"}.ts-vgallery-stethoscope:before{content:"\f0f1"}.ts-vgallery-suitcase:before{content:"\f0f2"}.ts-vgallery-bell-o:before{content:"\f0a2"}.ts-vgallery-coffee:before{content:"\f0f4"}.ts-vgallery-cutlery:before{content:"\f0f5"}.ts-vgallery-file-text-o:before{content:"\f0f6"}.ts-vgallery-building-o:before{content:"\f0f7"}.ts-vgallery-hospital-o:before{content:"\f0f8"}.ts-vgallery-ambulance:before{content:"\f0f9"}.ts-vgallery-medkit:before{content:"\f0fa"}.ts-vgallery-fighter-jet:before{content:"\f0fb"}.ts-vgallery-beer:before{content:"\f0fc"}.ts-vgallery-h-square:before{content:"\f0fd"}.ts-vgallery-plus-square:before{content:"\f0fe"}.ts-vgallery-angle-double-left:before{content:"\f100"}.ts-vgallery-angle-double-right:before{content:"\f101"}.ts-vgallery-angle-double-up:before{content:"\f102"}.ts-vgallery-angle-double-down:before{content:"\f103"}.ts-vgallery-angle-left:before{content:"\f104"}.ts-vgallery-angle-right:before{content:"\f105"}.ts-vgallery-angle-up:before{content:"\f106"}.ts-vgallery-angle-down:before{content:"\f107"}.ts-vgallery-desktop:before{content:"\f108"}.ts-vgallery-laptop:before{content:"\f109"}.ts-vgallery-tablet:before{content:"\f10a"}.ts-vgallery-mobile-phone:before,.ts-vgallery-mobile:before{content:"\f10b"}.ts-vgallery-circle-o:before{content:"\f10c"}.ts-vgallery-quote-left:before{content:"\f10d"}.ts-vgallery-quote-right:before{content:"\f10e"}.ts-vgallery-spinner:before{content:"\f110"}.ts-vgallery-circle:before{content:"\f111"}.ts-vgallery-mail-reply:before,.ts-vgallery-reply:before{content:"\f112"}.ts-vgallery-github-alt:before{content:"\f113"}.ts-vgallery-folder-o:before{content:"\f114"}.ts-vgallery-folder-open-o:before{content:"\f115"}.ts-vgallery-smile-o:before{content:"\f118"}.ts-vgallery-frown-o:before{content:"\f119"}.ts-vgallery-meh-o:before{content:"\f11a"}.ts-vgallery-gamepad:before{content:"\f11b"}.ts-vgallery-keyboard-o:before{content:"\f11c"}.ts-vgallery-flag-o:before{content:"\f11d"}.ts-vgallery-flag-checkered:before{content:"\f11e"}.ts-vgallery-terminal:before{content:"\f120"}.ts-vgallery-code:before{content:"\f121"}.ts-vgallery-mail-reply-all:before,.ts-vgallery-reply-all:before{content:"\f122"}.ts-vgallery-star-half-empty:before,.ts-vgallery-star-half-full:before,.ts-vgallery-star-half-o:before{content:"\f123"}.ts-vgallery-location-arrow:before{content:"\f124"}.ts-vgallery-crop:before{content:"\f125"}.ts-vgallery-code-fork:before{content:"\f126"}.ts-vgallery-unlink:before,.ts-vgallery-chain-broken:before{content:"\f127"}.ts-vgallery-question:before{content:"\f128"}.ts-vgallery-info:before{content:"\f129"}.ts-vgallery-exclamation:before{content:"\f12a"}.ts-vgallery-superscript:before{content:"\f12b"}.ts-vgallery-subscript:before{content:"\f12c"}.ts-vgallery-eraser:before{content:"\f12d"}.ts-vgallery-puzzle-piece:before{content:"\f12e"}.ts-vgallery-microphone:before{content:"\f130"}.ts-vgallery-microphone-slash:before{content:"\f131"}.ts-vgallery-shield:before{content:"\f132"}.ts-vgallery-calendar-o:before{content:"\f133"}.ts-vgallery-fire-extinguisher:before{content:"\f134"}.ts-vgallery-rocket:before{content:"\f135"}.ts-vgallery-maxcdn:before{content:"\f136"}.ts-vgallery-chevron-circle-left:before{content:"\f137"}.ts-vgallery-chevron-circle-right:before{content:"\f138"}.ts-vgallery-chevron-circle-up:before{content:"\f139"}.ts-vgallery-chevron-circle-down:before{content:"\f13a"}.ts-vgallery-html5:before{content:"\f13b"}.ts-vgallery-css3:before{content:"\f13c"}.ts-vgallery-anchor:before{content:"\f13d"}.ts-vgallery-unlock-alt:before{content:"\f13e"}.ts-vgallery-bullseye:before{content:"\f140"}.ts-vgallery-ellipsis-h:before{content:"\f141"}.ts-vgallery-ellipsis-v:before{content:"\f142"}.ts-vgallery-rss-square:before{content:"\f143"}.ts-vgallery-play-circle:before{content:"\f144"}.ts-vgallery-ticket:before{content:"\f145"}.ts-vgallery-minus-square:before{content:"\f146"}.ts-vgallery-minus-square-o:before{content:"\f147"}.ts-vgallery-level-up:before{content:"\f148"}.ts-vgallery-level-down:before{content:"\f149"}.ts-vgallery-check-square:before{content:"\f14a"}.ts-vgallery-pencil-square:before{content:"\f14b"}.ts-vgallery-external-link-square:before{content:"\f14c"}.ts-vgallery-share-square:before{content:"\f14d"}.ts-vgallery-compass:before{content:"\f14e"}.ts-vgallery-toggle-down:before,.ts-vgallery-caret-square-o-down:before{content:"\f150"}.ts-vgallery-toggle-up:before,.ts-vgallery-caret-square-o-up:before{content:"\f151"}.ts-vgallery-toggle-right:before,.ts-vgallery-caret-square-o-right:before{content:"\f152"}.ts-vgallery-euro:before,.ts-vgallery-eur:before{content:"\f153"}.ts-vgallery-gbp:before{content:"\f154"}.ts-vgallery-dollar:before,.ts-vgallery-usd:before{content:"\f155"}.ts-vgallery-rupee:before,.ts-vgallery-inr:before{content:"\f156"}.ts-vgallery-cny:before,.ts-vgallery-rmb:before,.ts-vgallery-yen:before,.ts-vgallery-jpy:before{content:"\f157"}.ts-vgallery-ruble:before,.ts-vgallery-rouble:before,.ts-vgallery-rub:before{content:"\f158"}.ts-vgallery-won:before,.ts-vgallery-krw:before{content:"\f159"}.ts-vgallery-bitcoin:before,.ts-vgallery-btc:before{content:"\f15a"}.ts-vgallery-file:before{content:"\f15b"}.ts-vgallery-file-text:before{content:"\f15c"}.ts-vgallery-sort-alpha-asc:before{content:"\f15d"}.ts-vgallery-sort-alpha-desc:before{content:"\f15e"}.ts-vgallery-sort-amount-asc:before{content:"\f160"}.ts-vgallery-sort-amount-desc:before{content:"\f161"}.ts-vgallery-sort-numeric-asc:before{content:"\f162"}.ts-vgallery-sort-numeric-desc:before{content:"\f163"}.ts-vgallery-thumbs-up:before{content:"\f164"}.ts-vgallery-thumbs-down:before{content:"\f165"}.ts-vgallery-youtube-square:before{content:"\f166"}.ts-vgallery-youtube:before{content:"\f167"}.ts-vgallery-xing:before{content:"\f168"}.ts-vgallery-xing-square:before{content:"\f169"}.ts-vgallery-youtube-play:before{content:"\f16a"}.ts-vgallery-dropbox:before{content:"\f16b"}.ts-vgallery-stack-overflow:before{content:"\f16c"}.ts-vgallery-instagram:before{content:"\f16d"}.ts-vgallery-flickr:before{content:"\f16e"}.ts-vgallery-adn:before{content:"\f170"}.ts-vgallery-bitbucket:before{content:"\f171"}.ts-vgallery-bitbucket-square:before{content:"\f172"}.ts-vgallery-tumblr:before{content:"\f173"}.ts-vgallery-tumblr-square:before{content:"\f174"}.ts-vgallery-long-arrow-down:before{content:"\f175"}.ts-vgallery-long-arrow-up:before{content:"\f176"}.ts-vgallery-long-arrow-left:before{content:"\f177"}.ts-vgallery-long-arrow-right:before{content:"\f178"}.ts-vgallery-apple:before{content:"\f179"}.ts-vgallery-windows:before{content:"\f17a"}.ts-vgallery-android:before{content:"\f17b"}.ts-vgallery-linux:before{content:"\f17c"}.ts-vgallery-dribbble:before{content:"\f17d"}.ts-vgallery-skype:before{content:"\f17e"}.ts-vgallery-foursquare:before{content:"\f180"}.ts-vgallery-trello:before{content:"\f181"}.ts-vgallery-female:before{content:"\f182"}.ts-vgallery-male:before{content:"\f183"}.ts-vgallery-gittip:before,.ts-vgallery-gratipay:before{content:"\f184"}.ts-vgallery-sun-o:before{content:"\f185"}.ts-vgallery-moon-o:before{content:"\f186"}.ts-vgallery-archive:before{content:"\f187"}.ts-vgallery-bug:before{content:"\f188"}.ts-vgallery-vk:before{content:"\f189"}.ts-vgallery-weibo:before{content:"\f18a"}.ts-vgallery-renren:before{content:"\f18b"}.ts-vgallery-pagelines:before{content:"\f18c"}.ts-vgallery-stack-exchange:before{content:"\f18d"}.ts-vgallery-arrow-circle-o-right:before{content:"\f18e"}.ts-vgallery-arrow-circle-o-left:before{content:"\f190"}.ts-vgallery-toggle-left:before,.ts-vgallery-caret-square-o-left:before{content:"\f191"}.ts-vgallery-dot-circle-o:before{content:"\f192"}.ts-vgallery-wheelchair:before{content:"\f193"}.ts-vgallery-vimeo-square:before{content:"\f194"}.ts-vgallery-turkish-lira:before,.ts-vgallery-try:before{content:"\f195"}.ts-vgallery-plus-square-o:before{content:"\f196"}.ts-vgallery-space-shuttle:before{content:"\f197"}.ts-vgallery-slack:before{content:"\f198"}.ts-vgallery-envelope-square:before{content:"\f199"}.ts-vgallery-wordpress:before{content:"\f19a"}.ts-vgallery-openid:before{content:"\f19b"}.ts-vgallery-institution:before,.ts-vgallery-bank:before,.ts-vgallery-university:before{content:"\f19c"}.ts-vgallery-mortar-board:before,.ts-vgallery-graduation-cap:before{content:"\f19d"}.ts-vgallery-yahoo:before{content:"\f19e"}.ts-vgallery-google:before{content:"\f1a0"}.ts-vgallery-reddit:before{content:"\f1a1"}.ts-vgallery-reddit-square:before{content:"\f1a2"}.ts-vgallery-stumbleupon-circle:before{content:"\f1a3"}.ts-vgallery-stumbleupon:before{content:"\f1a4"}.ts-vgallery-delicious:before{content:"\f1a5"}.ts-vgallery-digg:before{content:"\f1a6"}.ts-vgallery-pied-piper-pp:before{content:"\f1a7"}.ts-vgallery-pied-piper-alt:before{content:"\f1a8"}.ts-vgallery-drupal:before{content:"\f1a9"}.ts-vgallery-joomla:before{content:"\f1aa"}.ts-vgallery-language:before{content:"\f1ab"}.ts-vgallery-fax:before{content:"\f1ac"}.ts-vgallery-building:before{content:"\f1ad"}.ts-vgallery-child:before{content:"\f1ae"}.ts-vgallery-paw:before{content:"\f1b0"}.ts-vgallery-spoon:before{content:"\f1b1"}.ts-vgallery-cube:before{content:"\f1b2"}.ts-vgallery-cubes:before{content:"\f1b3"}.ts-vgallery-behance:before{content:"\f1b4"}.ts-vgallery-behance-square:before{content:"\f1b5"}.ts-vgallery-steam:before{content:"\f1b6"}.ts-vgallery-steam-square:before{content:"\f1b7"}.ts-vgallery-recycle:before{content:"\f1b8"}.ts-vgallery-automobile:before,.ts-vgallery-car:before{content:"\f1b9"}.ts-vgallery-cab:before,.ts-vgallery-taxi:before{content:"\f1ba"}.ts-vgallery-tree:before{content:"\f1bb"}.ts-vgallery-spotify:before{content:"\f1bc"}.ts-vgallery-deviantart:before{content:"\f1bd"}.ts-vgallery-soundcloud:before{content:"\f1be"}.ts-vgallery-database:before{content:"\f1c0"}.ts-vgallery-file-pdf-o:before{content:"\f1c1"}.ts-vgallery-file-word-o:before{content:"\f1c2"}.ts-vgallery-file-excel-o:before{content:"\f1c3"}.ts-vgallery-file-powerpoint-o:before{content:"\f1c4"}.ts-vgallery-file-photo-o:before,.ts-vgallery-file-picture-o:before,.ts-vgallery-file-image-o:before{content:"\f1c5"}.ts-vgallery-file-zip-o:before,.ts-vgallery-file-archive-o:before{content:"\f1c6"}.ts-vgallery-file-sound-o:before,.ts-vgallery-file-audio-o:before{content:"\f1c7"}.ts-vgallery-file-movie-o:before,.ts-vgallery-file-video-o:before{content:"\f1c8"}.ts-vgallery-file-code-o:before{content:"\f1c9"}.ts-vgallery-vine:before{content:"\f1ca"}.ts-vgallery-codepen:before{content:"\f1cb"}.ts-vgallery-jsfiddle:before{content:"\f1cc"}.ts-vgallery-life-bouy:before,.ts-vgallery-life-buoy:before,.ts-vgallery-life-saver:before,.ts-vgallery-support:before,.ts-vgallery-life-ring:before{content:"\f1cd"}.ts-vgallery-circle-o-notch:before{content:"\f1ce"}.ts-vgallery-ra:before,.ts-vgallery-resistance:before,.ts-vgallery-rebel:before{content:"\f1d0"}.ts-vgallery-ge:before,.ts-vgallery-empire:before{content:"\f1d1"}.ts-vgallery-git-square:before{content:"\f1d2"}.ts-vgallery-git:before{content:"\f1d3"}.ts-vgallery-y-combinator-square:before,.ts-vgallery-yc-square:before,.ts-vgallery-hacker-news:before{content:"\f1d4"}.ts-vgallery-tencent-weibo:before{content:"\f1d5"}.ts-vgallery-qq:before{content:"\f1d6"}.ts-vgallery-wechat:before,.ts-vgallery-weixin:before{content:"\f1d7"}.ts-vgallery-send:before,.ts-vgallery-paper-plane:before{content:"\f1d8"}.ts-vgallery-send-o:before,.ts-vgallery-paper-plane-o:before{content:"\f1d9"}.ts-vgallery-history:before{content:"\f1da"}.ts-vgallery-circle-thin:before{content:"\f1db"}.ts-vgallery-header:before{content:"\f1dc"}.ts-vgallery-paragraph:before{content:"\f1dd"}.ts-vgallery-sliders:before{content:"\f1de"}.ts-vgallery-share-alt:before{content:"\f1e0"}.ts-vgallery-share-alt-square:before{content:"\f1e1"}.ts-vgallery-bomb:before{content:"\f1e2"}.ts-vgallery-soccer-ball-o:before,.ts-vgallery-futbol-o:before{content:"\f1e3"}.ts-vgallery-tty:before{content:"\f1e4"}.ts-vgallery-binoculars:before{content:"\f1e5"}.ts-vgallery-plug:before{content:"\f1e6"}.ts-vgallery-slideshare:before{content:"\f1e7"}.ts-vgallery-twitch:before{content:"\f1e8"}.ts-vgallery-yelp:before{content:"\f1e9"}.ts-vgallery-newspaper-o:before{content:"\f1ea"}.ts-vgallery-wifi:before{content:"\f1eb"}.ts-vgallery-calculator:before{content:"\f1ec"}.ts-vgallery-paypal:before{content:"\f1ed"}.ts-vgallery-google-wallet:before{content:"\f1ee"}.ts-vgallery-cc-visa:before{content:"\f1f0"}.ts-vgallery-cc-mastercard:before{content:"\f1f1"}.ts-vgallery-cc-discover:before{content:"\f1f2"}.ts-vgallery-cc-amex:before{content:"\f1f3"}.ts-vgallery-cc-paypal:before{content:"\f1f4"}.ts-vgallery-cc-stripe:before{content:"\f1f5"}.ts-vgallery-bell-slash:before{content:"\f1f6"}.ts-vgallery-bell-slash-o:before{content:"\f1f7"}.ts-vgallery-trash:before{content:"\f1f8"}.ts-vgallery-copyright:before{content:"\f1f9"}.ts-vgallery-at:before{content:"\f1fa"}.ts-vgallery-eyedropper:before{content:"\f1fb"}.ts-vgallery-paint-brush:before{content:"\f1fc"}.ts-vgallery-birthday-cake:before{content:"\f1fd"}.ts-vgallery-area-chart:before{content:"\f1fe"}.ts-vgallery-pie-chart:before{content:"\f200"}.ts-vgallery-line-chart:before{content:"\f201"}.ts-vgallery-lastfm:before{content:"\f202"}.ts-vgallery-lastfm-square:before{content:"\f203"}.ts-vgallery-toggle-off:before{content:"\f204"}.ts-vgallery-toggle-on:before{content:"\f205"}.ts-vgallery-bicycle:before{content:"\f206"}.ts-vgallery-bus:before{content:"\f207"}.ts-vgallery-ioxhost:before{content:"\f208"}.ts-vgallery-angellist:before{content:"\f209"}.ts-vgallery-cc:before{content:"\f20a"}.ts-vgallery-shekel:before,.ts-vgallery-sheqel:before,.ts-vgallery-ils:before{content:"\f20b"}.ts-vgallery-meanpath:before{content:"\f20c"}.ts-vgallery-buysellads:before{content:"\f20d"}.ts-vgallery-connectdevelop:before{content:"\f20e"}.ts-vgallery-dashcube:before{content:"\f210"}.ts-vgallery-forumbee:before{content:"\f211"}.ts-vgallery-leanpub:before{content:"\f212"}.ts-vgallery-sellsy:before{content:"\f213"}.ts-vgallery-shirtsinbulk:before{content:"\f214"}.ts-vgallery-simplybuilt:before{content:"\f215"}.ts-vgallery-skyatlas:before{content:"\f216"}.ts-vgallery-cart-plus:before{content:"\f217"}.ts-vgallery-cart-arrow-down:before{content:"\f218"}.ts-vgallery-diamond:before{content:"\f219"}.ts-vgallery-ship:before{content:"\f21a"}.ts-vgallery-user-secret:before{content:"\f21b"}.ts-vgallery-motorcycle:before{content:"\f21c"}.ts-vgallery-street-view:before{content:"\f21d"}.ts-vgallery-heartbeat:before{content:"\f21e"}.ts-vgallery-venus:before{content:"\f221"}.ts-vgallery-mars:before{content:"\f222"}.ts-vgallery-mercury:before{content:"\f223"}.ts-vgallery-intersex:before,.ts-vgallery-transgender:before{content:"\f224"}.ts-vgallery-transgender-alt:before{content:"\f225"}.ts-vgallery-venus-double:before{content:"\f226"}.ts-vgallery-mars-double:before{content:"\f227"}.ts-vgallery-venus-mars:before{content:"\f228"}.ts-vgallery-mars-stroke:before{content:"\f229"}.ts-vgallery-mars-stroke-v:before{content:"\f22a"}.ts-vgallery-mars-stroke-h:before{content:"\f22b"}.ts-vgallery-neuter:before{content:"\f22c"}.ts-vgallery-genderless:before{content:"\f22d"}.ts-vgallery-facebook-official:before{content:"\f230"}.ts-vgallery-pinterest-p:before{content:"\f231"}.ts-vgallery-whatsapp:before{content:"\f232"}.ts-vgallery-server:before{content:"\f233"}.ts-vgallery-user-plus:before{content:"\f234"}.ts-vgallery-user-times:before{content:"\f235"}.ts-vgallery-hotel:before,.ts-vgallery-bed:before{content:"\f236"}.ts-vgallery-viacoin:before{content:"\f237"}.ts-vgallery-train:before{content:"\f238"}.ts-vgallery-subway:before{content:"\f239"}.ts-vgallery-medium:before{content:"\f23a"}.ts-vgallery-yc:before,.ts-vgallery-y-combinator:before{content:"\f23b"}.ts-vgallery-optin-monster:before{content:"\f23c"}.ts-vgallery-opencart:before{content:"\f23d"}.ts-vgallery-expeditedssl:before{content:"\f23e"}.ts-vgallery-battery-4:before,.ts-vgallery-battery-full:before{content:"\f240"}.ts-vgallery-battery-3:before,.ts-vgallery-battery-three-quarters:before{content:"\f241"}.ts-vgallery-battery-2:before,.ts-vgallery-battery-half:before{content:"\f242"}.ts-vgallery-battery-1:before,.ts-vgallery-battery-quarter:before{content:"\f243"}.ts-vgallery-battery-0:before,.ts-vgallery-battery-empty:before{content:"\f244"}.ts-vgallery-mouse-pointer:before{content:"\f245"}.ts-vgallery-i-cursor:before{content:"\f246"}.ts-vgallery-object-group:before{content:"\f247"}.ts-vgallery-object-ungroup:before{content:"\f248"}.ts-vgallery-sticky-note:before{content:"\f249"}.ts-vgallery-sticky-note-o:before{content:"\f24a"}.ts-vgallery-cc-jcb:before{content:"\f24b"}.ts-vgallery-cc-diners-club:before{content:"\f24c"}.ts-vgallery-clone:before{content:"\f24d"}.ts-vgallery-balance-scale:before{content:"\f24e"}.ts-vgallery-hourglass-o:before{content:"\f250"}.ts-vgallery-hourglass-1:before,.ts-vgallery-hourglass-start:before{content:"\f251"}.ts-vgallery-hourglass-2:before,.ts-vgallery-hourglass-half:before{content:"\f252"}.ts-vgallery-hourglass-3:before,.ts-vgallery-hourglass-end:before{content:"\f253"}.ts-vgallery-hourglass:before{content:"\f254"}.ts-vgallery-hand-grab-o:before,.ts-vgallery-hand-rock-o:before{content:"\f255"}.ts-vgallery-hand-stop-o:before,.ts-vgallery-hand-paper-o:before{content:"\f256"}.ts-vgallery-hand-scissors-o:before{content:"\f257"}.ts-vgallery-hand-lizard-o:before{content:"\f258"}.ts-vgallery-hand-spock-o:before{content:"\f259"}.ts-vgallery-hand-pointer-o:before{content:"\f25a"}.ts-vgallery-hand-peace-o:before{content:"\f25b"}.ts-vgallery-trademark:before{content:"\f25c"}.ts-vgallery-registered:before{content:"\f25d"}.ts-vgallery-creative-commons:before{content:"\f25e"}.ts-vgallery-gg:before{content:"\f260"}.ts-vgallery-gg-circle:before{content:"\f261"}.ts-vgallery-tripadvisor:before{content:"\f262"}.ts-vgallery-odnoklassniki:before{content:"\f263"}.ts-vgallery-odnoklassniki-square:before{content:"\f264"}.ts-vgallery-get-pocket:before{content:"\f265"}.ts-vgallery-wikipedia-w:before{content:"\f266"}.ts-vgallery-safari:before{content:"\f267"}.ts-vgallery-chrome:before{content:"\f268"}.ts-vgallery-firefox:before{content:"\f269"}.ts-vgallery-opera:before{content:"\f26a"}.ts-vgallery-internet-explorer:before{content:"\f26b"}.ts-vgallery-tv:before,.ts-vgallery-television:before{content:"\f26c"}.ts-vgallery-contao:before{content:"\f26d"}.ts-vgallery-500px:before{content:"\f26e"}.ts-vgallery-amazon:before{content:"\f270"}.ts-vgallery-calendar-plus-o:before{content:"\f271"}.ts-vgallery-calendar-minus-o:before{content:"\f272"}.ts-vgallery-calendar-times-o:before{content:"\f273"}.ts-vgallery-calendar-check-o:before{content:"\f274"}.ts-vgallery-industry:before{content:"\f275"}.ts-vgallery-map-pin:before{content:"\f276"}.ts-vgallery-map-signs:before{content:"\f277"}.ts-vgallery-map-o:before{content:"\f278"}.ts-vgallery-map:before{content:"\f279"}.ts-vgallery-commenting:before{content:"\f27a"}.ts-vgallery-commenting-o:before{content:"\f27b"}.ts-vgallery-houzz:before{content:"\f27c"}.ts-vgallery-vimeo:before{content:"\f27d"}.ts-vgallery-black-tie:before{content:"\f27e"}.ts-vgallery-fonticons:before{content:"\f280"}.ts-vgallery-reddit-alien:before{content:"\f281"}.ts-vgallery-edge:before{content:"\f282"}.ts-vgallery-credit-card-alt:before{content:"\f283"}.ts-vgallery-codiepie:before{content:"\f284"}.ts-vgallery-modx:before{content:"\f285"}.ts-vgallery-fort-awesome:before{content:"\f286"}.ts-vgallery-usb:before{content:"\f287"}.ts-vgallery-product-hunt:before{content:"\f288"}.ts-vgallery-mixcloud:before{content:"\f289"}.ts-vgallery-scribd:before{content:"\f28a"}.ts-vgallery-pause-circle:before{content:"\f28b"}.ts-vgallery-pause-circle-o:before{content:"\f28c"}.ts-vgallery-stop-circle:before{content:"\f28d"}.ts-vgallery-stop-circle-o:before{content:"\f28e"}.ts-vgallery-shopping-bag:before{content:"\f290"}.ts-vgallery-shopping-basket:before{content:"\f291"}.ts-vgallery-hashtag:before{content:"\f292"}.ts-vgallery-bluetooth:before{content:"\f293"}.ts-vgallery-bluetooth-b:before{content:"\f294"}.ts-vgallery-percent:before{content:"\f295"}.ts-vgallery-gitlab:before{content:"\f296"}.ts-vgallery-wpbeginner:before{content:"\f297"}.ts-vgallery-wpforms:before{content:"\f298"}.ts-vgallery-envira:before{content:"\f299"}.ts-vgallery-universal-access:before{content:"\f29a"}.ts-vgallery-wheelchair-alt:before{content:"\f29b"}.ts-vgallery-question-circle-o:before{content:"\f29c"}.ts-vgallery-blind:before{content:"\f29d"}.ts-vgallery-audio-description:before{content:"\f29e"}.ts-vgallery-volume-control-phone:before{content:"\f2a0"}.ts-vgallery-braille:before{content:"\f2a1"}.ts-vgallery-assistive-listening-systems:before{content:"\f2a2"}.ts-vgallery-asl-interpreting:before,.ts-vgallery-american-sign-language-interpreting:before{content:"\f2a3"}.ts-vgallery-deafness:before,.ts-vgallery-hard-of-hearing:before,.ts-vgallery-deaf:before{content:"\f2a4"}.ts-vgallery-glide:before{content:"\f2a5"}.ts-vgallery-glide-g:before{content:"\f2a6"}.ts-vgallery-signing:before,.ts-vgallery-sign-language:before{content:"\f2a7"}.ts-vgallery-low-vision:before{content:"\f2a8"}.ts-vgallery-viadeo:before{content:"\f2a9"}.ts-vgallery-viadeo-square:before{content:"\f2aa"}.ts-vgallery-snapchat:before{content:"\f2ab"}.ts-vgallery-snapchat-ghost:before{content:"\f2ac"}.ts-vgallery-snapchat-square:before{content:"\f2ad"}.ts-vgallery-pied-piper:before{content:"\f2ae"}.ts-vgallery-first-order:before{content:"\f2b0"}.ts-vgallery-yoast:before{content:"\f2b1"}.ts-vgallery-themeisle:before{content:"\f2b2"}.ts-vgallery-google-plus-circle:before,.ts-vgallery-google-plus-official:before{content:"\f2b3"}.ts-vgallery-address-book:before{content:"\f2b9"}.ts-vgallery-fa:before,.ts-vgallery-font-awesome:before{content:"\f2b4"}.ts-vgallery:before{font-family:"FontAwesome"}.sr-only{border:0;clip:rect(0,0,0,0);height:.0625rem;margin:-.0625rem;overflow:hidden;padding:0;position:absolute;width:.0625rem}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.ts-vgallery,.ts-vgallery-fab{font-family:'FontAwesome'}.ts-vgallery-far{font-family:'FontAwesome';font-weight:500}.ts-vgallery-fas{font-family:'FontAwesome';font-weight:900}.ts-vgallery-emoji{font-family:monospace;color:#000;font-style:initial}.ts-vgallery-emoji-100:before{content:"💯"}.ts-vgallery-emoji-grinning:before{content:"😀"}.ts-vgallery-emoji-grimacing:before{content:"😬"}.ts-vgallery-emoji-grin:before{content:"😁"}.ts-vgallery-emoji-joy:before{content:"😂"}.ts-vgallery-emoji-rofl:before{content:"🤣"}.ts-vgallery-emoji-partying:before{content:"🥳"}.ts-vgallery-emoji-smiley:before{content:"😃"}.ts-vgallery-emoji-smile:before{content:"😄"}.ts-vgallery-emoji-sweat-smile:before{content:"😅"}.ts-vgallery-emoji-laughing:before{content:"😆"}.ts-vgallery-emoji-innocent:before{content:"😇"}.ts-vgallery-emoji-wink:before{content:"😉"}.ts-vgallery-emoji-blush:before{content:"😊"}.ts-vgallery-emoji-slightly-smiling-face:before{content:"🙂"}.ts-vgallery-emoji-upside-down-face:before{content:"🙃"}.ts-vgallery-emoji-yum:before{content:"😋"}.ts-vgallery-emoji-relieved:before{content:"😌"}.ts-vgallery-emoji-heart-eyes:before{content:"😍"}.ts-vgallery-emoji-smiling-face-with-three-hearts:before{content:"🥰"}.ts-vgallery-emoji-kissing-heart:before{content:"😘"}.ts-vgallery-emoji-kissing:before{content:"😗"}.ts-vgallery-emoji-kissing-smiling-eyes:before{content:"😙"}.ts-vgallery-emoji-kissing-closed-eyes:before{content:"😚"}.ts-vgallery-emoji-stuck-out-tongue-winking-eye:before{content:"😜"}.ts-vgallery-emoji-zany:before{content:"🤪"}.ts-vgallery-emoji-raised-eyebrow:before{content:"🤨"}.ts-vgallery-emoji-monocle:before{content:"🧐"}.ts-vgallery-emoji-stuck-out-tongue-closed-eyes:before{content:"😝"}.ts-vgallery-emoji-stuck-out-tongue:before{content:"😛"}.ts-vgallery-emoji-money-mouth-face:before{content:"🤑"}.ts-vgallery-emoji-nerd-face:before{content:"🤓"}.ts-vgallery-emoji-sunglasses:before{content:"😎"}.ts-vgallery-emoji-star-struck:before{content:"🤩"}.ts-vgallery-emoji-clown-face:before{content:"🤡"}.ts-vgallery-emoji-cowboy-hat-face:before{content:"🤠"}.ts-vgallery-emoji-hugs:before{content:"🤗"}.ts-vgallery-emoji-smirk:before{content:"😏"}.ts-vgallery-emoji-no-mouth:before{content:"😶"}.ts-vgallery-emoji-neutral-face:before{content:"😐"}.ts-vgallery-emoji-expressionless:before{content:"😑"}.ts-vgallery-emoji-unamused:before{content:"😒"}.ts-vgallery-emoji-roll-eyes:before{content:"🙄"}.ts-vgallery-emoji-thinking:before{content:"🤔"}.ts-vgallery-emoji-lying-face:before{content:"🤥"}.ts-vgallery-emoji-hand-over-mouth:before{content:"🤭"}.ts-vgallery-emoji-shushing:before{content:"🤫"}.ts-vgallery-emoji-symbols-over-mouth:before{content:"🤬"}.ts-vgallery-emoji-exploding-head:before{content:"🤯"}.ts-vgallery-emoji-flushed:before{content:"😳"}.ts-vgallery-emoji-disappointed:before{content:"😞"}.ts-vgallery-emoji-worried:before{content:"😟"}.ts-vgallery-emoji-angry:before{content:"😠"}.ts-vgallery-emoji-rage:before{content:"😡"}.ts-vgallery-emoji-pensive:before{content:"😔"}.ts-vgallery-emoji-confused:before{content:"😕"}.ts-vgallery-emoji-slightly-frowning-face:before{content:"🙁"}.ts-vgallery-emoji-persevere:before{content:"😣"}.ts-vgallery-emoji-confounded:before{content:"😖"}.ts-vgallery-emoji-tired-face:before{content:"😫"}.ts-vgallery-emoji-weary:before{content:"😩"}.ts-vgallery-emoji-pleading:before{content:"🥺"}.ts-vgallery-emoji-triumph:before{content:"😤"}.ts-vgallery-emoji-open-mouth:before{content:"😮"}.ts-vgallery-emoji-scream:before{content:"😱"}.ts-vgallery-emoji-fearful:before{content:"😨"}.ts-vgallery-emoji-cold-sweat:before{content:"😰"}.ts-vgallery-emoji-hushed:before{content:"😯"}.ts-vgallery-emoji-frowning:before{content:"😦"}.ts-vgallery-emoji-anguished:before{content:"😧"}.ts-vgallery-emoji-cry:before{content:"😢"}.ts-vgallery-emoji-disappointed-relieved:before{content:"😥"}.ts-vgallery-emoji-drooling-face:before{content:"🤤"}.ts-vgallery-emoji-sleepy:before{content:"😪"}.ts-vgallery-emoji-sweat:before{content:"😓"}.ts-vgallery-emoji-hot:before{content:"🥵"}.ts-vgallery-emoji-cold:before{content:"🥶"}.ts-vgallery-emoji-sob:before{content:"😭"}.ts-vgallery-emoji-dizzy-face:before{content:"😵"}.ts-vgallery-emoji-astonished:before{content:"😲"}.ts-vgallery-emoji-zipper-mouth-face:before{content:"🤐"}.ts-vgallery-emoji-nauseated-face:before{content:"🤢"}.ts-vgallery-emoji-sneezing-face:before{content:"🤧"}.ts-vgallery-emoji-vomiting:before{content:"🤮"}.ts-vgallery-emoji-mask:before{content:"😷"}.ts-vgallery-emoji-face-with-thermometer:before{content:"🤒"}.ts-vgallery-emoji-face-with-head-bandage:before{content:"🤕"}.ts-vgallery-emoji-woozy:before{content:"🥴"}.ts-vgallery-emoji-sleeping:before{content:"😴"}.ts-vgallery-emoji-ghost:before{content:"👻"}.ts-vgallery-emoji-alien:before{content:"👽"}.ts-vgallery-emoji-palms-up:before{content:"🤲"}.ts-vgallery-emoji-raised-hands:before{content:"🙌"}.ts-vgallery-emoji-clap:before{content:"👏"}.ts-vgallery-emoji-wave:before{content:"👋"}.ts-vgallery-emoji-call-me-hand:before{content:"🤙"}.ts-vgallery-emoji-plus1:before{content:"👍"}.ts-vgallery-emoji--1:before{content:"👎"}.ts-vgallery-emoji-facepunch:before{content:"👊"}.ts-vgallery-emoji-fist:before{content:"✊"}.ts-vgallery-emoji-fist-left:before{content:"🤛"}.ts-vgallery-emoji-fist-right:before{content:"🤜"}.ts-vgallery-emoji-v:before{content:"✌"}.ts-vgallery-emoji-ok-hand:before{content:"👌"}.ts-vgallery-emoji-raised-hand:before{content:"✋"}.ts-vgallery-emoji-raised-back-of-hand:before{content:"🤚"}.ts-vgallery-emoji-open-hands:before{content:"👐"}.ts-vgallery-emoji-muscle:before{content:"💪"}.ts-vgallery-emoji-pray:before{content:"🙏"}.ts-vgallery-emoji-foot:before{content:"🦶"}.ts-vgallery-emoji-leg:before{content:"🦵"}.ts-vgallery-emoji-handshake:before{content:"🤝"}.ts-vgallery-emoji-point-up:before{content:"☝"}.ts-vgallery-emoji-point-up-2:before{content:"👆"}.ts-vgallery-emoji-point-down:before{content:"👇"}.ts-vgallery-emoji-point-left:before{content:"👈"}.ts-vgallery-emoji-point-right:before{content:"👉"}.ts-vgallery-emoji-fu:before{content:"🖕"}.ts-vgallery-emoji-raised-hand-with-fingers-splayed:before{content:"🖐"}.ts-vgallery-emoji-love-you:before{content:"🤟"}.ts-vgallery-emoji-metal:before{content:"🤘"}.ts-vgallery-emoji-crossed-fingers:before{content:"🤞"}.ts-vgallery-emoji-vulcan-salute:before{content:"🖖"}.ts-vgallery-emoji-eyes:before{content:"👀"}.ts-vgallery-emoji-brain:before{content:"🧠"}.ts-vgallery-emoji-speaking-head:before{content:"🗣"}.ts-vgallery-emoji-baby:before{content:"👶"}.ts-vgallery-emoji-child:before{content:"🧒"}.ts-vgallery-emoji-boy:before{content:"👦"}.ts-vgallery-emoji-girl:before{content:"👧"}.ts-vgallery-emoji-adult:before{content:"🧑"}.ts-vgallery-emoji-man:before{content:"👨"}.ts-vgallery-emoji-woman:before{content:"👩"}.ts-vgallery-emoji-blonde-man:before{content:"👱"}.ts-vgallery-emoji-bearded-person:before{content:"🧔"}.ts-vgallery-emoji-older-adult:before{content:"🧓"}.ts-vgallery-emoji-older-man:before{content:"👴"}.ts-vgallery-emoji-older-woman:before{content:"👵"}.ts-vgallery-emoji-man-with-gua-pi-mao:before{content:"👲"}.ts-vgallery-emoji-woman-with-headscarf:before{content:"🧕"}.ts-vgallery-emoji-man-with-turban:before{content:"👳"}.ts-vgallery-emoji-policeman:before{content:"👮"}.ts-vgallery-emoji-construction-worker-man:before{content:"👷"}.ts-vgallery-emoji-male-detective:before{content:"🕵"}.ts-vgallery-emoji-angel:before{content:"👼"}.ts-vgallery-emoji-pregnant-woman:before{content:"🤰"}.ts-vgallery-emoji-breastfeeding:before{content:"🤱"}.ts-vgallery-emoji-princess:before{content:"👸"}.ts-vgallery-emoji-prince:before{content:"🤴"}.ts-vgallery-emoji-bride-with-veil:before{content:"👰"}.ts-vgallery-emoji-man-in-tuxedo:before{content:"🤵"}.ts-vgallery-emoji-running-man:before{content:"🏃"}.ts-vgallery-emoji-walking-man:before{content:"🚶"}.ts-vgallery-emoji-dancer:before{content:"💃"}.ts-vgallery-emoji-man-dancing:before{content:"🕺"}.ts-vgallery-emoji-dancing-women:before{content:"👯"}.ts-vgallery-emoji-couple:before{content:"👫"}.ts-vgallery-emoji-two-men-holding-hands:before{content:"👬"}.ts-vgallery-emoji-two-women-holding-hands:before{content:"👭"}.ts-vgallery-emoji-bowing-man:before{content:"🙇"}.ts-vgallery-emoji-woman-shrugging:before{content:"🤷"}.ts-vgallery-emoji-tipping-hand-woman:before{content:"💁"}.ts-vgallery-emoji-no-good-woman:before{content:"🙅"}.ts-vgallery-emoji-ok-woman:before{content:"🙆"}.ts-vgallery-emoji-raising-hand-woman:before{content:"🙋"}.ts-vgallery-emoji-pouting-woman:before{content:"🙎"}.ts-vgallery-emoji-frowning-woman:before{content:"🙍"}.ts-vgallery-emoji-haircut-woman:before{content:"💇"}.ts-vgallery-emoji-massage-woman:before{content:"💆"}.ts-vgallery-emoji-couple-with-heart-woman-man:before{content:"💑"}.ts-vgallery-emoji-couplekiss-man-woman:before{content:"💏"}.ts-vgallery-emoji-family-man-woman-boy:before{content:"👪"}.ts-vgallery-emoji-kiss:before{content:"💋"}.ts-vgallery-emoji-tophat:before{content:"🎩"}.ts-vgallery-emoji-mortar-board:before{content:"🎓"}.ts-vgallery-emoji-crown:before{content:"👑"}.ts-vgallery-emoji-ring:before{content:"💍"}.ts-vgallery-emoji-dog:before{content:"🐶"}.ts-vgallery-emoji-cat:before{content:"🐱"}.ts-vgallery-emoji-mouse:before{content:"🐭"}.ts-vgallery-emoji-hamster:before{content:"🐹"}.ts-vgallery-emoji-rabbit:before{content:"🐰"}.ts-vgallery-emoji-fox-face:before{content:"🦊"}.ts-vgallery-emoji-bear:before{content:"🐻"}.ts-vgallery-emoji-panda-face:before{content:"🐼"}.ts-vgallery-emoji-koala:before{content:"🐨"}.ts-vgallery-emoji-tiger:before{content:"🐯"}.ts-vgallery-emoji-lion:before{content:"🦁"}.ts-vgallery-emoji-cow:before{content:"🐮"}.ts-vgallery-emoji-pig:before{content:"🐷"}.ts-vgallery-emoji-frog:before{content:"🐸"}.ts-vgallery-emoji-monkey-face:before{content:"🐵"}.ts-vgallery-emoji-see-no-evil:before{content:"🙈"}.ts-vgallery-emoji-hear-no-evil:before{content:"🙉"}.ts-vgallery-emoji-speak-no-evil:before{content:"🙊"}.ts-vgallery-emoji-monkey:before{content:"🐒"}.ts-vgallery-emoji-chicken:before{content:"🐔"}.ts-vgallery-emoji-penguin:before{content:"🐧"}.ts-vgallery-emoji-bird:before{content:"🐦"}.ts-vgallery-emoji-baby-chick:before{content:"🐤"}.ts-vgallery-emoji-hatching-chick:before{content:"🐣"}.ts-vgallery-emoji-hatched-chick:before{content:"🐥"}.ts-vgallery-emoji-duck:before{content:"🦆"}.ts-vgallery-emoji-eagle:before{content:"🦅"}.ts-vgallery-emoji-owl:before{content:"🦉"}.ts-vgallery-emoji-bat:before{content:"🦇"}.ts-vgallery-emoji-wolf:before{content:"🐺"}.ts-vgallery-emoji-boar:before{content:"🐗"}.ts-vgallery-emoji-horse:before{content:"🐴"}.ts-vgallery-emoji-unicorn:before{content:"🦄"}.ts-vgallery-emoji-honeybee:before{content:"🐝"}.ts-vgallery-emoji-bug:before{content:"🐛"}.ts-vgallery-emoji-butterfly:before{content:"🦋"}.ts-vgallery-emoji-snail:before{content:"🐌"}.ts-vgallery-emoji-beetle:before{content:"🐞"}.ts-vgallery-emoji-ant:before{content:"🐜"}.ts-vgallery-emoji-grasshopper:before{content:"🦗"}.ts-vgallery-emoji-spider:before{content:"🕷"}.ts-vgallery-emoji-scorpion:before{content:"🦂"}.ts-vgallery-emoji-crab:before{content:"🦀"}.ts-vgallery-emoji-snake:before{content:"🐍"}.ts-vgallery-emoji-lizard:before{content:"🦎"}.ts-vgallery-emoji-t-rex:before{content:"🦖"}.ts-vgallery-emoji-sauropod:before{content:"🦕"}.ts-vgallery-emoji-turtle:before{content:"🐢"}.ts-vgallery-emoji-tropical-fish:before{content:"🐠"}.ts-vgallery-emoji-fish:before{content:"🐟"}.ts-vgallery-emoji-blowfish:before{content:"🐡"}.ts-vgallery-emoji-dolphin:before{content:"🐬"}.ts-vgallery-emoji-shark:before{content:"🦈"}.ts-vgallery-emoji-whale:before{content:"🐳"}.ts-vgallery-emoji-whale2:before{content:"🐋"}.ts-vgallery-emoji-crocodile:before{content:"🐊"}.ts-vgallery-emoji-leopard:before{content:"🐆"}.ts-vgallery-emoji-zebra:before{content:"🦓"}.ts-vgallery-emoji-tiger2:before{content:"🐅"}.ts-vgallery-emoji-water-buffalo:before{content:"🐃"}.ts-vgallery-emoji-ox:before{content:"🐂"}.ts-vgallery-emoji-cow2:before{content:"🐄"}.ts-vgallery-emoji-deer:before{content:"🦌"}.ts-vgallery-emoji-dromedary-camel:before{content:"🐪"}.ts-vgallery-emoji-camel:before{content:"🐫"}.ts-vgallery-emoji-giraffe:before{content:"🦒"}.ts-vgallery-emoji-elephant:before{content:"🐘"}.ts-vgallery-emoji-rhinoceros:before{content:"🦏"}.ts-vgallery-emoji-goat:before{content:"🐐"}.ts-vgallery-emoji-ram:before{content:"🐏"}.ts-vgallery-emoji-sheep:before{content:"🐑"}.ts-vgallery-emoji-racehorse:before{content:"🐎"}.ts-vgallery-emoji-pig2:before{content:"🐖"}.ts-vgallery-emoji-rat:before{content:"🐀"}.ts-vgallery-emoji-mouse2:before{content:"🐁"}.ts-vgallery-emoji-rooster:before{content:"🐓"}.ts-vgallery-emoji-turkey:before{content:"🦃"}.ts-vgallery-emoji-dove:before{content:"🕊"}.ts-vgallery-emoji-dog2:before{content:"🐕"}.ts-vgallery-emoji-poodle:before{content:"🐩"}.ts-vgallery-emoji-cat2:before{content:"🐈"}.ts-vgallery-emoji-rabbit2:before{content:"🐇"}.ts-vgallery-emoji-chipmunk:before{content:"🐿"}.ts-vgallery-emoji-hedgehog:before{content:"🦔"}.ts-vgallery-emoji-raccoon:before{content:"🦝"}.ts-vgallery-emoji-llama:before{content:"🦙"}.ts-vgallery-emoji-hippopotamus:before{content:"🦛"}.ts-vgallery-emoji-kangaroo:before{content:"🦘"}.ts-vgallery-emoji-badger:before{content:"🦡"}.ts-vgallery-emoji-swan:before{content:"🦢"}.ts-vgallery-emoji-peacock:before{content:"🦚"}.ts-vgallery-emoji-parrot:before{content:"🦜"}.ts-vgallery-emoji-lobster:before{content:"🦞"}.ts-vgallery-emoji-mosquito:before{content:"🦟"}.ts-vgallery-emoji-paw-prints:before{content:"🐾"}.ts-vgallery-emoji-cactus:before{content:"🌵"}.ts-vgallery-emoji-evergreen-tree:before{content:"🌲"}.ts-vgallery-emoji-deciduous-tree:before{content:"🌳"}.ts-vgallery-emoji-palm-tree:before{content:"🌴"}.ts-vgallery-emoji-seedling:before{content:"🌱"}.ts-vgallery-emoji-herb:before{content:"🌿"}.ts-vgallery-emoji-four-leaf-clover:before{content:"🍀"}.ts-vgallery-emoji-bamboo:before{content:"🎍"}.ts-vgallery-emoji-tanabata-tree:before{content:"🎋"}.ts-vgallery-emoji-leaves:before{content:"🍃"}.ts-vgallery-emoji-fallen-leaf:before{content:"🍂"}.ts-vgallery-emoji-maple-leaf:before{content:"🍁"}.ts-vgallery-emoji-ear-of-rice:before{content:"🌾"}.ts-vgallery-emoji-hibiscus:before{content:"🌺"}.ts-vgallery-emoji-sunflower:before{content:"🌻"}.ts-vgallery-emoji-rose:before{content:"🌹"}.ts-vgallery-emoji-wilted-flower:before{content:"🥀"}.ts-vgallery-emoji-tulip:before{content:"🌷"}.ts-vgallery-emoji-blossom:before{content:"🌼"}.ts-vgallery-emoji-cherry-blossom:before{content:"🌸"}.ts-vgallery-emoji-bouquet:before{content:"💐"}.ts-vgallery-emoji-mushroom:before{content:"🍄"}.ts-vgallery-emoji-chestnut:before{content:"🌰"}.ts-vgallery-emoji-jack-o-lantern:before{content:"🎃"}.ts-vgallery-emoji-earth-americas:before{content:"🌎"}.ts-vgallery-emoji-earth-africa:before{content:"🌍"}.ts-vgallery-emoji-earth-asia:before{content:"🌏"}.ts-vgallery-emoji-full-moon:before{content:"🌕"}.ts-vgallery-emoji-new-moon-with-face:before{content:"🌚"}.ts-vgallery-emoji-full-moon-with-face:before{content:"🌝"}.ts-vgallery-emoji-sun-with-face:before{content:"🌞"}.ts-vgallery-emoji-crescent-moon:before{content:"🌙"}.ts-vgallery-emoji-star:before{content:"⭐"}.ts-vgallery-emoji-star2:before{content:"🌟"}.ts-vgallery-emoji-zap:before{content:"⚡"}.ts-vgallery-emoji-fire:before{content:"🔥"}.ts-vgallery-emoji-boom:before{content:"💥"}.ts-vgallery-emoji-green-apple:before{content:"🍏"}.ts-vgallery-emoji-apple:before{content:"🍎"}.ts-vgallery-emoji-pear:before{content:"🍐"}.ts-vgallery-emoji-tangerine:before{content:"🍊"}.ts-vgallery-emoji-lemon:before{content:"🍋"}.ts-vgallery-emoji-banana:before{content:"🍌"}.ts-vgallery-emoji-watermelon:before{content:"🍉"}.ts-vgallery-emoji-grapes:before{content:"🍇"}.ts-vgallery-emoji-strawberry:before{content:"🍓"}.ts-vgallery-emoji-melon:before{content:"🍈"}.ts-vgallery-emoji-cherries:before{content:"🍒"}.ts-vgallery-emoji-peach:before{content:"🍑"}.ts-vgallery-emoji-pineapple:before{content:"🍍"}.ts-vgallery-emoji-coconut:before{content:"🥥"}.ts-vgallery-emoji-kiwi-fruit:before{content:"🥝"}.ts-vgallery-emoji-mango:before{content:"🥭"}.ts-vgallery-emoji-avocado:before{content:"🥑"}.ts-vgallery-emoji-broccoli:before{content:"🥦"}.ts-vgallery-emoji-tomato:before{content:"🍅"}.ts-vgallery-emoji-eggplant:before{content:"🍆"}.ts-vgallery-emoji-cucumber:before{content:"🥒"}.ts-vgallery-emoji-carrot:before{content:"🥕"}.ts-vgallery-emoji-hot-pepper:before{content:"🌶"}.ts-vgallery-emoji-potato:before{content:"🥔"}.ts-vgallery-emoji-corn:before{content:"🌽"}.ts-vgallery-emoji-leafy-greens:before{content:"🥬"}.ts-vgallery-emoji-sweet-potato:before{content:"🍠"}.ts-vgallery-emoji-peanuts:before{content:"🥜"}.ts-vgallery-emoji-honey-pot:before{content:"🍯"}.ts-vgallery-emoji-croissant:before{content:"🥐"}.ts-vgallery-emoji-bread:before{content:"🍞"}.ts-vgallery-emoji-baguette-bread:before{content:"🥖"}.ts-vgallery-emoji-bagel:before{content:"🥯"}.ts-vgallery-emoji-pretzel:before{content:"🥨"}.ts-vgallery-emoji-cheese:before{content:"🧀"}.ts-vgallery-emoji-egg:before{content:"🥚"}.ts-vgallery-emoji-bacon:before{content:"🥓"}.ts-vgallery-emoji-steak:before{content:"🥩"}.ts-vgallery-emoji-pancakes:before{content:"🥞"}.ts-vgallery-emoji-poultry-leg:before{content:"🍗"}.ts-vgallery-emoji-meat-on-bone:before{content:"🍖"}.ts-vgallery-emoji-bone:before{content:"🦴"}.ts-vgallery-emoji-fried-shrimp:before{content:"🍤"}.ts-vgallery-emoji-fried-egg:before{content:"🍳"}.ts-vgallery-emoji-hamburger:before{content:"🍔"}.ts-vgallery-emoji-fries:before{content:"🍟"}.ts-vgallery-emoji-stuffed-flatbread:before{content:"🥙"}.ts-vgallery-emoji-hotdog:before{content:"🌭"}.ts-vgallery-emoji-pizza:before{content:"🍕"}.ts-vgallery-emoji-sandwich:before{content:"🥪"}.ts-vgallery-emoji-canned-food:before{content:"🥫"}.ts-vgallery-emoji-spaghetti:before{content:"🍝"}.ts-vgallery-emoji-taco:before{content:"🌮"}.ts-vgallery-emoji-burrito:before{content:"🌯"}.ts-vgallery-emoji-green-salad:before{content:"🥗"}.ts-vgallery-emoji-shallow-pan-of-food:before{content:"🥘"}.ts-vgallery-emoji-ramen:before{content:"🍜"}.ts-vgallery-emoji-stew:before{content:"🍲"}.ts-vgallery-emoji-fish-cake:before{content:"🍥"}.ts-vgallery-emoji-fortune-cookie:before{content:"🥠"}.ts-vgallery-emoji-sushi:before{content:"🍣"}.ts-vgallery-emoji-bento:before{content:"🍱"}.ts-vgallery-emoji-curry:before{content:"🍛"}.ts-vgallery-emoji-rice-ball:before{content:"🍙"}.ts-vgallery-emoji-rice:before{content:"🍚"}.ts-vgallery-emoji-rice-cracker:before{content:"🍘"}.ts-vgallery-emoji-oden:before{content:"🍢"}.ts-vgallery-emoji-dango:before{content:"🍡"}.ts-vgallery-emoji-shaved-ice:before{content:"🍧"}.ts-vgallery-emoji-ice-cream:before{content:"🍨"}.ts-vgallery-emoji-icecream:before{content:"🍦"}.ts-vgallery-emoji-pie:before{content:"🥧"}.ts-vgallery-emoji-cake:before{content:"🍰"}.ts-vgallery-emoji-cupcake:before{content:"🧁"}.ts-vgallery-emoji-moon-cake:before{content:"🥮"}.ts-vgallery-emoji-birthday:before{content:"🎂"}.ts-vgallery-emoji-custard:before{content:"🍮"}.ts-vgallery-emoji-candy:before{content:"🍬"}.ts-vgallery-emoji-lollipop:before{content:"🍭"}.ts-vgallery-emoji-chocolate-bar:before{content:"🍫"}.ts-vgallery-emoji-popcorn:before{content:"🍿"}.ts-vgallery-emoji-dumpling:before{content:"🥟"}.ts-vgallery-emoji-doughnut:before{content:"🍩"}.ts-vgallery-emoji-cookie:before{content:"🍪"}.ts-vgallery-emoji-soccer:before{content:"⚽"}.ts-vgallery-emoji-basketball:before{content:"🏀"}.ts-vgallery-emoji-baseball:before{content:"⚾"}.ts-vgallery-emoji-softball:before{content:"🥎"}.ts-vgallery-emoji-volleyball:before{content:"🏐"}.ts-vgallery-emoji-8ball:before{content:"🎱"}.ts-vgallery-emoji-trophy:before{content:"🏆"}.ts-vgallery-emoji-medal-sports:before{content:"🏅"}.ts-vgallery-emoji-1st-place-medal:before{content:"🥇"}.ts-vgallery-emoji-2nd-place-medal:before{content:"🥈"}.ts-vgallery-emoji-3rd-place-medal:before{content:"🥉"}.ts-vgallery-emoji-clapper:before{content:"🎬"}.ts-vgallery-emoji-dart:before{content:"🎯"}.ts-vgallery-emoji-rocket:before{content:"🚀"}.ts-vgallery-emoji-vertical-traffic-light:before{content:"🚦"}.ts-vgallery-emoji-traffic-light:before{content:"🚥"}.ts-vgallery-emoji-checkered-flag:before{content:"🏁"}.ts-vgallery-emoji-sparkler:before{content:"🎇"}.ts-vgallery-emoji-fireworks:before{content:"🎆"}.ts-vgallery-emoji-computer:before{content:"💻"}.ts-vgallery-emoji-camera:before{content:"📷"}.ts-vgallery-emoji-camera-flash:before{content:"📸"}.ts-vgallery-emoji-video-camera:before{content:"📹"}.ts-vgallery-emoji-movie-camera:before{content:"🎥"}.ts-vgallery-emoji-film-projector:before{content:"📽"}.ts-vgallery-emoji-film-strip:before{content:"🎞"}.ts-vgallery-emoji-hourglass-flowing-sand:before{content:"⏳"}.ts-vgallery-emoji-hourglass:before{content:"⌛"}.ts-vgallery-emoji-bulb:before{content:"💡"}.ts-vgallery-emoji-oil-drum:before{content:"🛢"}.ts-vgallery-emoji-money-with-wings:before{content:"💸"}.ts-vgallery-emoji-dollar:before{content:"💵"}.ts-vgallery-emoji-yen:before{content:"💴"}.ts-vgallery-emoji-euro:before{content:"💶"}.ts-vgallery-emoji-pound:before{content:"💷"}.ts-vgallery-emoji-moneybag:before{content:"💰"}.ts-vgallery-emoji-credit-card:before{content:"💳"}.ts-vgallery-emoji-gem:before{content:"💎"}.ts-vgallery-emoji-bomb:before{content:"💣"}.ts-vgallery-emoji-firecracker:before{content:"🧨"}.ts-vgallery-emoji-smoking:before{content:"🚬"}.ts-vgallery-emoji-nazar-amulet:before{content:"🧿"}.ts-vgallery-emoji-key:before{content:"🔑"}.ts-vgallery-emoji-teddy-bear:before{content:"🧸"}.ts-vgallery-emoji-world-map:before{content:"🗺"}.ts-vgallery-emoji-moyai:before{content:"🗿"}.ts-vgallery-emoji-shopping-cart:before{content:"🛒"}.ts-vgallery-emoji-balloon:before{content:"🎈"}.ts-vgallery-emoji-ribbon:before{content:"🎀"}.ts-vgallery-emoji-gift:before{content:"🎁"}.ts-vgallery-emoji-love-letter:before{content:"💌"}.ts-vgallery-emoji-inbox-tray:before{content:"📥"}.ts-vgallery-emoji-outbox-tray:before{content:"📤"}.ts-vgallery-emoji-bar-chart:before{content:"📊"}.ts-vgallery-emoji-chart-with-upwards-trend:before{content:"📈"}.ts-vgallery-emoji-chart-with-downwards-trend:before{content:"📉"}.ts-vgallery-emoji-date:before{content:"📅"}.ts-vgallery-emoji-calendar:before{content:"📆"}.ts-vgallery-emoji-link:before{content:"🔗"}.ts-vgallery-emoji-paperclip:before{content:"📎"}.ts-vgallery-emoji-pushpin:before{content:"📌"}.ts-vgallery-emoji-triangular-flag-on-post:before{content:"🚩"}.ts-vgallery-emoji-closed-lock-with-key:before{content:"🔐"}.ts-vgallery-emoji-lock:before{content:"🔒"}.ts-vgallery-emoji-unlock:before{content:"🔓"}.ts-vgallery-emoji-lock-with-ink-pen:before{content:"🔏"}.ts-vgallery-emoji-memo:before{content:"📝"}.ts-vgallery-emoji-mag:before{content:"🔍"}.ts-vgallery-emoji-mag-right:before{content:"🔎"}.ts-vgallery-emoji-orange-heart:before{content:"🧡"}.ts-vgallery-emoji-yellow-heart:before{content:"💛"}.ts-vgallery-emoji-green-heart:before{content:"💚"}.ts-vgallery-emoji-blue-heart:before{content:"💙"}.ts-vgallery-emoji-purple-heart:before{content:"💜"}.ts-vgallery-emoji-black-heart:before{content:"🖤"}.ts-vgallery-emoji-broken-heart:before{content:"💔"}.ts-vgallery-emoji-two-hearts:before{content:"💕"}.ts-vgallery-emoji-revolving-hearts:before{content:"💞"}.ts-vgallery-emoji-heartbeat:before{content:"💓"}.ts-vgallery-emoji-heartpulse:before{content:"💗"}.ts-vgallery-emoji-sparkling-heart:before{content:"💖"}.ts-vgallery-emoji-cupid:before{content:"💘"}.ts-vgallery-emoji-gift-heart:before{content:"💝"}.ts-vgallery-emoji-heart-decoration:before{content:"💟"}.ts-vgallery-emoji-vs:before{content:"🆚"}.ts-vgallery-emoji-white-flower:before{content:"💮"}.ts-vgallery-emoji-sos:before{content:"🆘"}.ts-vgallery-emoji-no-entry:before{content:"⛔"}.ts-vgallery-emoji-no-entry-sign:before{content:"🚫"}.ts-vgallery-emoji-x:before{content:"❌"}.ts-vgallery-emoji-o:before{content:"⭕"}.ts-vgallery-emoji-stop-sign:before{content:"🛑"}.ts-vgallery-emoji-anger:before{content:"💢"}.ts-vgallery-emoji-underage:before{content:"🔞"}.ts-vgallery-emoji-no-mobile-phones:before{content:"📵"}.ts-vgallery-emoji-exclamation:before{content:"❗"}.ts-vgallery-emoji-grey-exclamation:before{content:"❕"}.ts-vgallery-emoji-question:before{content:"❓"}.ts-vgallery-emoji-grey-question:before{content:"❔"}.ts-vgallery-emoji-chart:before{content:"💹"}.ts-vgallery-emoji-negative-squared-cross-mark:before{content:"❎"}.ts-vgallery-emoji-white-check-mark:before{content:"✅"}.ts-vgallery-emoji-mens:before{content:"🚹"}.ts-vgallery-emoji-womens:before{content:"🚺"}.ts-vgallery-emoji-cinema:before{content:"🎦"}.ts-vgallery-emoji-up:before{content:"🆙"}.ts-vgallery-emoji-cool:before{content:"🆒"}.ts-vgallery-emoji-new:before{content:"🆕"}.ts-vgallery-emoji-free:before{content:"🆓"}.ts-vgallery-emoji-stop-button:before{content:"⏹"}.ts-vgallery-emoji-record-button:before{content:"⏺"}.ts-vgallery-emoji-arrows-counterclockwise:before{content:"🔄"}.ts-vgallery-emoji-musical-note:before{content:"🎵"}.ts-vgallery-emoji-notes:before{content:"🎶"}.ts-vgallery-emoji-heavy-plus-sign:before{content:"➕"}.ts-vgallery-emoji-heavy-minus-sign:before{content:"➖"}.ts-vgallery-emoji-heavy-division-sign:before{content:"➗"}.ts-vgallery-emoji-infinity:before{content:"♾"}.ts-vgallery-emoji-heavy-dollar-sign:before{content:"💲"}.ts-vgallery-emoji-currency-exchange:before{content:"💱"}.ts-vgallery-emoji-end:before{content:"🔚"}.ts-vgallery-emoji-back:before{content:"🔙"}.ts-vgallery-emoji-on:before{content:"🔛"}.ts-vgallery-emoji-top:before{content:"🔝"}.ts-vgallery-emoji-soon:before{content:"🔜"}.ts-vgallery-emoji-radio-button:before{content:"🔘"}.ts-vgallery-emoji-white-circle:before{content:"⚪"}.ts-vgallery-emoji-black-circle:before{content:"⚫"}.ts-vgallery-emoji-red-circle:before{content:"🔴"}.ts-vgallery-emoji-large-blue-circle:before{content:"🔵"}.ts-vgallery-emoji-large-orange-diamond:before{content:"🔶"}.ts-vgallery-emoji-large-blue-diamond:before{content:"🔷"}.ts-vgallery-emoji-small-red-triangle:before{content:"🔺"}.ts-vgallery-emoji-black-large-square:before{content:"⬛"}.ts-vgallery-emoji-white-large-square:before{content:"⬜"}.ts-vgallery-emoji-small-red-triangle-down:before{content:"🔻"}.ts-vgallery-emoji-black-square-button:before{content:"🔲"}.ts-vgallery-emoji-white-square-button:before{content:"🔳"}.ts-vgallery-emoji-speaker:before{content:"🔈"}.ts-vgallery-emoji-sound:before{content:"🔉"}.ts-vgallery-emoji-loud-sound:before{content:"🔊"}.ts-vgallery-emoji-mute:before{content:"🔇"}.ts-vgallery-emoji-mega:before{content:"📣"}.ts-vgallery-emoji-loudspeaker:before{content:"📢"}.ts-vgallery-emoji-bell:before{content:"🔔"}.ts-vgallery-emoji-no-bell:before{content:"🔕"}.ts-vgallery-emoji-thought-balloon:before{content:"💭"}.ts-vgallery-emoji-right-anger-bubble:before{content:"🗯"}.ts-vgallery-emoji-speech-balloon:before{content:"💬"}.ts-vgallery-emoji-left-speech-bubble:before{content:"🗨"}.wpa-test-msg{background:#d1ecf1!important;border:1px solid #bee5eb!important;border-radius:5px!important;color:#0c5460!important;font-size:14px!important;padding:.75rem 1.25rem!important;font-family:Arial!important;margin-top:5px!important}span.wpa-button{display:inline-block!important;padding-top:5px!important;color:#fff!important;background-color:#6c757d!important;border-color:#6c757d!important;padding:5px 10px!important;border-radius:5px!important;margin-top:5px!important;cursor:pointer!important}#altEmail_container,.altEmail_container{position:absolute!important;overflow:hidden!important;display:inline!important;height:1px!important;width:1px!important;z-index:-1000!important}html{overflow-x:hidden}body{color:#555;font-size:15px;font-family:Sorts Mill Goudy,Times New Roman,serif;font-weight:400;line-height:1.7;background:url(https://pipdigz.co.uk/you-and-me-bg.png) no-repeat center top #fff}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}h1,h2,h3,h4,h5,h6{color:#333;font-family:Sorts Mill Goudy,Times New Roman,serif;font-weight:400!important;font-style:italic;letter-spacing:0;text-transform:none}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{text-align:left}.entry-content h2{font-size:18px}.entry-content h3{font-size:17px}.entry-content h4{font-size:16px}.entry-content h5{font-size:15px}.entry-content h6{font-size:14px}blockquote{border-left:5px solid #e8e8e8}blockquote p{color:#787878;font-style:italic;font-size:15px;line-height:1.5}blockquote cite{margin-top:10px;display:block;color:#384750;font-size:14px;font-weight:400}pre{background:#f7f7f7;border-radius:0;border:2px solid #e2e2e2}a{text-decoration:none;color:#999;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}a:hover,a:focus{color:#000;outline:none;text-decoration:none}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.form-control{font-size:13px;border:1px solid #ddd;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.form-control:focus{border-color:#eee;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn,button,input[type="button"],input[type="reset"],input[type="submit"]{height:45px;padding:7px 17px 5px;font-size:10px;font-weight:400;font-family:Times New Roman,serif;text-transform:uppercase;text-decoration:none;letter-spacing:2px;border-radius:0}.btn:hover,.btn:focus,button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,input[type="reset"]:hover,input[type="reset"]:focus{background-color:#f4f4f4;color:#666}img.alignleft,.wp-caption.alignleft{margin:.5em 1.5em 1em 0}img.alignright,.wp-caption.alignright{margin:.5em 0 1em 1.5em}img.aligncenter,.wp-caption.aligncenter{margin:.5em auto}@media only screen and (max-width:719px){img.alignleft,img.alignright,.wp-caption.alignleft,.wp-caption.alignright{float:none;margin:10px 0}}.page-content img,.entry-content img,.page-content img,.entry-summary img,.comment-content img,.site-sidebar img{max-width:100%;height:auto}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{margin-bottom:0;margin-top:0;padding:0;border:none}.wp-caption{max-width:100%;margin-bottom:1em;padding:.6em}.wp-caption img[class*="wp-image-"]{display:block;margin:0 auto}.wp-caption-text{color:#878787;font-size:14px;font-style:italic;text-align:center}.wp-caption .wp-caption-text{margin:.6em 0 0}.site-content .gallery{margin-bottom:1.5em}.site-content .gallery a img{border:none;height:auto;max-width:90%}.site-content .gallery dd{margin:0}.entry-attachment .attachment{margin:0 0 1.5em}.attachment-thumbnail{border-color:#f7f7f7!important}.search-form{position:relative}.search-form .form-group{margin:0}.search-form .form-submit{top:0;right:0;position:absolute}.search-form .pipdigicons-search{font-size:18px;line-height:1}.container{max-width:1070px;position:relative}.site-top{position:relative;width:100%;z-index:500;background:#fff;background:rgb(255 255 255 / .89)}.site-header{text-align:center}.site-header .container{padding-top:65px;padding-bottom:50px}.site-title{margin:0;font-size:50px;font-family:Sorts Mill Goudy,sans-serif;font-style:italic;text-transform:none;letter-spacing:0;line-height:1;color:#222;text-shadow:0 0 18px #fff}.site-title img{margin:0 auto;display:block;max-width:100%;height:auto}.site-title a{color:#222}.site-title a:hover,.site-title a:focus{text-decoration:none}.site-description{color:#222;font-family:Sorts Mill Goudy,sans-serif;font-style:italic;font-size:15px;font-weight:400;letter-spacing:1px;line-height:1.5;margin:10px auto 0;max-width:75%;text-align:center}.stickybar{position:fixed;top:0;left:0;width:100%;z-index:5000}.sticky-nudge{margin-top:34px}.menu-toggle,.menu-bar ul li a{padding:0 25px;line-height:34px;transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.menu-bar ul li>a:hover{color:#aaa}.search-toggle{position:absolute;top:0;right:15px;display:block;padding:0 20px;cursor:pointer;color:#999;color:rgb(255 255 255 / .7);font-size:18px;text-decoration:none;line-height:50px;background:#111;z-index:999}.search-toggle:hover,.search-toggle.active{background:rgb(0 0 0 / .15)}.search-expand{position:absolute;top:50px;right:15px;width:330px;display:none;background:#222;z-index:999}.search-expand-inner{padding:15px;background:rgb(0 0 0 / .15)}.site-main .container{padding-top:45px;padding-bottom:45px}.hentry{margin-bottom:50px}.entry-header{margin:0 0 15px}.entry-header .entry-meta{color:#666}.entry-header .entry-meta a{color:#666}.entry-title{margin:8px 0;font-size:20px;font-weight:400;line-height:1.2;text-transform:none;font-style:italic;text-align:left;letter-spacing:2px;-ms-word-wrap:break-word;word-wrap:break-word}.entry-title,.entry-title a{color:#222}.entry-title a:hover,.entry-title a:focus{color:#999;text-decoration:none}.entry-meta{color:#666;font-size:10px;letter-spacing:3px;text-transform:uppercase;font-family:Times New Roman,serif;text-align:left}.entry-meta a{color:#666}.entry-meta a:hover,.entry-meta a:focus{color:#000;text-decoration:none}.entry-footer{text-align:left;border-bottom:1px solid #ddd;padding-bottom:30px}.entry-footer a{color:#222}.entry-footer a:hover{color:#999}.entry-meta .pipdigicons{margin-right:5px;font-size:11px;color:#555}.entry-meta .byline,.entry-meta .posted-on,.entry-meta .cat-links,.entry-meta .tags-links,.entry-meta .bookmark-link{margin-right:15px}.entry-content{margin-bottom:10px;text-align:justify}.entry-summary{margin-bottom:30px}.entry-content ul li,.entry-content ol li{margin-bottom:5px}.entry-content ul ul,.entry-content ol ol,.entry-content ul ol,.entry-content ol ul{margin-top:5px}.entry-content a{color:#000;font-weight:700}.entry-content a:hover{color:#ddd}.more-link{font-weight:400!important}.mejs-container{margin-bottom:30px}.page-header{margin:16px 0 30px;border:none}.page-title{margin:0;padding:0 0 10px;font-size:18px;font-weight:400;text-transform:uppercase;letter-spacing:2px;text-align:center}.taxonomy-description{margin:10px 0 0;font-size:14px}.taxonomy-description p:last-child{margin:0}.page-content .search-form{margin-bottom:30px}.page-links{margin-bottom:30px}.page-links a{margin:0 5px;padding:12px 15px;display:inline-block;color:#222;font-size:14px;font-weight:400;font-family:Times New Roman,serif;text-transform:uppercase;text-decoration:none;letter-spacing:2px;line-height:1;background:#e2e2e2}.page-links a:first-child{margin-left:5px}.page-links a:hover,.page-links a:focus{color:#fff;background:#999}.site-main [class*="navigation"] .nav-previous{width:50%;float:left}.site-main [class*="navigation"] .nav-next{width:50%;float:right;text-align:right}.site-main [class*="navigation"] a{padding:12px;display:inline-block;color:#111;font-size:13px;font-weight:400;font-family:Times New Roman,serif;text-transform:uppercase;text-decoration:none;letter-spacing:2px;line-height:1.2;background:#fff;transition:background-color 0.32s ease-out;-o-transition:background-color 0.32s ease-out;-moz-transition:background-color 0.32s ease-out;-webkit-transition:background-color 0.32s ease-out}.site-main [class*="navigation"] a:hover,.site-main [class*="navigation"] a:focus{color:#333;background:#f2f2f2}.site-main .post-navigation{margin:-30px 0 30px}.site-main .post-navigation a{display:block;color:#999;font-size:13px;font-weight:400;font-family:Times New Roman,sserif;letter-spacing:1px;text-transform:uppercase;letter-spacing:normal;line-height:1.5;background:#fff0}.site-main .post-navigation a:hover,.site-main .post-navigation a:focus{color:#111;background:#fff0}.site-main .post-navigation .meta-nav{display:block;margin-bottom:5px;color:#222;font-size:13px;font-weight:400;font-family:Times New Roman,serif;text-transform:uppercase;text-decoration:none;letter-spacing:2px;line-height:1.2}.site-main .comment-navigation{margin-bottom:30px}.site-main .comment-navigation a{padding:15px;font-size:12px}.comments-title{margin:0 0 30px;font-size:18px;line-height:1.2;background:#fff!important;color:#000!important;text-align:left!important}.comment,.pingback{padding:20px 0;font-size:14px;border-top:1px solid #eee}.comment-avatar{float:left;width:40px;height:40px;margin:0 15px 0 0;display:block;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.comment-meta{overflow:hidden;color:#444;font-size:13px;font-family:Times New Roman,serif;line-height:1.5;text-transform:uppercase;letter-spacing:1px}.comment-meta a{color:#333}.comment-meta a:hover{color:#999}.comment-meta a:hover,.comment-meta a:focus{text-decoration:none}.comment-meta .pipdigicons{margin-right:5px;color:#c5c5c5;font-size:12px}.comment-author{display:block;color:#333;font-weight:400;text-transform:uppercase;letter-spacing:2px}.comment-footer .edit-link{margin-right:15px}.comment-content{margin:20px 0}.comment-list{margin-top:-10px;margin-bottom:30px;padding:0;list-style:none;border-bottom:1px solid #ddd}.comment ul.children{margin:25px 0 -15px 55px;padding:0;list-style:none}.comment .comment-respond{margin-top:20px}.comment-reply-title{margin:0 0 20px;font-size:18px;line-height:1.2}a#cancel-comment-reply-link{margin-left:10px}a#cancel-comment-reply-link:hover,a#cancel-comment-reply-link:focus{text-decoration:none}.comment-form-url,.comment-form-email,.comment-form-author{max-width:50%}.comment-form-comment textarea.form-control{min-height:150px}.no-comments,.logged-in-as,.comment-notes,.form-allowed-tags{font-size:14px}.form-allowed-tags code{margin:5px 0 0;display:block;color:#999;white-space:normal;background:none}.comment-subscription-form{margin:0}.comment-subscription-form label{margin-left:5px;font-size:12px;font-weight:400;vertical-align:text-bottom}.show-author{display:none}.widget{margin-bottom:5px}.widget-title{font:13px Sorts Mill Goudy,Times New Roman,serif;letter-spacing:2px;margin-bottom:10px;padding:4px 0;text-align:center;text-transform:uppercase}.widget img{max-width:100%;height:auto}.widget_archive ul,.widget_categories ul,.widget_links ul,.widget_meta ul,.widget_rss ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_pages ul,.widget_nav_menu ul{margin:0;padding:0;list-style:none}.widget_archive ul li,.widget_categories ul li,.widget_links ul li,.widget_meta ul li,.widget_rss ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_pages ul li,.widget_nav_menu ul li{padding:5px 0}.widget_archive ul li:last-child,.widget_categories ul li:last-child,.widget_links ul li:last-child,.widget_meta ul li:last-child,.widget_rss ul li:last-child,.widget_recent_comments ul li:last-child,.widget_recent_entries ul li:last-child,.widget_pages ul li:last-child,.widget_nav_menu ul li:last-child{padding-bottom:0}.widget select{width:100%}.widget_recent_entries .post-date{display:block;font-size:12px}.widget_archive select,.widget_categories select{margin-top:0}.widget_rss .rss-date{margin-bottom:5px;display:block;color:#999;font-size:12px}.widget_rss li>cite{font-style:italic;font-weight:400}.widget_calendar caption{margin-bottom:10px;font-size:13px;font-weight:400}.site-sidebar{font-size:13px;line-height:1.6;text-align:center;padding-right:0}.site-sidebar .widget{padding:10px 20px}.site-sidebar .widget:first-child{padding-top:0}.pipdig_widget_social_icons{margin:0}.socialz{text-align:center}.socialz a{color:#777;font-size:25px;margin:0 9px;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.socialz a:hover,#p3_social_sidebar a:hover{color:#111}.site-extra{font-size:14px;line-height:1.6}.site-extra .container{padding-top:40px;padding-bottom:30px}.site-extra a:hover,.site-extra a:focus{color:#999}.site-extra .widget{text-align:center;margin-bottom:10px}.site-footer{font:10px arial,sans-serif;letter-spacing:2px;text-transform:uppercase}.site-footer .container{padding:15px 0}.site-footer a:hover,.site-footer a:focus{color:#07c1b6}.site-credit{text-align:right}.posted-on{margin-right:0!important}.byline,.comments-link,.posted-on .pipdigicons{display:none}.comment-date{font:10px arial,sans-serif;letter-spacing:1px;text-transform:uppercase}label{font-weight:400}#subscribe-submit>input{height:30px;padding:5px}#back-top{background:#fff0;line-height:100%;display:inline-block;position:fixed;right:40px;bottom:70px;z-index:10002}#back-top .pipdigicons{font-size:36px}#back-top a{color:#000;transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out;padding:5px;display:block}#back-top a:hover{color:#ccc}#back-top a:focus{color:#f7f7f7}.menu-titlez{position:absolute;top:15px;font:13px Times New Roman,serif;letter-spacing:1px;text-transform:uppercase}.menu-titlez a{margin:0 10px;color:#333}#fsb-social-bar{border:0!important}.commentz{float:right;font:11px Times New Roman,serif;letter-spacing:2px;margin-top:7px}.sharez{letter-spacing:2px;font-family:Times New Roman,serif;font-size:11px}.addthis_toolbox a{display:inline-block!important}.addthis_toolbox{float:left;font-size:12px}.addthis_toolbox .pipdigicons{font-size:17px;margin:3px 4px 0;color:#666;transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.addthis_toolbox .pipdigicons:hover{color:#aaa}.single .addthis_toolbox{float:none;margin-bottom:15px}.woocommerce .addthis_toolbox{float:none;margin-top:15px}.wpp-list{list-style:outside none none;padding:0;margin:0}.wpp-thumbnail{margin:0 0 3px!important;float:none}.wpp-post-title{font:14px Times New Roman,serif;text-transform:uppercase;letter-spacing:0}.wpp-list li{margin-bottom:20px}.jp-relatedposts-post-img{max-width:100%;height:auto}#pipdig-related-posts ul{padding:0;margin:0;text-align:center}#pipdig-related-posts h3{text-align:center;margin:25px 0}#pipdig-related-posts li{width:24%;display:inline-block;list-style:none;margin:0;padding:0;overflow:hidden;vertical-align:top;height:160px}.pipdig-related-thumb{height:100px;overflow:hidden}.pipdig-related-title{margin:0 auto;text-align:center!important;width:94%}.pipdig-related-title a{font-size:13px;color:#333;font-weight:400!important}.pipdig-related-thumb a{transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.pipdig-related-thumb a:hover{opacity:.6}.more-link{display:block;font:13px Times New Roman,serif;font-weight:400;letter-spacing:2px;padding:10px 0;border:1px solid #ddd;box-sizing:border-box;width:100%;text-transform:uppercase;margin:10px auto;text-align:center;font-size:13px;position:relative;top:5px;transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.more-link:hover{border-color:#eee}#subscribe-email input{text-align:center}#jetpack_remote_comment{width:99%!important}.footer-wrapz{width:100%;background:#111;color:#bbb;padding-top:10px}.widget-title label{margin:0}.instagram-pics{padding:0}.instagram-pics>li{display:inline-block;margin:0;padding:1% 0;width:49%}.instagram-pics>li:nth-child(odd){padding-right:1%}.instagram-pics>li:nth-child(even){padding-left:1%}.instagram-pics a:hover{transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.instagram-pics a:hover{opacity:.7}.cycle-slideshow{z-index:0;margin-bottom:60px}#slide-container{height:430px;position:relative;width:100%;overflow:hidden}#slider{height:430px;width:100%;overflow:hidden}#slide-container img{height:auto;width:100%}.slide-desc{background:#fff;background:rgb(255 255 255 / .7);color:#111;padding:15px 0;position:absolute;text-align:center;left:0;bottom:35px;width:100%;z-index:8}.slide-desc h2{font-size:16px;display:block;margin:0;padding:0;color:#111;letter-spacing:1px}.crosscol .widget-content{position:relative}#slider ul,#slider li,#slider2 ul,#slider2 li{margin:0;padding:0;list-style:none}#slider2{margin-top:1em}#slider li,#slider2 li{width:100%;height:auto;overflow:hidden}.cycle-prev,.cycle-next{position:absolute;top:0;width:11%;opacity:.2;filter:alpha(opacity=20);z-index:800;height:100%;cursor:pointer}.cycle-prev{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzg5ODIzNjc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzg5ODIzNTc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mqXCawAAAgBJREFUeNrEmb9LgkEYx18TBAURBEFwMCIwJMiQBglpkEAapEEapCFoqf9JaAiHaHJqaWpoCpqilsCgMIoiioqiur7V94GX8Mervnf3wgd8vTs/Hnfv3XPPG1BKOQavIKiDtvMjNkQQNNTf9WFKGgK7IgU1U9ImpW+g+ju8mqVhsOeSVqRMpzQC9il9AWV3uS5pFBxQ+gxK/+vokMbAIaWPoNipnt/SODii9AEUutX1U5oAx5TegXyv+n5Jk+CE0huQ69fGD2kKnFHaBlkv7UaVpsE5pZcg47XtKNIJ0KK0xXtHtzjDHir2OD3obwwjzXIsFcc2NcyfH7RBjrNWcRYnhx2qQSrn+XwqPq+JUSam14oFrkSKK1N81MfQS6Ui11zFNTjmx6LTr0KJu4vibhP1a4ntVVjmPqq4r0b83FC6FVQYMShGEGG/t89OX1Zd0iZjJke3uMYoUDEqDOkKjdw3ay5pg3Gwo1u8Ab4o3dItFfEM+KT0FIyZCPLlw6arx3VTPRbWXWO8bWqMhVWXfMfUrBZWwLvp51hYtrFyCUvg1fRaLSza2J2EBfBkej8W5m1EIMIcuDcdcwmz4NZ0lClMg2vTcbUwBa5MnySESXBh+uwkjNs4LVo9H1vNCFjNgVjN+ljNc1nN7FnNZVrN3lrNV1vN0Hd8JxGw9RbmW4ABABTwONDWKj7uAAAAAElFTkSuQmCC) 50% 50% no-repeat}.cycle-next{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQTE5NzI0NTc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQTE5NzI0NDc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HM2p5gAAAe1JREFUeNrcmc0rRFEYxo/PEPmKDImkSBY+spBkgZKFLGQhOzb+EBt/g7KQhSw0C01pFpokyUcWIxajUaPRiESIcD0vj7rZe2459bt17+bXufec933Pe7M8z5t3ztWCWfDuVAPiN+97rIAc4BTYZconXwP5KrExAV4oDyvk/psxnzwCClViYwQ8UR4FRSqxMQgeKY+BEpXY6Af3lO+AUpXY6AV3lO+DCpXY6AY3lB+BKpXY6AAZyuOgRiU22kCa8lNQpxIbLSBFeQI0qMRGE0hSnuS9ROw40wTlKb4JidjxG59SnuYakIgdV3ec8gxXv0TsuK+PKL/hvpeIHSPaPuV3jHgSsWMs36H8nrFeInbMYjHKLbsNqcSO+TtK+TMYVYkdK5cI5VbRjKvEjjVbmPJXMKkS/8jXKLcqdloldqzTV3zyGZX4R75E+QeYs+dZX/a/H9kgDlrBB+hSzXjx94wV0mX1N84Dq+pVbVtpXb2PC8CGOnJZrN5Ux+pisOXLTsOqfLxN6QMYUOTjcrDnq0D6VDXXIaW3oEddZV6DTnVdfQXa1SeJS9CqPjtdgGb1afEcNKrPx2egXt0ROAEhdQ/kGFSruz4HoFLd59oFZf+2sxdILzOQ7m0g/erAOvSB/JPIxXFiAYTUf2E+BRgAgDrfTqv3J2QAAAAASUVORK5CYII=) 50% 50% no-repeat}.cycle-prev:hover,.cycle-next:hover{opacity:.8;filter:alpha(opacity=80);transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-webkit-transition:all 0.25s ease-out}.extra-footer-outer{width:100%}.extra-footer-outer .container{background:none}.social-footer-outer{background:#fff;border-top:1px solid #ddd}.social-footer{font:12px Sorts Mill Goudy,Times New Roman,serif;text-transform:uppercase;letter-spacing:2px}.social-footer div{text-align:center;padding:18px 0}.social-footer,.social-footer a{color:#666}.social-footer .pipdigicons{font-size:14px}.more,.more-link,.site-top,.widget-title,.widget-title a,.btn,button,input[type="button"],input[type="reset"],input[type="submit"],.menu-toggle,.menu-bar ul li a,.menu-titlez{color:#666}@media only screen and (min-width:720px){.menu-bar>ul>li>a{font-size:13px;font-weight:400;font-family:Sorts Mill Goudy,Times New Roman,serif;text-transform:uppercase;letter-spacing:2px}.menu-bar ul ul{top:34px}.menu-bar ul ul li a{padding:10px 25px;font-size:13px;font-family:Sorts Mill Goudy,Times New Roman,serif;letter-spacing:2px;text-transform:uppercase}.menu-titlez{display:none}}@media only screen and (max-width:810px){.menu-toggle,.menu-bar ul li a{padding:0 19px}.site-sidebar{margin:30px 0 0;padding:0}.site-sidebar .widget{margin:0;padding:20px 15px}.site-sidebar .widget:last-child{padding-bottom:30px}#pipdig-related-posts,.hide-back-to-top{display:none}}@media only screen and (max-width:719px){.site-top{position:fixed;top:0;left:0;opacity:.9}.menu-bar ul li{border-bottom:0}.menu-bar ul li a{font-size:11px;line-height:30px;font-family:Times New Roman,serif;letter-spacing:2px;text-transform:uppercase}.menu-bar ul ul li a{font-size:12px}.site-title{font-size:40px;font-size:9vw;line-height:1.2;letter-spacing:0;margin-bottom:20px}.site-header .container{padding-bottom:5px;padding-top:80px}.site-footer,.site-credit{text-align:center}.search-toggle,.search-expand{left:15px;right:auto}.addthis_toolbox .pipdigicons{margin:0 2px}.site-main .container{padding-bottom:0}.entry-meta .entry-comments,.show-comments{display:none}.site-description{display:none}}@media only screen and (max-width:990px){#trendingz,#home-sliderz{display:none}}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{border-radius:0;background:none;color:#000}.slideshow-slide-caption{background:#fff}.excerpt-imagez{text-align:center;display:block}.mobile-search-bar{display:none}@media screen and (max-width:810px){.mobile-search-bar{display:block;margin-bottom:30px}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:#fff0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}embed,iframe,object{max-width:100%}html{font-size:62.5%;-webkit-tap-highlight-color:#fff0}body{color:#333;font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.428571429;background-color:#fff}input,button,select,textarea{font-size:inherit;font-family:inherit;line-height:inherit}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}p{margin:0 0 1em}blockquote{margin:0 0 1em;padding:10px 20px;border-left:5px solid #eee;border-left-color:rgb(0 0 0 / .05)}blockquote p{font-size:17.5px;font-weight:300;line-height:1.5}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote:before,blockquote:after{content:""}address{margin-bottom:1em;font-style:normal;line-height:1.428571429}small{font-size:85%}cite{font-style:normal}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:400;line-height:1;color:#999}h1,h2,h3{margin-top:1em;margin-bottom:.5em}h1 small,h2 small,h3 small{font-size:65%}h4,h5,h6{margin-top:.5em;margin-bottom:.5em}h4 small,h5 small,h6 small{font-size:75%}h1{font-size:22px}h2{font-size:20px}h3{font-size:19px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}ul,ol{margin-top:0;padding-left:15px;margin-bottom:1em}ol{padding-left:20px}ul ul,ol ul,ul ol,ol ol{margin-left:15px;margin-bottom:0}dl{margin-bottom:1em}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0;margin-bottom:.5em}code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:#fff0;border-radius:0}table{width:100%;max-width:100%;margin-bottom:1.5em;background-color:#fff0;border:1px solid #ddd}th{text-align:left}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border:1px solid #ddd}table>thead>tr>th{vertical-align:bottom;border-bottom-width:2px}table>tbody+tbody{border-top:2px solid #ddd}table table{background-color:#fff}table col[class*="col-"]{float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{float:none;display:table-cell}@media (max-width:767px){table{width:100%;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}table>table{margin-bottom:0}table>table>thead>tr>th,table>table>tbody>tr>th,table>table>tfoot>tr>th,table>table>thead>tr>td,table>table>tbody>tr>td,table>table>tfoot>tr>td{white-space:nowrap}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-size:inherit;font-style:inherit;font-family:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.form-control{display:inline-block;width:100%;height:34px;margin:0;padding:6px 10px;color:#333;font-size:14px;line-height:1.428571429;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ddd;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);-moz-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.form-control:focus{outline:0;border-color:#66afe9;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6);-moz-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6)}.form-control:-moz-placeholder{color:#666}.form-control::-moz-placeholder{color:#666}.form-control:-ms-input-placeholder{color:#666}.form-control::-webkit-input-placeholder{color:#666}.form-group{margin-bottom:15px}textarea,textarea.form-control{height:auto!important}.btn,button,input[type="button"],input[type="reset"],input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #fff0;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:3px;-webkit-appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background-color .1s linear;-moz-transition:background-color .1s linear;-ms-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.btn:focus,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#333;text-decoration:none}.btn:active,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);-moz-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0%}@media (min-width:810px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0%}}.alignleft{float:left;display:inline;margin:0 1.5em 1.5em 0}.alignright{float:right;display:inline;margin:0 0 1.5em 1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}*:first-child+html .clearfix{min-height:1px}.clearfix{display:block}.clear{clear:both}.site-menu{position:relative;z-index:99}.menu-toggle{display:none;width:60px;height:50px;float:right;cursor:pointer;color:#999;text-align:center}.menu-toggle:hover,.menu-toggle.active{color:#fff;background:rgb(0 0 0 / .15)}.menu-toggle i{padding:10px 0;font-size:28px}.menu-text{display:none;float:right;padding:13px 20px;font-size:16px;line-height:24px}.menu-bar ul{margin:0;padding:0;list-style:none}.menu-bar ul li{position:relative}.menu-bar ul li a{display:block;padding:0 20px;color:#222;font-size:15px;text-decoration:none;line-height:38px;-webkit-transition:color 0.4s ease-out 0s;-moz-transition:color 0.4s ease-out 0s;-ms-transition:color 0.4s ease-out 0s;-o-transition:color 0.4s ease-out 0s;transition:color 0.4s ease-out 0s}.menu-bar ul ul li a{padding:8px 20px;font-size:14px;line-height:20px}@media only screen and (min-width:720px){.menu-bar{height:auto!important;text-align:center}.menu-bar ul{font-size:0}.menu-bar ul ul{display:none;position:absolute;top:38px;left:0;text-align:left;width:auto;background:#fff;border:none}.menu-bar ul ul ul{position:absolute;top:0;left:100%}.menu-bar ul li:hover>ul{display:block}.menu-bar>ul>li{display:inline-block}.menu-bar ul ul li{display:block;padding:0;border-right:none}}@media only screen and (max-width:719px){.menu-bar ul{font-weight:400}.site-menu{overflow:hidden}.menu-toggle,.menu-text{display:block}.menu-bar{position:relative;float:left;width:100%;height:0;padding:0;overflow:hidden}.menu-bar.transition{-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}.menu-expand>ul{height:auto}.menu-bar ul{float:left;width:100%;border-top:0}.menu-bar ul ul{float:none;display:block!important;margin-left:20px}.menu-bar ul li{border-bottom:0}.menu-bar ul li:last-child{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.menu-bar ul li a{padding:8px 15px;line-height:20px}.menu-bar ul ul li a{padding-top:6px;padding-bottom:6px}}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}table td,table th{background-color:#fff!important}label{border:1px solid #000}table{border-collapse:collapse!important}}.mobile-search-bar{display:none}@media screen and (max-width:810px){.mobile-search-bar{display:block;margin-bottom:30px}}.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}