@charset "UTF-8";:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

div.mod-languages ul{margin:0;padding:0;list-style:none}div.mod-languages li{margin:0 .5rem}div.mod-languages ul.lang-inline li{display:inline-block}div.mod-languages .dropdown-menu{padding:.5rem 0}div.mod-languages ul.lang-block li{text-align:start;padding:.5rem 0;display:block}div.mod-languages ul li.lang-active{background-color:#f0f0f0}div.mod-languages img{border:none;display:inline-block}div.mod-languages a{padding:.5rem;text-decoration:none}div.mod-languages .btn-group{margin:0;display:flex!important}div.mod-languages .btn-group .btn{flex:none}
joomla-alert{--jui-alert-min-width:250px;--jui-alert-padding:.5rem 1.25rem;--jui-alert-margin:0 0 1rem 0;--jui-alert-border:1px solid transparent;--jui-alert-border-radius:.25rem;--jui-alert-animation-duration:.5s;--jui-alert-animation-timing-function:ease-in-out;--jui-alert-button-color-dark:#000;--jui-alert-button-color-light:#fff;--jui-alert-success-color:#234423;--jui-alert-success-background-color:#d9e6d9;--jui-alert-success-border-color:#cadcca;--jui-alert-success-link-color:#122212;--jui-alert-info-color:#0c5460;--jui-alert-info-background-color:#d1ecf1;--jui-alert-info-border-color:#bee5eb;--jui-alert-info-link-color:#062c33;--jui-alert-warning-color:#7d5a29;--jui-alert-warning-background-color:#fcefdc;--jui-alert-warning-border-color:#fbe8cd;--jui-alert-warning-link-color:#573e1c;--jui-alert-danger-color:#712b29;--jui-alert-danger-background-color:#f7dddc;--jui-alert-danger-border-color:#f4cfce;--jui-alert-danger-link-color:#4c1d1b;animation-duration:var(--jui-alert-animation-duration,.5s);animation-timing-function:var(--jui-alert-animation-timing-function,ease-in-out);border:var(--jui-alert-border,1px solid transparent);border-radius:var(--jui-alert-border-radius,.25rem);margin:var(--jui-alert-margin,0 0 1rem 0);min-width:var(--jui-alert-min-width,250px);padding:var(--jui-alert-padding,.5rem 1.25rem);display:block}joomla-alert .joomla-alert--close{color:var(--jui-alert-button-color-dark,#000);float:right;opacity:.5;text-shadow:0 1px 0 var(--jui-alert-button-color-light,#fff);background:0 0;border:0;padding:.2rem 1rem;font-size:1.5rem;font-weight:700;line-height:1;position:relative;top:-.5rem;right:-1.25rem}joomla-alert .joomla-alert--close:focus,joomla-alert .joomla-alert--close:hover{color:var(--jui-alert-button-color-dark,#000);cursor:pointer;opacity:.75;text-decoration:none}joomla-alert[type=success]{background-color:var(--jui-alert-success-background-color,#d9e6d9);border-color:var(--jui-alert-success-border-color,#cadcca);color:var(--jui-alert-success-color,#234423)}joomla-alert[type=success] hr{border-top-color:var(--jui-alert-success-border-color,#cadcca)}joomla-alert[type=success] .alert-link{color:var(--jui-alert-success-link-color,#122212)}joomla-alert[type=info]{background-color:var(--jui-alert-info-background-color,#d1ecf1);border-color:var(--jui-alert-info-border-color,#bee5eb);color:var(--jui-alert-info-color,#0c5460)}joomla-alert[type=info] hr{border-top-color:var(--jui-alert-info-border-color,#bee5eb)}joomla-alert[type=info] .alert-link{color:var(--jui-alert-info-link-color,#062c33)}joomla-alert[type=warning]{background-color:var(--jui-alert-warning-background-color,#fcefdc);border-color:var(--jui-alert-warning-border-color,#fbe8cd);color:var(--jui-alert-warning-color,#7d5a29)}joomla-alert[type=warning] hr{border-top-color:var(--jui-alert-warning-border-color,#fbe8cd)}joomla-alert[type=warning] .alert-link{color:var(--jui-alert-warning-link-color,#573e1c)}joomla-alert[type=danger]{background-color:var(--jui-alert-danger-background-color,#f7dddc);border-color:var(--jui-alert-danger-border-color,#f4cfce);color:var(--jui-alert-danger-color,#712b29)}joomla-alert[type=danger] hr{border-top-color:var(--jui-alert-danger-border-color,#f4cfce)}joomla-alert[type=danger] .alert-link{color:var(--jui-alert-danger-link-color,#4c1d1b)}html[dir=rtl] joomla-alert .joomla-alert--close,html[dir=rtl] joomla-alert .joomla-alert-button--close{float:left;left:-1.25rem;right:auto}@media (prefers-reduced-motion:reduce){joomla-alert{animation-duration:1ms!important}}
.cb_template .cbregBasket caption{caption-side:top}.cb_template .cbregBasket .cbregBaItrate,.cb_template .cbregBasket .cbregBaItFColrate{text-align:right}.cb_template .cbregCCnumexp .cbValidationMessage+.cbValidationMessage{display:none !important}.cb_template .cbregTimeframe,.cb_template .cbregRate,.cb_template .cbregDiscountRate,.cb_template .cpayPromotionSaleText,.cb_template .cpayPromotionSpecialPrice{font-weight:bold}.cb_template .cbregName label{font-size:inherit;font-weight:inherit;line-height:inherit}.cb_template .cbregFee{cursor:default}.cb_template .cbregAjLoading{top:0;left:0;z-index:10;opacity:0.3}.cb_template .cpayPromotionRegularPrice{text-decoration:line-through}.cb_template .cpayPromotionSaleText{font-size:120%;font-style:italic}.cb_template .cpayPromotionSpecialPrice{font-size:110%}@media (max-width:575.98px){.cb_template .cbregPaymentCurrencyChoice .input-group-prepend,.cb_template .cbregPaymentCurrencyChoice .input-group-append,.cb_template .cbregCouponsInputed .input-group-prepend,.cb_template .cbregCouponsInputed .input-group-append,.cb_template .cbregCouponInput .input-group-prepend,.cb_template .cbregCouponInput .input-group-append{margin:0 !important}.cb_template .cbregPaymentCurrencyChoice .input-group-text,.cb_template .cbregPaymentCurrencyChoice .btn,.cb_template .cbregCouponsInputed .input-group-text,.cb_template .cbregCouponsInputed .btn,.cb_template .cbregCouponInput .input-group-text,.cb_template .cbregCouponInput .btn{border-radius:0 !important}}@media print{.cb_template .cbregmultipage hr.cbregpagebreak{display:none}.cb_template .cbregmultipage .cbreginvoice{page-break-after:always}}.cb_template .cbregInvoice .cbFieldsetContent,.cb_template .cbregInvoice .cbFieldsetContent .form-group{margin-bottom:0 !important}.cb_template .cbregInvoice .cbFieldsetContent .cbregInvoiceLine+.cbregInvoiceLine .cb_field>div:before{display:inline;content:", "}.cb_template .cbregCCradioSelector{cursor:pointer}.cb_template .cbregCCradioSelector .btn.disabled{opacity:1;cursor:pointer}.cb_template .cbpaidCCimage.cbpaidCCimageIcon,.cb_template .cbpaidCCimage.cbpaidCCimageButton,.cb_template .cbpaidCCimageInput.cbpaidCCimageIcon,.cb_template .cbpaidCCimageInput.cbpaidCCimageButton{display:inline-flex;flex-flow:column;justify-content:center;align-items:center;height:4rem;width:9.5rem;max-width:100%}.cb_template .cbpaidCCimage.cbpaidCCimageIcon,.cb_template .cbpaidCCimageInput.cbpaidCCimageIcon{height:2rem;width:4.75rem}.cb_template .cbpaidCCimage.cbpaidCCimageIcon>img,.cb_template .cbpaidCCimage.cbpaidCCimageButton>img,.cb_template .cbpaidCCimageInput.cbpaidCCimageIcon>img,.cb_template .cbpaidCCimageInput.cbpaidCCimageButton>img{object-fit:contain;vertical-align:middle;width:auto;height:auto;max-width:100%;max-height:100%;min-width:0;min-height:0}.cb_template .cbpaidCCimage.cbpaidCCimageStack,.cb_template .cbpaidCCimageInput.cbpaidCCimageStack{gap:2px}.cb_template .cbpaidCCimage.cbpaidCCimageStack>img:first-child,.cb_template .cbpaidCCimageInput.cbpaidCCimageStack>img:first-child{height:60%}.cb_template .cbpaidCCimage.cbpaidCCimageStack>img:last-child,.cb_template .cbpaidCCimageInput.cbpaidCCimageStack>img:last-child{height:40%}.cb_template .cbpaidCVVimage{height:calc(1.5em + 0.75rem + 2px);opacity:0.6}.cb_template .cbregCCtypes>.form-check-input{display:none}.cb_template .cbregCCtypes>.form-check-input:checked+.form-check-label .cbpaidCCimageIcon,.cb_template .cbregCCtypes>.form-check-input:checked+.form-check-label .cbpaidCCimageButton{border-color:#007bff !important;border-color:var(--blue,#007bff) !important}.cb_template .cbregCCtypes>.form-check-label{max-width:100%;margin-bottom:1rem;margin-right:1rem}.cb_template .cbregPaymentMethodChoiceList .form-check-input{position:relative;margin-top:0;margin-right:0.5rem}.cb_template .cbregCCnum .cbpaidCCimageIcon{position:absolute;top:0.16rem;right:0.25rem;z-index:10}.cb_template .cbregCCnum .cbpaidCCimageIcon+.form-control{padding-right:6rem}.cb_template .cbregTerms .cbValidationMessage{display:none !important}.cb_template .cbregPaymentChoices,.cb_template .cbpayChoices{opacity:1;transition:opacity 0.15s linear}.cb_template .cbregTermsFade{opacity:0.5}.cb_template .cbregConcl,.cb_template .cbregPaymenMethodChoiceIntro{font-weight:bold}.cb_template .cbregCCselLabel>input:hover,.cb_template .cbregCCselLabel>input:focus{text-decoration:none}.cb_template .cbregCCselLabel>input:focus{outline:0;box-shadow:none}@media (min-width:992px){.cb_template .cbpayPayFormViewSideBySide .cbregBasketPay>form{margin:0 !important}}.cb_template .cbpayPayFormViewStandout>.cbregBasketPay{width:100%}@media (min-width:768px){.cb_template .cbpayPayFormViewStandout>.cbregBasketPay{width:80%}}@media (min-width:992px){.cb_template .cbpayPayFormViewStandout>.cbregBasketPay{width:60%}}.StripeElement--focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.cb_template .cbregPlan_default.cbreg_orange,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_orange{color:#BF7C00;background-color:#FFD198}.cb_template .cbregPlan_default.cbreg_magenta,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_magenta{color:#BF00BF;background-color:#FEA4FF}.cb_template .cbregPlan_default.cbreg_gold,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_gold{color:#909000;background-color:#D9D6A8}.cb_template .cbregPlan_default.cbreg_silver,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_silver{color:#A0A0A0;background-color:#E8E8E8}.cb_template .cbregPlan_default.cbreg_bronze,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_bronze{color:#755720;background-color:#DEAD3B}.cb_template .cbregPlan_default.cbreg_lime,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_lime{color:#007800;background-color:#00E300}.cb_template .cbregPlan_default.cbreg_turquoise_1,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_turquoise_1{color:#93A883;background-color:#d0e5c0}.cb_template .cbregPlan_default.cbreg_turquoise_2,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_turquoise_2{color:#6F9771;background-color:#b8e0ba}.cb_template .cbregPlan_default.cbreg_turquoise_3,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_turquoise_3{color:#689083;background-color:#b0dccf}.cb_template .cbregPlan_default.cbreg_turquoise_4,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_turquoise_4{color:#5F7E85;background-color:#b2d8e0}.cb_template .cbregPlan_default.cbreg_turquoise_5,.cb_template .cbAdminMainInner .cbregPlan_default.cbreg_admin_turquoise_5{color:#6B8692;background-color:#b6def0}.readmore .btn:has(+.cbregPayToViewRedirectLink){display:none}
.cb_template .cbregPlan_rounded.cbregPlanSelector{display:inline-block;width:280px;max-width:100%}.cb_template .cbregPlan_rounded.cbregPlanSelector .card-header.cbregName>label{width:100%}.cb_template .cbregSubPlanSelector .cbregPlan_rounded.cbregPlanSelector{display:block;width:100%;max-width:100%}@media (max-width:767.98px){.cb_template .cbregPlan_rounded.cbregPlanSelector{width:100%}}.cb_template .cbregPlan_rounded>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded>.card:not([class*="bg-"])>.card-header span{color:rgb(250,182,9)}.cb_template .cbregPlan_rounded:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbregPlanSelected>.card:not([class*="bg-"]){border-color:rgb(250,182,9)}.cb_template .cbregPlan_rounded:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{background-color:rgb(250,182,9)}.cb_template .cbregPlan_rounded:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#333}.cb_template .cbregPlan_rounded.cbreg_orange>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_orange>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange>.card:not([class*="bg-"])>.card-header span{color:#BF7C00}.cb_template .cbregPlan_rounded.cbreg_orange>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_orange:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_orange.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#FFCA5E}.cb_template .cbregPlan_rounded.cbreg_orange>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_orange:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#BF7C00;border-color:#FFCA5E;background-color:#FFD198}.cb_template .cbregPlan_rounded.cbreg_orange:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_orange:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_orange.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#BF7C00}.cb_template .cbregPlan_rounded.cbreg_magenta>.card:not([class*="bg-"]) .card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_magenta>.card:not([class*="bg-"]) .card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta>.card:not([class*="bg-"])>.card-header span{color:#BF00BF}.cb_template .cbregPlan_rounded.cbreg_magenta>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_magenta:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_magenta.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#F583FF}.cb_template .cbregPlan_rounded.cbreg_magenta>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_magenta:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#BF00BF;border-color:#F583FF;background-color:#FEA4FF}.cb_template .cbregPlan_rounded.cbreg_magenta:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_magenta:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_magenta.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#BF00BF}.cb_template .cbregPlan_rounded.cbreg_gold>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_gold>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold>.card:not([class*="bg-"])>.card-header span{color:#909000}.cb_template .cbregPlan_rounded.cbreg_gold>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_gold:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_gold.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#D9D919}.cb_template .cbregPlan_rounded.cbreg_gold>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_gold:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#909000;border-color:#D9D919;background-color:#D9D6A8}.cb_template .cbregPlan_rounded.cbreg_gold:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_gold:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_gold.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#909000}.cb_template .cbregPlan_rounded.cbreg_silver>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_silver>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver>.card:not([class*="bg-"])>.card-header span{color:#A0A0A0}.cb_template .cbregPlan_rounded.cbreg_silver>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_silver:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_silver.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#C7C7C7}.cb_template .cbregPlan_rounded.cbreg_silver>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_silver:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#A0A0A0;border-color:#C7C7C7;background-color:#E8E8E8}.cb_template .cbregPlan_rounded.cbreg_silver:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_silver:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_silver.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#A0A0A0}.cb_template .cbregPlan_rounded.cbreg_bronze>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_bronze>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze>.card:not([class*="bg-"])>.card-header span{color:#755720}.cb_template .cbregPlan_rounded.cbreg_bronze>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_bronze:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_bronze.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#C5953A}.cb_template .cbregPlan_rounded.cbreg_bronze>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_bronze:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#755720;border-color:#C5953A;background-color:#DEAD3B}.cb_template .cbregPlan_rounded.cbreg_bronze:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_bronze:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_bronze.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#755720}.cb_template .cbregPlan_rounded.cbreg_lime>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_lime>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime>.card:not([class*="bg-"])>.card-header span{color:#007800}.cb_template .cbregPlan_rounded.cbreg_lime>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_lime:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_lime.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#00BF00}.cb_template .cbregPlan_rounded.cbreg_lime>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_lime:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#007800;border-color:#00BF00;background-color:#00E300}.cb_template .cbregPlan_rounded.cbreg_lime:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_lime:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_lime.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#007800}.cb_template .cbregPlan_rounded.cbreg_turquoise_1>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_1>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1>.card:not([class*="bg-"])>.card-header span{color:#93A883}.cb_template .cbregPlan_rounded.cbreg_turquoise_1>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_1:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#C1D6B1}.cb_template .cbregPlan_rounded.cbreg_turquoise_1>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_1:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#93A883;border-color:#C1D6B1;background-color:#d0e5c0}.cb_template .cbregPlan_rounded.cbreg_turquoise_1:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_1:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_1.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#93A883}.cb_template .cbregPlan_rounded.cbreg_turquoise_2>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_2>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2>.card:not([class*="bg-"])>.card-header span{color:#6F9771}.cb_template .cbregPlan_rounded.cbreg_turquoise_2>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_2:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#A6CFA8}.cb_template .cbregPlan_rounded.cbreg_turquoise_2>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_2:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#6F9771;border-color:#A6CFA8;background-color:#b8e0ba}.cb_template .cbregPlan_rounded.cbreg_turquoise_2:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_2:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_2.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#6F9771}.cb_template .cbregPlan_rounded.cbreg_turquoise_3>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_3>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3>.card:not([class*="bg-"])>.card-header span{color:#689083}.cb_template .cbregPlan_rounded.cbreg_turquoise_3>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_3:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#9FCABD}.cb_template .cbregPlan_rounded.cbreg_turquoise_3>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_3:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#689083;border-color:#9FCABD;background-color:#b0dccf}.cb_template .cbregPlan_rounded.cbreg_turquoise_3:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_3:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_3.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#689083}.cb_template .cbregPlan_rounded.cbreg_turquoise_4>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_4>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4>.card:not([class*="bg-"])>.card-header span{color:#5F7E85}.cb_template .cbregPlan_rounded.cbreg_turquoise_4>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_4:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#95BAC2}.cb_template .cbregPlan_rounded.cbreg_turquoise_4>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_4:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#5F7E85;border-color:#95BAC2;background-color:#b2d8e0}.cb_template .cbregPlan_rounded.cbreg_turquoise_4:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_4:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_4.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#5F7E85}.cb_template .cbregPlan_rounded.cbreg_turquoise_5>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_5>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5>.card:not([class*="bg-"])>.card-header span{color:#6B8692}.cb_template .cbregPlan_rounded.cbreg_turquoise_5>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_5:hover>.card:not([class*="bg-"]),.cb_template .cbregPlan_rounded.cbreg_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5:hover>.card:not([class*="bg-"]),.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"]){border-color:#99BDCE}.cb_template .cbregPlan_rounded.cbreg_turquoise_5>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_5:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbregPlan_rounded.cbreg_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5:hover>.card:not([class*="bg-"])>.card-header,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header{color:#6B8692;border-color:#99BDCE;background-color:#b6def0}.cb_template .cbregPlan_rounded.cbreg_turquoise_5:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5:hover>.card:not([class*="bg-"])>.card-header label,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header label,.cb_template .cbregPlan_rounded.cbreg_turquoise_5:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbregPlan_rounded.cbreg_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5:hover>.card:not([class*="bg-"])>.card-header span,.cb_template .cbAdminMainInner .cbregPlan_rounded.cbreg_admin_turquoise_5.cbregPlanSelected>.card:not([class*="bg-"])>.card-header span{color:#6B8692}.cb_template .cbregPlanIcon_yellow label,.cb_template .cbregPlanIcon_red label,.cb_template .cbregPlanIcon_green label,.cb_template .cbregPlanIcon_blue label,.cb_template .cbregPlanIcon_yellow .cbregName span:last-child,.cb_template .cbregPlanIcon_red .cbregName span:last-child,.cb_template .cbregPlanIcon_green .cbregName span:last-child,.cb_template .cbregPlanIcon_blue .cbregName span:last-child{position:relative;min-height:34px;padding-left:54px;font-size:1.35rem}.cb_template .cbregPlanIcon_yellow label:before,.cb_template .cbregPlanIcon_blue label:before,.cb_template .cbregPlanIcon_green label:before,.cb_template .cbregPlanIcon_red label:before,.cb_template .cbregPlanIcon_yellow .cbregName span:last-child:before,.cb_template .cbregPlanIcon_red .cbregName span:last-child:before,.cb_template .cbregPlanIcon_green .cbregName span:last-child:before,.cb_template .cbregPlanIcon_blue .cbregName span:last-child:before{display:inline-block;position:absolute;left:0;content:"";height:34px;width:47px;background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/templates/rounded/images/membership_icon.png) no-repeat}.cb_template .cbregicn_yellow,.cb_template .cbregicn_green,.cb_template .cbregicn_blue,.cb_template .cbregicn_red{display:inline-block;height:42px;width:47px;background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/templates/rounded/images/membership_icon.png) no-repeat}.cb_template .cbregPlanIcon_yellow label:before,.cb_template .cbregPlanIcon_yellow .cbregName span:last-child:before,.cb_template .cbregicn_yellow{background-position:left 0}.cb_template .cbregPlanIcon_green label:before,.cb_template .cbregPlanIcon_green .cbregName span:last-child:before,.cb_template .cbregicn_green{background-position:left -43px}.cb_template .cbregPlanIcon_blue label:before,.cb_template .cbregPlanIcon_blue .cbregName span:last-child:before,.cb_template .cbregicn_blue{background-position:left -86px}.cb_template .cbregPlanIcon_red label:before,.cb_template .cbregPlanIcon_red .cbregName span:last-child:before,.cb_template .cbregicn_red{background-position:left -129px}.cb_template .cbregPlanIcon_yellow fieldset label,.cb_template .cbregPlanIcon_red fieldset label,.cb_template .cbregPlanIcon_green fieldset label,.cb_template .cbregPlanIcon_blue fieldset label{background:none;height:auto;padding:0}
.cb_template{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--body-bg:#fff;--body-bg-rgb:255,255,255;--body-font-size:1rem;--border-style:solid;--border-width:1px;--border-color:#dee2e6;--border-radius:0.25rem;--border-radius-lg:0.3rem;--border-radius-sm:0.2rem;--gray-300:#dee2e6;--gray-600:#6c757d;--form-valid-border-color:#28a745;--form-invalid-border-color:#dc3545;--focus-ring-width:0.2rem;--light-rgb:248,249,250;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5}.cb_template *,.cb_template :after,.cb_template :before{box-sizing:border-box}.cb_template html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.cb_template article,.cb_template aside,.cb_template figcaption,.cb_template figure,.cb_template footer,.cb_template header,.cb_template hgroup,.cb_template main,.cb_template nav,.cb_template section{display:block}.cb_template body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}.cb_template [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.cb_template hr{box-sizing:initial;height:0;overflow:visible}.cb_template h1,.cb_template h2,.cb_template h3,.cb_template h4,.cb_template h5,.cb_template h6{margin-bottom:.5rem;margin-top:0}.cb_template p{margin-bottom:1rem;margin-top:0}.cb_template abbr[data-original-title],.cb_template abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.cb_template address{font-style:normal;line-height:inherit;margin-bottom:1rem}.cb_template dl,.cb_template ol,.cb_template ul{margin-bottom:1rem;margin-top:0}.cb_template ol ol,.cb_template ol ul,.cb_template ul ol,.cb_template ul ul{margin-bottom:0}.cb_template dt{font-weight:700}.cb_template dd{margin-bottom:.5rem;margin-left:0}.cb_template blockquote{margin:0 0 1rem}.cb_template b,.cb_template strong{font-weight:bolder}.cb_template small{font-size:80%}.cb_template sub,.cb_template sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.cb_template sub{bottom:-.25em}.cb_template sup{top:-.5em}.cb_template a{background-color:initial;color:#007bff;text-decoration:none}.cb_template a:hover{color:#0056b3;text-decoration:underline}.cb_template a:not([href]):not([class]),.cb_template a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.cb_template code,.cb_template kbd,.cb_template pre,.cb_template samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.cb_template pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}.cb_template figure{margin:0 0 1rem}.cb_template img{border-style:none;vertical-align:middle}.cb_template svg{overflow:hidden;vertical-align:middle}.cb_template table{border-collapse:collapse}.cb_template caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}.cb_template th{text-align:inherit;text-align:-webkit-match-parent}.cb_template label{display:inline-block;margin-bottom:.5rem}.cb_template button{border-radius:0}.cb_template button:focus:not(:focus-visible){outline:0}.cb_template button,.cb_template input,.cb_template optgroup,.cb_template select,.cb_template textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.cb_template button,.cb_template input{overflow:visible}.cb_template button,.cb_template select{text-transform:none}.cb_template [role=button]{cursor:pointer}.cb_template select{word-wrap:normal}.cb_template [type=button],.cb_template [type=reset],.cb_template [type=submit],.cb_template button{-webkit-appearance:button}.cb_template [type=button]:not(:disabled),.cb_template [type=reset]:not(:disabled),.cb_template [type=submit]:not(:disabled),.cb_template button:not(:disabled){cursor:pointer}.cb_template [type=button]::-moz-focus-inner,.cb_template [type=reset]::-moz-focus-inner,.cb_template [type=submit]::-moz-focus-inner,.cb_template button::-moz-focus-inner{border-style:none;padding:0}.cb_template input[type=checkbox],.cb_template input[type=radio]{box-sizing:border-box;padding:0}.cb_template textarea{overflow:auto;resize:vertical}.cb_template fieldset{border:0;margin:0;min-width:0;padding:0}.cb_template legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}.cb_template progress{vertical-align:initial}.cb_template [type=number]::-webkit-inner-spin-button,.cb_template [type=number]::-webkit-outer-spin-button{height:auto}.cb_template [type=search]{-webkit-appearance:none;outline-offset:-2px}.cb_template [type=search]::-webkit-search-decoration{-webkit-appearance:none}.cb_template ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.cb_template output{display:inline-block}.cb_template summary{cursor:pointer;display:list-item}.cb_template template{display:none}.cb_template [hidden]{display:none!important}.cb_template .h1,.cb_template .h2,.cb_template .h3,.cb_template .h4,.cb_template .h5,.cb_template .h6,.cb_template h1,.cb_template h2,.cb_template h3,.cb_template h4,.cb_template h5,.cb_template h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.cb_template .h1,.cb_template h1{font-size:2.5rem}.cb_template .h2,.cb_template h2{font-size:2rem}.cb_template .h3,.cb_template h3{font-size:1.75rem}.cb_template .h4,.cb_template h4{font-size:1.5rem}.cb_template .h5,.cb_template h5{font-size:1.25rem}.cb_template .h6,.cb_template h6{font-size:1rem}.cb_template .lead{font-size:1.25rem;font-weight:300}.cb_template .display-1{font-size:6rem;font-weight:300;line-height:1.2}.cb_template .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.cb_template .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.cb_template .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.cb_template hr{border:0;border-top:1px solid #0000001a;margin-bottom:1rem;margin-top:1rem}.cb_template .small,.cb_template small{font-size:80%;font-weight:400}.cb_template .mark,.cb_template mark{background-color:#fcf8e3;padding:.2em}.cb_template .list-inline,.cb_template .list-unstyled{list-style:none;padding-left:0}.cb_template .list-inline-item{display:inline-block}.cb_template .list-inline-item:not(:last-child){margin-right:.5rem}.cb_template .initialism{font-size:90%;text-transform:uppercase}.cb_template .blockquote{font-size:1.25rem;margin-bottom:1rem}.cb_template .blockquote-footer{color:#6c757d;display:block;font-size:80%}.cb_template .blockquote-footer:before{content:"— "}.cb_template .img-fluid{height:auto;max-width:100%}.cb_template .img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;height:auto;max-width:100%;padding:.25rem}.cb_template .figure{display:inline-block}.cb_template .figure-img{line-height:1;margin-bottom:.5rem}.cb_template .figure-caption{color:#6c757d;font-size:90%}.cb_template code{color:#e83e8c;font-size:87.5%;word-wrap:break-word}a>.cb_template code{color:inherit}.cb_template kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}.cb_template kbd kbd{font-size:100%;font-weight:700;padding:0}.cb_template pre{color:#212529;display:block;font-size:87.5%}.cb_template pre code{color:inherit;font-size:inherit;word-break:normal}.cb_template .pre-scrollable{max-height:340px;overflow-y:scroll}.cb_template .container,.cb_template .container-fluid,.cb_template .container-lg,.cb_template .container-md,.cb_template .container-sm,.cb_template .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.cb_template .container,.cb_template .container-sm{max-width:540px}}@media (min-width:768px){.cb_template .container,.cb_template .container-md,.cb_template .container-sm{max-width:720px}}@media (min-width:992px){.cb_template .container,.cb_template .container-lg,.cb_template .container-md,.cb_template .container-sm{max-width:960px}}@media (min-width:1200px){.cb_template .container,.cb_template .container-lg,.cb_template .container-md,.cb_template .container-sm,.cb_template .container-xl{max-width:1140px}}.cb_template .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.cb_template .no-gutters{margin-left:0;margin-right:0}.cb_template .no-gutters>.col,.cb_template .no-gutters>[class*=col-]{padding-left:0;padding-right:0}.cb_template .col,.cb_template .col-1,.cb_template .col-10,.cb_template .col-11,.cb_template .col-12,.cb_template .col-2,.cb_template .col-3,.cb_template .col-4,.cb_template .col-5,.cb_template .col-6,.cb_template .col-7,.cb_template .col-8,.cb_template .col-9,.cb_template .col-auto,.cb_template .col-lg,.cb_template .col-lg-1,.cb_template .col-lg-10,.cb_template .col-lg-11,.cb_template .col-lg-12,.cb_template .col-lg-2,.cb_template .col-lg-3,.cb_template .col-lg-4,.cb_template .col-lg-5,.cb_template .col-lg-6,.cb_template .col-lg-7,.cb_template .col-lg-8,.cb_template .col-lg-9,.cb_template .col-lg-auto,.cb_template .col-md,.cb_template .col-md-1,.cb_template .col-md-10,.cb_template .col-md-11,.cb_template .col-md-12,.cb_template .col-md-2,.cb_template .col-md-3,.cb_template .col-md-4,.cb_template .col-md-5,.cb_template .col-md-6,.cb_template .col-md-7,.cb_template .col-md-8,.cb_template .col-md-9,.cb_template .col-md-auto,.cb_template .col-sm,.cb_template .col-sm-1,.cb_template .col-sm-10,.cb_template .col-sm-11,.cb_template .col-sm-12,.cb_template .col-sm-2,.cb_template .col-sm-3,.cb_template .col-sm-4,.cb_template .col-sm-5,.cb_template .col-sm-6,.cb_template .col-sm-7,.cb_template .col-sm-8,.cb_template .col-sm-9,.cb_template .col-sm-auto,.cb_template .col-xl,.cb_template .col-xl-1,.cb_template .col-xl-10,.cb_template .col-xl-11,.cb_template .col-xl-12,.cb_template .col-xl-2,.cb_template .col-xl-3,.cb_template .col-xl-4,.cb_template .col-xl-5,.cb_template .col-xl-6,.cb_template .col-xl-7,.cb_template .col-xl-8,.cb_template .col-xl-9,.cb_template .col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.cb_template .col{flex-basis:0;flex-grow:1;max-width:100%}.cb_template .row-cols-1>*{flex:0 0 100%;max-width:100%}.cb_template .row-cols-2>*{flex:0 0 50%;max-width:50%}.cb_template .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.cb_template .row-cols-4>*{flex:0 0 25%;max-width:25%}.cb_template .row-cols-5>*{flex:0 0 20%;max-width:20%}.cb_template .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.cb_template .col-auto{flex:0 0 auto;max-width:100%;width:auto}.cb_template .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.cb_template .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.cb_template .col-3{flex:0 0 25%;max-width:25%}.cb_template .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.cb_template .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.cb_template .col-6{flex:0 0 50%;max-width:50%}.cb_template .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.cb_template .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.cb_template .col-9{flex:0 0 75%;max-width:75%}.cb_template .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.cb_template .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.cb_template .col-12{flex:0 0 100%;max-width:100%}.cb_template .order-first{order:-1}.cb_template .order-last{order:13}.cb_template .order-0{order:0}.cb_template .order-1{order:1}.cb_template .order-2{order:2}.cb_template .order-3{order:3}.cb_template .order-4{order:4}.cb_template .order-5{order:5}.cb_template .order-6{order:6}.cb_template .order-7{order:7}.cb_template .order-8{order:8}.cb_template .order-9{order:9}.cb_template .order-10{order:10}.cb_template .order-11{order:11}.cb_template .order-12{order:12}.cb_template .offset-1{margin-left:8.33333333%}.cb_template .offset-2{margin-left:16.66666667%}.cb_template .offset-3{margin-left:25%}.cb_template .offset-4{margin-left:33.33333333%}.cb_template .offset-5{margin-left:41.66666667%}.cb_template .offset-6{margin-left:50%}.cb_template .offset-7{margin-left:58.33333333%}.cb_template .offset-8{margin-left:66.66666667%}.cb_template .offset-9{margin-left:75%}.cb_template .offset-10{margin-left:83.33333333%}.cb_template .offset-11{margin-left:91.66666667%}@media (min-width:576px){.cb_template .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.cb_template .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.cb_template .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.cb_template .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.cb_template .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.cb_template .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.cb_template .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.cb_template .col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.cb_template .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.cb_template .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.cb_template .col-sm-3{flex:0 0 25%;max-width:25%}.cb_template .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.cb_template .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.cb_template .col-sm-6{flex:0 0 50%;max-width:50%}.cb_template .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.cb_template .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.cb_template .col-sm-9{flex:0 0 75%;max-width:75%}.cb_template .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.cb_template .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.cb_template .col-sm-12{flex:0 0 100%;max-width:100%}.cb_template .order-sm-first{order:-1}.cb_template .order-sm-last{order:13}.cb_template .order-sm-0{order:0}.cb_template .order-sm-1{order:1}.cb_template .order-sm-2{order:2}.cb_template .order-sm-3{order:3}.cb_template .order-sm-4{order:4}.cb_template .order-sm-5{order:5}.cb_template .order-sm-6{order:6}.cb_template .order-sm-7{order:7}.cb_template .order-sm-8{order:8}.cb_template .order-sm-9{order:9}.cb_template .order-sm-10{order:10}.cb_template .order-sm-11{order:11}.cb_template .order-sm-12{order:12}.cb_template .offset-sm-0{margin-left:0}.cb_template .offset-sm-1{margin-left:8.33333333%}.cb_template .offset-sm-2{margin-left:16.66666667%}.cb_template .offset-sm-3{margin-left:25%}.cb_template .offset-sm-4{margin-left:33.33333333%}.cb_template .offset-sm-5{margin-left:41.66666667%}.cb_template .offset-sm-6{margin-left:50%}.cb_template .offset-sm-7{margin-left:58.33333333%}.cb_template .offset-sm-8{margin-left:66.66666667%}.cb_template .offset-sm-9{margin-left:75%}.cb_template .offset-sm-10{margin-left:83.33333333%}.cb_template .offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.cb_template .col-md{flex-basis:0;flex-grow:1;max-width:100%}.cb_template .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.cb_template .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.cb_template .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.cb_template .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.cb_template .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.cb_template .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.cb_template .col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.cb_template .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.cb_template .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.cb_template .col-md-3{flex:0 0 25%;max-width:25%}.cb_template .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.cb_template .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.cb_template .col-md-6{flex:0 0 50%;max-width:50%}.cb_template .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.cb_template .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.cb_template .col-md-9{flex:0 0 75%;max-width:75%}.cb_template .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.cb_template .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.cb_template .col-md-12{flex:0 0 100%;max-width:100%}.cb_template .order-md-first{order:-1}.cb_template .order-md-last{order:13}.cb_template .order-md-0{order:0}.cb_template .order-md-1{order:1}.cb_template .order-md-2{order:2}.cb_template .order-md-3{order:3}.cb_template .order-md-4{order:4}.cb_template .order-md-5{order:5}.cb_template .order-md-6{order:6}.cb_template .order-md-7{order:7}.cb_template .order-md-8{order:8}.cb_template .order-md-9{order:9}.cb_template .order-md-10{order:10}.cb_template .order-md-11{order:11}.cb_template .order-md-12{order:12}.cb_template .offset-md-0{margin-left:0}.cb_template .offset-md-1{margin-left:8.33333333%}.cb_template .offset-md-2{margin-left:16.66666667%}.cb_template .offset-md-3{margin-left:25%}.cb_template .offset-md-4{margin-left:33.33333333%}.cb_template .offset-md-5{margin-left:41.66666667%}.cb_template .offset-md-6{margin-left:50%}.cb_template .offset-md-7{margin-left:58.33333333%}.cb_template .offset-md-8{margin-left:66.66666667%}.cb_template .offset-md-9{margin-left:75%}.cb_template .offset-md-10{margin-left:83.33333333%}.cb_template .offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.cb_template .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.cb_template .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.cb_template .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.cb_template .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.cb_template .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.cb_template .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.cb_template .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.cb_template .col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.cb_template .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.cb_template .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.cb_template .col-lg-3{flex:0 0 25%;max-width:25%}.cb_template .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.cb_template .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.cb_template .col-lg-6{flex:0 0 50%;max-width:50%}.cb_template .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.cb_template .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.cb_template .col-lg-9{flex:0 0 75%;max-width:75%}.cb_template .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.cb_template .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.cb_template .col-lg-12{flex:0 0 100%;max-width:100%}.cb_template .order-lg-first{order:-1}.cb_template .order-lg-last{order:13}.cb_template .order-lg-0{order:0}.cb_template .order-lg-1{order:1}.cb_template .order-lg-2{order:2}.cb_template .order-lg-3{order:3}.cb_template .order-lg-4{order:4}.cb_template .order-lg-5{order:5}.cb_template .order-lg-6{order:6}.cb_template .order-lg-7{order:7}.cb_template .order-lg-8{order:8}.cb_template .order-lg-9{order:9}.cb_template .order-lg-10{order:10}.cb_template .order-lg-11{order:11}.cb_template .order-lg-12{order:12}.cb_template .offset-lg-0{margin-left:0}.cb_template .offset-lg-1{margin-left:8.33333333%}.cb_template .offset-lg-2{margin-left:16.66666667%}.cb_template .offset-lg-3{margin-left:25%}.cb_template .offset-lg-4{margin-left:33.33333333%}.cb_template .offset-lg-5{margin-left:41.66666667%}.cb_template .offset-lg-6{margin-left:50%}.cb_template .offset-lg-7{margin-left:58.33333333%}.cb_template .offset-lg-8{margin-left:66.66666667%}.cb_template .offset-lg-9{margin-left:75%}.cb_template .offset-lg-10{margin-left:83.33333333%}.cb_template .offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.cb_template .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.cb_template .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.cb_template .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.cb_template .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.cb_template .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.cb_template .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.cb_template .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.cb_template .col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.cb_template .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.cb_template .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.cb_template .col-xl-3{flex:0 0 25%;max-width:25%}.cb_template .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.cb_template .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.cb_template .col-xl-6{flex:0 0 50%;max-width:50%}.cb_template .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.cb_template .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.cb_template .col-xl-9{flex:0 0 75%;max-width:75%}.cb_template .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.cb_template .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.cb_template .col-xl-12{flex:0 0 100%;max-width:100%}.cb_template .order-xl-first{order:-1}.cb_template .order-xl-last{order:13}.cb_template .order-xl-0{order:0}.cb_template .order-xl-1{order:1}.cb_template .order-xl-2{order:2}.cb_template .order-xl-3{order:3}.cb_template .order-xl-4{order:4}.cb_template .order-xl-5{order:5}.cb_template .order-xl-6{order:6}.cb_template .order-xl-7{order:7}.cb_template .order-xl-8{order:8}.cb_template .order-xl-9{order:9}.cb_template .order-xl-10{order:10}.cb_template .order-xl-11{order:11}.cb_template .order-xl-12{order:12}.cb_template .offset-xl-0{margin-left:0}.cb_template .offset-xl-1{margin-left:8.33333333%}.cb_template .offset-xl-2{margin-left:16.66666667%}.cb_template .offset-xl-3{margin-left:25%}.cb_template .offset-xl-4{margin-left:33.33333333%}.cb_template .offset-xl-5{margin-left:41.66666667%}.cb_template .offset-xl-6{margin-left:50%}.cb_template .offset-xl-7{margin-left:58.33333333%}.cb_template .offset-xl-8{margin-left:66.66666667%}.cb_template .offset-xl-9{margin-left:75%}.cb_template .offset-xl-10{margin-left:83.33333333%}.cb_template .offset-xl-11{margin-left:91.66666667%}}.cb_template .d-grid{display:grid}.cb_template .d-inline-grid{display:inline-grid}.cb_template .gap-1{gap:.25rem}.cb_template .gap-2{gap:.5rem}.cb_template .gap-3{gap:1rem}.cb_template .gap-4{gap:1.5rem}.cb_template .gap-5{gap:3rem}.cb_template .table{color:#212529;margin-bottom:1rem;width:100%}.cb_template .table td,.cb_template .table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.cb_template .table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.cb_template .table tbody+tbody{border-top:2px solid #dee2e6}.cb_template .table-sm td,.cb_template .table-sm th{padding:.3rem}.cb_template .table-bordered,.cb_template .table-bordered td,.cb_template .table-bordered th{border:1px solid #dee2e6}.cb_template .table-bordered thead td,.cb_template .table-bordered thead th{border-bottom-width:2px}.cb_template .table-borderless tbody+tbody,.cb_template .table-borderless td,.cb_template .table-borderless th,.cb_template .table-borderless thead th{border:0}.cb_template .table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.cb_template .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.cb_template .table-primary,.cb_template .table-primary>td,.cb_template .table-primary>th{background-color:#b8daff}.cb_template .table-primary tbody+tbody,.cb_template .table-primary td,.cb_template .table-primary th,.cb_template .table-primary thead th{border-color:#7abaff}.cb_template .table-hover .table-primary:hover,.cb_template .table-hover .table-primary:hover>td,.cb_template .table-hover .table-primary:hover>th{background-color:#9fcdff}.cb_template .table-secondary,.cb_template .table-secondary>td,.cb_template .table-secondary>th{background-color:#d6d8db}.cb_template .table-secondary tbody+tbody,.cb_template .table-secondary td,.cb_template .table-secondary th,.cb_template .table-secondary thead th{border-color:#b3b7bb}.cb_template .table-hover .table-secondary:hover,.cb_template .table-hover .table-secondary:hover>td,.cb_template .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.cb_template .table-success,.cb_template .table-success>td,.cb_template .table-success>th{background-color:#c3e6cb}.cb_template .table-success tbody+tbody,.cb_template .table-success td,.cb_template .table-success th,.cb_template .table-success thead th{border-color:#8fd19e}.cb_template .table-hover .table-success:hover,.cb_template .table-hover .table-success:hover>td,.cb_template .table-hover .table-success:hover>th{background-color:#b1dfbb}.cb_template .table-info,.cb_template .table-info>td,.cb_template .table-info>th{background-color:#bee5eb}.cb_template .table-info tbody+tbody,.cb_template .table-info td,.cb_template .table-info th,.cb_template .table-info thead th{border-color:#86cfda}.cb_template .table-hover .table-info:hover,.cb_template .table-hover .table-info:hover>td,.cb_template .table-hover .table-info:hover>th{background-color:#abdde5}.cb_template .table-warning,.cb_template .table-warning>td,.cb_template .table-warning>th{background-color:#ffeeba}.cb_template .table-warning tbody+tbody,.cb_template .table-warning td,.cb_template .table-warning th,.cb_template .table-warning thead th{border-color:#ffdf7e}.cb_template .table-hover .table-warning:hover,.cb_template .table-hover .table-warning:hover>td,.cb_template .table-hover .table-warning:hover>th{background-color:#ffe8a1}.cb_template .table-danger,.cb_template .table-danger>td,.cb_template .table-danger>th{background-color:#f5c6cb}.cb_template .table-danger tbody+tbody,.cb_template .table-danger td,.cb_template .table-danger th,.cb_template .table-danger thead th{border-color:#ed969e}.cb_template .table-hover .table-danger:hover,.cb_template .table-hover .table-danger:hover>td,.cb_template .table-hover .table-danger:hover>th{background-color:#f1b0b7}.cb_template .table-light,.cb_template .table-light>td,.cb_template .table-light>th{background-color:#fdfdfe}.cb_template .table-light tbody+tbody,.cb_template .table-light td,.cb_template .table-light th,.cb_template .table-light thead th{border-color:#fbfcfc}.cb_template .table-hover .table-light:hover,.cb_template .table-hover .table-light:hover>td,.cb_template .table-hover .table-light:hover>th{background-color:#ececf6}.cb_template .table-dark,.cb_template .table-dark>td,.cb_template .table-dark>th{background-color:#c6c8ca}.cb_template .table-dark tbody+tbody,.cb_template .table-dark td,.cb_template .table-dark th,.cb_template .table-dark thead th{border-color:#95999c}.cb_template .table-hover .table-dark:hover,.cb_template .table-hover .table-dark:hover>td,.cb_template .table-hover .table-dark:hover>th{background-color:#b9bbbe}.cb_template .table-active,.cb_template .table-active>td,.cb_template .table-active>th,.cb_template .table-hover .table-active:hover,.cb_template .table-hover .table-active:hover>td,.cb_template .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.cb_template .table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.cb_template .table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.cb_template .table-dark{background-color:#343a40;color:#fff}.cb_template .table-dark td,.cb_template .table-dark th,.cb_template .table-dark thead th{border-color:#454d55}.cb_template .table-dark.table-bordered{border:0}.cb_template .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.cb_template .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.cb_template .table-responsive-sm{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.cb_template .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.cb_template .table-responsive-md{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.cb_template .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.cb_template .table-responsive-lg{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.cb_template .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.cb_template .table-responsive-xl{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.cb_template .table-responsive-xl>.table-bordered{border:0}}.cb_template .table-responsive{display:block;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.cb_template .table-responsive>.table-bordered{border:0}.cb_template .form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.cb_template .form-control{transition:none}}.cb_template .form-control::-ms-expand{background-color:initial;border:0}.cb_template .form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;color:#495057;outline:0}.cb_template .form-control::placeholder{color:#6c757d;opacity:1}.cb_template .form-control:disabled,.cb_template .form-control[readonly]{background-color:#e9ecef;opacity:1}.cb_template input[type=date].form-control,.cb_template input[type=datetime-local].form-control,.cb_template input[type=month].form-control,.cb_template input[type=time].form-control{appearance:none}.cb_template select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #495057}.cb_template select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.cb_template .form-control-file,.cb_template .form-control-range{display:block;width:100%}.cb_template .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.cb_template .col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.cb_template .col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.cb_template .form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.cb_template .form-control-plaintext.form-control-lg,.cb_template .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.cb_template .form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.cb_template .form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.cb_template select.form-control[multiple],.cb_template select.form-control[size],.cb_template textarea.form-control{height:auto}.cb_template .form-group{margin-bottom:1rem}.cb_template .form-text{display:block;margin-top:.25rem}.cb_template .form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.cb_template .form-row>.col,.cb_template .form-row>[class*=col-]{padding-left:5px;padding-right:5px}.cb_template .form-check{display:block;padding-left:1.25rem;position:relative}.cb_template .form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.cb_template .form-check-input:disabled~.form-check-label,.cb_template .form-check-input[disabled]~.form-check-label{color:#6c757d}.cb_template .form-check-label{margin-bottom:0}.cb_template .form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.cb_template .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.cb_template .valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.cb_template .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.cb_template .valid-tooltip,.form-row>[class*=col-]>.cb_template .valid-tooltip{left:5px}.cb_template.is-valid~.valid-feedback,.cb_template.is-valid~.valid-tooltip,.was-validated .cb_template:valid~.valid-feedback,.was-validated .cb_template:valid~.valid-tooltip{display:block}.cb_template .form-control.is-valid,.was-validated .cb_template .form-control:valid{border-color:#28a745}.cb_template .form-control.is-valid:focus,.was-validated .cb_template .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.cb_template .custom-select.is-valid,.was-validated .cb_template .custom-select:valid{border-color:#28a745}.cb_template .custom-select.is-valid:focus,.was-validated .cb_template .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.cb_template .form-check-input.is-valid~.form-check-label,.was-validated .cb_template .form-check-input:valid~.form-check-label{color:#28a745}.cb_template .form-check-input.is-valid~.valid-feedback,.cb_template .form-check-input.is-valid~.valid-tooltip,.was-validated .cb_template .form-check-input:valid~.valid-feedback,.was-validated .cb_template .form-check-input:valid~.valid-tooltip{display:block}.cb_template .custom-control-input.is-valid~.custom-control-label,.was-validated .cb_template .custom-control-input:valid~.custom-control-label{color:#28a745}.cb_template .custom-control-input.is-valid~.custom-control-label:before,.was-validated .cb_template .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.cb_template .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .cb_template .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.cb_template .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .cb_template .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.cb_template .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.cb_template .custom-file-input.is-valid~.custom-file-label,.was-validated .cb_template .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .cb_template .custom-file-input:valid~.custom-file-label{border-color:#28a745}.cb_template .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .cb_template .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.cb_template .invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.cb_template .invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.cb_template .invalid-tooltip,.form-row>[class*=col-]>.cb_template .invalid-tooltip{left:5px}.cb_template.is-invalid~.invalid-feedback,.cb_template.is-invalid~.invalid-tooltip,.was-validated .cb_template:invalid~.invalid-feedback,.was-validated .cb_template:invalid~.invalid-tooltip{display:block}.cb_template .form-control.is-invalid,.was-validated .cb_template .form-control:invalid{border-color:#dc3545}.cb_template .form-control.is-invalid:focus,.was-validated .cb_template .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.cb_template .custom-select.is-invalid,.was-validated .cb_template .custom-select:invalid{border-color:#dc3545}.cb_template .custom-select.is-invalid:focus,.was-validated .cb_template .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.cb_template .form-check-input.is-invalid~.form-check-label,.was-validated .cb_template .form-check-input:invalid~.form-check-label{color:#dc3545}.cb_template .form-check-input.is-invalid~.invalid-feedback,.cb_template .form-check-input.is-invalid~.invalid-tooltip,.was-validated .cb_template .form-check-input:invalid~.invalid-feedback,.was-validated .cb_template .form-check-input:invalid~.invalid-tooltip{display:block}.cb_template .custom-control-input.is-invalid~.custom-control-label,.was-validated .cb_template .custom-control-input:invalid~.custom-control-label{color:#dc3545}.cb_template .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .cb_template .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.cb_template .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .cb_template .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.cb_template .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .cb_template .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.cb_template .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.cb_template .custom-file-input.is-invalid~.custom-file-label,.was-validated .cb_template .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .cb_template .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.cb_template .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .cb_template .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.cb_template .form-inline{align-items:center;display:flex;flex-flow:row wrap}.cb_template .form-inline .form-check{width:100%}@media (min-width:576px){.cb_template .form-inline label{align-items:center;display:flex;justify-content:center;margin-bottom:0}.cb_template .form-inline .form-group{align-items:center;display:flex;flex:0 0 auto;flex-flow:row wrap;margin-bottom:0}.cb_template .form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.cb_template .form-inline .form-control-plaintext{display:inline-block}.cb_template .form-inline .custom-select,.cb_template .form-inline .input-group{width:auto}.cb_template .form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.cb_template .form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.cb_template .form-inline .custom-control{align-items:center;justify-content:center}.cb_template .form-inline .custom-control-label{margin-bottom:0}}.cb_template .btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.cb_template .btn{transition:none}}.cb_template .btn:hover{color:#212529;text-decoration:none}.cb_template .btn.focus,.cb_template .btn:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0}.cb_template .btn.disabled,.cb_template .btn:disabled{opacity:.65}.cb_template .btn:not(:disabled):not(.disabled){cursor:pointer}.cb_template a.btn.disabled,.cb_template fieldset:disabled a.btn{pointer-events:none}.cb_template .btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.cb_template .btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.cb_template .btn-primary.focus,.cb_template .btn-primary:focus{background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80;color:#fff}.cb_template .btn-primary.disabled,.cb_template .btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.cb_template .btn-primary:not(:disabled):not(.disabled).active,.cb_template .btn-primary:not(:disabled):not(.disabled):active,.show>.cb_template .btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.cb_template .btn-primary:not(:disabled):not(.disabled).active:focus,.cb_template .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.cb_template .btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.cb_template .btn-secondary.focus,.cb_template .btn-secondary:focus{background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180;color:#fff}.cb_template .btn-secondary.disabled,.cb_template .btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-secondary:not(:disabled):not(.disabled).active,.cb_template .btn-secondary:not(:disabled):not(.disabled):active,.show>.cb_template .btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.cb_template .btn-secondary:not(:disabled):not(.disabled).active:focus,.cb_template .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.cb_template .btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.cb_template .btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.cb_template .btn-success.focus,.cb_template .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180;color:#fff}.cb_template .btn-success.disabled,.cb_template .btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.cb_template .btn-success:not(:disabled):not(.disabled).active,.cb_template .btn-success:not(:disabled):not(.disabled):active,.show>.cb_template .btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.cb_template .btn-success:not(:disabled):not(.disabled).active:focus,.cb_template .btn-success:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.cb_template .btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.cb_template .btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.cb_template .btn-info.focus,.cb_template .btn-info:focus{background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380;color:#fff}.cb_template .btn-info.disabled,.cb_template .btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.cb_template .btn-info:not(:disabled):not(.disabled).active,.cb_template .btn-info:not(:disabled):not(.disabled):active,.show>.cb_template .btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.cb_template .btn-info:not(:disabled):not(.disabled).active:focus,.cb_template .btn-info:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.cb_template .btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.cb_template .btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.cb_template .btn-warning.focus,.cb_template .btn-warning:focus{background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80;color:#212529}.cb_template .btn-warning.disabled,.cb_template .btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.cb_template .btn-warning:not(:disabled):not(.disabled).active,.cb_template .btn-warning:not(:disabled):not(.disabled):active,.show>.cb_template .btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.cb_template .btn-warning:not(:disabled):not(.disabled).active:focus,.cb_template .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.cb_template .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.cb_template .btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.cb_template .btn-danger.focus,.cb_template .btn-danger:focus{background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180;color:#fff}.cb_template .btn-danger.disabled,.cb_template .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.cb_template .btn-danger:not(:disabled):not(.disabled).active,.cb_template .btn-danger:not(:disabled):not(.disabled):active,.show>.cb_template .btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.cb_template .btn-danger:not(:disabled):not(.disabled).active:focus,.cb_template .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.cb_template .btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.cb_template .btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.cb_template .btn-light.focus,.cb_template .btn-light:focus{background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80;color:#212529}.cb_template .btn-light.disabled,.cb_template .btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.cb_template .btn-light:not(:disabled):not(.disabled).active,.cb_template .btn-light:not(:disabled):not(.disabled):active,.show>.cb_template .btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.cb_template .btn-light:not(:disabled):not(.disabled).active:focus,.cb_template .btn-light:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.cb_template .btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.cb_template .btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.cb_template .btn-dark.focus,.cb_template .btn-dark:focus{background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80;color:#fff}.cb_template .btn-dark.disabled,.cb_template .btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.cb_template .btn-dark:not(:disabled):not(.disabled).active,.cb_template .btn-dark:not(:disabled):not(.disabled):active,.show>.cb_template .btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.cb_template .btn-dark:not(:disabled):not(.disabled).active:focus,.cb_template .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.cb_template .btn-outline-primary{border-color:#007bff;color:#007bff}.cb_template .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#fff}.cb_template .btn-outline-primary.focus,.cb_template .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.cb_template .btn-outline-primary.disabled,.cb_template .btn-outline-primary:disabled{background-color:initial;color:#007bff}.cb_template .btn-outline-primary:not(:disabled):not(.disabled).active,.cb_template .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#fff}.cb_template .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.cb_template .btn-outline-secondary{border-color:#6c757d;color:#6c757d}.cb_template .btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-outline-secondary.focus,.cb_template .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.cb_template .btn-outline-secondary.disabled,.cb_template .btn-outline-secondary:disabled{background-color:initial;color:#6c757d}.cb_template .btn-outline-secondary:not(:disabled):not(.disabled).active,.cb_template .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.cb_template .btn-outline-success{border-color:#28a745;color:#28a745}.cb_template .btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.cb_template .btn-outline-success.focus,.cb_template .btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.cb_template .btn-outline-success.disabled,.cb_template .btn-outline-success:disabled{background-color:initial;color:#28a745}.cb_template .btn-outline-success:not(:disabled):not(.disabled).active,.cb_template .btn-outline-success:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.cb_template .btn-outline-success:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.cb_template .btn-outline-info{border-color:#17a2b8;color:#17a2b8}.cb_template .btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.cb_template .btn-outline-info.focus,.cb_template .btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.cb_template .btn-outline-info.disabled,.cb_template .btn-outline-info:disabled{background-color:initial;color:#17a2b8}.cb_template .btn-outline-info:not(:disabled):not(.disabled).active,.cb_template .btn-outline-info:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.cb_template .btn-outline-info:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.cb_template .btn-outline-warning{border-color:#ffc107;color:#ffc107}.cb_template .btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.cb_template .btn-outline-warning.focus,.cb_template .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.cb_template .btn-outline-warning.disabled,.cb_template .btn-outline-warning:disabled{background-color:initial;color:#ffc107}.cb_template .btn-outline-warning:not(:disabled):not(.disabled).active,.cb_template .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.cb_template .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.cb_template .btn-outline-danger{border-color:#dc3545;color:#dc3545}.cb_template .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.cb_template .btn-outline-danger.focus,.cb_template .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.cb_template .btn-outline-danger.disabled,.cb_template .btn-outline-danger:disabled{background-color:initial;color:#dc3545}.cb_template .btn-outline-danger:not(:disabled):not(.disabled).active,.cb_template .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.cb_template .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.cb_template .btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.cb_template .btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.cb_template .btn-outline-light.focus,.cb_template .btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.cb_template .btn-outline-light.disabled,.cb_template .btn-outline-light:disabled{background-color:initial;color:#f8f9fa}.cb_template .btn-outline-light:not(:disabled):not(.disabled).active,.cb_template .btn-outline-light:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.cb_template .btn-outline-light:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.cb_template .btn-outline-dark{border-color:#343a40;color:#343a40}.cb_template .btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.cb_template .btn-outline-dark.focus,.cb_template .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.cb_template .btn-outline-dark.disabled,.cb_template .btn-outline-dark:disabled{background-color:initial;color:#343a40}.cb_template .btn-outline-dark:not(:disabled):not(.disabled).active,.cb_template .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.cb_template .btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.cb_template .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.cb_template .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.cb_template .btn-link{color:#007bff;font-weight:400;text-decoration:none}.cb_template .btn-link:hover{color:#0056b3;text-decoration:underline}.cb_template .btn-link.focus,.cb_template .btn-link:focus{text-decoration:underline}.cb_template .btn-link.disabled,.cb_template .btn-link:disabled{color:#6c757d;pointer-events:none}.cb_template .btn-group-lg>.btn,.cb_template .btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.cb_template .btn-group-sm>.btn,.cb_template .btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.cb_template .btn-block{display:block;width:100%}.cb_template .btn-block+.btn-block{margin-top:.5rem}.cb_template input[type=button].btn-block,.cb_template input[type=reset].btn-block,.cb_template input[type=submit].btn-block{width:100%}.cb_template .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.cb_template .fade{transition:none}}.cb_template .fade:not(.show){opacity:0}.cb_template .collapse:not(.show){display:none}.cb_template .collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.cb_template .collapsing{transition:none}}.cb_template .dropdown,.cb_template .dropleft,.cb_template .dropright,.cb_template .dropup{position:relative}.cb_template .dropdown-toggle{white-space:nowrap}.cb_template .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.cb_template .dropdown-toggle:empty:after{margin-left:0}.cb_template .dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.cb_template .dropdown-menu-left{left:0;right:auto}.cb_template .dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.cb_template .dropdown-menu-sm-left{left:0;right:auto}.cb_template .dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.cb_template .dropdown-menu-md-left{left:0;right:auto}.cb_template .dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.cb_template .dropdown-menu-lg-left{left:0;right:auto}.cb_template .dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.cb_template .dropdown-menu-xl-left{left:0;right:auto}.cb_template .dropdown-menu-xl-right{left:auto;right:0}}.cb_template .dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.cb_template .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.cb_template .dropup .dropdown-toggle:empty:after{margin-left:0}.cb_template .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.cb_template .dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.cb_template .dropright .dropdown-toggle:empty:after{margin-left:0}.cb_template .dropright .dropdown-toggle:after{vertical-align:0}.cb_template .dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.cb_template .dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.cb_template .dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.cb_template .dropleft .dropdown-toggle:empty:after{margin-left:0}.cb_template .dropleft .dropdown-toggle:before{vertical-align:0}.cb_template .dropdown-menu[x-placement^=bottom],.cb_template .dropdown-menu[x-placement^=left],.cb_template .dropdown-menu[x-placement^=right],.cb_template .dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.cb_template .dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.cb_template .dropdown-item{background-color:initial;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.cb_template .dropdown-item:focus,.cb_template .dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.cb_template .dropdown-item.active,.cb_template .dropdown-item:active{background-color:#007bff;color:#fff;text-decoration:none}.cb_template .dropdown-item.disabled,.cb_template .dropdown-item:disabled{background-color:initial;color:#adb5bd;pointer-events:none}.cb_template .dropdown-menu.show{display:block}.cb_template .dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.cb_template .dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.cb_template .btn-group,.cb_template .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.cb_template .btn-group-vertical>.btn,.cb_template .btn-group>.btn{flex:1 1 auto;position:relative}.cb_template .btn-group-vertical>.btn.active,.cb_template .btn-group-vertical>.btn:active,.cb_template .btn-group-vertical>.btn:focus,.cb_template .btn-group-vertical>.btn:hover,.cb_template .btn-group>.btn.active,.cb_template .btn-group>.btn:active,.cb_template .btn-group>.btn:focus,.cb_template .btn-group>.btn:hover{z-index:1}.cb_template .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.cb_template .btn-toolbar .input-group{width:auto}.cb_template .btn-group>.btn-group:not(:first-child),.cb_template .btn-group>.btn:not(:first-child){margin-left:-1px}.cb_template .btn-group>.btn-group:not(:last-child)>.btn,.cb_template .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.cb_template .btn-group>.btn-group:not(:first-child)>.btn,.cb_template .btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.cb_template .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.cb_template .dropdown-toggle-split:after,.dropright .cb_template .dropdown-toggle-split:after,.dropup .cb_template .dropdown-toggle-split:after{margin-left:0}.dropleft .cb_template .dropdown-toggle-split:before{margin-right:0}.cb_template .btn-group-sm>.btn+.dropdown-toggle-split,.cb_template .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.cb_template .btn-group-lg>.btn+.dropdown-toggle-split,.cb_template .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.cb_template .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.cb_template .btn-group-vertical>.btn,.cb_template .btn-group-vertical>.btn-group{width:100%}.cb_template .btn-group-vertical>.btn-group:not(:first-child),.cb_template .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.cb_template .btn-group-vertical>.btn-group:not(:last-child)>.btn,.cb_template .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.cb_template .btn-group-vertical>.btn-group:not(:first-child)>.btn,.cb_template .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.cb_template .btn-group-toggle>.btn,.cb_template .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.cb_template .btn-group-toggle>.btn input[type=checkbox],.cb_template .btn-group-toggle>.btn input[type=radio],.cb_template .btn-group-toggle>.btn-group>.btn input[type=checkbox],.cb_template .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.cb_template .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.cb_template .input-group>.custom-file,.cb_template .input-group>.custom-select,.cb_template .input-group>.form-control,.cb_template .input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.cb_template .input-group>.custom-file+.custom-file,.cb_template .input-group>.custom-file+.custom-select,.cb_template .input-group>.custom-file+.form-control,.cb_template .input-group>.custom-select+.custom-file,.cb_template .input-group>.custom-select+.custom-select,.cb_template .input-group>.custom-select+.form-control,.cb_template .input-group>.form-control+.custom-file,.cb_template .input-group>.form-control+.custom-select,.cb_template .input-group>.form-control+.form-control,.cb_template .input-group>.form-control-plaintext+.custom-file,.cb_template .input-group>.form-control-plaintext+.custom-select,.cb_template .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.cb_template .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.cb_template .input-group>.custom-select:focus,.cb_template .input-group>.form-control:focus{z-index:3}.cb_template .input-group>.custom-file .custom-file-input:focus{z-index:4}.cb_template .input-group>.custom-select:not(:first-child),.cb_template .input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.cb_template .input-group>.custom-file{align-items:center;display:flex}.cb_template .input-group>.custom-file:not(:last-child) .custom-file-label,.cb_template .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.cb_template .input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.cb_template .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.cb_template .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.cb_template .input-group.has-validation>.custom-select:nth-last-child(n+3),.cb_template .input-group.has-validation>.form-control:nth-last-child(n+3),.cb_template .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.cb_template .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.cb_template .input-group:not(.has-validation)>.custom-select:not(:last-child),.cb_template .input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.cb_template .input-group-append,.cb_template .input-group-prepend{display:flex}.cb_template .input-group-append .btn,.cb_template .input-group-prepend .btn{position:relative;z-index:2}.cb_template .input-group-append .btn:focus,.cb_template .input-group-prepend .btn:focus{z-index:3}.cb_template .input-group-append .btn+.btn,.cb_template .input-group-append .btn+.input-group-text,.cb_template .input-group-append .input-group-text+.btn,.cb_template .input-group-append .input-group-text+.input-group-text,.cb_template .input-group-prepend .btn+.btn,.cb_template .input-group-prepend .btn+.input-group-text,.cb_template .input-group-prepend .input-group-text+.btn,.cb_template .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.cb_template .input-group-prepend{margin-right:-1px}.cb_template .input-group-append{margin-left:-1px}.cb_template .input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.cb_template .input-group-text input[type=checkbox],.cb_template .input-group-text input[type=radio]{margin-top:0}.cb_template .input-group-lg>.custom-select,.cb_template .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.cb_template .input-group-lg>.custom-select,.cb_template .input-group-lg>.form-control,.cb_template .input-group-lg>.input-group-append>.btn,.cb_template .input-group-lg>.input-group-append>.input-group-text,.cb_template .input-group-lg>.input-group-prepend>.btn,.cb_template .input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.cb_template .input-group-sm>.custom-select,.cb_template .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.cb_template .input-group-sm>.custom-select,.cb_template .input-group-sm>.form-control,.cb_template .input-group-sm>.input-group-append>.btn,.cb_template .input-group-sm>.input-group-append>.input-group-text,.cb_template .input-group-sm>.input-group-prepend>.btn,.cb_template .input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.cb_template .input-group-lg>.custom-select,.cb_template .input-group-sm>.custom-select{padding-right:1.75rem}.cb_template .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.cb_template .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.cb_template .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.cb_template .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.cb_template .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.cb_template .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.cb_template .input-group>.input-group-prepend>.btn,.cb_template .input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.cb_template .input-group>.input-group-append>.btn,.cb_template .input-group>.input-group-append>.input-group-text,.cb_template .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.cb_template .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.cb_template .input-group>.input-group-prepend:not(:first-child)>.btn,.cb_template .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.cb_template .custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;z-index:1;color-adjust:exact}.cb_template .custom-control-inline{display:inline-flex;margin-right:1rem}.cb_template .custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.cb_template .custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;color:#fff}.cb_template .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.cb_template .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.cb_template .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;color:#fff}.cb_template .custom-control-input:disabled~.custom-control-label,.cb_template .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.cb_template .custom-control-input:disabled~.custom-control-label:before,.cb_template .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.cb_template .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.cb_template .custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.cb_template .custom-control-label:after,.cb_template .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.cb_template .custom-control-label:after{background:50%/50% 50% no-repeat}.cb_template .custom-checkbox .custom-control-label:before{border-radius:.25rem}.cb_template .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.cb_template .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.cb_template .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.cb_template .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.cb_template .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.cb_template .custom-radio .custom-control-label:before{border-radius:50%}.cb_template .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.cb_template .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.cb_template .custom-switch{padding-left:2.25rem}.cb_template .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.cb_template .custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.cb_template .custom-switch .custom-control-label:after{transition:none}}.cb_template .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.cb_template .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.cb_template .custom-select{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.cb_template .custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.cb_template .custom-select:focus::-ms-value{background-color:#fff;color:#495057}.cb_template .custom-select[multiple],.cb_template .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.cb_template .custom-select:disabled{background-color:#e9ecef;color:#6c757d}.cb_template .custom-select::-ms-expand{display:none}.cb_template .custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #495057}.cb_template .custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.cb_template .custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.cb_template .custom-file{display:inline-block;margin-bottom:0}.cb_template .custom-file,.cb_template .custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.cb_template .custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.cb_template .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.cb_template .custom-file-input:disabled~.custom-file-label,.cb_template .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.cb_template .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.cb_template .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.cb_template .custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.cb_template .custom-file-label,.cb_template .custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.cb_template .custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.cb_template .custom-range{appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.cb_template .custom-range:focus{outline:0}.cb_template .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.cb_template .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.cb_template .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.cb_template .custom-range::-moz-focus-outer{border:0}.cb_template .custom-range::-webkit-slider-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.cb_template .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.cb_template .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.cb_template .custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.cb_template .custom-range::-moz-range-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.cb_template .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.cb_template .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.cb_template .custom-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.cb_template .custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.cb_template .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.cb_template .custom-range::-ms-thumb:active{background-color:#b3d7ff}.cb_template .custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.cb_template .custom-range::-ms-fill-lower,.cb_template .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.cb_template .custom-range::-ms-fill-upper{margin-right:15px}.cb_template .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.cb_template .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.cb_template .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.cb_template .custom-range:disabled::-moz-range-track{cursor:default}.cb_template .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.cb_template .custom-control-label:before,.cb_template .custom-file-label,.cb_template .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.cb_template .custom-control-label:before,.cb_template .custom-file-label,.cb_template .custom-select{transition:none}}.cb_template .nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.cb_template .nav-link{display:block;padding:.5rem 1rem}.cb_template .nav-link:focus,.cb_template .nav-link:hover{text-decoration:none}.cb_template .nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.cb_template .nav-tabs{border-bottom:1px solid #dee2e6}.cb_template .nav-tabs .nav-link{border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.cb_template .nav-tabs .nav-link:focus,.cb_template .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.cb_template .nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#6c757d}.cb_template .nav-tabs .nav-item.show .nav-link,.cb_template .nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.cb_template .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.cb_template .nav-pills .nav-link{border-radius:.25rem}.cb_template .nav-pills .nav-link.active,.cb_template .nav-pills .show>.nav-link{background-color:#007bff;color:#fff}.cb_template .nav-fill .nav-item,.cb_template .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.cb_template .nav-justified .nav-item,.cb_template .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.cb_template .tab-content>.tab-pane{display:none}.cb_template .tab-content>.active{display:block}.cb_template .navbar{padding:.5rem 1rem;position:relative}.cb_template .navbar,.cb_template .navbar .container,.cb_template .navbar .container-fluid,.cb_template .navbar .container-lg,.cb_template .navbar .container-md,.cb_template .navbar .container-sm,.cb_template .navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.cb_template .navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.cb_template .navbar-brand:focus,.cb_template .navbar-brand:hover{text-decoration:none}.cb_template .navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.cb_template .navbar-nav .nav-link{padding-left:0;padding-right:0}.cb_template .navbar-nav .dropdown-menu{float:none;position:static}.cb_template .navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.cb_template .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.cb_template .navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.cb_template .navbar-toggler:focus,.cb_template .navbar-toggler:hover{text-decoration:none}.cb_template .navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.cb_template .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.cb_template .navbar-expand-sm>.container,.cb_template .navbar-expand-sm>.container-fluid,.cb_template .navbar-expand-sm>.container-lg,.cb_template .navbar-expand-sm>.container-md,.cb_template .navbar-expand-sm>.container-sm,.cb_template .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.cb_template .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.cb_template .navbar-expand-sm .navbar-nav{flex-direction:row}.cb_template .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.cb_template .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.cb_template .navbar-expand-sm>.container,.cb_template .navbar-expand-sm>.container-fluid,.cb_template .navbar-expand-sm>.container-lg,.cb_template .navbar-expand-sm>.container-md,.cb_template .navbar-expand-sm>.container-sm,.cb_template .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.cb_template .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.cb_template .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.cb_template .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.cb_template .navbar-expand-md>.container,.cb_template .navbar-expand-md>.container-fluid,.cb_template .navbar-expand-md>.container-lg,.cb_template .navbar-expand-md>.container-md,.cb_template .navbar-expand-md>.container-sm,.cb_template .navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.cb_template .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.cb_template .navbar-expand-md .navbar-nav{flex-direction:row}.cb_template .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.cb_template .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.cb_template .navbar-expand-md>.container,.cb_template .navbar-expand-md>.container-fluid,.cb_template .navbar-expand-md>.container-lg,.cb_template .navbar-expand-md>.container-md,.cb_template .navbar-expand-md>.container-sm,.cb_template .navbar-expand-md>.container-xl{flex-wrap:nowrap}.cb_template .navbar-expand-md .navbar-nav-scroll{overflow:visible}.cb_template .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.cb_template .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.cb_template .navbar-expand-lg>.container,.cb_template .navbar-expand-lg>.container-fluid,.cb_template .navbar-expand-lg>.container-lg,.cb_template .navbar-expand-lg>.container-md,.cb_template .navbar-expand-lg>.container-sm,.cb_template .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.cb_template .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.cb_template .navbar-expand-lg .navbar-nav{flex-direction:row}.cb_template .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.cb_template .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.cb_template .navbar-expand-lg>.container,.cb_template .navbar-expand-lg>.container-fluid,.cb_template .navbar-expand-lg>.container-lg,.cb_template .navbar-expand-lg>.container-md,.cb_template .navbar-expand-lg>.container-sm,.cb_template .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.cb_template .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.cb_template .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.cb_template .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.cb_template .navbar-expand-xl>.container,.cb_template .navbar-expand-xl>.container-fluid,.cb_template .navbar-expand-xl>.container-lg,.cb_template .navbar-expand-xl>.container-md,.cb_template .navbar-expand-xl>.container-sm,.cb_template .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.cb_template .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.cb_template .navbar-expand-xl .navbar-nav{flex-direction:row}.cb_template .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.cb_template .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.cb_template .navbar-expand-xl>.container,.cb_template .navbar-expand-xl>.container-fluid,.cb_template .navbar-expand-xl>.container-lg,.cb_template .navbar-expand-xl>.container-md,.cb_template .navbar-expand-xl>.container-sm,.cb_template .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.cb_template .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.cb_template .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.cb_template .navbar-expand-xl .navbar-toggler{display:none}}.cb_template .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.cb_template .navbar-expand>.container,.cb_template .navbar-expand>.container-fluid,.cb_template .navbar-expand>.container-lg,.cb_template .navbar-expand>.container-md,.cb_template .navbar-expand>.container-sm,.cb_template .navbar-expand>.container-xl{padding-left:0;padding-right:0}.cb_template .navbar-expand .navbar-nav{flex-direction:row}.cb_template .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.cb_template .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.cb_template .navbar-expand>.container,.cb_template .navbar-expand>.container-fluid,.cb_template .navbar-expand>.container-lg,.cb_template .navbar-expand>.container-md,.cb_template .navbar-expand>.container-sm,.cb_template .navbar-expand>.container-xl{flex-wrap:nowrap}.cb_template .navbar-expand .navbar-nav-scroll{overflow:visible}.cb_template .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.cb_template .navbar-expand .navbar-toggler{display:none}.cb_template .navbar-light .navbar-brand,.cb_template .navbar-light .navbar-brand:focus,.cb_template .navbar-light .navbar-brand:hover{color:#000000e6}.cb_template .navbar-light .navbar-nav .nav-link{color:#00000080}.cb_template .navbar-light .navbar-nav .nav-link:focus,.cb_template .navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.cb_template .navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.cb_template .navbar-light .navbar-nav .active>.nav-link,.cb_template .navbar-light .navbar-nav .nav-link.active,.cb_template .navbar-light .navbar-nav .nav-link.show,.cb_template .navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.cb_template .navbar-light .navbar-toggler{border-color:#0000001a;color:#00000080}.cb_template .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.cb_template .navbar-light .navbar-text{color:#00000080}.cb_template .navbar-light .navbar-text a,.cb_template .navbar-light .navbar-text a:focus,.cb_template .navbar-light .navbar-text a:hover{color:#000000e6}.cb_template .navbar-dark .navbar-brand,.cb_template .navbar-dark .navbar-brand:focus,.cb_template .navbar-dark .navbar-brand:hover{color:#fff}.cb_template .navbar-dark .navbar-nav .nav-link{color:#ffffff80}.cb_template .navbar-dark .navbar-nav .nav-link:focus,.cb_template .navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.cb_template .navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.cb_template .navbar-dark .navbar-nav .active>.nav-link,.cb_template .navbar-dark .navbar-nav .nav-link.active,.cb_template .navbar-dark .navbar-nav .nav-link.show,.cb_template .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.cb_template .navbar-dark .navbar-toggler{border-color:#ffffff1a;color:#ffffff80}.cb_template .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.cb_template .navbar-dark .navbar-text{color:#ffffff80}.cb_template .navbar-dark .navbar-text a,.cb_template .navbar-dark .navbar-text a:focus,.cb_template .navbar-dark .navbar-text a:hover{color:#fff}.cb_template .card{display:flex;flex-direction:column;min-width:0;position:relative;word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.cb_template .card>hr{margin-left:0;margin-right:0}.cb_template .card>.list-group{border-bottom:inherit;border-top:inherit}.cb_template .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.cb_template .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.cb_template .card>.card-header+.list-group,.cb_template .card>.list-group+.card-footer{border-top:0}.cb_template .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.cb_template .card-title{margin-bottom:.75rem}.cb_template .card-subtitle{margin-bottom:0;margin-top:-.375rem}.cb_template .card-text:last-child{margin-bottom:0}.cb_template .card-link:hover{text-decoration:none}.cb_template .card-link+.card-link{margin-left:1.25rem}.cb_template .card-header{background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.cb_template .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.cb_template .card-footer{background-color:#00000008;border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.cb_template .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.cb_template .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.cb_template .card-header-pills,.cb_template .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.cb_template .card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.cb_template .card-img,.cb_template .card-img-bottom,.cb_template .card-img-top{flex-shrink:0;width:100%}.cb_template .card-img,.cb_template .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.cb_template .card-img,.cb_template .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.cb_template .card-deck .card{margin-bottom:15px}@media (min-width:576px){.cb_template .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.cb_template .card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.cb_template .card-group>.card{margin-bottom:15px}@media (min-width:576px){.cb_template .card-group{display:flex;flex-flow:row wrap}.cb_template .card-group>.card{flex:1 0 0%;margin-bottom:0}.cb_template .card-group>.card+.card{border-left:0;margin-left:0}.cb_template .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.cb_template .card-group>.card:not(:last-child) .card-header,.cb_template .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.cb_template .card-group>.card:not(:last-child) .card-footer,.cb_template .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.cb_template .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.cb_template .card-group>.card:not(:first-child) .card-header,.cb_template .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.cb_template .card-group>.card:not(:first-child) .card-footer,.cb_template .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.cb_template .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.cb_template .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.cb_template .card-columns .card{display:inline-block;width:100%}}.cb_template .accordion{overflow-anchor:none}.cb_template .accordion>.card{overflow:hidden}.cb_template .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.cb_template .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.cb_template .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.cb_template .breadcrumb{background-color:#e9ecef;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.cb_template .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.cb_template .breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.cb_template .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.cb_template .breadcrumb-item.active{color:#6c757d}.cb_template .pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.cb_template .page-link{background-color:#fff;border:1px solid #dee2e6;color:#007bff;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.cb_template .page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#0056b3;text-decoration:none;z-index:2}.cb_template .page-link:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0;z-index:3}.cb_template .page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.cb_template .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.cb_template .page-item.active .page-link{background-color:#007bff;border-color:#007bff;color:#fff;z-index:3}.cb_template .page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.cb_template .pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.cb_template .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.cb_template .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.cb_template .pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.cb_template .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.cb_template .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.cb_template .badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}@media (prefers-reduced-motion:reduce){.cb_template .badge{transition:none}}a.cb_template .badge:focus,a.cb_template .badge:hover{text-decoration:none}.cb_template .badge:empty{display:none}.cb_template .btn .badge{position:relative;top:-1px}.cb_template .badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.cb_template .badge-primary{background-color:#007bff;color:#fff}a.cb_template .badge-primary:focus,a.cb_template .badge-primary:hover{background-color:#0062cc;color:#fff}a.cb_template .badge-primary.focus,a.cb_template .badge-primary:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.cb_template .badge-secondary{background-color:#6c757d;color:#fff}a.cb_template .badge-secondary:focus,a.cb_template .badge-secondary:hover{background-color:#545b62;color:#fff}a.cb_template .badge-secondary.focus,a.cb_template .badge-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80;outline:0}.cb_template .badge-success{background-color:#28a745;color:#fff}a.cb_template .badge-success:focus,a.cb_template .badge-success:hover{background-color:#1e7e34;color:#fff}a.cb_template .badge-success.focus,a.cb_template .badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.cb_template .badge-info{background-color:#17a2b8;color:#fff}a.cb_template .badge-info:focus,a.cb_template .badge-info:hover{background-color:#117a8b;color:#fff}a.cb_template .badge-info.focus,a.cb_template .badge-info:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.cb_template .badge-warning{background-color:#ffc107;color:#212529}a.cb_template .badge-warning:focus,a.cb_template .badge-warning:hover{background-color:#d39e00;color:#212529}a.cb_template .badge-warning.focus,a.cb_template .badge-warning:focus{box-shadow:0 0 0 .2rem #ffc10780;outline:0}.cb_template .badge-danger{background-color:#dc3545;color:#fff}a.cb_template .badge-danger:focus,a.cb_template .badge-danger:hover{background-color:#bd2130;color:#fff}a.cb_template .badge-danger.focus,a.cb_template .badge-danger:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.cb_template .badge-light{background-color:#f8f9fa;color:#212529}a.cb_template .badge-light:focus,a.cb_template .badge-light:hover{background-color:#dae0e5;color:#212529}a.cb_template .badge-light.focus,a.cb_template .badge-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80;outline:0}.cb_template .badge-dark{background-color:#343a40;color:#fff}a.cb_template .badge-dark:focus,a.cb_template .badge-dark:hover{background-color:#1d2124;color:#fff}a.cb_template .badge-dark.focus,a.cb_template .badge-dark:focus{box-shadow:0 0 0 .2rem #343a4080;outline:0}.cb_template .jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.cb_template .jumbotron{padding:4rem 2rem}}.cb_template .jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.cb_template .alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.cb_template .alert-heading{color:inherit}.cb_template .alert-link{font-weight:700}.cb_template .alert-dismissible{padding-right:4rem}.cb_template .alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.cb_template .alert-primary{background-color:#cce5ff;border-color:#b8daff;color:#004085}.cb_template .alert-primary hr{border-top-color:#9fcdff}.cb_template .alert-primary .alert-link{color:#002752}.cb_template .alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.cb_template .alert-secondary hr{border-top-color:#c8cbcf}.cb_template .alert-secondary .alert-link{color:#202326}.cb_template .alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.cb_template .alert-success hr{border-top-color:#b1dfbb}.cb_template .alert-success .alert-link{color:#0b2e13}.cb_template .alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.cb_template .alert-info hr{border-top-color:#abdde5}.cb_template .alert-info .alert-link{color:#062c33}.cb_template .alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.cb_template .alert-warning hr{border-top-color:#ffe8a1}.cb_template .alert-warning .alert-link{color:#533f03}.cb_template .alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.cb_template .alert-danger hr{border-top-color:#f1b0b7}.cb_template .alert-danger .alert-link{color:#491217}.cb_template .alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.cb_template .alert-light hr{border-top-color:#ececf6}.cb_template .alert-light .alert-link{color:#686868}.cb_template .alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.cb_template .alert-dark hr{border-top-color:#b9bbbe}.cb_template .alert-dark .alert-link{color:#040505}.cb_template .progress{background-color:#e9ecef;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;line-height:0;overflow:hidden}.cb_template .progress-bar{background-color:#007bff;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.cb_template .progress-bar{transition:none}}.cb_template .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem}.cb_template .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.cb_template .progress-bar-animated{animation:none}}.cb_template .media{align-items:flex-start;display:flex}.cb_template .media-body{flex:1}.cb_template .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.cb_template .list-group-item-action{color:#495057;text-align:inherit;width:100%}.cb_template .list-group-item-action:focus,.cb_template .list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.cb_template .list-group-item-action:active{background-color:#e9ecef;color:#212529}.cb_template .list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.cb_template .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.cb_template .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.cb_template .list-group-item.disabled,.cb_template .list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.cb_template .list-group-item.active{background-color:#007bff;border-color:#007bff;color:#fff;z-index:2}.cb_template .list-group-item+.cb_template .list-group-item{border-top-width:0}.cb_template .list-group-item+.cb_template .list-group-item.active{border-top-width:1px;margin-top:-1px}.cb_template .list-group-horizontal{flex-direction:row}.cb_template .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.cb_template .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.cb_template .list-group-horizontal>.list-group-item.active{margin-top:0}.cb_template .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.cb_template .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.cb_template .list-group-horizontal-sm{flex-direction:row}.cb_template .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.cb_template .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.cb_template .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.cb_template .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.cb_template .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.cb_template .list-group-horizontal-md{flex-direction:row}.cb_template .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.cb_template .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.cb_template .list-group-horizontal-md>.list-group-item.active{margin-top:0}.cb_template .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.cb_template .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.cb_template .list-group-horizontal-lg{flex-direction:row}.cb_template .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.cb_template .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.cb_template .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.cb_template .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.cb_template .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.cb_template .list-group-horizontal-xl{flex-direction:row}.cb_template .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.cb_template .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.cb_template .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.cb_template .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.cb_template .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.cb_template .list-group-flush{border-radius:0}.cb_template .list-group-flush>.list-group-item{border-width:0 0 1px}.cb_template .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.cb_template .list-group-item-primary{background-color:#b8daff;color:#004085}.cb_template .list-group-item-primary.list-group-item-action:focus,.cb_template .list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff;color:#004085}.cb_template .list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085;color:#fff}.cb_template .list-group-item-secondary{background-color:#d6d8db;color:#383d41}.cb_template .list-group-item-secondary.list-group-item-action:focus,.cb_template .list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf;color:#383d41}.cb_template .list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41;color:#fff}.cb_template .list-group-item-success{background-color:#c3e6cb;color:#155724}.cb_template .list-group-item-success.list-group-item-action:focus,.cb_template .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.cb_template .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.cb_template .list-group-item-info{background-color:#bee5eb;color:#0c5460}.cb_template .list-group-item-info.list-group-item-action:focus,.cb_template .list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.cb_template .list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.cb_template .list-group-item-warning{background-color:#ffeeba;color:#856404}.cb_template .list-group-item-warning.list-group-item-action:focus,.cb_template .list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.cb_template .list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.cb_template .list-group-item-danger{background-color:#f5c6cb;color:#721c24}.cb_template .list-group-item-danger.list-group-item-action:focus,.cb_template .list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.cb_template .list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.cb_template .list-group-item-light{background-color:#fdfdfe;color:#818182}.cb_template .list-group-item-light.list-group-item-action:focus,.cb_template .list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.cb_template .list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.cb_template .list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.cb_template .list-group-item-dark.list-group-item-action:focus,.cb_template .list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.cb_template .list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.cb_template .close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.cb_template .close:hover{color:#000;text-decoration:none}.cb_template .close:not(:disabled):not(.disabled):focus,.cb_template .close:not(:disabled):not(.disabled):hover{opacity:.75}.cb_template button.close{background-color:initial;border:0;padding:0}.cb_template a.close.disabled{pointer-events:none}.cb_template .toast{background-clip:padding-box;background-color:#ffffffd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .25rem .75rem #0000001a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.cb_template .toast:not(:last-child){margin-bottom:.75rem}.cb_template .toast.showing{opacity:1}.cb_template .toast.show{display:block;opacity:1}.cb_template .toast.hide{display:none}.cb_template .toast-header{align-items:center;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.25rem .75rem}.cb_template .toast-body{padding:.75rem}.cb_template .modal-open{overflow:hidden}.cb_template .modal-open .modal{overflow-x:hidden;overflow-y:auto}.cb_template .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.cb_template .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .cb_template .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .cb_template .modal-dialog{transition:none}}.modal.show .cb_template .modal-dialog{transform:none}.modal.modal-static .cb_template .modal-dialog{transform:scale(1.02)}.cb_template .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.cb_template .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.cb_template .modal-dialog-scrollable .modal-footer,.cb_template .modal-dialog-scrollable .modal-header{flex-shrink:0}.cb_template .modal-dialog-scrollable .modal-body{overflow-y:auto}.cb_template .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.cb_template .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:min-content}.cb_template .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.cb_template .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.cb_template .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.cb_template .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.cb_template .modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.cb_template .modal-backdrop.fade{opacity:0}.cb_template .modal-backdrop.show{opacity:.5}.cb_template .modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.cb_template .modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.cb_template .modal-title{line-height:1.5;margin-bottom:0}.cb_template .modal-body{flex:1 1 auto;padding:1rem;position:relative}.cb_template .modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.cb_template .modal-footer>*{margin:.25rem}.cb_template .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.cb_template .modal-dialog{margin:1.75rem auto;max-width:500px}.cb_template .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.cb_template .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.cb_template .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.cb_template .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.cb_template .modal-sm{max-width:300px}}@media (min-width:992px){.cb_template .modal-lg,.cb_template .modal-xl{max-width:800px}}@media (min-width:1200px){.cb_template .modal-xl{max-width:1140px}}.cb_template.tooltip{margin:0;z-index:1070}.cb_template.popover,.cb_template.tooltip{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word}.cb_template.popover{background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;left:0;max-width:276px;top:0;z-index:1060}.cb_template.popover>.popover-body>.dropdown-menu{margin:0}.cb_template .tooltip{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070;word-wrap:break-word;opacity:0}.cb_template .tooltip.show{opacity:.9}.cb_template .tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.cb_template .tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.cb_template .bs-tooltip-auto[x-placement^=top],.cb_template .bs-tooltip-top{padding:.4rem 0}.cb_template .bs-tooltip-auto[x-placement^=top] .arrow,.cb_template .bs-tooltip-top .arrow{bottom:0}.cb_template .bs-tooltip-auto[x-placement^=top] .arrow:before,.cb_template .bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.cb_template .bs-tooltip-auto[x-placement^=right],.cb_template .bs-tooltip-right{padding:0 .4rem}.cb_template .bs-tooltip-auto[x-placement^=right] .arrow,.cb_template .bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.cb_template .bs-tooltip-auto[x-placement^=right] .arrow:before,.cb_template .bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.cb_template .bs-tooltip-auto[x-placement^=bottom],.cb_template .bs-tooltip-bottom{padding:.4rem 0}.cb_template .bs-tooltip-auto[x-placement^=bottom] .arrow,.cb_template .bs-tooltip-bottom .arrow{top:0}.cb_template .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.cb_template .bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.cb_template .bs-tooltip-auto[x-placement^=left],.cb_template .bs-tooltip-left{padding:0 .4rem}.cb_template .bs-tooltip-auto[x-placement^=left] .arrow,.cb_template .bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.cb_template .bs-tooltip-auto[x-placement^=left] .arrow:before,.cb_template .bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.cb_template .tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.cb_template .popover{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060;word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem}.cb_template .popover .arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.cb_template .popover .arrow:after,.cb_template .popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.cb_template .bs-popover-auto[x-placement^=top],.cb_template .bs-popover-top{margin-bottom:.5rem}.cb_template .bs-popover-auto[x-placement^=top]>.arrow,.cb_template .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.cb_template .bs-popover-auto[x-placement^=top]>.arrow:before,.cb_template .bs-popover-top>.arrow:before{border-top-color:#00000040;border-width:.5rem .5rem 0;bottom:0}.cb_template .bs-popover-auto[x-placement^=top]>.arrow:after,.cb_template .bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.cb_template .bs-popover-auto[x-placement^=right],.cb_template .bs-popover-right{margin-left:.5rem}.cb_template .bs-popover-auto[x-placement^=right]>.arrow,.cb_template .bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.cb_template .bs-popover-auto[x-placement^=right]>.arrow:before,.cb_template .bs-popover-right>.arrow:before{border-right-color:#00000040;border-width:.5rem .5rem .5rem 0;left:0}.cb_template .bs-popover-auto[x-placement^=right]>.arrow:after,.cb_template .bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.cb_template .bs-popover-auto[x-placement^=bottom],.cb_template .bs-popover-bottom{margin-top:.5rem}.cb_template .bs-popover-auto[x-placement^=bottom]>.arrow,.cb_template .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.cb_template .bs-popover-auto[x-placement^=bottom]>.arrow:before,.cb_template .bs-popover-bottom>.arrow:before{border-bottom-color:#00000040;border-width:0 .5rem .5rem;top:0}.cb_template .bs-popover-auto[x-placement^=bottom]>.arrow:after,.cb_template .bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.cb_template .bs-popover-auto[x-placement^=bottom] .popover-header:before,.cb_template .bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.cb_template .bs-popover-auto[x-placement^=left],.cb_template .bs-popover-left{margin-right:.5rem}.cb_template .bs-popover-auto[x-placement^=left]>.arrow,.cb_template .bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.cb_template .bs-popover-auto[x-placement^=left]>.arrow:before,.cb_template .bs-popover-left>.arrow:before{border-left-color:#00000040;border-width:.5rem 0 .5rem .5rem;right:0}.cb_template .bs-popover-auto[x-placement^=left]>.arrow:after,.cb_template .bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.cb_template .popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.cb_template .popover-header:empty{display:none}.cb_template .popover-body{color:#212529;padding:.5rem .75rem}.cb_template .carousel{position:relative}.cb_template .carousel.pointer-event{touch-action:pan-y}.cb_template .carousel-inner{overflow:hidden;position:relative;width:100%}.cb_template .carousel-inner:after{clear:both;content:"";display:block}.cb_template .carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.cb_template .carousel-item{transition:none}}.cb_template .carousel-item-next,.cb_template .carousel-item-prev,.cb_template .carousel-item.active{display:block}.cb_template .active.carousel-item-right,.cb_template .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.cb_template .active.carousel-item-left,.cb_template .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.cb_template .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.cb_template .carousel-fade .carousel-item-next.carousel-item-left,.cb_template .carousel-fade .carousel-item-prev.carousel-item-right,.cb_template .carousel-fade .carousel-item.active{opacity:1;z-index:1}.cb_template .carousel-fade .active.carousel-item-left,.cb_template .carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.cb_template .carousel-fade .active.carousel-item-left,.cb_template .carousel-fade .active.carousel-item-right{transition:none}}.cb_template .carousel-control-next,.cb_template .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.cb_template .carousel-control-next,.cb_template .carousel-control-prev{transition:none}}.cb_template .carousel-control-next:focus,.cb_template .carousel-control-next:hover,.cb_template .carousel-control-prev:focus,.cb_template .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.cb_template .carousel-control-prev{left:0}.cb_template .carousel-control-next{right:0}.cb_template .carousel-control-next-icon,.cb_template .carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.cb_template .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E")}.cb_template .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E")}.cb_template .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.cb_template .carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.cb_template .carousel-indicators li{transition:none}}.cb_template .carousel-indicators .active{opacity:1}.cb_template .carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}.cb_template .spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.cb_template .spinner-border-sm{border-width:.2em;height:1rem;width:1rem}.cb_template .spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.cb_template .spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.cb_template .spinner-border,.cb_template .spinner-grow{animation-duration:1.5s}}.cb_template .align-baseline{vertical-align:initial!important}.cb_template .align-top{vertical-align:top!important}.cb_template .align-middle{vertical-align:middle!important}.cb_template .align-bottom{vertical-align:bottom!important}.cb_template .align-text-bottom{vertical-align:text-bottom!important}.cb_template .align-text-top{vertical-align:text-top!important}.cb_template .bg-primary{background-color:#007bff!important}.cb_template a.bg-primary:focus,.cb_template a.bg-primary:hover,.cb_template button.bg-primary:focus,.cb_template button.bg-primary:hover{background-color:#0062cc!important}.cb_template .bg-secondary{background-color:#6c757d!important}.cb_template a.bg-secondary:focus,.cb_template a.bg-secondary:hover,.cb_template button.bg-secondary:focus,.cb_template button.bg-secondary:hover{background-color:#545b62!important}.cb_template .bg-success{background-color:#28a745!important}.cb_template a.bg-success:focus,.cb_template a.bg-success:hover,.cb_template button.bg-success:focus,.cb_template button.bg-success:hover{background-color:#1e7e34!important}.cb_template .bg-info{background-color:#17a2b8!important}.cb_template a.bg-info:focus,.cb_template a.bg-info:hover,.cb_template button.bg-info:focus,.cb_template button.bg-info:hover{background-color:#117a8b!important}.cb_template .bg-warning{background-color:#ffc107!important}.cb_template a.bg-warning:focus,.cb_template a.bg-warning:hover,.cb_template button.bg-warning:focus,.cb_template button.bg-warning:hover{background-color:#d39e00!important}.cb_template .bg-danger{background-color:#dc3545!important}.cb_template a.bg-danger:focus,.cb_template a.bg-danger:hover,.cb_template button.bg-danger:focus,.cb_template button.bg-danger:hover{background-color:#bd2130!important}.cb_template .bg-light{background-color:#f8f9fa!important}.cb_template a.bg-light:focus,.cb_template a.bg-light:hover,.cb_template button.bg-light:focus,.cb_template button.bg-light:hover{background-color:#dae0e5!important}.cb_template .bg-dark{background-color:#343a40!important}.cb_template a.bg-dark:focus,.cb_template a.bg-dark:hover,.cb_template button.bg-dark:focus,.cb_template button.bg-dark:hover{background-color:#1d2124!important}.cb_template .bg-white{background-color:#fff!important}.cb_template .bg-transparent{background-color:initial!important}.cb_template .border{border:1px solid #dee2e6!important}.cb_template .border-top{border-top:1px solid #dee2e6!important}.cb_template .border-right{border-right:1px solid #dee2e6!important}.cb_template .border-bottom{border-bottom:1px solid #dee2e6!important}.cb_template .border-left{border-left:1px solid #dee2e6!important}.cb_template .border-0{border:0!important}.cb_template .border-top-0{border-top:0!important}.cb_template .border-right-0{border-right:0!important}.cb_template .border-bottom-0{border-bottom:0!important}.cb_template .border-left-0{border-left:0!important}.cb_template .border-primary{border-color:#007bff!important}.cb_template .border-secondary{border-color:#6c757d!important}.cb_template .border-success{border-color:#28a745!important}.cb_template .border-info{border-color:#17a2b8!important}.cb_template .border-warning{border-color:#ffc107!important}.cb_template .border-danger{border-color:#dc3545!important}.cb_template .border-light{border-color:#f8f9fa!important}.cb_template .border-dark{border-color:#343a40!important}.cb_template .border-white{border-color:#fff!important}.cb_template .rounded-sm{border-radius:.2rem!important}.cb_template .rounded{border-radius:.25rem!important}.cb_template .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.cb_template .rounded-right{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.cb_template .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.cb_template .rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.cb_template .rounded-lg{border-radius:.3rem!important}.cb_template .rounded-circle{border-radius:50%!important}.cb_template .rounded-pill{border-radius:50rem!important}.cb_template .rounded-0{border-radius:0!important}.cb_template .clearfix:after{clear:both;content:"";display:block}.cb_template .d-none{display:none!important}.cb_template .d-inline{display:inline!important}.cb_template .d-inline-block{display:inline-block!important}.cb_template .d-block{display:block!important}.cb_template .d-table{display:table!important}.cb_template .d-table-row{display:table-row!important}.cb_template .d-table-cell{display:table-cell!important}.cb_template .d-flex{display:flex!important}.cb_template .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.cb_template .d-sm-none{display:none!important}.cb_template .d-sm-inline{display:inline!important}.cb_template .d-sm-inline-block{display:inline-block!important}.cb_template .d-sm-block{display:block!important}.cb_template .d-sm-table{display:table!important}.cb_template .d-sm-table-row{display:table-row!important}.cb_template .d-sm-table-cell{display:table-cell!important}.cb_template .d-sm-flex{display:flex!important}.cb_template .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.cb_template .d-md-none{display:none!important}.cb_template .d-md-inline{display:inline!important}.cb_template .d-md-inline-block{display:inline-block!important}.cb_template .d-md-block{display:block!important}.cb_template .d-md-table{display:table!important}.cb_template .d-md-table-row{display:table-row!important}.cb_template .d-md-table-cell{display:table-cell!important}.cb_template .d-md-flex{display:flex!important}.cb_template .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.cb_template .d-lg-none{display:none!important}.cb_template .d-lg-inline{display:inline!important}.cb_template .d-lg-inline-block{display:inline-block!important}.cb_template .d-lg-block{display:block!important}.cb_template .d-lg-table{display:table!important}.cb_template .d-lg-table-row{display:table-row!important}.cb_template .d-lg-table-cell{display:table-cell!important}.cb_template .d-lg-flex{display:flex!important}.cb_template .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.cb_template .d-xl-none{display:none!important}.cb_template .d-xl-inline{display:inline!important}.cb_template .d-xl-inline-block{display:inline-block!important}.cb_template .d-xl-block{display:block!important}.cb_template .d-xl-table{display:table!important}.cb_template .d-xl-table-row{display:table-row!important}.cb_template .d-xl-table-cell{display:table-cell!important}.cb_template .d-xl-flex{display:flex!important}.cb_template .d-xl-inline-flex{display:inline-flex!important}}@media print{.cb_template .d-print-none{display:none!important}.cb_template .d-print-inline{display:inline!important}.cb_template .d-print-inline-block{display:inline-block!important}.cb_template .d-print-block{display:block!important}.cb_template .d-print-table{display:table!important}.cb_template .d-print-table-row{display:table-row!important}.cb_template .d-print-table-cell{display:table-cell!important}.cb_template .d-print-flex{display:flex!important}.cb_template .d-print-inline-flex{display:inline-flex!important}}.cb_template .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.cb_template .embed-responsive:before{content:"";display:block}.cb_template .embed-responsive .embed-responsive-item,.cb_template .embed-responsive embed,.cb_template .embed-responsive iframe,.cb_template .embed-responsive object,.cb_template .embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.cb_template .embed-responsive-21by9:before{padding-top:42.85714286%}.cb_template .embed-responsive-16by9:before{padding-top:56.25%}.cb_template .embed-responsive-4by3:before{padding-top:75%}.cb_template .embed-responsive-1by1:before{padding-top:100%}.cb_template .flex-row{flex-direction:row!important}.cb_template .flex-column{flex-direction:column!important}.cb_template .flex-row-reverse{flex-direction:row-reverse!important}.cb_template .flex-column-reverse{flex-direction:column-reverse!important}.cb_template .flex-wrap{flex-wrap:wrap!important}.cb_template .flex-nowrap{flex-wrap:nowrap!important}.cb_template .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.cb_template .flex-fill{flex:1 1 auto!important}.cb_template .flex-grow-0{flex-grow:0!important}.cb_template .flex-grow-1{flex-grow:1!important}.cb_template .flex-shrink-0{flex-shrink:0!important}.cb_template .flex-shrink-1{flex-shrink:1!important}.cb_template .justify-content-start{justify-content:flex-start!important}.cb_template .justify-content-end{justify-content:flex-end!important}.cb_template .justify-content-center{justify-content:center!important}.cb_template .justify-content-between{justify-content:space-between!important}.cb_template .justify-content-around{justify-content:space-around!important}.cb_template .align-items-start{align-items:flex-start!important}.cb_template .align-items-end{align-items:flex-end!important}.cb_template .align-items-center{align-items:center!important}.cb_template .align-items-baseline{align-items:baseline!important}.cb_template .align-items-stretch{align-items:stretch!important}.cb_template .align-content-start{align-content:flex-start!important}.cb_template .align-content-end{align-content:flex-end!important}.cb_template .align-content-center{align-content:center!important}.cb_template .align-content-between{align-content:space-between!important}.cb_template .align-content-around{align-content:space-around!important}.cb_template .align-content-stretch{align-content:stretch!important}.cb_template .align-self-auto{align-self:auto!important}.cb_template .align-self-start{align-self:flex-start!important}.cb_template .align-self-end{align-self:flex-end!important}.cb_template .align-self-center{align-self:center!important}.cb_template .align-self-baseline{align-self:baseline!important}.cb_template .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.cb_template .flex-sm-row{flex-direction:row!important}.cb_template .flex-sm-column{flex-direction:column!important}.cb_template .flex-sm-row-reverse{flex-direction:row-reverse!important}.cb_template .flex-sm-column-reverse{flex-direction:column-reverse!important}.cb_template .flex-sm-wrap{flex-wrap:wrap!important}.cb_template .flex-sm-nowrap{flex-wrap:nowrap!important}.cb_template .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.cb_template .flex-sm-fill{flex:1 1 auto!important}.cb_template .flex-sm-grow-0{flex-grow:0!important}.cb_template .flex-sm-grow-1{flex-grow:1!important}.cb_template .flex-sm-shrink-0{flex-shrink:0!important}.cb_template .flex-sm-shrink-1{flex-shrink:1!important}.cb_template .justify-content-sm-start{justify-content:flex-start!important}.cb_template .justify-content-sm-end{justify-content:flex-end!important}.cb_template .justify-content-sm-center{justify-content:center!important}.cb_template .justify-content-sm-between{justify-content:space-between!important}.cb_template .justify-content-sm-around{justify-content:space-around!important}.cb_template .align-items-sm-start{align-items:flex-start!important}.cb_template .align-items-sm-end{align-items:flex-end!important}.cb_template .align-items-sm-center{align-items:center!important}.cb_template .align-items-sm-baseline{align-items:baseline!important}.cb_template .align-items-sm-stretch{align-items:stretch!important}.cb_template .align-content-sm-start{align-content:flex-start!important}.cb_template .align-content-sm-end{align-content:flex-end!important}.cb_template .align-content-sm-center{align-content:center!important}.cb_template .align-content-sm-between{align-content:space-between!important}.cb_template .align-content-sm-around{align-content:space-around!important}.cb_template .align-content-sm-stretch{align-content:stretch!important}.cb_template .align-self-sm-auto{align-self:auto!important}.cb_template .align-self-sm-start{align-self:flex-start!important}.cb_template .align-self-sm-end{align-self:flex-end!important}.cb_template .align-self-sm-center{align-self:center!important}.cb_template .align-self-sm-baseline{align-self:baseline!important}.cb_template .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.cb_template .flex-md-row{flex-direction:row!important}.cb_template .flex-md-column{flex-direction:column!important}.cb_template .flex-md-row-reverse{flex-direction:row-reverse!important}.cb_template .flex-md-column-reverse{flex-direction:column-reverse!important}.cb_template .flex-md-wrap{flex-wrap:wrap!important}.cb_template .flex-md-nowrap{flex-wrap:nowrap!important}.cb_template .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.cb_template .flex-md-fill{flex:1 1 auto!important}.cb_template .flex-md-grow-0{flex-grow:0!important}.cb_template .flex-md-grow-1{flex-grow:1!important}.cb_template .flex-md-shrink-0{flex-shrink:0!important}.cb_template .flex-md-shrink-1{flex-shrink:1!important}.cb_template .justify-content-md-start{justify-content:flex-start!important}.cb_template .justify-content-md-end{justify-content:flex-end!important}.cb_template .justify-content-md-center{justify-content:center!important}.cb_template .justify-content-md-between{justify-content:space-between!important}.cb_template .justify-content-md-around{justify-content:space-around!important}.cb_template .align-items-md-start{align-items:flex-start!important}.cb_template .align-items-md-end{align-items:flex-end!important}.cb_template .align-items-md-center{align-items:center!important}.cb_template .align-items-md-baseline{align-items:baseline!important}.cb_template .align-items-md-stretch{align-items:stretch!important}.cb_template .align-content-md-start{align-content:flex-start!important}.cb_template .align-content-md-end{align-content:flex-end!important}.cb_template .align-content-md-center{align-content:center!important}.cb_template .align-content-md-between{align-content:space-between!important}.cb_template .align-content-md-around{align-content:space-around!important}.cb_template .align-content-md-stretch{align-content:stretch!important}.cb_template .align-self-md-auto{align-self:auto!important}.cb_template .align-self-md-start{align-self:flex-start!important}.cb_template .align-self-md-end{align-self:flex-end!important}.cb_template .align-self-md-center{align-self:center!important}.cb_template .align-self-md-baseline{align-self:baseline!important}.cb_template .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.cb_template .flex-lg-row{flex-direction:row!important}.cb_template .flex-lg-column{flex-direction:column!important}.cb_template .flex-lg-row-reverse{flex-direction:row-reverse!important}.cb_template .flex-lg-column-reverse{flex-direction:column-reverse!important}.cb_template .flex-lg-wrap{flex-wrap:wrap!important}.cb_template .flex-lg-nowrap{flex-wrap:nowrap!important}.cb_template .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.cb_template .flex-lg-fill{flex:1 1 auto!important}.cb_template .flex-lg-grow-0{flex-grow:0!important}.cb_template .flex-lg-grow-1{flex-grow:1!important}.cb_template .flex-lg-shrink-0{flex-shrink:0!important}.cb_template .flex-lg-shrink-1{flex-shrink:1!important}.cb_template .justify-content-lg-start{justify-content:flex-start!important}.cb_template .justify-content-lg-end{justify-content:flex-end!important}.cb_template .justify-content-lg-center{justify-content:center!important}.cb_template .justify-content-lg-between{justify-content:space-between!important}.cb_template .justify-content-lg-around{justify-content:space-around!important}.cb_template .align-items-lg-start{align-items:flex-start!important}.cb_template .align-items-lg-end{align-items:flex-end!important}.cb_template .align-items-lg-center{align-items:center!important}.cb_template .align-items-lg-baseline{align-items:baseline!important}.cb_template .align-items-lg-stretch{align-items:stretch!important}.cb_template .align-content-lg-start{align-content:flex-start!important}.cb_template .align-content-lg-end{align-content:flex-end!important}.cb_template .align-content-lg-center{align-content:center!important}.cb_template .align-content-lg-between{align-content:space-between!important}.cb_template .align-content-lg-around{align-content:space-around!important}.cb_template .align-content-lg-stretch{align-content:stretch!important}.cb_template .align-self-lg-auto{align-self:auto!important}.cb_template .align-self-lg-start{align-self:flex-start!important}.cb_template .align-self-lg-end{align-self:flex-end!important}.cb_template .align-self-lg-center{align-self:center!important}.cb_template .align-self-lg-baseline{align-self:baseline!important}.cb_template .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.cb_template .flex-xl-row{flex-direction:row!important}.cb_template .flex-xl-column{flex-direction:column!important}.cb_template .flex-xl-row-reverse{flex-direction:row-reverse!important}.cb_template .flex-xl-column-reverse{flex-direction:column-reverse!important}.cb_template .flex-xl-wrap{flex-wrap:wrap!important}.cb_template .flex-xl-nowrap{flex-wrap:nowrap!important}.cb_template .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.cb_template .flex-xl-fill{flex:1 1 auto!important}.cb_template .flex-xl-grow-0{flex-grow:0!important}.cb_template .flex-xl-grow-1{flex-grow:1!important}.cb_template .flex-xl-shrink-0{flex-shrink:0!important}.cb_template .flex-xl-shrink-1{flex-shrink:1!important}.cb_template .justify-content-xl-start{justify-content:flex-start!important}.cb_template .justify-content-xl-end{justify-content:flex-end!important}.cb_template .justify-content-xl-center{justify-content:center!important}.cb_template .justify-content-xl-between{justify-content:space-between!important}.cb_template .justify-content-xl-around{justify-content:space-around!important}.cb_template .align-items-xl-start{align-items:flex-start!important}.cb_template .align-items-xl-end{align-items:flex-end!important}.cb_template .align-items-xl-center{align-items:center!important}.cb_template .align-items-xl-baseline{align-items:baseline!important}.cb_template .align-items-xl-stretch{align-items:stretch!important}.cb_template .align-content-xl-start{align-content:flex-start!important}.cb_template .align-content-xl-end{align-content:flex-end!important}.cb_template .align-content-xl-center{align-content:center!important}.cb_template .align-content-xl-between{align-content:space-between!important}.cb_template .align-content-xl-around{align-content:space-around!important}.cb_template .align-content-xl-stretch{align-content:stretch!important}.cb_template .align-self-xl-auto{align-self:auto!important}.cb_template .align-self-xl-start{align-self:flex-start!important}.cb_template .align-self-xl-end{align-self:flex-end!important}.cb_template .align-self-xl-center{align-self:center!important}.cb_template .align-self-xl-baseline{align-self:baseline!important}.cb_template .align-self-xl-stretch{align-self:stretch!important}}.cb_template .float-left{float:left!important}.cb_template .float-right{float:right!important}.cb_template .float-none{float:none!important}@media (min-width:576px){.cb_template .float-sm-left{float:left!important}.cb_template .float-sm-right{float:right!important}.cb_template .float-sm-none{float:none!important}}@media (min-width:768px){.cb_template .float-md-left{float:left!important}.cb_template .float-md-right{float:right!important}.cb_template .float-md-none{float:none!important}}@media (min-width:992px){.cb_template .float-lg-left{float:left!important}.cb_template .float-lg-right{float:right!important}.cb_template .float-lg-none{float:none!important}}@media (min-width:1200px){.cb_template .float-xl-left{float:left!important}.cb_template .float-xl-right{float:right!important}.cb_template .float-xl-none{float:none!important}}.cb_template .user-select-all{-webkit-user-select:all!important;user-select:all!important}.cb_template .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.cb_template .user-select-none{-webkit-user-select:none!important;user-select:none!important}.cb_template .overflow-auto{overflow:auto!important}.cb_template .overflow-hidden{overflow:hidden!important}.cb_template .position-static{position:static!important}.cb_template .position-relative{position:relative!important}.cb_template .position-absolute{position:absolute!important}.cb_template .position-fixed{position:fixed!important}.cb_template .position-sticky{position:sticky!important}.cb_template .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.cb_template .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports (position:sticky){.cb_template .sticky-top{position:sticky;top:0;z-index:1020}}.cb_template .sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.cb_template .sr-only-focusable:active,.cb_template .sr-only-focusable:focus{height:auto;overflow:visible;position:static;width:auto;clip:auto;white-space:normal}.cb_template .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.cb_template .shadow{box-shadow:0 .5rem 1rem #00000026!important}.cb_template .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.cb_template .shadow-none{box-shadow:none!important}.cb_template .w-25{width:25%!important}.cb_template .w-50{width:50%!important}.cb_template .w-75{width:75%!important}.cb_template .w-100{width:100%!important}.cb_template .w-auto{width:auto!important}.cb_template .h-25{height:25%!important}.cb_template .h-50{height:50%!important}.cb_template .h-75{height:75%!important}.cb_template .h-100{height:100%!important}.cb_template .h-auto{height:auto!important}.cb_template .mw-100{max-width:100%!important}.cb_template .mh-100{max-height:100%!important}.cb_template .min-vw-100{min-width:100vw!important}.cb_template .min-vh-100{min-height:100vh!important}.cb_template .vw-100{width:100vw!important}.cb_template .vh-100{height:100vh!important}.cb_template .m-0{margin:0!important}.cb_template .mt-0,.cb_template .my-0{margin-top:0!important}.cb_template .mr-0,.cb_template .mx-0{margin-right:0!important}.cb_template .mb-0,.cb_template .my-0{margin-bottom:0!important}.cb_template .ml-0,.cb_template .mx-0{margin-left:0!important}.cb_template .m-1{margin:.25rem!important}.cb_template .mt-1,.cb_template .my-1{margin-top:.25rem!important}.cb_template .mr-1,.cb_template .mx-1{margin-right:.25rem!important}.cb_template .mb-1,.cb_template .my-1{margin-bottom:.25rem!important}.cb_template .ml-1,.cb_template .mx-1{margin-left:.25rem!important}.cb_template .m-2{margin:.5rem!important}.cb_template .mt-2,.cb_template .my-2{margin-top:.5rem!important}.cb_template .mr-2,.cb_template .mx-2{margin-right:.5rem!important}.cb_template .mb-2,.cb_template .my-2{margin-bottom:.5rem!important}.cb_template .ml-2,.cb_template .mx-2{margin-left:.5rem!important}.cb_template .m-3{margin:1rem!important}.cb_template .mt-3,.cb_template .my-3{margin-top:1rem!important}.cb_template .mr-3,.cb_template .mx-3{margin-right:1rem!important}.cb_template .mb-3,.cb_template .my-3{margin-bottom:1rem!important}.cb_template .ml-3,.cb_template .mx-3{margin-left:1rem!important}.cb_template .m-4{margin:1.5rem!important}.cb_template .mt-4,.cb_template .my-4{margin-top:1.5rem!important}.cb_template .mr-4,.cb_template .mx-4{margin-right:1.5rem!important}.cb_template .mb-4,.cb_template .my-4{margin-bottom:1.5rem!important}.cb_template .ml-4,.cb_template .mx-4{margin-left:1.5rem!important}.cb_template .m-5{margin:3rem!important}.cb_template .mt-5,.cb_template .my-5{margin-top:3rem!important}.cb_template .mr-5,.cb_template .mx-5{margin-right:3rem!important}.cb_template .mb-5,.cb_template .my-5{margin-bottom:3rem!important}.cb_template .ml-5,.cb_template .mx-5{margin-left:3rem!important}.cb_template .p-0{padding:0!important}.cb_template .pt-0,.cb_template .py-0{padding-top:0!important}.cb_template .pr-0,.cb_template .px-0{padding-right:0!important}.cb_template .pb-0,.cb_template .py-0{padding-bottom:0!important}.cb_template .pl-0,.cb_template .px-0{padding-left:0!important}.cb_template .p-1{padding:.25rem!important}.cb_template .pt-1,.cb_template .py-1{padding-top:.25rem!important}.cb_template .pr-1,.cb_template .px-1{padding-right:.25rem!important}.cb_template .pb-1,.cb_template .py-1{padding-bottom:.25rem!important}.cb_template .pl-1,.cb_template .px-1{padding-left:.25rem!important}.cb_template .p-2{padding:.5rem!important}.cb_template .pt-2,.cb_template .py-2{padding-top:.5rem!important}.cb_template .pr-2,.cb_template .px-2{padding-right:.5rem!important}.cb_template .pb-2,.cb_template .py-2{padding-bottom:.5rem!important}.cb_template .pl-2,.cb_template .px-2{padding-left:.5rem!important}.cb_template .p-3{padding:1rem!important}.cb_template .pt-3,.cb_template .py-3{padding-top:1rem!important}.cb_template .pr-3,.cb_template .px-3{padding-right:1rem!important}.cb_template .pb-3,.cb_template .py-3{padding-bottom:1rem!important}.cb_template .pl-3,.cb_template .px-3{padding-left:1rem!important}.cb_template .p-4{padding:1.5rem!important}.cb_template .pt-4,.cb_template .py-4{padding-top:1.5rem!important}.cb_template .pr-4,.cb_template .px-4{padding-right:1.5rem!important}.cb_template .pb-4,.cb_template .py-4{padding-bottom:1.5rem!important}.cb_template .pl-4,.cb_template .px-4{padding-left:1.5rem!important}.cb_template .p-5{padding:3rem!important}.cb_template .pt-5,.cb_template .py-5{padding-top:3rem!important}.cb_template .pr-5,.cb_template .px-5{padding-right:3rem!important}.cb_template .pb-5,.cb_template .py-5{padding-bottom:3rem!important}.cb_template .pl-5,.cb_template .px-5{padding-left:3rem!important}.cb_template .m-n1{margin:-.25rem!important}.cb_template .mt-n1,.cb_template .my-n1{margin-top:-.25rem!important}.cb_template .mr-n1,.cb_template .mx-n1{margin-right:-.25rem!important}.cb_template .mb-n1,.cb_template .my-n1{margin-bottom:-.25rem!important}.cb_template .ml-n1,.cb_template .mx-n1{margin-left:-.25rem!important}.cb_template .m-n2{margin:-.5rem!important}.cb_template .mt-n2,.cb_template .my-n2{margin-top:-.5rem!important}.cb_template .mr-n2,.cb_template .mx-n2{margin-right:-.5rem!important}.cb_template .mb-n2,.cb_template .my-n2{margin-bottom:-.5rem!important}.cb_template .ml-n2,.cb_template .mx-n2{margin-left:-.5rem!important}.cb_template .m-n3{margin:-1rem!important}.cb_template .mt-n3,.cb_template .my-n3{margin-top:-1rem!important}.cb_template .mr-n3,.cb_template .mx-n3{margin-right:-1rem!important}.cb_template .mb-n3,.cb_template .my-n3{margin-bottom:-1rem!important}.cb_template .ml-n3,.cb_template .mx-n3{margin-left:-1rem!important}.cb_template .m-n4{margin:-1.5rem!important}.cb_template .mt-n4,.cb_template .my-n4{margin-top:-1.5rem!important}.cb_template .mr-n4,.cb_template .mx-n4{margin-right:-1.5rem!important}.cb_template .mb-n4,.cb_template .my-n4{margin-bottom:-1.5rem!important}.cb_template .ml-n4,.cb_template .mx-n4{margin-left:-1.5rem!important}.cb_template .m-n5{margin:-3rem!important}.cb_template .mt-n5,.cb_template .my-n5{margin-top:-3rem!important}.cb_template .mr-n5,.cb_template .mx-n5{margin-right:-3rem!important}.cb_template .mb-n5,.cb_template .my-n5{margin-bottom:-3rem!important}.cb_template .ml-n5,.cb_template .mx-n5{margin-left:-3rem!important}.cb_template .m-auto{margin:auto!important}.cb_template .mt-auto,.cb_template .my-auto{margin-top:auto!important}.cb_template .mr-auto,.cb_template .mx-auto{margin-right:auto!important}.cb_template .mb-auto,.cb_template .my-auto{margin-bottom:auto!important}.cb_template .ml-auto,.cb_template .mx-auto{margin-left:auto!important}@media (min-width:576px){.cb_template .m-sm-0{margin:0!important}.cb_template .mt-sm-0,.cb_template .my-sm-0{margin-top:0!important}.cb_template .mr-sm-0,.cb_template .mx-sm-0{margin-right:0!important}.cb_template .mb-sm-0,.cb_template .my-sm-0{margin-bottom:0!important}.cb_template .ml-sm-0,.cb_template .mx-sm-0{margin-left:0!important}.cb_template .m-sm-1{margin:.25rem!important}.cb_template .mt-sm-1,.cb_template .my-sm-1{margin-top:.25rem!important}.cb_template .mr-sm-1,.cb_template .mx-sm-1{margin-right:.25rem!important}.cb_template .mb-sm-1,.cb_template .my-sm-1{margin-bottom:.25rem!important}.cb_template .ml-sm-1,.cb_template .mx-sm-1{margin-left:.25rem!important}.cb_template .m-sm-2{margin:.5rem!important}.cb_template .mt-sm-2,.cb_template .my-sm-2{margin-top:.5rem!important}.cb_template .mr-sm-2,.cb_template .mx-sm-2{margin-right:.5rem!important}.cb_template .mb-sm-2,.cb_template .my-sm-2{margin-bottom:.5rem!important}.cb_template .ml-sm-2,.cb_template .mx-sm-2{margin-left:.5rem!important}.cb_template .m-sm-3{margin:1rem!important}.cb_template .mt-sm-3,.cb_template .my-sm-3{margin-top:1rem!important}.cb_template .mr-sm-3,.cb_template .mx-sm-3{margin-right:1rem!important}.cb_template .mb-sm-3,.cb_template .my-sm-3{margin-bottom:1rem!important}.cb_template .ml-sm-3,.cb_template .mx-sm-3{margin-left:1rem!important}.cb_template .m-sm-4{margin:1.5rem!important}.cb_template .mt-sm-4,.cb_template .my-sm-4{margin-top:1.5rem!important}.cb_template .mr-sm-4,.cb_template .mx-sm-4{margin-right:1.5rem!important}.cb_template .mb-sm-4,.cb_template .my-sm-4{margin-bottom:1.5rem!important}.cb_template .ml-sm-4,.cb_template .mx-sm-4{margin-left:1.5rem!important}.cb_template .m-sm-5{margin:3rem!important}.cb_template .mt-sm-5,.cb_template .my-sm-5{margin-top:3rem!important}.cb_template .mr-sm-5,.cb_template .mx-sm-5{margin-right:3rem!important}.cb_template .mb-sm-5,.cb_template .my-sm-5{margin-bottom:3rem!important}.cb_template .ml-sm-5,.cb_template .mx-sm-5{margin-left:3rem!important}.cb_template .p-sm-0{padding:0!important}.cb_template .pt-sm-0,.cb_template .py-sm-0{padding-top:0!important}.cb_template .pr-sm-0,.cb_template .px-sm-0{padding-right:0!important}.cb_template .pb-sm-0,.cb_template .py-sm-0{padding-bottom:0!important}.cb_template .pl-sm-0,.cb_template .px-sm-0{padding-left:0!important}.cb_template .p-sm-1{padding:.25rem!important}.cb_template .pt-sm-1,.cb_template .py-sm-1{padding-top:.25rem!important}.cb_template .pr-sm-1,.cb_template .px-sm-1{padding-right:.25rem!important}.cb_template .pb-sm-1,.cb_template .py-sm-1{padding-bottom:.25rem!important}.cb_template .pl-sm-1,.cb_template .px-sm-1{padding-left:.25rem!important}.cb_template .p-sm-2{padding:.5rem!important}.cb_template .pt-sm-2,.cb_template .py-sm-2{padding-top:.5rem!important}.cb_template .pr-sm-2,.cb_template .px-sm-2{padding-right:.5rem!important}.cb_template .pb-sm-2,.cb_template .py-sm-2{padding-bottom:.5rem!important}.cb_template .pl-sm-2,.cb_template .px-sm-2{padding-left:.5rem!important}.cb_template .p-sm-3{padding:1rem!important}.cb_template .pt-sm-3,.cb_template .py-sm-3{padding-top:1rem!important}.cb_template .pr-sm-3,.cb_template .px-sm-3{padding-right:1rem!important}.cb_template .pb-sm-3,.cb_template .py-sm-3{padding-bottom:1rem!important}.cb_template .pl-sm-3,.cb_template .px-sm-3{padding-left:1rem!important}.cb_template .p-sm-4{padding:1.5rem!important}.cb_template .pt-sm-4,.cb_template .py-sm-4{padding-top:1.5rem!important}.cb_template .pr-sm-4,.cb_template .px-sm-4{padding-right:1.5rem!important}.cb_template .pb-sm-4,.cb_template .py-sm-4{padding-bottom:1.5rem!important}.cb_template .pl-sm-4,.cb_template .px-sm-4{padding-left:1.5rem!important}.cb_template .p-sm-5{padding:3rem!important}.cb_template .pt-sm-5,.cb_template .py-sm-5{padding-top:3rem!important}.cb_template .pr-sm-5,.cb_template .px-sm-5{padding-right:3rem!important}.cb_template .pb-sm-5,.cb_template .py-sm-5{padding-bottom:3rem!important}.cb_template .pl-sm-5,.cb_template .px-sm-5{padding-left:3rem!important}.cb_template .m-sm-n1{margin:-.25rem!important}.cb_template .mt-sm-n1,.cb_template .my-sm-n1{margin-top:-.25rem!important}.cb_template .mr-sm-n1,.cb_template .mx-sm-n1{margin-right:-.25rem!important}.cb_template .mb-sm-n1,.cb_template .my-sm-n1{margin-bottom:-.25rem!important}.cb_template .ml-sm-n1,.cb_template .mx-sm-n1{margin-left:-.25rem!important}.cb_template .m-sm-n2{margin:-.5rem!important}.cb_template .mt-sm-n2,.cb_template .my-sm-n2{margin-top:-.5rem!important}.cb_template .mr-sm-n2,.cb_template .mx-sm-n2{margin-right:-.5rem!important}.cb_template .mb-sm-n2,.cb_template .my-sm-n2{margin-bottom:-.5rem!important}.cb_template .ml-sm-n2,.cb_template .mx-sm-n2{margin-left:-.5rem!important}.cb_template .m-sm-n3{margin:-1rem!important}.cb_template .mt-sm-n3,.cb_template .my-sm-n3{margin-top:-1rem!important}.cb_template .mr-sm-n3,.cb_template .mx-sm-n3{margin-right:-1rem!important}.cb_template .mb-sm-n3,.cb_template .my-sm-n3{margin-bottom:-1rem!important}.cb_template .ml-sm-n3,.cb_template .mx-sm-n3{margin-left:-1rem!important}.cb_template .m-sm-n4{margin:-1.5rem!important}.cb_template .mt-sm-n4,.cb_template .my-sm-n4{margin-top:-1.5rem!important}.cb_template .mr-sm-n4,.cb_template .mx-sm-n4{margin-right:-1.5rem!important}.cb_template .mb-sm-n4,.cb_template .my-sm-n4{margin-bottom:-1.5rem!important}.cb_template .ml-sm-n4,.cb_template .mx-sm-n4{margin-left:-1.5rem!important}.cb_template .m-sm-n5{margin:-3rem!important}.cb_template .mt-sm-n5,.cb_template .my-sm-n5{margin-top:-3rem!important}.cb_template .mr-sm-n5,.cb_template .mx-sm-n5{margin-right:-3rem!important}.cb_template .mb-sm-n5,.cb_template .my-sm-n5{margin-bottom:-3rem!important}.cb_template .ml-sm-n5,.cb_template .mx-sm-n5{margin-left:-3rem!important}.cb_template .m-sm-auto{margin:auto!important}.cb_template .mt-sm-auto,.cb_template .my-sm-auto{margin-top:auto!important}.cb_template .mr-sm-auto,.cb_template .mx-sm-auto{margin-right:auto!important}.cb_template .mb-sm-auto,.cb_template .my-sm-auto{margin-bottom:auto!important}.cb_template .ml-sm-auto,.cb_template .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.cb_template .m-md-0{margin:0!important}.cb_template .mt-md-0,.cb_template .my-md-0{margin-top:0!important}.cb_template .mr-md-0,.cb_template .mx-md-0{margin-right:0!important}.cb_template .mb-md-0,.cb_template .my-md-0{margin-bottom:0!important}.cb_template .ml-md-0,.cb_template .mx-md-0{margin-left:0!important}.cb_template .m-md-1{margin:.25rem!important}.cb_template .mt-md-1,.cb_template .my-md-1{margin-top:.25rem!important}.cb_template .mr-md-1,.cb_template .mx-md-1{margin-right:.25rem!important}.cb_template .mb-md-1,.cb_template .my-md-1{margin-bottom:.25rem!important}.cb_template .ml-md-1,.cb_template .mx-md-1{margin-left:.25rem!important}.cb_template .m-md-2{margin:.5rem!important}.cb_template .mt-md-2,.cb_template .my-md-2{margin-top:.5rem!important}.cb_template .mr-md-2,.cb_template .mx-md-2{margin-right:.5rem!important}.cb_template .mb-md-2,.cb_template .my-md-2{margin-bottom:.5rem!important}.cb_template .ml-md-2,.cb_template .mx-md-2{margin-left:.5rem!important}.cb_template .m-md-3{margin:1rem!important}.cb_template .mt-md-3,.cb_template .my-md-3{margin-top:1rem!important}.cb_template .mr-md-3,.cb_template .mx-md-3{margin-right:1rem!important}.cb_template .mb-md-3,.cb_template .my-md-3{margin-bottom:1rem!important}.cb_template .ml-md-3,.cb_template .mx-md-3{margin-left:1rem!important}.cb_template .m-md-4{margin:1.5rem!important}.cb_template .mt-md-4,.cb_template .my-md-4{margin-top:1.5rem!important}.cb_template .mr-md-4,.cb_template .mx-md-4{margin-right:1.5rem!important}.cb_template .mb-md-4,.cb_template .my-md-4{margin-bottom:1.5rem!important}.cb_template .ml-md-4,.cb_template .mx-md-4{margin-left:1.5rem!important}.cb_template .m-md-5{margin:3rem!important}.cb_template .mt-md-5,.cb_template .my-md-5{margin-top:3rem!important}.cb_template .mr-md-5,.cb_template .mx-md-5{margin-right:3rem!important}.cb_template .mb-md-5,.cb_template .my-md-5{margin-bottom:3rem!important}.cb_template .ml-md-5,.cb_template .mx-md-5{margin-left:3rem!important}.cb_template .p-md-0{padding:0!important}.cb_template .pt-md-0,.cb_template .py-md-0{padding-top:0!important}.cb_template .pr-md-0,.cb_template .px-md-0{padding-right:0!important}.cb_template .pb-md-0,.cb_template .py-md-0{padding-bottom:0!important}.cb_template .pl-md-0,.cb_template .px-md-0{padding-left:0!important}.cb_template .p-md-1{padding:.25rem!important}.cb_template .pt-md-1,.cb_template .py-md-1{padding-top:.25rem!important}.cb_template .pr-md-1,.cb_template .px-md-1{padding-right:.25rem!important}.cb_template .pb-md-1,.cb_template .py-md-1{padding-bottom:.25rem!important}.cb_template .pl-md-1,.cb_template .px-md-1{padding-left:.25rem!important}.cb_template .p-md-2{padding:.5rem!important}.cb_template .pt-md-2,.cb_template .py-md-2{padding-top:.5rem!important}.cb_template .pr-md-2,.cb_template .px-md-2{padding-right:.5rem!important}.cb_template .pb-md-2,.cb_template .py-md-2{padding-bottom:.5rem!important}.cb_template .pl-md-2,.cb_template .px-md-2{padding-left:.5rem!important}.cb_template .p-md-3{padding:1rem!important}.cb_template .pt-md-3,.cb_template .py-md-3{padding-top:1rem!important}.cb_template .pr-md-3,.cb_template .px-md-3{padding-right:1rem!important}.cb_template .pb-md-3,.cb_template .py-md-3{padding-bottom:1rem!important}.cb_template .pl-md-3,.cb_template .px-md-3{padding-left:1rem!important}.cb_template .p-md-4{padding:1.5rem!important}.cb_template .pt-md-4,.cb_template .py-md-4{padding-top:1.5rem!important}.cb_template .pr-md-4,.cb_template .px-md-4{padding-right:1.5rem!important}.cb_template .pb-md-4,.cb_template .py-md-4{padding-bottom:1.5rem!important}.cb_template .pl-md-4,.cb_template .px-md-4{padding-left:1.5rem!important}.cb_template .p-md-5{padding:3rem!important}.cb_template .pt-md-5,.cb_template .py-md-5{padding-top:3rem!important}.cb_template .pr-md-5,.cb_template .px-md-5{padding-right:3rem!important}.cb_template .pb-md-5,.cb_template .py-md-5{padding-bottom:3rem!important}.cb_template .pl-md-5,.cb_template .px-md-5{padding-left:3rem!important}.cb_template .m-md-n1{margin:-.25rem!important}.cb_template .mt-md-n1,.cb_template .my-md-n1{margin-top:-.25rem!important}.cb_template .mr-md-n1,.cb_template .mx-md-n1{margin-right:-.25rem!important}.cb_template .mb-md-n1,.cb_template .my-md-n1{margin-bottom:-.25rem!important}.cb_template .ml-md-n1,.cb_template .mx-md-n1{margin-left:-.25rem!important}.cb_template .m-md-n2{margin:-.5rem!important}.cb_template .mt-md-n2,.cb_template .my-md-n2{margin-top:-.5rem!important}.cb_template .mr-md-n2,.cb_template .mx-md-n2{margin-right:-.5rem!important}.cb_template .mb-md-n2,.cb_template .my-md-n2{margin-bottom:-.5rem!important}.cb_template .ml-md-n2,.cb_template .mx-md-n2{margin-left:-.5rem!important}.cb_template .m-md-n3{margin:-1rem!important}.cb_template .mt-md-n3,.cb_template .my-md-n3{margin-top:-1rem!important}.cb_template .mr-md-n3,.cb_template .mx-md-n3{margin-right:-1rem!important}.cb_template .mb-md-n3,.cb_template .my-md-n3{margin-bottom:-1rem!important}.cb_template .ml-md-n3,.cb_template .mx-md-n3{margin-left:-1rem!important}.cb_template .m-md-n4{margin:-1.5rem!important}.cb_template .mt-md-n4,.cb_template .my-md-n4{margin-top:-1.5rem!important}.cb_template .mr-md-n4,.cb_template .mx-md-n4{margin-right:-1.5rem!important}.cb_template .mb-md-n4,.cb_template .my-md-n4{margin-bottom:-1.5rem!important}.cb_template .ml-md-n4,.cb_template .mx-md-n4{margin-left:-1.5rem!important}.cb_template .m-md-n5{margin:-3rem!important}.cb_template .mt-md-n5,.cb_template .my-md-n5{margin-top:-3rem!important}.cb_template .mr-md-n5,.cb_template .mx-md-n5{margin-right:-3rem!important}.cb_template .mb-md-n5,.cb_template .my-md-n5{margin-bottom:-3rem!important}.cb_template .ml-md-n5,.cb_template .mx-md-n5{margin-left:-3rem!important}.cb_template .m-md-auto{margin:auto!important}.cb_template .mt-md-auto,.cb_template .my-md-auto{margin-top:auto!important}.cb_template .mr-md-auto,.cb_template .mx-md-auto{margin-right:auto!important}.cb_template .mb-md-auto,.cb_template .my-md-auto{margin-bottom:auto!important}.cb_template .ml-md-auto,.cb_template .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.cb_template .m-lg-0{margin:0!important}.cb_template .mt-lg-0,.cb_template .my-lg-0{margin-top:0!important}.cb_template .mr-lg-0,.cb_template .mx-lg-0{margin-right:0!important}.cb_template .mb-lg-0,.cb_template .my-lg-0{margin-bottom:0!important}.cb_template .ml-lg-0,.cb_template .mx-lg-0{margin-left:0!important}.cb_template .m-lg-1{margin:.25rem!important}.cb_template .mt-lg-1,.cb_template .my-lg-1{margin-top:.25rem!important}.cb_template .mr-lg-1,.cb_template .mx-lg-1{margin-right:.25rem!important}.cb_template .mb-lg-1,.cb_template .my-lg-1{margin-bottom:.25rem!important}.cb_template .ml-lg-1,.cb_template .mx-lg-1{margin-left:.25rem!important}.cb_template .m-lg-2{margin:.5rem!important}.cb_template .mt-lg-2,.cb_template .my-lg-2{margin-top:.5rem!important}.cb_template .mr-lg-2,.cb_template .mx-lg-2{margin-right:.5rem!important}.cb_template .mb-lg-2,.cb_template .my-lg-2{margin-bottom:.5rem!important}.cb_template .ml-lg-2,.cb_template .mx-lg-2{margin-left:.5rem!important}.cb_template .m-lg-3{margin:1rem!important}.cb_template .mt-lg-3,.cb_template .my-lg-3{margin-top:1rem!important}.cb_template .mr-lg-3,.cb_template .mx-lg-3{margin-right:1rem!important}.cb_template .mb-lg-3,.cb_template .my-lg-3{margin-bottom:1rem!important}.cb_template .ml-lg-3,.cb_template .mx-lg-3{margin-left:1rem!important}.cb_template .m-lg-4{margin:1.5rem!important}.cb_template .mt-lg-4,.cb_template .my-lg-4{margin-top:1.5rem!important}.cb_template .mr-lg-4,.cb_template .mx-lg-4{margin-right:1.5rem!important}.cb_template .mb-lg-4,.cb_template .my-lg-4{margin-bottom:1.5rem!important}.cb_template .ml-lg-4,.cb_template .mx-lg-4{margin-left:1.5rem!important}.cb_template .m-lg-5{margin:3rem!important}.cb_template .mt-lg-5,.cb_template .my-lg-5{margin-top:3rem!important}.cb_template .mr-lg-5,.cb_template .mx-lg-5{margin-right:3rem!important}.cb_template .mb-lg-5,.cb_template .my-lg-5{margin-bottom:3rem!important}.cb_template .ml-lg-5,.cb_template .mx-lg-5{margin-left:3rem!important}.cb_template .p-lg-0{padding:0!important}.cb_template .pt-lg-0,.cb_template .py-lg-0{padding-top:0!important}.cb_template .pr-lg-0,.cb_template .px-lg-0{padding-right:0!important}.cb_template .pb-lg-0,.cb_template .py-lg-0{padding-bottom:0!important}.cb_template .pl-lg-0,.cb_template .px-lg-0{padding-left:0!important}.cb_template .p-lg-1{padding:.25rem!important}.cb_template .pt-lg-1,.cb_template .py-lg-1{padding-top:.25rem!important}.cb_template .pr-lg-1,.cb_template .px-lg-1{padding-right:.25rem!important}.cb_template .pb-lg-1,.cb_template .py-lg-1{padding-bottom:.25rem!important}.cb_template .pl-lg-1,.cb_template .px-lg-1{padding-left:.25rem!important}.cb_template .p-lg-2{padding:.5rem!important}.cb_template .pt-lg-2,.cb_template .py-lg-2{padding-top:.5rem!important}.cb_template .pr-lg-2,.cb_template .px-lg-2{padding-right:.5rem!important}.cb_template .pb-lg-2,.cb_template .py-lg-2{padding-bottom:.5rem!important}.cb_template .pl-lg-2,.cb_template .px-lg-2{padding-left:.5rem!important}.cb_template .p-lg-3{padding:1rem!important}.cb_template .pt-lg-3,.cb_template .py-lg-3{padding-top:1rem!important}.cb_template .pr-lg-3,.cb_template .px-lg-3{padding-right:1rem!important}.cb_template .pb-lg-3,.cb_template .py-lg-3{padding-bottom:1rem!important}.cb_template .pl-lg-3,.cb_template .px-lg-3{padding-left:1rem!important}.cb_template .p-lg-4{padding:1.5rem!important}.cb_template .pt-lg-4,.cb_template .py-lg-4{padding-top:1.5rem!important}.cb_template .pr-lg-4,.cb_template .px-lg-4{padding-right:1.5rem!important}.cb_template .pb-lg-4,.cb_template .py-lg-4{padding-bottom:1.5rem!important}.cb_template .pl-lg-4,.cb_template .px-lg-4{padding-left:1.5rem!important}.cb_template .p-lg-5{padding:3rem!important}.cb_template .pt-lg-5,.cb_template .py-lg-5{padding-top:3rem!important}.cb_template .pr-lg-5,.cb_template .px-lg-5{padding-right:3rem!important}.cb_template .pb-lg-5,.cb_template .py-lg-5{padding-bottom:3rem!important}.cb_template .pl-lg-5,.cb_template .px-lg-5{padding-left:3rem!important}.cb_template .m-lg-n1{margin:-.25rem!important}.cb_template .mt-lg-n1,.cb_template .my-lg-n1{margin-top:-.25rem!important}.cb_template .mr-lg-n1,.cb_template .mx-lg-n1{margin-right:-.25rem!important}.cb_template .mb-lg-n1,.cb_template .my-lg-n1{margin-bottom:-.25rem!important}.cb_template .ml-lg-n1,.cb_template .mx-lg-n1{margin-left:-.25rem!important}.cb_template .m-lg-n2{margin:-.5rem!important}.cb_template .mt-lg-n2,.cb_template .my-lg-n2{margin-top:-.5rem!important}.cb_template .mr-lg-n2,.cb_template .mx-lg-n2{margin-right:-.5rem!important}.cb_template .mb-lg-n2,.cb_template .my-lg-n2{margin-bottom:-.5rem!important}.cb_template .ml-lg-n2,.cb_template .mx-lg-n2{margin-left:-.5rem!important}.cb_template .m-lg-n3{margin:-1rem!important}.cb_template .mt-lg-n3,.cb_template .my-lg-n3{margin-top:-1rem!important}.cb_template .mr-lg-n3,.cb_template .mx-lg-n3{margin-right:-1rem!important}.cb_template .mb-lg-n3,.cb_template .my-lg-n3{margin-bottom:-1rem!important}.cb_template .ml-lg-n3,.cb_template .mx-lg-n3{margin-left:-1rem!important}.cb_template .m-lg-n4{margin:-1.5rem!important}.cb_template .mt-lg-n4,.cb_template .my-lg-n4{margin-top:-1.5rem!important}.cb_template .mr-lg-n4,.cb_template .mx-lg-n4{margin-right:-1.5rem!important}.cb_template .mb-lg-n4,.cb_template .my-lg-n4{margin-bottom:-1.5rem!important}.cb_template .ml-lg-n4,.cb_template .mx-lg-n4{margin-left:-1.5rem!important}.cb_template .m-lg-n5{margin:-3rem!important}.cb_template .mt-lg-n5,.cb_template .my-lg-n5{margin-top:-3rem!important}.cb_template .mr-lg-n5,.cb_template .mx-lg-n5{margin-right:-3rem!important}.cb_template .mb-lg-n5,.cb_template .my-lg-n5{margin-bottom:-3rem!important}.cb_template .ml-lg-n5,.cb_template .mx-lg-n5{margin-left:-3rem!important}.cb_template .m-lg-auto{margin:auto!important}.cb_template .mt-lg-auto,.cb_template .my-lg-auto{margin-top:auto!important}.cb_template .mr-lg-auto,.cb_template .mx-lg-auto{margin-right:auto!important}.cb_template .mb-lg-auto,.cb_template .my-lg-auto{margin-bottom:auto!important}.cb_template .ml-lg-auto,.cb_template .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.cb_template .m-xl-0{margin:0!important}.cb_template .mt-xl-0,.cb_template .my-xl-0{margin-top:0!important}.cb_template .mr-xl-0,.cb_template .mx-xl-0{margin-right:0!important}.cb_template .mb-xl-0,.cb_template .my-xl-0{margin-bottom:0!important}.cb_template .ml-xl-0,.cb_template .mx-xl-0{margin-left:0!important}.cb_template .m-xl-1{margin:.25rem!important}.cb_template .mt-xl-1,.cb_template .my-xl-1{margin-top:.25rem!important}.cb_template .mr-xl-1,.cb_template .mx-xl-1{margin-right:.25rem!important}.cb_template .mb-xl-1,.cb_template .my-xl-1{margin-bottom:.25rem!important}.cb_template .ml-xl-1,.cb_template .mx-xl-1{margin-left:.25rem!important}.cb_template .m-xl-2{margin:.5rem!important}.cb_template .mt-xl-2,.cb_template .my-xl-2{margin-top:.5rem!important}.cb_template .mr-xl-2,.cb_template .mx-xl-2{margin-right:.5rem!important}.cb_template .mb-xl-2,.cb_template .my-xl-2{margin-bottom:.5rem!important}.cb_template .ml-xl-2,.cb_template .mx-xl-2{margin-left:.5rem!important}.cb_template .m-xl-3{margin:1rem!important}.cb_template .mt-xl-3,.cb_template .my-xl-3{margin-top:1rem!important}.cb_template .mr-xl-3,.cb_template .mx-xl-3{margin-right:1rem!important}.cb_template .mb-xl-3,.cb_template .my-xl-3{margin-bottom:1rem!important}.cb_template .ml-xl-3,.cb_template .mx-xl-3{margin-left:1rem!important}.cb_template .m-xl-4{margin:1.5rem!important}.cb_template .mt-xl-4,.cb_template .my-xl-4{margin-top:1.5rem!important}.cb_template .mr-xl-4,.cb_template .mx-xl-4{margin-right:1.5rem!important}.cb_template .mb-xl-4,.cb_template .my-xl-4{margin-bottom:1.5rem!important}.cb_template .ml-xl-4,.cb_template .mx-xl-4{margin-left:1.5rem!important}.cb_template .m-xl-5{margin:3rem!important}.cb_template .mt-xl-5,.cb_template .my-xl-5{margin-top:3rem!important}.cb_template .mr-xl-5,.cb_template .mx-xl-5{margin-right:3rem!important}.cb_template .mb-xl-5,.cb_template .my-xl-5{margin-bottom:3rem!important}.cb_template .ml-xl-5,.cb_template .mx-xl-5{margin-left:3rem!important}.cb_template .p-xl-0{padding:0!important}.cb_template .pt-xl-0,.cb_template .py-xl-0{padding-top:0!important}.cb_template .pr-xl-0,.cb_template .px-xl-0{padding-right:0!important}.cb_template .pb-xl-0,.cb_template .py-xl-0{padding-bottom:0!important}.cb_template .pl-xl-0,.cb_template .px-xl-0{padding-left:0!important}.cb_template .p-xl-1{padding:.25rem!important}.cb_template .pt-xl-1,.cb_template .py-xl-1{padding-top:.25rem!important}.cb_template .pr-xl-1,.cb_template .px-xl-1{padding-right:.25rem!important}.cb_template .pb-xl-1,.cb_template .py-xl-1{padding-bottom:.25rem!important}.cb_template .pl-xl-1,.cb_template .px-xl-1{padding-left:.25rem!important}.cb_template .p-xl-2{padding:.5rem!important}.cb_template .pt-xl-2,.cb_template .py-xl-2{padding-top:.5rem!important}.cb_template .pr-xl-2,.cb_template .px-xl-2{padding-right:.5rem!important}.cb_template .pb-xl-2,.cb_template .py-xl-2{padding-bottom:.5rem!important}.cb_template .pl-xl-2,.cb_template .px-xl-2{padding-left:.5rem!important}.cb_template .p-xl-3{padding:1rem!important}.cb_template .pt-xl-3,.cb_template .py-xl-3{padding-top:1rem!important}.cb_template .pr-xl-3,.cb_template .px-xl-3{padding-right:1rem!important}.cb_template .pb-xl-3,.cb_template .py-xl-3{padding-bottom:1rem!important}.cb_template .pl-xl-3,.cb_template .px-xl-3{padding-left:1rem!important}.cb_template .p-xl-4{padding:1.5rem!important}.cb_template .pt-xl-4,.cb_template .py-xl-4{padding-top:1.5rem!important}.cb_template .pr-xl-4,.cb_template .px-xl-4{padding-right:1.5rem!important}.cb_template .pb-xl-4,.cb_template .py-xl-4{padding-bottom:1.5rem!important}.cb_template .pl-xl-4,.cb_template .px-xl-4{padding-left:1.5rem!important}.cb_template .p-xl-5{padding:3rem!important}.cb_template .pt-xl-5,.cb_template .py-xl-5{padding-top:3rem!important}.cb_template .pr-xl-5,.cb_template .px-xl-5{padding-right:3rem!important}.cb_template .pb-xl-5,.cb_template .py-xl-5{padding-bottom:3rem!important}.cb_template .pl-xl-5,.cb_template .px-xl-5{padding-left:3rem!important}.cb_template .m-xl-n1{margin:-.25rem!important}.cb_template .mt-xl-n1,.cb_template .my-xl-n1{margin-top:-.25rem!important}.cb_template .mr-xl-n1,.cb_template .mx-xl-n1{margin-right:-.25rem!important}.cb_template .mb-xl-n1,.cb_template .my-xl-n1{margin-bottom:-.25rem!important}.cb_template .ml-xl-n1,.cb_template .mx-xl-n1{margin-left:-.25rem!important}.cb_template .m-xl-n2{margin:-.5rem!important}.cb_template .mt-xl-n2,.cb_template .my-xl-n2{margin-top:-.5rem!important}.cb_template .mr-xl-n2,.cb_template .mx-xl-n2{margin-right:-.5rem!important}.cb_template .mb-xl-n2,.cb_template .my-xl-n2{margin-bottom:-.5rem!important}.cb_template .ml-xl-n2,.cb_template .mx-xl-n2{margin-left:-.5rem!important}.cb_template .m-xl-n3{margin:-1rem!important}.cb_template .mt-xl-n3,.cb_template .my-xl-n3{margin-top:-1rem!important}.cb_template .mr-xl-n3,.cb_template .mx-xl-n3{margin-right:-1rem!important}.cb_template .mb-xl-n3,.cb_template .my-xl-n3{margin-bottom:-1rem!important}.cb_template .ml-xl-n3,.cb_template .mx-xl-n3{margin-left:-1rem!important}.cb_template .m-xl-n4{margin:-1.5rem!important}.cb_template .mt-xl-n4,.cb_template .my-xl-n4{margin-top:-1.5rem!important}.cb_template .mr-xl-n4,.cb_template .mx-xl-n4{margin-right:-1.5rem!important}.cb_template .mb-xl-n4,.cb_template .my-xl-n4{margin-bottom:-1.5rem!important}.cb_template .ml-xl-n4,.cb_template .mx-xl-n4{margin-left:-1.5rem!important}.cb_template .m-xl-n5{margin:-3rem!important}.cb_template .mt-xl-n5,.cb_template .my-xl-n5{margin-top:-3rem!important}.cb_template .mr-xl-n5,.cb_template .mx-xl-n5{margin-right:-3rem!important}.cb_template .mb-xl-n5,.cb_template .my-xl-n5{margin-bottom:-3rem!important}.cb_template .ml-xl-n5,.cb_template .mx-xl-n5{margin-left:-3rem!important}.cb_template .m-xl-auto{margin:auto!important}.cb_template .mt-xl-auto,.cb_template .my-xl-auto{margin-top:auto!important}.cb_template .mr-xl-auto,.cb_template .mx-xl-auto{margin-right:auto!important}.cb_template .mb-xl-auto,.cb_template .my-xl-auto{margin-bottom:auto!important}.cb_template .ml-xl-auto,.cb_template .mx-xl-auto{margin-left:auto!important}}.cb_template .stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.cb_template .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.cb_template .text-justify{text-align:justify!important}.cb_template .text-wrap{white-space:normal!important}.cb_template .text-nowrap{white-space:nowrap!important}.cb_template .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb_template .text-left{text-align:left!important}.cb_template .text-right{text-align:right!important}.cb_template .text-center{text-align:center!important}@media (min-width:576px){.cb_template .text-sm-left{text-align:left!important}.cb_template .text-sm-right{text-align:right!important}.cb_template .text-sm-center{text-align:center!important}}@media (min-width:768px){.cb_template .text-md-left{text-align:left!important}.cb_template .text-md-right{text-align:right!important}.cb_template .text-md-center{text-align:center!important}}@media (min-width:992px){.cb_template .text-lg-left{text-align:left!important}.cb_template .text-lg-right{text-align:right!important}.cb_template .text-lg-center{text-align:center!important}}@media (min-width:1200px){.cb_template .text-xl-left{text-align:left!important}.cb_template .text-xl-right{text-align:right!important}.cb_template .text-xl-center{text-align:center!important}}.cb_template .text-lowercase{text-transform:lowercase!important}.cb_template .text-uppercase{text-transform:uppercase!important}.cb_template .text-capitalize{text-transform:capitalize!important}.cb_template .font-weight-light{font-weight:300!important}.cb_template .font-weight-lighter{font-weight:lighter!important}.cb_template .font-weight-normal{font-weight:400!important}.cb_template .font-weight-bold{font-weight:700!important}.cb_template .font-weight-bolder{font-weight:bolder!important}.cb_template .font-italic{font-style:italic!important}.cb_template .text-white{color:#fff!important}.cb_template .text-primary{color:#007bff!important}.cb_template a.text-primary:focus,.cb_template a.text-primary:hover{color:#0056b3!important}.cb_template .text-secondary{color:#6c757d!important}.cb_template a.text-secondary:focus,.cb_template a.text-secondary:hover{color:#494f54!important}.cb_template .text-success{color:#28a745!important}.cb_template a.text-success:focus,.cb_template a.text-success:hover{color:#19692c!important}.cb_template .text-info{color:#17a2b8!important}.cb_template a.text-info:focus,.cb_template a.text-info:hover{color:#0f6674!important}.cb_template .text-warning{color:#ffc107!important}.cb_template a.text-warning:focus,.cb_template a.text-warning:hover{color:#ba8b00!important}.cb_template .text-danger{color:#dc3545!important}.cb_template a.text-danger:focus,.cb_template a.text-danger:hover{color:#a71d2a!important}.cb_template .text-light{color:#f8f9fa!important}.cb_template a.text-light:focus,.cb_template a.text-light:hover{color:#cbd3da!important}.cb_template .text-dark{color:#343a40!important}.cb_template a.text-dark:focus,.cb_template a.text-dark:hover{color:#121416!important}.cb_template .text-body{color:#212529!important}.cb_template .text-muted{color:#6c757d!important}.cb_template .text-black-50{color:#00000080!important}.cb_template .text-white-50{color:#ffffff80!important}.cb_template .text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.cb_template .text-decoration-none{text-decoration:none!important}.cb_template .text-break{word-break:break-word!important;word-wrap:break-word!important}.cb_template .text-reset{color:inherit!important}.cb_template .visible{visibility:visible!important}.cb_template .invisible{visibility:hidden!important}@media print{.cb_template *,.cb_template :after,.cb_template :before{box-shadow:none!important;text-shadow:none!important}.cb_template a:not(.btn){text-decoration:underline}.cb_template abbr[title]:after{content:" (" attr(title) ")"}.cb_template pre{white-space:pre-wrap!important}.cb_template blockquote,.cb_template pre{border:1px solid #adb5bd;page-break-inside:avoid}.cb_template img,.cb_template tr{page-break-inside:avoid}.cb_template h2,.cb_template h3,.cb_template p{orphans:3;widows:3}.cb_template h2,.cb_template h3{page-break-after:avoid}@page{.cb_template{size:a3}}.cb_template .container,.cb_template body{min-width:992px!important}.cb_template .navbar{display:none}.cb_template .badge{border:1px solid #000}.cb_template .table{border-collapse:collapse!important}.cb_template .table td,.cb_template .table th{background-color:#fff!important}.cb_template .table-bordered td,.cb_template .table-bordered th{border:1px solid #dee2e6!important}.cb_template .table-dark{color:inherit}.cb_template .table-dark tbody+tbody,.cb_template .table-dark td,.cb_template .table-dark th,.cb_template .table-dark thead th{border-color:#dee2e6}.cb_template .table .thead-dark th{border-color:#dee2e6;color:inherit}}.cb_template .nav.nav-tabs{background-color:initial;border:0;border-bottom:1px solid #dee2e6;box-shadow:none}.cb_template .nav.nav-tabs+.tab-content{border:0;box-shadow:none;padding:0}.cb_template .nav.nav-tabs .nav-link{box-shadow:none}.cb_template .nav.nav-tabs .nav-link.active{background-image:none;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.cb_template .nav.nav-tabs .nav-item:first-of-type .nav-link.active{background-image:none;border-top-left-radius:.25rem;border-top-right-radius:.25rem;box-shadow:none}.cb_template .nav.nav-tabs .nav-link.active:after{display:none}.cb_template .nav.nav-tabs .nav-item:last-of-type .nav-link{box-shadow:none}
.cb_template .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cb_template .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.cb_template .fa-2x{font-size:2em}.cb_template .fa-3x{font-size:3em}.cb_template .fa-4x{font-size:4em}.cb_template .fa-5x{font-size:5em}.cb_template .fa-fw{text-align:center;width:1.28571429em}.cb_template .fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.cb_template .fa-ul>li{position:relative}.cb_template .fa-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.cb_template .fa-li.fa-lg{left:-1.85714286em}.cb_template .fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.cb_template .fa-pull-left{float:left}.cb_template .fa-pull-right{float:right}.cb_template .fa.fa-pull-left{margin-right:.3em}.cb_template .fa.fa-pull-right{margin-left:.3em}.cb_template .fa.pull-left{margin-right:.3em}.cb_template .fa.pull-right{margin-left:.3em}.cb_template .fa-spin{animation:fa-spin 2s linear infinite}.cb_template .fa-pulse{animation:fa-spin 1s steps(8) infinite}.cb_template .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.cb_template .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.cb_template .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.cb_template .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.cb_template .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.cb_template .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.cb_template .fa-stack-1x,.cb_template .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.cb_template .fa-stack-1x{line-height:inherit}.cb_template .fa-stack-2x{font-size:2em}.cb_template .fa-inverse{color:#fff}.cb_template .fa-glass:before{content:"\f000"}.cb_template .fa-music:before{content:"\f001"}.cb_template .fa-search:before{content:"\f002"}.cb_template .fa-envelope-o:before{content:"\f003"}.cb_template .fa-heart:before{content:"\f004"}.cb_template .fa-star:before{content:"\f005"}.cb_template .fa-star-o:before{content:"\f006"}.cb_template .fa-user:before{content:"\f007"}.cb_template .fa-film:before{content:"\f008"}.cb_template .fa-th-large:before{content:"\f009"}.cb_template .fa-th:before{content:"\f00a"}.cb_template .fa-th-list:before{content:"\f00b"}.cb_template .fa-check:before{content:"\f00c"}.cb_template .fa-close:before,.cb_template .fa-remove:before,.cb_template .fa-times:before{content:"\f00d"}.cb_template .fa-search-plus:before{content:"\f00e"}.cb_template .fa-search-minus:before{content:"\f010"}.cb_template .fa-power-off:before{content:"\f011"}.cb_template .fa-signal:before{content:"\f012"}.cb_template .fa-cog:before,.cb_template .fa-gear:before{content:"\f013"}.cb_template .fa-trash-o:before{content:"\f014"}.cb_template .fa-home:before{content:"\f015"}.cb_template .fa-file-o:before{content:"\f016"}.cb_template .fa-clock-o:before{content:"\f017"}.cb_template .fa-road:before{content:"\f018"}.cb_template .fa-download:before{content:"\f019"}.cb_template .fa-arrow-circle-o-down:before{content:"\f01a"}.cb_template .fa-arrow-circle-o-up:before{content:"\f01b"}.cb_template .fa-inbox:before{content:"\f01c"}.cb_template .fa-play-circle-o:before{content:"\f01d"}.cb_template .fa-repeat:before,.cb_template .fa-rotate-right:before{content:"\f01e"}.cb_template .fa-refresh:before{content:"\f021"}.cb_template .fa-list-alt:before{content:"\f022"}.cb_template .fa-lock:before{content:"\f023"}.cb_template .fa-flag:before{content:"\f024"}.cb_template .fa-headphones:before{content:"\f025"}.cb_template .fa-volume-off:before{content:"\f026"}.cb_template .fa-volume-down:before{content:"\f027"}.cb_template .fa-volume-up:before{content:"\f028"}.cb_template .fa-qrcode:before{content:"\f029"}.cb_template .fa-barcode:before{content:"\f02a"}.cb_template .fa-tag:before{content:"\f02b"}.cb_template .fa-tags:before{content:"\f02c"}.cb_template .fa-book:before{content:"\f02d"}.cb_template .fa-bookmark:before{content:"\f02e"}.cb_template .fa-print:before{content:"\f02f"}.cb_template .fa-camera:before{content:"\f030"}.cb_template .fa-font:before{content:"\f031"}.cb_template .fa-bold:before{content:"\f032"}.cb_template .fa-italic:before{content:"\f033"}.cb_template .fa-text-height:before{content:"\f034"}.cb_template .fa-text-width:before{content:"\f035"}.cb_template .fa-align-left:before{content:"\f036"}.cb_template .fa-align-center:before{content:"\f037"}.cb_template .fa-align-right:before{content:"\f038"}.cb_template .fa-align-justify:before{content:"\f039"}.cb_template .fa-list:before{content:"\f03a"}.cb_template .fa-dedent:before,.cb_template .fa-outdent:before{content:"\f03b"}.cb_template .fa-indent:before{content:"\f03c"}.cb_template .fa-video-camera:before{content:"\f03d"}.cb_template .fa-image:before,.cb_template .fa-photo:before,.cb_template .fa-picture-o:before{content:"\f03e"}.cb_template .fa-pencil:before{content:"\f040"}.cb_template .fa-map-marker:before{content:"\f041"}.cb_template .fa-adjust:before{content:"\f042"}.cb_template .fa-tint:before{content:"\f043"}.cb_template .fa-edit:before,.cb_template .fa-pencil-square-o:before{content:"\f044"}.cb_template .fa-share-square-o:before{content:"\f045"}.cb_template .fa-check-square-o:before{content:"\f046"}.cb_template .fa-arrows:before{content:"\f047"}.cb_template .fa-step-backward:before{content:"\f048"}.cb_template .fa-fast-backward:before{content:"\f049"}.cb_template .fa-backward:before{content:"\f04a"}.cb_template .fa-play:before{content:"\f04b"}.cb_template .fa-pause:before{content:"\f04c"}.cb_template .fa-stop:before{content:"\f04d"}.cb_template .fa-forward:before{content:"\f04e"}.cb_template .fa-fast-forward:before{content:"\f050"}.cb_template .fa-step-forward:before{content:"\f051"}.cb_template .fa-eject:before{content:"\f052"}.cb_template .fa-chevron-left:before{content:"\f053"}.cb_template .fa-chevron-right:before{content:"\f054"}.cb_template .fa-plus-circle:before{content:"\f055"}.cb_template .fa-minus-circle:before{content:"\f056"}.cb_template .fa-times-circle:before{content:"\f057"}.cb_template .fa-check-circle:before{content:"\f058"}.cb_template .fa-question-circle:before{content:"\f059"}.cb_template .fa-info-circle:before{content:"\f05a"}.cb_template .fa-crosshairs:before{content:"\f05b"}.cb_template .fa-times-circle-o:before{content:"\f05c"}.cb_template .fa-check-circle-o:before{content:"\f05d"}.cb_template .fa-ban:before{content:"\f05e"}.cb_template .fa-arrow-left:before{content:"\f060"}.cb_template .fa-arrow-right:before{content:"\f061"}.cb_template .fa-arrow-up:before{content:"\f062"}.cb_template .fa-arrow-down:before{content:"\f063"}.cb_template .fa-mail-forward:before,.cb_template .fa-share:before{content:"\f064"}.cb_template .fa-expand:before{content:"\f065"}.cb_template .fa-compress:before{content:"\f066"}.cb_template .fa-plus:before{content:"\f067"}.cb_template .fa-minus:before{content:"\f068"}.cb_template .fa-asterisk:before{content:"\f069"}.cb_template .fa-exclamation-circle:before{content:"\f06a"}.cb_template .fa-gift:before{content:"\f06b"}.cb_template .fa-leaf:before{content:"\f06c"}.cb_template .fa-fire:before{content:"\f06d"}.cb_template .fa-eye:before{content:"\f06e"}.cb_template .fa-eye-slash:before{content:"\f070"}.cb_template .fa-exclamation-triangle:before,.cb_template .fa-warning:before{content:"\f071"}.cb_template .fa-plane:before{content:"\f072"}.cb_template .fa-calendar:before{content:"\f073"}.cb_template .fa-random:before{content:"\f074"}.cb_template .fa-comment:before{content:"\f075"}.cb_template .fa-magnet:before{content:"\f076"}.cb_template .fa-chevron-up:before{content:"\f077"}.cb_template .fa-chevron-down:before{content:"\f078"}.cb_template .fa-retweet:before{content:"\f079"}.cb_template .fa-shopping-cart:before{content:"\f07a"}.cb_template .fa-folder:before{content:"\f07b"}.cb_template .fa-folder-open:before{content:"\f07c"}.cb_template .fa-arrows-v:before{content:"\f07d"}.cb_template .fa-arrows-h:before{content:"\f07e"}.cb_template .fa-bar-chart-o:before,.cb_template .fa-bar-chart:before{content:"\f080"}.cb_template .fa-twitter-square:before{content:"\f081"}.cb_template .fa-facebook-square:before{content:"\f082"}.cb_template .fa-camera-retro:before{content:"\f083"}.cb_template .fa-key:before{content:"\f084"}.cb_template .fa-cogs:before,.cb_template .fa-gears:before{content:"\f085"}.cb_template .fa-comments:before{content:"\f086"}.cb_template .fa-thumbs-o-up:before{content:"\f087"}.cb_template .fa-thumbs-o-down:before{content:"\f088"}.cb_template .fa-star-half:before{content:"\f089"}.cb_template .fa-heart-o:before{content:"\f08a"}.cb_template .fa-sign-out:before{content:"\f08b"}.cb_template .fa-linkedin-square:before{content:"\f08c"}.cb_template .fa-thumb-tack:before{content:"\f08d"}.cb_template .fa-external-link:before{content:"\f08e"}.cb_template .fa-sign-in:before{content:"\f090"}.cb_template .fa-trophy:before{content:"\f091"}.cb_template .fa-github-square:before{content:"\f092"}.cb_template .fa-upload:before{content:"\f093"}.cb_template .fa-lemon-o:before{content:"\f094"}.cb_template .fa-phone:before{content:"\f095"}.cb_template .fa-square-o:before{content:"\f096"}.cb_template .fa-bookmark-o:before{content:"\f097"}.cb_template .fa-phone-square:before{content:"\f098"}.cb_template .fa-twitter:before{content:"\f099"}.cb_template .fa-facebook-f:before,.cb_template .fa-facebook:before{content:"\f09a"}.cb_template .fa-github:before{content:"\f09b"}.cb_template .fa-unlock:before{content:"\f09c"}.cb_template .fa-credit-card:before{content:"\f09d"}.cb_template .fa-feed:before,.cb_template .fa-rss:before{content:"\f09e"}.cb_template .fa-hdd-o:before{content:"\f0a0"}.cb_template .fa-bullhorn:before{content:"\f0a1"}.cb_template .fa-bell:before{content:"\f0f3"}.cb_template .fa-certificate:before{content:"\f0a3"}.cb_template .fa-hand-o-right:before{content:"\f0a4"}.cb_template .fa-hand-o-left:before{content:"\f0a5"}.cb_template .fa-hand-o-up:before{content:"\f0a6"}.cb_template .fa-hand-o-down:before{content:"\f0a7"}.cb_template .fa-arrow-circle-left:before{content:"\f0a8"}.cb_template .fa-arrow-circle-right:before{content:"\f0a9"}.cb_template .fa-arrow-circle-up:before{content:"\f0aa"}.cb_template .fa-arrow-circle-down:before{content:"\f0ab"}.cb_template .fa-globe:before{content:"\f0ac"}.cb_template .fa-wrench:before{content:"\f0ad"}.cb_template .fa-tasks:before{content:"\f0ae"}.cb_template .fa-filter:before{content:"\f0b0"}.cb_template .fa-briefcase:before{content:"\f0b1"}.cb_template .fa-arrows-alt:before{content:"\f0b2"}.cb_template .fa-group:before,.cb_template .fa-users:before{content:"\f0c0"}.cb_template .fa-chain:before,.cb_template .fa-link:before{content:"\f0c1"}.cb_template .fa-cloud:before{content:"\f0c2"}.cb_template .fa-flask:before{content:"\f0c3"}.cb_template .fa-cut:before,.cb_template .fa-scissors:before{content:"\f0c4"}.cb_template .fa-copy:before,.cb_template .fa-files-o:before{content:"\f0c5"}.cb_template .fa-paperclip:before{content:"\f0c6"}.cb_template .fa-floppy-o:before,.cb_template .fa-save:before{content:"\f0c7"}.cb_template .fa-square:before{content:"\f0c8"}.cb_template .fa-bars:before,.cb_template .fa-navicon:before,.cb_template .fa-reorder:before{content:"\f0c9"}.cb_template .fa-list-ul:before{content:"\f0ca"}.cb_template .fa-list-ol:before{content:"\f0cb"}.cb_template .fa-strikethrough:before{content:"\f0cc"}.cb_template .fa-underline:before{content:"\f0cd"}.cb_template .fa-table:before{content:"\f0ce"}.cb_template .fa-magic:before{content:"\f0d0"}.cb_template .fa-truck:before{content:"\f0d1"}.cb_template .fa-pinterest:before{content:"\f0d2"}.cb_template .fa-pinterest-square:before{content:"\f0d3"}.cb_template .fa-google-plus-square:before{content:"\f0d4"}.cb_template .fa-google-plus:before{content:"\f0d5"}.cb_template .fa-money:before{content:"\f0d6"}.cb_template .fa-caret-down:before{content:"\f0d7"}.cb_template .fa-caret-up:before{content:"\f0d8"}.cb_template .fa-caret-left:before{content:"\f0d9"}.cb_template .fa-caret-right:before{content:"\f0da"}.cb_template .fa-columns:before{content:"\f0db"}.cb_template .fa-sort:before,.cb_template .fa-unsorted:before{content:"\f0dc"}.cb_template .fa-sort-desc:before,.cb_template .fa-sort-down:before{content:"\f0dd"}.cb_template .fa-sort-asc:before,.cb_template .fa-sort-up:before{content:"\f0de"}.cb_template .fa-envelope:before{content:"\f0e0"}.cb_template .fa-linkedin:before{content:"\f0e1"}.cb_template .fa-rotate-left:before,.cb_template .fa-undo:before{content:"\f0e2"}.cb_template .fa-gavel:before,.cb_template .fa-legal:before{content:"\f0e3"}.cb_template .fa-dashboard:before,.cb_template .fa-tachometer:before{content:"\f0e4"}.cb_template .fa-comment-o:before{content:"\f0e5"}.cb_template .fa-comments-o:before{content:"\f0e6"}.cb_template .fa-bolt:before,.cb_template .fa-flash:before{content:"\f0e7"}.cb_template .fa-sitemap:before{content:"\f0e8"}.cb_template .fa-umbrella:before{content:"\f0e9"}.cb_template .fa-clipboard:before,.cb_template .fa-paste:before{content:"\f0ea"}.cb_template .fa-lightbulb-o:before{content:"\f0eb"}.cb_template .fa-exchange:before{content:"\f0ec"}.cb_template .fa-cloud-download:before{content:"\f0ed"}.cb_template .fa-cloud-upload:before{content:"\f0ee"}.cb_template .fa-user-md:before{content:"\f0f0"}.cb_template .fa-stethoscope:before{content:"\f0f1"}.cb_template .fa-suitcase:before{content:"\f0f2"}.cb_template .fa-bell-o:before{content:"\f0a2"}.cb_template .fa-coffee:before{content:"\f0f4"}.cb_template .fa-cutlery:before{content:"\f0f5"}.cb_template .fa-file-text-o:before{content:"\f0f6"}.cb_template .fa-building-o:before{content:"\f0f7"}.cb_template .fa-hospital-o:before{content:"\f0f8"}.cb_template .fa-ambulance:before{content:"\f0f9"}.cb_template .fa-medkit:before{content:"\f0fa"}.cb_template .fa-fighter-jet:before{content:"\f0fb"}.cb_template .fa-beer:before{content:"\f0fc"}.cb_template .fa-h-square:before{content:"\f0fd"}.cb_template .fa-plus-square:before{content:"\f0fe"}.cb_template .fa-angle-double-left:before{content:"\f100"}.cb_template .fa-angle-double-right:before{content:"\f101"}.cb_template .fa-angle-double-up:before{content:"\f102"}.cb_template .fa-angle-double-down:before{content:"\f103"}.cb_template .fa-angle-left:before{content:"\f104"}.cb_template .fa-angle-right:before{content:"\f105"}.cb_template .fa-angle-up:before{content:"\f106"}.cb_template .fa-angle-down:before{content:"\f107"}.cb_template .fa-desktop:before{content:"\f108"}.cb_template .fa-laptop:before{content:"\f109"}.cb_template .fa-tablet:before{content:"\f10a"}.cb_template .fa-mobile-phone:before,.cb_template .fa-mobile:before{content:"\f10b"}.cb_template .fa-circle-o:before{content:"\f10c"}.cb_template .fa-quote-left:before{content:"\f10d"}.cb_template .fa-quote-right:before{content:"\f10e"}.cb_template .fa-spinner:before{content:"\f110"}.cb_template .fa-circle:before{content:"\f111"}.cb_template .fa-mail-reply:before,.cb_template .fa-reply:before{content:"\f112"}.cb_template .fa-github-alt:before{content:"\f113"}.cb_template .fa-folder-o:before{content:"\f114"}.cb_template .fa-folder-open-o:before{content:"\f115"}.cb_template .fa-smile-o:before{content:"\f118"}.cb_template .fa-frown-o:before{content:"\f119"}.cb_template .fa-meh-o:before{content:"\f11a"}.cb_template .fa-gamepad:before{content:"\f11b"}.cb_template .fa-keyboard-o:before{content:"\f11c"}.cb_template .fa-flag-o:before{content:"\f11d"}.cb_template .fa-flag-checkered:before{content:"\f11e"}.cb_template .fa-terminal:before{content:"\f120"}.cb_template .fa-code:before{content:"\f121"}.cb_template .fa-mail-reply-all:before,.cb_template .fa-reply-all:before{content:"\f122"}.cb_template .fa-star-half-empty:before,.cb_template .fa-star-half-full:before,.cb_template .fa-star-half-o:before{content:"\f123"}.cb_template .fa-location-arrow:before{content:"\f124"}.cb_template .fa-crop:before{content:"\f125"}.cb_template .fa-code-fork:before{content:"\f126"}.cb_template .fa-chain-broken:before,.cb_template .fa-unlink:before{content:"\f127"}.cb_template .fa-question:before{content:"\f128"}.cb_template .fa-info:before{content:"\f129"}.cb_template .fa-exclamation:before{content:"\f12a"}.cb_template .fa-superscript:before{content:"\f12b"}.cb_template .fa-subscript:before{content:"\f12c"}.cb_template .fa-eraser:before{content:"\f12d"}.cb_template .fa-puzzle-piece:before{content:"\f12e"}.cb_template .fa-microphone:before{content:"\f130"}.cb_template .fa-microphone-slash:before{content:"\f131"}.cb_template .fa-shield:before{content:"\f132"}.cb_template .fa-calendar-o:before{content:"\f133"}.cb_template .fa-fire-extinguisher:before{content:"\f134"}.cb_template .fa-rocket:before{content:"\f135"}.cb_template .fa-maxcdn:before{content:"\f136"}.cb_template .fa-chevron-circle-left:before{content:"\f137"}.cb_template .fa-chevron-circle-right:before{content:"\f138"}.cb_template .fa-chevron-circle-up:before{content:"\f139"}.cb_template .fa-chevron-circle-down:before{content:"\f13a"}.cb_template .fa-html5:before{content:"\f13b"}.cb_template .fa-css3:before{content:"\f13c"}.cb_template .fa-anchor:before{content:"\f13d"}.cb_template .fa-unlock-alt:before{content:"\f13e"}.cb_template .fa-bullseye:before{content:"\f140"}.cb_template .fa-ellipsis-h:before{content:"\f141"}.cb_template .fa-ellipsis-v:before{content:"\f142"}.cb_template .fa-rss-square:before{content:"\f143"}.cb_template .fa-play-circle:before{content:"\f144"}.cb_template .fa-ticket:before{content:"\f145"}.cb_template .fa-minus-square:before{content:"\f146"}.cb_template .fa-minus-square-o:before{content:"\f147"}.cb_template .fa-level-up:before{content:"\f148"}.cb_template .fa-level-down:before{content:"\f149"}.cb_template .fa-check-square:before{content:"\f14a"}.cb_template .fa-pencil-square:before{content:"\f14b"}.cb_template .fa-external-link-square:before{content:"\f14c"}.cb_template .fa-share-square:before{content:"\f14d"}.cb_template .fa-compass:before{content:"\f14e"}.cb_template .fa-caret-square-o-down:before,.cb_template .fa-toggle-down:before{content:"\f150"}.cb_template .fa-caret-square-o-up:before,.cb_template .fa-toggle-up:before{content:"\f151"}.cb_template .fa-caret-square-o-right:before,.cb_template .fa-toggle-right:before{content:"\f152"}.cb_template .fa-eur:before,.cb_template .fa-euro:before{content:"\f153"}.cb_template .fa-gbp:before{content:"\f154"}.cb_template .fa-dollar:before,.cb_template .fa-usd:before{content:"\f155"}.cb_template .fa-inr:before,.cb_template .fa-rupee:before{content:"\f156"}.cb_template .fa-cny:before,.cb_template .fa-jpy:before,.cb_template .fa-rmb:before,.cb_template .fa-yen:before{content:"\f157"}.cb_template .fa-rouble:before,.cb_template .fa-rub:before,.cb_template .fa-ruble:before{content:"\f158"}.cb_template .fa-krw:before,.cb_template .fa-won:before{content:"\f159"}.cb_template .fa-bitcoin:before,.cb_template .fa-btc:before{content:"\f15a"}.cb_template .fa-file:before{content:"\f15b"}.cb_template .fa-file-text:before{content:"\f15c"}.cb_template .fa-sort-alpha-asc:before{content:"\f15d"}.cb_template .fa-sort-alpha-desc:before{content:"\f15e"}.cb_template .fa-sort-amount-asc:before{content:"\f160"}.cb_template .fa-sort-amount-desc:before{content:"\f161"}.cb_template .fa-sort-numeric-asc:before{content:"\f162"}.cb_template .fa-sort-numeric-desc:before{content:"\f163"}.cb_template .fa-thumbs-up:before{content:"\f164"}.cb_template .fa-thumbs-down:before{content:"\f165"}.cb_template .fa-youtube-square:before{content:"\f166"}.cb_template .fa-youtube:before{content:"\f167"}.cb_template .fa-xing:before{content:"\f168"}.cb_template .fa-xing-square:before{content:"\f169"}.cb_template .fa-youtube-play:before{content:"\f16a"}.cb_template .fa-dropbox:before{content:"\f16b"}.cb_template .fa-stack-overflow:before{content:"\f16c"}.cb_template .fa-instagram:before{content:"\f16d"}.cb_template .fa-flickr:before{content:"\f16e"}.cb_template .fa-adn:before{content:"\f170"}.cb_template .fa-bitbucket:before{content:"\f171"}.cb_template .fa-bitbucket-square:before{content:"\f172"}.cb_template .fa-tumblr:before{content:"\f173"}.cb_template .fa-tumblr-square:before{content:"\f174"}.cb_template .fa-long-arrow-down:before{content:"\f175"}.cb_template .fa-long-arrow-up:before{content:"\f176"}.cb_template .fa-long-arrow-left:before{content:"\f177"}.cb_template .fa-long-arrow-right:before{content:"\f178"}.cb_template .fa-apple:before{content:"\f179"}.cb_template .fa-windows:before{content:"\f17a"}.cb_template .fa-android:before{content:"\f17b"}.cb_template .fa-linux:before{content:"\f17c"}.cb_template .fa-dribbble:before{content:"\f17d"}.cb_template .fa-skype:before{content:"\f17e"}.cb_template .fa-foursquare:before{content:"\f180"}.cb_template .fa-trello:before{content:"\f181"}.cb_template .fa-female:before{content:"\f182"}.cb_template .fa-male:before{content:"\f183"}.cb_template .fa-gittip:before,.cb_template .fa-gratipay:before{content:"\f184"}.cb_template .fa-sun-o:before{content:"\f185"}.cb_template .fa-moon-o:before{content:"\f186"}.cb_template .fa-archive:before{content:"\f187"}.cb_template .fa-bug:before{content:"\f188"}.cb_template .fa-vk:before{content:"\f189"}.cb_template .fa-weibo:before{content:"\f18a"}.cb_template .fa-renren:before{content:"\f18b"}.cb_template .fa-pagelines:before{content:"\f18c"}.cb_template .fa-stack-exchange:before{content:"\f18d"}.cb_template .fa-arrow-circle-o-right:before{content:"\f18e"}.cb_template .fa-arrow-circle-o-left:before{content:"\f190"}.cb_template .fa-caret-square-o-left:before,.cb_template .fa-toggle-left:before{content:"\f191"}.cb_template .fa-dot-circle-o:before{content:"\f192"}.cb_template .fa-wheelchair:before{content:"\f193"}.cb_template .fa-vimeo-square:before{content:"\f194"}.cb_template .fa-try:before,.cb_template .fa-turkish-lira:before{content:"\f195"}.cb_template .fa-plus-square-o:before{content:"\f196"}.cb_template .fa-space-shuttle:before{content:"\f197"}.cb_template .fa-slack:before{content:"\f198"}.cb_template .fa-envelope-square:before{content:"\f199"}.cb_template .fa-wordpress:before{content:"\f19a"}.cb_template .fa-openid:before{content:"\f19b"}.cb_template .fa-bank:before,.cb_template .fa-institution:before,.cb_template .fa-university:before{content:"\f19c"}.cb_template .fa-graduation-cap:before,.cb_template .fa-mortar-board:before{content:"\f19d"}.cb_template .fa-yahoo:before{content:"\f19e"}.cb_template .fa-google:before{content:"\f1a0"}.cb_template .fa-reddit:before{content:"\f1a1"}.cb_template .fa-reddit-square:before{content:"\f1a2"}.cb_template .fa-stumbleupon-circle:before{content:"\f1a3"}.cb_template .fa-stumbleupon:before{content:"\f1a4"}.cb_template .fa-delicious:before{content:"\f1a5"}.cb_template .fa-digg:before{content:"\f1a6"}.cb_template .fa-pied-piper-pp:before{content:"\f1a7"}.cb_template .fa-pied-piper-alt:before{content:"\f1a8"}.cb_template .fa-drupal:before{content:"\f1a9"}.cb_template .fa-joomla:before{content:"\f1aa"}.cb_template .fa-language:before{content:"\f1ab"}.cb_template .fa-fax:before{content:"\f1ac"}.cb_template .fa-building:before{content:"\f1ad"}.cb_template .fa-child:before{content:"\f1ae"}.cb_template .fa-paw:before{content:"\f1b0"}.cb_template .fa-spoon:before{content:"\f1b1"}.cb_template .fa-cube:before{content:"\f1b2"}.cb_template .fa-cubes:before{content:"\f1b3"}.cb_template .fa-behance:before{content:"\f1b4"}.cb_template .fa-behance-square:before{content:"\f1b5"}.cb_template .fa-steam:before{content:"\f1b6"}.cb_template .fa-steam-square:before{content:"\f1b7"}.cb_template .fa-recycle:before{content:"\f1b8"}.cb_template .fa-automobile:before,.cb_template .fa-car:before{content:"\f1b9"}.cb_template .fa-cab:before,.cb_template .fa-taxi:before{content:"\f1ba"}.cb_template .fa-tree:before{content:"\f1bb"}.cb_template .fa-spotify:before{content:"\f1bc"}.cb_template .fa-deviantart:before{content:"\f1bd"}.cb_template .fa-soundcloud:before{content:"\f1be"}.cb_template .fa-database:before{content:"\f1c0"}.cb_template .fa-file-pdf-o:before{content:"\f1c1"}.cb_template .fa-file-word-o:before{content:"\f1c2"}.cb_template .fa-file-excel-o:before{content:"\f1c3"}.cb_template .fa-file-powerpoint-o:before{content:"\f1c4"}.cb_template .fa-file-image-o:before,.cb_template .fa-file-photo-o:before,.cb_template .fa-file-picture-o:before{content:"\f1c5"}.cb_template .fa-file-archive-o:before,.cb_template .fa-file-zip-o:before{content:"\f1c6"}.cb_template .fa-file-audio-o:before,.cb_template .fa-file-sound-o:before{content:"\f1c7"}.cb_template .fa-file-movie-o:before,.cb_template .fa-file-video-o:before{content:"\f1c8"}.cb_template .fa-file-code-o:before{content:"\f1c9"}.cb_template .fa-vine:before{content:"\f1ca"}.cb_template .fa-codepen:before{content:"\f1cb"}.cb_template .fa-jsfiddle:before{content:"\f1cc"}.cb_template .fa-life-bouy:before,.cb_template .fa-life-buoy:before,.cb_template .fa-life-ring:before,.cb_template .fa-life-saver:before,.cb_template .fa-support:before{content:"\f1cd"}.cb_template .fa-circle-o-notch:before{content:"\f1ce"}.cb_template .fa-ra:before,.cb_template .fa-rebel:before,.cb_template .fa-resistance:before{content:"\f1d0"}.cb_template .fa-empire:before,.cb_template .fa-ge:before{content:"\f1d1"}.cb_template .fa-git-square:before{content:"\f1d2"}.cb_template .fa-git:before{content:"\f1d3"}.cb_template .fa-hacker-news:before,.cb_template .fa-y-combinator-square:before,.cb_template .fa-yc-square:before{content:"\f1d4"}.cb_template .fa-tencent-weibo:before{content:"\f1d5"}.cb_template .fa-qq:before{content:"\f1d6"}.cb_template .fa-wechat:before,.cb_template .fa-weixin:before{content:"\f1d7"}.cb_template .fa-paper-plane:before,.cb_template .fa-send:before{content:"\f1d8"}.cb_template .fa-paper-plane-o:before,.cb_template .fa-send-o:before{content:"\f1d9"}.cb_template .fa-history:before{content:"\f1da"}.cb_template .fa-circle-thin:before{content:"\f1db"}.cb_template .fa-header:before{content:"\f1dc"}.cb_template .fa-paragraph:before{content:"\f1dd"}.cb_template .fa-sliders:before{content:"\f1de"}.cb_template .fa-share-alt:before{content:"\f1e0"}.cb_template .fa-share-alt-square:before{content:"\f1e1"}.cb_template .fa-bomb:before{content:"\f1e2"}.cb_template .fa-futbol-o:before,.cb_template .fa-soccer-ball-o:before{content:"\f1e3"}.cb_template .fa-tty:before{content:"\f1e4"}.cb_template .fa-binoculars:before{content:"\f1e5"}.cb_template .fa-plug:before{content:"\f1e6"}.cb_template .fa-slideshare:before{content:"\f1e7"}.cb_template .fa-twitch:before{content:"\f1e8"}.cb_template .fa-yelp:before{content:"\f1e9"}.cb_template .fa-newspaper-o:before{content:"\f1ea"}.cb_template .fa-wifi:before{content:"\f1eb"}.cb_template .fa-calculator:before{content:"\f1ec"}.cb_template .fa-paypal:before{content:"\f1ed"}.cb_template .fa-google-wallet:before{content:"\f1ee"}.cb_template .fa-cc-visa:before{content:"\f1f0"}.cb_template .fa-cc-mastercard:before{content:"\f1f1"}.cb_template .fa-cc-discover:before{content:"\f1f2"}.cb_template .fa-cc-amex:before{content:"\f1f3"}.cb_template .fa-cc-paypal:before{content:"\f1f4"}.cb_template .fa-cc-stripe:before{content:"\f1f5"}.cb_template .fa-bell-slash:before{content:"\f1f6"}.cb_template .fa-bell-slash-o:before{content:"\f1f7"}.cb_template .fa-trash:before{content:"\f1f8"}.cb_template .fa-copyright:before{content:"\f1f9"}.cb_template .fa-at:before{content:"\f1fa"}.cb_template .fa-eyedropper:before{content:"\f1fb"}.cb_template .fa-paint-brush:before{content:"\f1fc"}.cb_template .fa-birthday-cake:before{content:"\f1fd"}.cb_template .fa-area-chart:before{content:"\f1fe"}.cb_template .fa-pie-chart:before{content:"\f200"}.cb_template .fa-line-chart:before{content:"\f201"}.cb_template .fa-lastfm:before{content:"\f202"}.cb_template .fa-lastfm-square:before{content:"\f203"}.cb_template .fa-toggle-off:before{content:"\f204"}.cb_template .fa-toggle-on:before{content:"\f205"}.cb_template .fa-bicycle:before{content:"\f206"}.cb_template .fa-bus:before{content:"\f207"}.cb_template .fa-ioxhost:before{content:"\f208"}.cb_template .fa-angellist:before{content:"\f209"}.cb_template .fa-cc:before{content:"\f20a"}.cb_template .fa-ils:before,.cb_template .fa-shekel:before,.cb_template .fa-sheqel:before{content:"\f20b"}.cb_template .fa-meanpath:before{content:"\f20c"}.cb_template .fa-buysellads:before{content:"\f20d"}.cb_template .fa-connectdevelop:before{content:"\f20e"}.cb_template .fa-dashcube:before{content:"\f210"}.cb_template .fa-forumbee:before{content:"\f211"}.cb_template .fa-leanpub:before{content:"\f212"}.cb_template .fa-sellsy:before{content:"\f213"}.cb_template .fa-shirtsinbulk:before{content:"\f214"}.cb_template .fa-simplybuilt:before{content:"\f215"}.cb_template .fa-skyatlas:before{content:"\f216"}.cb_template .fa-cart-plus:before{content:"\f217"}.cb_template .fa-cart-arrow-down:before{content:"\f218"}.cb_template .fa-diamond:before{content:"\f219"}.cb_template .fa-ship:before{content:"\f21a"}.cb_template .fa-user-secret:before{content:"\f21b"}.cb_template .fa-motorcycle:before{content:"\f21c"}.cb_template .fa-street-view:before{content:"\f21d"}.cb_template .fa-heartbeat:before{content:"\f21e"}.cb_template .fa-venus:before{content:"\f221"}.cb_template .fa-mars:before{content:"\f222"}.cb_template .fa-mercury:before{content:"\f223"}.cb_template .fa-intersex:before,.cb_template .fa-transgender:before{content:"\f224"}.cb_template .fa-transgender-alt:before{content:"\f225"}.cb_template .fa-venus-double:before{content:"\f226"}.cb_template .fa-mars-double:before{content:"\f227"}.cb_template .fa-venus-mars:before{content:"\f228"}.cb_template .fa-mars-stroke:before{content:"\f229"}.cb_template .fa-mars-stroke-v:before{content:"\f22a"}.cb_template .fa-mars-stroke-h:before{content:"\f22b"}.cb_template .fa-neuter:before{content:"\f22c"}.cb_template .fa-genderless:before{content:"\f22d"}.cb_template .fa-facebook-official:before{content:"\f230"}.cb_template .fa-pinterest-p:before{content:"\f231"}.cb_template .fa-whatsapp:before{content:"\f232"}.cb_template .fa-server:before{content:"\f233"}.cb_template .fa-user-plus:before{content:"\f234"}.cb_template .fa-user-times:before{content:"\f235"}.cb_template .fa-bed:before,.cb_template .fa-hotel:before{content:"\f236"}.cb_template .fa-viacoin:before{content:"\f237"}.cb_template .fa-train:before{content:"\f238"}.cb_template .fa-subway:before{content:"\f239"}.cb_template .fa-medium:before{content:"\f23a"}.cb_template .fa-y-combinator:before,.cb_template .fa-yc:before{content:"\f23b"}.cb_template .fa-optin-monster:before{content:"\f23c"}.cb_template .fa-opencart:before{content:"\f23d"}.cb_template .fa-expeditedssl:before{content:"\f23e"}.cb_template .fa-battery-4:before,.cb_template .fa-battery-full:before,.cb_template .fa-battery:before{content:"\f240"}.cb_template .fa-battery-3:before,.cb_template .fa-battery-three-quarters:before{content:"\f241"}.cb_template .fa-battery-2:before,.cb_template .fa-battery-half:before{content:"\f242"}.cb_template .fa-battery-1:before,.cb_template .fa-battery-quarter:before{content:"\f243"}.cb_template .fa-battery-0:before,.cb_template .fa-battery-empty:before{content:"\f244"}.cb_template .fa-mouse-pointer:before{content:"\f245"}.cb_template .fa-i-cursor:before{content:"\f246"}.cb_template .fa-object-group:before{content:"\f247"}.cb_template .fa-object-ungroup:before{content:"\f248"}.cb_template .fa-sticky-note:before{content:"\f249"}.cb_template .fa-sticky-note-o:before{content:"\f24a"}.cb_template .fa-cc-jcb:before{content:"\f24b"}.cb_template .fa-cc-diners-club:before{content:"\f24c"}.cb_template .fa-clone:before{content:"\f24d"}.cb_template .fa-balance-scale:before{content:"\f24e"}.cb_template .fa-hourglass-o:before{content:"\f250"}.cb_template .fa-hourglass-1:before,.cb_template .fa-hourglass-start:before{content:"\f251"}.cb_template .fa-hourglass-2:before,.cb_template .fa-hourglass-half:before{content:"\f252"}.cb_template .fa-hourglass-3:before,.cb_template .fa-hourglass-end:before{content:"\f253"}.cb_template .fa-hourglass:before{content:"\f254"}.cb_template .fa-hand-grab-o:before,.cb_template .fa-hand-rock-o:before{content:"\f255"}.cb_template .fa-hand-paper-o:before,.cb_template .fa-hand-stop-o:before{content:"\f256"}.cb_template .fa-hand-scissors-o:before{content:"\f257"}.cb_template .fa-hand-lizard-o:before{content:"\f258"}.cb_template .fa-hand-spock-o:before{content:"\f259"}.cb_template .fa-hand-pointer-o:before{content:"\f25a"}.cb_template .fa-hand-peace-o:before{content:"\f25b"}.cb_template .fa-trademark:before{content:"\f25c"}.cb_template .fa-registered:before{content:"\f25d"}.cb_template .fa-creative-commons:before{content:"\f25e"}.cb_template .fa-gg:before{content:"\f260"}.cb_template .fa-gg-circle:before{content:"\f261"}.cb_template .fa-tripadvisor:before{content:"\f262"}.cb_template .fa-odnoklassniki:before{content:"\f263"}.cb_template .fa-odnoklassniki-square:before{content:"\f264"}.cb_template .fa-get-pocket:before{content:"\f265"}.cb_template .fa-wikipedia-w:before{content:"\f266"}.cb_template .fa-safari:before{content:"\f267"}.cb_template .fa-chrome:before{content:"\f268"}.cb_template .fa-firefox:before{content:"\f269"}.cb_template .fa-opera:before{content:"\f26a"}.cb_template .fa-internet-explorer:before{content:"\f26b"}.cb_template .fa-television:before,.cb_template .fa-tv:before{content:"\f26c"}.cb_template .fa-contao:before{content:"\f26d"}.cb_template .fa-500px:before{content:"\f26e"}.cb_template .fa-amazon:before{content:"\f270"}.cb_template .fa-calendar-plus-o:before{content:"\f271"}.cb_template .fa-calendar-minus-o:before{content:"\f272"}.cb_template .fa-calendar-times-o:before{content:"\f273"}.cb_template .fa-calendar-check-o:before{content:"\f274"}.cb_template .fa-industry:before{content:"\f275"}.cb_template .fa-map-pin:before{content:"\f276"}.cb_template .fa-map-signs:before{content:"\f277"}.cb_template .fa-map-o:before{content:"\f278"}.cb_template .fa-map:before{content:"\f279"}.cb_template .fa-commenting:before{content:"\f27a"}.cb_template .fa-commenting-o:before{content:"\f27b"}.cb_template .fa-houzz:before{content:"\f27c"}.cb_template .fa-vimeo:before{content:"\f27d"}.cb_template .fa-black-tie:before{content:"\f27e"}.cb_template .fa-fonticons:before{content:"\f280"}.cb_template .fa-reddit-alien:before{content:"\f281"}.cb_template .fa-edge:before{content:"\f282"}.cb_template .fa-credit-card-alt:before{content:"\f283"}.cb_template .fa-codiepie:before{content:"\f284"}.cb_template .fa-modx:before{content:"\f285"}.cb_template .fa-fort-awesome:before{content:"\f286"}.cb_template .fa-usb:before{content:"\f287"}.cb_template .fa-product-hunt:before{content:"\f288"}.cb_template .fa-mixcloud:before{content:"\f289"}.cb_template .fa-scribd:before{content:"\f28a"}.cb_template .fa-pause-circle:before{content:"\f28b"}.cb_template .fa-pause-circle-o:before{content:"\f28c"}.cb_template .fa-stop-circle:before{content:"\f28d"}.cb_template .fa-stop-circle-o:before{content:"\f28e"}.cb_template .fa-shopping-bag:before{content:"\f290"}.cb_template .fa-shopping-basket:before{content:"\f291"}.cb_template .fa-hashtag:before{content:"\f292"}.cb_template .fa-bluetooth:before{content:"\f293"}.cb_template .fa-bluetooth-b:before{content:"\f294"}.cb_template .fa-percent:before{content:"\f295"}.cb_template .fa-gitlab:before{content:"\f296"}.cb_template .fa-wpbeginner:before{content:"\f297"}.cb_template .fa-wpforms:before{content:"\f298"}.cb_template .fa-envira:before{content:"\f299"}.cb_template .fa-universal-access:before{content:"\f29a"}.cb_template .fa-wheelchair-alt:before{content:"\f29b"}.cb_template .fa-question-circle-o:before{content:"\f29c"}.cb_template .fa-blind:before{content:"\f29d"}.cb_template .fa-audio-description:before{content:"\f29e"}.cb_template .fa-volume-control-phone:before{content:"\f2a0"}.cb_template .fa-braille:before{content:"\f2a1"}.cb_template .fa-assistive-listening-systems:before{content:"\f2a2"}.cb_template .fa-american-sign-language-interpreting:before,.cb_template .fa-asl-interpreting:before{content:"\f2a3"}.cb_template .fa-deaf:before,.cb_template .fa-deafness:before,.cb_template .fa-hard-of-hearing:before{content:"\f2a4"}.cb_template .fa-glide:before{content:"\f2a5"}.cb_template .fa-glide-g:before{content:"\f2a6"}.cb_template .fa-sign-language:before,.cb_template .fa-signing:before{content:"\f2a7"}.cb_template .fa-low-vision:before{content:"\f2a8"}.cb_template .fa-viadeo:before{content:"\f2a9"}.cb_template .fa-viadeo-square:before{content:"\f2aa"}.cb_template .fa-snapchat:before{content:"\f2ab"}.cb_template .fa-snapchat-ghost:before{content:"\f2ac"}.cb_template .fa-snapchat-square:before{content:"\f2ad"}.cb_template .fa-pied-piper:before{content:"\f2ae"}.cb_template .fa-first-order:before{content:"\f2b0"}.cb_template .fa-yoast:before{content:"\f2b1"}.cb_template .fa-themeisle:before{content:"\f2b2"}.cb_template .fa-google-plus-circle:before,.cb_template .fa-google-plus-official:before{content:"\f2b3"}.cb_template .fa-fa:before,.cb_template .fa-font-awesome:before{content:"\f2b4"}.cb_template .fa-handshake-o:before{content:"\f2b5"}.cb_template .fa-envelope-open:before{content:"\f2b6"}.cb_template .fa-envelope-open-o:before{content:"\f2b7"}.cb_template .fa-linode:before{content:"\f2b8"}.cb_template .fa-address-book:before{content:"\f2b9"}.cb_template .fa-address-book-o:before{content:"\f2ba"}.cb_template .fa-address-card:before,.cb_template .fa-vcard:before{content:"\f2bb"}.cb_template .fa-address-card-o:before,.cb_template .fa-vcard-o:before{content:"\f2bc"}.cb_template .fa-user-circle:before{content:"\f2bd"}.cb_template .fa-user-circle-o:before{content:"\f2be"}.cb_template .fa-user-o:before{content:"\f2c0"}.cb_template .fa-id-badge:before{content:"\f2c1"}.cb_template .fa-drivers-license:before,.cb_template .fa-id-card:before{content:"\f2c2"}.cb_template .fa-drivers-license-o:before,.cb_template .fa-id-card-o:before{content:"\f2c3"}.cb_template .fa-quora:before{content:"\f2c4"}.cb_template .fa-free-code-camp:before{content:"\f2c5"}.cb_template .fa-telegram:before{content:"\f2c6"}.cb_template .fa-thermometer-4:before,.cb_template .fa-thermometer-full:before,.cb_template .fa-thermometer:before{content:"\f2c7"}.cb_template .fa-thermometer-3:before,.cb_template .fa-thermometer-three-quarters:before{content:"\f2c8"}.cb_template .fa-thermometer-2:before,.cb_template .fa-thermometer-half:before{content:"\f2c9"}.cb_template .fa-thermometer-1:before,.cb_template .fa-thermometer-quarter:before{content:"\f2ca"}.cb_template .fa-thermometer-0:before,.cb_template .fa-thermometer-empty:before{content:"\f2cb"}.cb_template .fa-shower:before{content:"\f2cc"}.cb_template .fa-bath:before,.cb_template .fa-bathtub:before,.cb_template .fa-s15:before{content:"\f2cd"}.cb_template .fa-podcast:before{content:"\f2ce"}.cb_template .fa-window-maximize:before{content:"\f2d0"}.cb_template .fa-window-minimize:before{content:"\f2d1"}.cb_template .fa-window-restore:before{content:"\f2d2"}.cb_template .fa-times-rectangle:before,.cb_template .fa-window-close:before{content:"\f2d3"}.cb_template .fa-times-rectangle-o:before,.cb_template .fa-window-close-o:before{content:"\f2d4"}.cb_template .fa-bandcamp:before{content:"\f2d5"}.cb_template .fa-grav:before{content:"\f2d6"}.cb_template .fa-etsy:before{content:"\f2d7"}.cb_template .fa-imdb:before{content:"\f2d8"}.cb_template .fa-ravelry:before{content:"\f2d9"}.cb_template .fa-eercast:before{content:"\f2da"}.cb_template .fa-microchip:before{content:"\f2db"}.cb_template .fa-snowflake-o:before{content:"\f2dc"}.cb_template .fa-superpowers:before{content:"\f2dd"}.cb_template .fa-wpexplorer:before{content:"\f2de"}.cb_template .fa-meetup:before{content:"\f2e0"}
@media (prefers-reduced-motion:reduce){.cb_template .spinner-border,.cb_template .spinner-grow{animation-duration:1.5s !important;animation-iteration-count:infinite !important}}.cb_template .form-control{appearance:auto}.cb_template .form-inline{display:flex;flex-flow:row wrap;align-items:center}.cb_template .form-auto joomla-field-fancy-select{width:auto;display:inline-block;max-width:100%;min-width:40%}.cb_template .table>:not(:last-child)>:last-child>*{border-bottom-color:var(--border-color,var(--bs-border-color,#dee2e6))}.cb_template .blockquote-footer{margin-top:0}.cb_template textarea.form-control{min-height:unset}.cb_template .form-select[size]:not([size="1"]),.cb_template [size].custom-select:not([size="1"]){background-color:var(--body-bg,var(--bs-body-bg,#fff));padding-right:0}.cb_template .cbFieldset .cbFieldsetLegend{float:none}.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)>.nav-tabs{margin-bottom:0 !important}.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)>.nav-tabs>.nav-item>.nav-link.active{background-color:var(--nav-tabs-link-active-bg,#fff);background-image:none}.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)>.tab-content{padding-bottom:0 !important}.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)+.cbProfileEditButtons,.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)+.cbRegistrationButtons{margin-top:1.25rem}.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)+.cbProfileEditButtons>div,.site .cb_template .cbTabs[data-theme=cassiopeia]:not(.cbTabsVertical)+.cbRegistrationButtons>div{margin:0}[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn{color:var(--btn-secondary-color,var(--bs-btn-secondary-color,#fff));background:var(--btn-secondary-bg,var(--bs-btn-secondary-bg,#6c757d));border-color:var(--gray-800,var(--bs-gray-800,#343a40))}[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:hover,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:active,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn.active,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:focus,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn.focus,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:hover,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:active,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn.active,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:focus,[data-bs-theme=dark] .admin .cb_template .btn-group-list input[type=radio]:not(:checked)+.btn.focus{background:var(--btn-secondary-bg-hvr,var(--bs-btn-secondary-bg-hvr,#5a6268))}[data-bs-theme=dark] .admin .cb_template .popover-header{color:var(--body-color,var(--bs-body-color,#fff))}[data-bs-theme=dark] .admin .cb_template .select2-container--bootstrap .select2-selection__rendered .select2-selection__choice.badge-primary{background:var(--btn-primary-bg,var(--bs-btn-primary-bg,#007bff))}[data-bs-theme=dark] .admin .cb_template.select2-container--bootstrap .select2-dropdown{--border-color:var(--gray-500,var(--bs-gray-500,$gray-500))}[data-bs-theme=dark] .admin .cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{background:var(--btn-primary-bg,var(--bs-btn-primary-bg,#007bff))}[data-bs-theme=dark] .admin .cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected=false]{background:var(--gray-800,var(--bs-gray-800,#343a40))}[data-bs-theme=dark] .admin .cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-disabled=true],[data-bs-theme=dark] .admin .cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true]{background:var(--body-bg,var(--bs-body-bg,#fff));color:var(--gray-600,var(--bs-gray-600,#6c757d))}.admin .cb_template a[target=_blank]:before{display:none}.admin .cbtoolbaraction.toolbar-options:not(:has(+.cbtoolbaraction)){margin-left:auto}.admin .cbtoolbaraction.toolbar-options:not(:has(+.cbtoolbaraction))+#toolbar-help{margin-left:0 !important}
.cb_template .hidden{display:none!important}.cb_template .bg-body-tertiary{background-color:var(--light,var(--bs-light,#f8f9fa))}.cb_template .mw-25{max-width:25%!important}.cb_template .mw-50{max-width:50%!important}.cb_template .mw-75{max-width:75%!important}.cb_template .mw-none{max-width:none!important}.cb_template .mh-25{max-height:25%!important}.cb_template .mh-50{max-height:50%!important}.cb_template .mh-75{max-height:75%!important}.cb_template .mh-none{max-height:none!important}.cb_template .no-overflow{overflow:hidden!important}.cb_template .auto-overflow{overflow:auto!important}.cb_template .user-select-text{-webkit-user-select:text!important;user-select:text!important}.cb_template .text-wrap{word-break:break-word;word-wrap:break-word;white-space:normal}.cb_template .text-wrapall{word-break:break-all;word-wrap:break-word;white-space:normal}.cb_template .text-overflow{max-width:100%;overflow:hidden;text-overflow:ellipsis}.cb_template .text-wrapoverflow{max-width:100%;overflow-wrap:break-word}.cb_template .text-overline{text-decoration:overline}.cb_template .text-underline{text-decoration:underline}.cb_template .text-strike{text-decoration:line-through}.cb_template .text-plain{text-decoration:none}.cb_template .text-inherit{color:inherit}.cb_template a.text-plain:focus,.cb_template a.text-plain:hover{text-decoration:none}.cb_template a.text-plain:focus{outline:0}.cb_template a.text-inherit:focus,.cb_template a.text-inherit:hover{color:inherit}.cb_template a.text-inherit:focus{outline:0}.cb_template .text-normal{font-size:var(--body-font-size,var(--bs-body-font-size,1rem))}.cb_template .text-large{font-size:calc(var(--body-font-size,var(--bs-body-font-size,1rem))*1.25)}.cb_template .text-small{font-size:calc(var(--body-font-size,var(--bs-body-font-size,1rem))*.875)}.cb_template .bg-none{background:none!important}.cb_template .btn-group-list{display:inline-flex;position:relative;vertical-align:middle}.cb_template .btn-group-list>.btn{border-radius:0;flex:0 1 auto;margin-bottom:0;position:relative}.cb_template .btn-group-list>.btn:hover{z-index:1}.cb_template .btn-group-list>.btn.active,.cb_template .btn-group-list>.btn:active,.cb_template .btn-group-list>.btn:focus{z-index:1}.cb_template .btn-group-list>.btn-group>.btn{border-radius:0;margin-bottom:0}.cb_template .btn-group-list .btn+.btn,.cb_template .btn-group-list .btn+.btn-group-list,.cb_template .btn-group-list .btn-group-list+.btn,.cb_template .btn-group-list .btn-group-list+.btn-group-list{margin-left:calc(var(--border-width,var(--bs-border-width,1px))*-1)}.cb_template .btn-group-list label:first-of-type.btn{border-bottom-left-radius:var(--border-radius,var(--bs-border-radius,.25rem));border-top-left-radius:var(--border-radius,var(--bs-border-radius,.25rem))}.cb_template .btn-group-list label:first-of-type.btn-lg{border-bottom-left-radius:var(--border-radius-lg,var(--bs-border-radius-lg,.3rem));border-top-left-radius:var(--border-radius-lg,var(--bs-border-radius-lg,.3rem))}.cb_template .btn-group-list label:first-of-type.btn-sm{border-bottom-left-radius:var(--border-radius-sm,var(--bs-border-radius-sm,.2rem));border-top-left-radius:var(--border-radius-sm,var(--bs-border-radius-sm,.2rem))}.cb_template .btn-group-list label:last-of-type.btn{border-bottom-right-radius:var(--border-radius,var(--bs-border-radius,.25rem));border-top-right-radius:var(--border-radius,var(--bs-border-radius,.25rem))}.cb_template .btn-group-list label:last-of-type.btn-lg{border-bottom-right-radius:var(--border-radius-lg,var(--bs-border-radius-lg,.3rem));border-top-right-radius:var(--border-radius-lg,var(--bs-border-radius-lg,.3rem))}.cb_template .btn-group-list label:last-of-type.btn-sm{border-bottom-right-radius:var(--border-radius-sm,var(--bs-border-radius-sm,.2rem));border-top-right-radius:var(--border-radius-sm,var(--bs-border-radius-sm,.2rem))}.cb_template .btn-group-list input[type=checkbox],.cb_template .btn-group-list input[type=radio]{display:none!important}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn{background:var(--btn-light-bg,var(--bs-btn-light-bg,#f8f9fa));border-color:var(--border-color,var(--bs-border-color,#dee2e6));color:var(--body-color,var(--bs-body-color,#212529))}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn.active,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn.focus,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:active,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:focus,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn:hover,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn.active,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn.focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:active,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn:hover{background:var(--btn-light-bg-hvr,var(--bs-btn-light-bg-hvr,#e2e6ea))}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-],.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]{background-color:transparent;border-color:#6c757d;color:#6c757d}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:hover,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-].focus,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-].focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-].disabled,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:disabled,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-].disabled,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:disabled{background-color:transparent;color:#6c757d}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled).active,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled):active,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled).active,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled):active,.show>.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-].dropdown-toggle,.show>.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-].dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled).active:focus,.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled):active:focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled).active:focus,.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-]:not(:disabled):not(.disabled):active:focus,.show>.cb_template .btn-group-list input[type=checkbox]:not(:checked)+.btn[class*=btn-outline-].dropdown-toggle:focus,.show>.cb_template .btn-group-list input[type=radio]:not(:checked)+.btn[class*=btn-outline-].dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.cb_template .form-control.input-block,.cb_template .form-select.input-block{display:block!important;width:100%!important}.cb_template .form-control.input-block+.form-control.input-block,.cb_template .form-control.input-block+.form-select.input-block,.cb_template .form-select.input-block+.form-control.input-block,.cb_template .form-select.input-block+.form-select.input-block{margin-top:1rem}.cb_template .form-auto .form-control,.cb_template .form-auto .form-select{display:inline-block;width:auto}.cb_template .form-auto .input-group{width:auto}.cb_template .form-control[type=file]:not(.custom-file-input){height:auto}.cb_template .form-group-block .form-control,.cb_template .form-group-block .form-select,.cb_template .form-group-section{display:block;width:100%}.cb_template .form-group-section .col-form-label{background-color:var(--light,var(--bs-light,#f8f9fa));display:block;margin-bottom:1rem;max-width:100%;padding-left:0;padding-right:0;text-align:center;width:100%}.cb_template .form-group-section .col-form-label+.col,.cb_template .form-group-section .col-form-label+[class*=col-]{display:block;flex:0 0 100%;max-width:100%;width:100%}.cb_template .table .table{background-color:transparent}.cb_template .img-fluid-inline{display:inline-block;height:auto;max-width:100%;min-width:0}.cb_template .content-spacer{display:block;margin-bottom:1rem;margin-top:1rem}.cb_template .card-bg{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;font:0/0 a;height:100%;min-height:150px;position:absolute;width:100%;z-index:1}.cb_template .card-bg-overlay{z-index:2}@media (max-width:575.98px){.cb_template .w-sm-25{width:25%!important}.cb_template .w-sm-50{width:50%!important}.cb_template .w-sm-75{width:75%!important}.cb_template .w-sm-100{width:100%!important}.cb_template .w-sm-auto{width:auto!important}.cb_template .h-sm-25{height:25%!important}.cb_template .h-sm-50{height:50%!important}.cb_template .h-sm-75{height:75%!important}.cb_template .h-sm-100{height:100%!important}.cb_template .h-sm-auto{height:auto!important}.cb_template .mw-sm-25{max-width:25%!important}.cb_template .mw-sm-50{max-width:50%!important}.cb_template .mw-sm-75{max-width:75%!important}.cb_template .mw-sm-100{max-width:100%!important}.cb_template .mh-sm-100,.cb_template .mh-sm-25,.cb_template .mh-sm-50,.cb_template .mh-sm-75{max-height:100%!important}.cb_template .mw-sm-none{max-width:none!important}.cb_template .mh-sm-none{max-height:none!important}.cb_template .btn-sm-block{display:block;width:100%}.cb_template .btn-sm-block+.btn-sm-block{margin-top:.5rem}}@media (max-width:767.98px){.cb_template .w-md-25{width:25%!important}.cb_template .w-md-50{width:50%!important}.cb_template .w-md-75{width:75%!important}.cb_template .w-md-100{width:100%!important}.cb_template .w-md-auto{width:auto!important}.cb_template .h-md-25{height:25%!important}.cb_template .h-md-50{height:50%!important}.cb_template .h-md-75{height:75%!important}.cb_template .h-md-100{height:100%!important}.cb_template .h-md-auto{height:auto!important}.cb_template .mw-md-25{max-width:25%!important}.cb_template .mw-md-50{max-width:50%!important}.cb_template .mw-md-75{max-width:75%!important}.cb_template .mw-md-100{max-width:100%!important}.cb_template .mh-md-100,.cb_template .mh-md-25,.cb_template .mh-md-50,.cb_template .mh-md-75{max-height:100%!important}.cb_template .mw-md-none{max-width:none!important}.cb_template .mh-md-none{max-height:none!important}.cb_template .btn-md-block{display:block;width:100%}.cb_template .btn-md-block+.btn-md-block{margin-top:.5rem}}@media (max-width:991.98px){.cb_template .w-lg-25{width:25%!important}.cb_template .w-lg-50{width:50%!important}.cb_template .w-lg-75{width:75%!important}.cb_template .w-lg-100{width:100%!important}.cb_template .w-lg-auto{width:auto!important}.cb_template .h-lg-25{height:25%!important}.cb_template .h-lg-50{height:50%!important}.cb_template .h-lg-75{height:75%!important}.cb_template .h-lg-100{height:100%!important}.cb_template .h-lg-auto{height:auto!important}.cb_template .mw-lg-25{max-width:25%!important}.cb_template .mw-lg-50{max-width:50%!important}.cb_template .mw-lg-75{max-width:75%!important}.cb_template .mw-lg-100{max-width:100%!important}.cb_template .mh-lg-100,.cb_template .mh-lg-25,.cb_template .mh-lg-50,.cb_template .mh-lg-75{max-height:100%!important}.cb_template .mw-lg-none{max-width:none!important}.cb_template .mh-lg-none{max-height:none!important}.cb_template .btn-lg-block{display:block;width:100%}.cb_template .btn-lg-block+.btn-lg-block{margin-top:.5rem}}@media (max-width:1199.98px){.cb_template .w-xl-25{width:25%!important}.cb_template .w-xl-50{width:50%!important}.cb_template .w-xl-75{width:75%!important}.cb_template .w-xl-100{width:100%!important}.cb_template .w-xl-auto{width:auto!important}.cb_template .h-xl-25{height:25%!important}.cb_template .h-xl-50{height:50%!important}.cb_template .h-xl-75{height:75%!important}.cb_template .h-xl-100{height:100%!important}.cb_template .h-xl-auto{height:auto!important}.cb_template .mw-xl-25{max-width:25%!important}.cb_template .mw-xl-50{max-width:50%!important}.cb_template .mw-xl-75{max-width:75%!important}.cb_template .mw-xl-100{max-width:100%!important}.cb_template .mh-xl-100,.cb_template .mh-xl-25,.cb_template .mh-xl-50,.cb_template .mh-xl-75{max-height:100%!important}.cb_template .mw-xl-none{max-width:none!important}.cb_template .mh-xl-none{max-height:none!important}.cb_template .btn-xl-block{display:block;width:100%}.cb_template .btn-xl-block+.btn-xl-block{margin-top:.5rem}}.cb_template .custom-control-input.is-invalid::placeholder,.cb_template .custom-control-input:invalid::placeholder,.cb_template .custom-file-input.is-invalid::placeholder,.cb_template .custom-file-input:invalid::placeholder,.cb_template .custom-select.is-invalid::placeholder,.cb_template .custom-select:invalid::placeholder,.cb_template .form-control.is-invalid::placeholder,.cb_template .form-control:invalid::placeholder,.cb_template .form-select.is-invalid::placeholder,.cb_template .form-select:invalid::placeholder{color:var(--danger,var(--bs-danger,#dc3545))}.cb_template .input-group>.custom-file.flex-grow-0,.cb_template .input-group>.custom-select.flex-grow-0,.cb_template .input-group>.form-control-plaintext.flex-grow-0,.cb_template .input-group>.form-control.flex-grow-0,.cb_template .input-group>.form-select.flex-grow-0{flex-basis:auto}.cb_template .flex-auto{flex:0 0 auto!important}.cb_template .border-transparent{border-color:transparent!important}.cb_template .fa{font-family:FontAwesome,Font Awesome\ 6 Free,Font Awesome\ 6 Brands,Font Awesome\ 6 Pro,Font Awesome\ 5 Free,Font Awesome\ 5 Brands,Font Awesome\ 5 Pro}.cb_template .fa-before:before,.cb_template .fa:before{display:inline-block;font-family:FontAwesome,Font Awesome\ 6 Free,Font Awesome\ 6 Brands,Font Awesome\ 6 Pro,Font Awesome\ 5 Free,Font Awesome\ 5 Brands,Font Awesome\ 5 Pro;font-style:inherit;line-height:inherit}.cb_template .fa-only{font:0/0 a}.cb_template .fa-only:before{font-size:medium}.cb_template .fa-only .fa-before:not(.text-small):not(.text-large),.cb_template .fa-only .fa:not(.text-small):not(.text-large){font-size:medium}.cb_template.qtip{display:none;max-width:none;padding:0}.cb_template.qtip>.qtip-close{border-style:none;opacity:.8;right:20px;top:3px}.cb_template.qtip>.qtip-close:hover{opacity:1}.cb_template.qtip>.qtip-close>span{color:var(--gray-600,var(--bs-gray-600,#6c757d));text-shadow:0 0 0 var(--light,var(--bs-light,#f8f9fa))}.cb_template .qtip-titlebar{overflow:auto;text-align:left;word-wrap:break-word;font-weight:400}.cb_template .qtip-titlebar .qtip-close{background:none;border:0;margin-top:0;opacity:.8;right:7px;top:5px}.cb_template .qtip-titlebar .qtip-close:hover{opacity:1}.cb_template .qtip-titlebar .qtip-close>span{color:var(--gray-600,var(--bs-gray-600,#6c757d))}.cb_template .qtip-content{overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cb_template.qtip-nostyle{background-color:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0}.cb_template.qtip-nostyle .qtip-content{border:0;margin:0;overflow:visible;padding:0}.cb_template.qtip-nostyle .qtip-close,.cb_template.qtip-nostyle .qtip-titlebar{display:none}.cb_template.qtip-menu .dropdown-menu{float:none;position:relative}.cb_template.qtip-simple{display:none;opacity:1}.cb_template.qtip-simple .qtip-titlebar{display:none}.cb_template.qtip-canvas{padding:0}.cb_template.qtip-canvas .qtip-titlebar{display:none}.cb_template.qtip-canvas .qtip-content{padding:0}.cb_template.qtip-canvas .qtip-content .cbCanvasLayout{border:0;margin:0;width:100%}.cb_template.qtip-overlay{background-color:#000;cursor:pointer;height:100%;left:0;opacity:.7;position:fixed;top:0;width:100%}.cb_template.qtip-modal{box-shadow:none;max-width:98%}.cb_template.qtip-modal.qtip-fixed{max-height:98%}#qtip-overlay.cb_template{cursor:pointer;display:block!important;opacity:1!important}.cb_template.qtip-nowidth{max-width:600px}.cb_template .select2-hidden-accessible.form-control.is-valid+.form-control.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-control.is-valid+.form-select.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-select.is-valid+.form-control.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-select.is-valid+.form-select.select2-container--bootstrap{border-color:var(--form-valid-border-color,var(--bs-form-valid-border-color,#28a745))}.cb_template .select2-hidden-accessible.form-control.is-valid+.form-control.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-control.is-valid+.form-select.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-select.is-valid+.form-control.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-select.is-valid+.form-select.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled){border-color:var(--form-valid-border-color,var(--bs-form-valid-border-color,#28a745));box-shadow:0 0 0 var(--focus-ring-width,var(--bs-focus-ring-width,.2rem)) rgba(var(--form-valid-border-color,var(--bs-form-valid-border-color,40,167,69)),.25)}.cb_template .select2-hidden-accessible.form-control.is-invalid+.form-control.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-control.is-invalid+.form-select.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-select.is-invalid+.form-control.select2-container--bootstrap,.cb_template .select2-hidden-accessible.form-select.is-invalid+.form-select.select2-container--bootstrap{border-color:var(--form-invalid-border-color,var(--bs-form-invalid-border-color,#dc3545))}.cb_template .select2-hidden-accessible.form-control.is-invalid+.form-control.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-control.is-invalid+.form-select.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-select.is-invalid+.form-control.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-hidden-accessible.form-select.is-invalid+.form-select.select2-container--bootstrap.select2-container--focus:not(.select2-container--disabled){border-color:var(--form-invalid-border-color,var(--bs-form-invalid-border-color,#dc3545));box-shadow:0 0 0 var(--focus-ring-width,var(--bs-focus-ring-width,.2rem)) rgba(var(--form-invalid-border-color,var(--bs-form-invalid-border-color,220,53,69)),.25)}.cb_template .select2-container--bootstrap{cursor:pointer;outline:none}.cb_template .select2-container--bootstrap.form-control.select2-container--focus:not(.select2-container--disabled),.cb_template .select2-container--bootstrap.form-select.select2-container--focus:not(.select2-container--disabled){border-color:var(--focus,var(--bs-focus,#80bdff));box-shadow:0 0 0 var(--focus-ring-width,var(--bs-focus-ring-width,.2rem)) var(--focus-shadow,var(--bs-focus-shadow,rgba(0,123,255,.25)));outline:0}.cb_template .select2-container--bootstrap.form-control.select2-container--disabled,.cb_template .select2-container--bootstrap.form-select.select2-container--disabled{background-color:var(--form-control-bg-disabled,var(--bs-form-control-bg-disabled,#e9ecef));cursor:not-allowed;opacity:1}.cb_template .select2-container--bootstrap.select2-container--multiple{height:auto}.cb_template .select2-container--bootstrap .select2-selection--multiple{min-height:auto}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{display:block;list-style:none;margin:0;padding:0;white-space:normal;width:100%}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{margin-right:.25rem}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-search--inline,.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{display:inline-block;float:none;line-height:inherit}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{font-weight:400;margin-right:.25rem}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-search--inline:only-child{width:100%}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-search--inline:only-child .select2-search__field{width:100%!important}.cb_template .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:none;border:0;box-shadow:none;height:auto;margin:0;outline:none;padding:0}.cb_template .select2-container--bootstrap .select2-selection--single{background:transparent;border:0;border-radius:0;height:auto;outline:none}.cb_template .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{line-height:inherit;padding:0}.cb_template .select2-container--bootstrap .select2-selection--single .select2-selection__arrow{display:none}.cb_template.select2-container--bootstrap .select2-dropdown.select2-dropdown--above{border-bottom:0!important}.cb_template.select2-container--bootstrap .select2-dropdown.select2-dropdown--below{border-top:0!important}.cb_template.select2-container--bootstrap .select2-dropdown .select2-search__field{margin:0}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options{list-style:none;margin:0;padding:0}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options:not(.select2-results__options--nested){max-height:200px;overflow-x:hidden;overflow-y:auto}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option{background:var(--body-bg,var(--bs-body-bg,#fff));color:var(--body-color,var(--bs-body-color,#212529))}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option:empty{display:none}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{background:var(--blue,var(--bs-blue,#007bff));color:var(--white,var(--bs-white,#fff))}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected=false]{background:var(--light,var(--bs-light,#f8f9fa))}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-disabled=true],.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true]{background:transparent;color:var(--gray-600,var(--bs-gray-600,#6c757d));cursor:not-allowed}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options--nested{margin-left:-6px;margin-right:-6px;margin-top:6px}.cb_template.select2-container--bootstrap .select2-dropdown .select2-results .select2-results__options--nested .select2-results__option{padding-left:15px}.cb_template.select2-container--fullwidth{left:0!important;width:100%!important}.cb_template.select2-container--fullwidth .select2-search__field{width:100%!important}.cb_template .rateit.rateit-font .rateit-hover,.cb_template .rateit.rateit-font .rateit-selected{height:100%}.cb_template .rateit.rateit-font button.rateit-reset{height:.7em;margin-top:.25em;vertical-align:top;width:.7em}.cb_template .rateit.rateit-font button.rateit-reset span{height:55%}.cb_template .rateit button.rateit-reset{float:none}.cb_template input[type=color]{min-height:50px;min-width:100px}.cb_template .cbPointsFieldIncrement{cursor:pointer}.cb_template .cbFieldset.cbFieldsetCollapsed>:not(legend):not(.cbFieldsetToggle):not(.cbFieldsetDescription){display:none!important}.cb_template .cbFieldset .cbFieldsetCollapse,.cb_template .cbFieldset .cbFieldsetExpand{line-height:0}.cb_template .cbValidationMessage{display:block}.cb_template .cbFieldSpan>.cbValidationMessage{display:inline-block;margin:0 0 0 5px;width:auto}.cb_template .cbScroller{position:relative}.cb_template .cbScroller .cbScrollerLeft,.cb_template .cbScroller .cbScrollerRight{height:100%;padding-bottom:5px!important;padding-top:5px!important;position:absolute;top:0;width:20px;z-index:1}.cb_template .cbScroller .cbScrollerLeft>button,.cb_template .cbScroller .cbScrollerRight>button{height:100%;margin:0;width:100%}.cb_template .cbScroller .cbScrollerLeft{left:5px;text-align:left}.cb_template .cbScroller .cbScrollerRight{right:5px;text-align:right}.cb_template .cbScroller .cbScrollerContent{overflow:hidden;white-space:nowrap}.cb_template .cbScroller.cbScrollerWidth{padding-left:30px;padding-right:30px}.cb_template .cbScroller.cbScrollerHeight{padding-bottom:30px;padding-top:30px}.cb_template .cbForceDisplay{display:block!important}.cb_template .cbMoreLess{position:relative}.cb_template .cbMoreLess>a{padding-left:5px}.cb_template .cbMoreLess .cbMoreLessClose,.cb_template .cbMoreLess .cbMoreLessOpen{bottom:0;position:absolute;right:0;text-align:right;width:100%;z-index:1}.cb_template .cbMoreLess .cbMoreLessClose .cbMoreLessButton,.cb_template .cbMoreLess .cbMoreLessOpen .cbMoreLessButton{background-color:var(--body-bg,var(--bs-body-bg,#fff))}.cb_template .cbMoreLess .cbMoreLessClose.fade-edge,.cb_template .cbMoreLess .cbMoreLessOpen.fade-edge{background:transparent linear-gradient(180deg,rgba(var(--body-bg-rgb,var(--bs-body-bg-rgb,255,255,255)),0),var(--body-bg,var(--bs-body-bg,#fff)))}.cb_template .cbMoreLess .cbMoreLessContent{vertical-align:top;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis}.cb_template .cbMoreLess.cbMoreLessOpened .cbMoreLessContent{max-height:none}.cb_template .cbMoreLess.cbMoreLessClosed .cbMoreLessContent{max-height:100px}.cb_template .navbar .navbar-collapse.show{display:block;visibility:visible}.cb_template .cbMenuNavBar .cbNavBarMenu .nav-item.flex-grow-1~.nav-item.flex-grow-1{flex-grow:0!important}.cb_template .cbNavBar .cbNavBarOverflow{display:none}.cb_template .cbNavBar>.cbNavBarOverflowToggle{display:none!important}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMore,.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMoreIcon,.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMoreText{display:none}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowClose{display:block}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowCloseIcon,.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowCloseText{display:inline-block}.cb_template .cbNavBar .cbNavBarContainer{height:auto}.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink{cursor:pointer}.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMore{display:block}.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMoreIcon,.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowMoreText{display:inline-block}.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowClose,.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowCloseIcon,.cb_template .cbNavBar .cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow>.cbNavBarLink .cbNavBarOverflowCloseText{display:none}.cb_template .cbNavBar .cbNavBarSticky{min-height:2.5rem}.cb_template .cbNavBar .cbNavBarSticky>*+*{margin-left:.5rem}@media (max-width:991.98px){.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer{height:auto;overflow:visible}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu{max-height:none}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem{order:unset;width:100%}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem:not(.cbNavBarOverflow){text-align:left!important}.cb_template .cbNavBar>.cbNavBarOverflowToggle:checked~.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow{bottom:0;top:0;width:auto}.cb_template .cbNavBar>.cbNavBarContainer{align-items:start;display:flex;height:2.5rem;overflow:hidden}.cb_template .cbNavBar>.cbNavBarContainer>.cbNavBarMenu{flex-direction:row;max-height:5rem;overflow:visible;position:relative}.cb_template .cbNavBar>.cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem{height:2.5rem}.cb_template .cbNavBar>.cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem>.cbNavBarLink{height:2.5rem}.cb_template .cbNavBar>.cbNavBarContainer>.cbNavBarMenu>.cbNavBarOverflow{background:transparent linear-gradient(90deg,rgba(var(--light-rgb,var(--bs-light-rgb,248,249,250)),0) 0,var(--light,var(--bs-light,#f8f9fa)) 1rem);bottom:2.5rem;display:block;padding-left:2rem;position:absolute;right:0;text-align:right}}.cb_template .cbCanvasLayoutMenu>div:last-child .cbMenuNavBar{--navbar-padding-x:1rem;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.cb_template .cbCanvasLayoutMain>.cbTabsMenuNavBar:first-child,.cb_template .cbCanvasLayoutMain>div:first-child .cbTabsMenuNavBar{--navbar-padding-x:1rem;border-top-left-radius:0!important;border-top-right-radius:0!important}@media (min-width:768px){.cb_template .cbCanvasLayout:hover .cbCanvasLayoutHoverMenu{opacity:1!important}.cb_template .cbCanvasLayout .cbCanvasLayoutHoverMenu.active,.cb_template .cbCanvasLayout .cbCanvasLayoutHoverMenu.open,.cb_template .cbCanvasLayout .cbCanvasLayoutHoverMenu.show{opacity:1!important}.cb_template .cbCanvasLayout .cbCanvasLayoutHoverMenu{opacity:0!important}}.cb_template .cbCanvasLayout.cbCanvasLayoutHover:hover .cbCanvasLayoutHoverHide{opacity:0!important}.cb_template .cbCanvasLayout.cbCanvasLayoutHover:hover .cbCanvasLayoutHoverHide.active,.cb_template .cbCanvasLayout.cbCanvasLayoutHover:hover .cbCanvasLayoutHoverHide.open,.cb_template .cbCanvasLayout.cbCanvasLayoutHover:hover .cbCanvasLayoutHoverHide.show,.cb_template .cbCanvasLayout.cbCanvasLayoutHover:hover .cbCanvasLayoutHoverShow{opacity:1!important}.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutTop{min-height:auto}.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutHoverHide,.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutHoverShow.active,.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutHoverShow.open,.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutHoverShow.show{opacity:1!important}.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutHoverShow{opacity:0!important}.cb_template .cbCanvasLayout.cbCanvasLayoutHover .cbCanvasLayoutFooter{bottom:0;left:0;width:100%;z-index:5}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbCanvasLayoutTop{min-height:100px}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict{max-height:80px}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPictInitial{max-width:80px}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbImagePendingApproval .cbImgCanvasPending,.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbImagePendingApproval .cbImgPictPending{display:inline-block!important}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbImagePendingApproval .cbImgCanvasPending+.cbImgCanvas,.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbImagePendingApproval .cbImgPictPending+.cbImgPict{display:none!important}.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbImagePendingApproval .cbImagePendingApprovalButtons{display:none!important}.cb_template .cbCanvasLayout.cbCanvasLayoutMd .cbCanvasLayoutTop{min-height:150px}.cb_template .cbCanvasLayout.cbCanvasLayoutMd .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict{max-height:130px}.cb_template .cbCanvasLayout.cbCanvasLayoutMd .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPictInitial{max-width:130px}.cb_template .cbCanvasLayout.cbCanvasLayoutLg .cbCanvasLayoutTop{min-height:250px}.cb_template .cbCanvasLayout.cbCanvasLayoutLg .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict{max-height:230px}.cb_template .cbCanvasLayout.cbCanvasLayoutLg .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPictInitial{max-width:230px}.cb_template .cbCanvasLayout .form-control-plaintext{border:0;margin:0!important;padding:0!important}.cb_template .cbCanvasLayout .cbCanvasLayoutTop{min-height:200px}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground{height:100%;left:0;top:0;width:100%;z-index:1}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground *{height:inherit;width:inherit}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImagePendingApproval .cbImgCanvasPending{display:none}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImagePendingApproval .cbImagePendingApprovalButtons{height:auto;left:5px;position:absolute;top:5px;width:auto;z-index:7}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .col-form-label,.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .tab_Description{display:none}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cb_field,.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cb_form_line{flex:1 1 auto;margin:0!important;max-width:100%;padding:0!important;width:100%}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbCanvasLayoutBackgroundImage,.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgCanvas,.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground .cbImgPict,.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutBackground>img{border:0;border-radius:0;box-shadow:none;height:100%;margin:0!important;padding:0!important;width:100%}.cb_template .cbCanvasLayout .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict{max-height:180px}@media (max-width:991.98px){.cb_template .cbCanvasLayout .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPict{max-height:105px}}.cb_template .cbCanvasLayout .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPictInitial{max-width:180px}@media (max-width:991.98px){.cb_template .cbCanvasLayout .cbCanvasLayoutTop+.cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImgPictInitial{max-width:105px}}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutActions{right:0;top:0;width:auto;z-index:6}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutButtons{bottom:0;right:0;width:auto;z-index:6}.cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutInfo{color:var(--light,var(--bs-light,#f8f9fa));text-shadow:-1px -1px 0 var(--dark,var(--bs-dark,#343a40)),1px -1px 0 var(--dark,var(--bs-dark,#343a40)),-1px 1px 0 var(--dark,var(--bs-dark,#343a40)),1px 1px 0 var(--dark,var(--bs-dark,#343a40));z-index:2}@media (max-width:991.98px){.cb_template .cbCanvasLayout .cbCanvasLayoutTop{min-height:125px}}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom.row>div{align-self:flex-start;flex-basis:0;flex-grow:1;max-width:100%}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom.row>div:first-child{flex:0 0 auto;width:100%}@media (min-width:576px){.cb_template .cbCanvasLayout .cbCanvasLayoutBottom.row>div:first-child{display:flex;max-height:72px;max-width:100%;width:auto}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom.row>div:first-child .cbCanvasLayoutPhoto{align-self:flex-end;bottom:0;left:0;padding:10px;position:relative!important}}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto{bottom:10px;left:10px;z-index:3}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImagePendingApproval .cbImgPictPending{display:none}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cbImagePendingApproval .cbImagePendingApprovalButtons{bottom:5px;height:auto;position:absolute;right:5px;width:auto;z-index:7}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_offline,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_online{bottom:-5px;font:0/0 a;left:-5px;position:absolute;z-index:4}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_offline .fa-before:not(.text-small):not(.text-large),.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_offline .fa:not(.text-small):not(.text-large),.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_online .fa-before:not(.text-small):not(.text-large),.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_online .fa:not(.text-small):not(.text-large){font-size:medium}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .col-form-label,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .tab_Description{display:none}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_field,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_form_line{flex:1 1 auto;margin:0!important;max-width:100%;padding:0!important;width:auto}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutPhoto .cb_form_line .cbImgPict:not(.cbImgPictInitial){max-width:100%}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutTitle .cbProfileTitle,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutTitle .cbProfileTitle>h3{border:0!important;font-size:inherit;font-weight:inherit;margin:0!important;overflow:hidden;padding:0!important;text-overflow:ellipsis;word-wrap:normal}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_tab_container,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_tab_content{display:block;margin:0!important}@media (min-width:576px){.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_tab_container,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_tab_content{display:inline-block}}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_form_line{display:inline-block;margin:0!important}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutInfo .cb_form_line+.cb_form_line{margin-left:.5rem!important}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cbCanvasLayoutCounter{display:inline-block;margin:0 .5rem 0 0!important}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cbFieldsContentsTab{align-content:flex-start;display:flex;flex:0 0 100%;flex-direction:row;flex-wrap:wrap}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line{display:inline-flex;margin:0 .5rem 0 0!important;padding:0}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line#cbfr_24 .col-form-label+.cb_field>div:before{content:"";display:inline-block;font-family:FontAwesome,Font Awesome\ 6 Free,Font Awesome\ 6 Brands,Font Awesome\ 6 Pro,Font Awesome\ 5 Free,Font Awesome\ 5 Brands,Font Awesome\ 5 Pro;font-style:inherit;font-weight:var(--fa-style,900);line-height:inherit;padding-right:.25rem}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line#cbfr_25 .col-form-label+.cb_field>div:before{content:"";display:inline-block;font-family:FontAwesome,Font Awesome\ 6 Free,Font Awesome\ 6 Brands,Font Awesome\ 6 Pro,Font Awesome\ 5 Free,Font Awesome\ 5 Brands,Font Awesome\ 5 Pro;font-style:inherit;font-weight:var(--fa-style,900);line-height:inherit;padding-right:.25rem}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line .col-form-label{color:inherit;cursor:text;font-size:inherit;line-height:inherit;order:2}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line .col-form-label+.cb_field{margin-right:.25rem!important;order:1}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line .cb_field,.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line .col-form-label{display:inline-block;flex:none;margin:0!important;max-width:none;padding:0!important;width:auto}.cb_template .cbCanvasLayout .cbCanvasLayoutBottom .cbCanvasLayoutCounters .cb_form_line .form-control-plaintext{color:inherit}.cb_template .cbCanvasLayoutBackgroundImage,.cb_template .cbImgCanvas{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:200px;width:100%}.cb_template .cbFieldIcons{display:inline-block;margin-left:.25rem}.cb_template .cbConnectionPaths .cbImgPict,.cb_template .cbConnectionPaths img{max-width:40px}.cb_template .cbUserListDiv.cbUserListLayoutList>.cbUserListRow:not(:hover){background-color:transparent!important}.cb_template .cbUserListLayoutGrid .cbUserListFieldTitle{color:var(--gray-600,var(--bs-gray-600,#6c757d))}.cb_template .cbValidationImageDataCrop{margin-bottom:5px;margin-top:5px}.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropMsg{font-weight:700;margin-bottom:5px}.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropArea{display:inline-block;overflow:hidden;position:relative}.cb_template .cbValidationImageDataCrop .cbValidationImageDataCropArea .cbValidationImageDataCropSelect{box-shadow:0 0 2000px 2000px rgba(0,0,0,.75);cursor:move;height:25%;position:absolute;width:25%}.cb_template .cbCanvasReposition{display:inline-block;overflow:hidden;position:relative}.cb_template .cbCanvasReposition .cbCanvasRepositionSelect{box-shadow:0 0 2000px 2000px rgba(0,0,0,.75);cursor:move;height:25%;position:absolute;width:25%}.cb_template .cbCanvasHomeLayoutNav,.cb_template .cbCanvasLayoutNav,.cb_template .cbCanvasReposition .cbCanvasRepositionImage,.cb_template .cbEditLayoutNav,.cb_template .cbIntranetLayoutNav,.cb_template .cbRegistrationLayoutNav{width:100%}.cb_template .cbCanvasHomeLayoutNav .cbTabsMenuNavBar,.cb_template .cbCanvasLayoutNav .cbTabsMenuNavBar,.cb_template .cbEditLayoutNav .cbTabsMenuNavBar,.cb_template .cbIntranetLayoutNav .cbTabsMenuNavBar,.cb_template .cbRegistrationLayoutNav .cbTabsMenuNavBar{margin:0!important}@media (min-width:768px){.cb_template .cbCanvasHomeLayoutNav,.cb_template .cbCanvasLayoutNav,.cb_template .cbEditLayoutNav,.cb_template .cbIntranetLayoutNav,.cb_template .cbRegistrationLayoutNav{width:200px}.cb_template .cbCanvasHomeLayoutNav .cbTabNavMenuMore,.cb_template .cbCanvasLayoutNav .cbTabNavMenuMore,.cb_template .cbEditLayoutNav .cbTabNavMenuMore,.cb_template .cbIntranetLayoutNav .cbTabNavMenuMore,.cb_template .cbRegistrationLayoutNav .cbTabNavMenuMore{display:none!important}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer,.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer>.cbNavBarMenu,.cb_template .cbCanvasLayoutNav .cbNavBarContainer,.cb_template .cbCanvasLayoutNav .cbNavBarContainer>.cbNavBarMenu,.cb_template .cbEditLayoutNav .cbNavBarContainer,.cb_template .cbEditLayoutNav .cbNavBarContainer>.cbNavBarMenu,.cb_template .cbIntranetLayoutNav .cbNavBarContainer,.cb_template .cbIntranetLayoutNav .cbNavBarContainer>.cbNavBarMenu,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer>.cbNavBarMenu{flex-direction:column;height:auto;max-height:none;width:100%}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem,.cb_template .cbCanvasLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem,.cb_template .cbEditLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem,.cb_template .cbIntranetLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem{height:auto}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink,.cb_template .cbCanvasLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink,.cb_template .cbEditLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink,.cb_template .cbIntranetLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink{display:flex;height:auto}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink>.badge,.cb_template .cbCanvasLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink>.badge,.cb_template .cbEditLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink>.badge,.cb_template .cbIntranetLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink>.badge,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer>.cbNavBarMenu>.cbNavBarItem .cbNavBarLink>.badge{margin-left:auto}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarItemNested~.cbNavBarOverflow,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarItemNested~.cbNavBarOverflow,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarItemNested~.cbNavBarOverflow,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarItemNested~.cbNavBarOverflow,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarItemNested~.cbNavBarOverflow{background:none;bottom:0;display:block;padding:0}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow{border-top:var(--border-width,var(--bs-border-width,1px)) solid var(--gray-300,var(--bs-gray-300,#dee2e6));position:relative!important}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow>.cbNavBarLink,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow>.cbNavBarLink,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow>.cbNavBarLink,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow>.cbNavBarLink,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow>.cbNavBarLink{align-items:center}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowText,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowText,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowText,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowText,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowText{order:1}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowIcon,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowIcon,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowIcon,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowIcon,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowIcon{margin-left:auto;order:2}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowMoreIcon:before,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowMoreIcon:before,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowMoreIcon:before,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowMoreIcon:before,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowMoreIcon:before{content:""}.cb_template .cbCanvasHomeLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowCloseIcon:before,.cb_template .cbCanvasLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowCloseIcon:before,.cb_template .cbEditLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowCloseIcon:before,.cb_template .cbIntranetLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowCloseIcon:before,.cb_template .cbRegistrationLayoutNav .cbNavBarContainer .cbNavBarOverflow .cbNavBarOverflowCloseIcon:before{content:""}.cb_template .cbCanvasHomeLayoutNav .cbNavBarOverflowToggle:checked~.cbNavBarContainer .cbNavBarItemNested,.cb_template .cbCanvasLayoutNav .cbNavBarOverflowToggle:checked~.cbNavBarContainer .cbNavBarItemNested,.cb_template .cbEditLayoutNav .cbNavBarOverflowToggle:checked~.cbNavBarContainer .cbNavBarItemNested,.cb_template .cbIntranetLayoutNav .cbNavBarOverflowToggle:checked~.cbNavBarContainer .cbNavBarItemNested,.cb_template .cbRegistrationLayoutNav .cbNavBarOverflowToggle:checked~.cbNavBarContainer .cbNavBarItemNested{display:block!important}}@media (min-width:768px){.cb_template .cbEditLayoutNav{width:200px}}@media (max-width:767.98px){.cb_template .cbCanvasLayoutLeftNav{border-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.cb_template .cbCanvasLayoutNav .cbTabsMenuNavBar{border-top-left-radius:0!important;border-top-right-radius:0!important}}.cb_template .cbCanvasHomeLayout .cbMenuNavBar,.cb_template .cbCanvasHomeLayout .cbTabsMenuNavBar{padding:.25rem}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutMiddle,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutRight{width:100%}@media (min-width:768px){.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutRight{width:200px}}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>.cbCanvasHomeLayoutCanvas{height:100px;left:0;overflow:hidden;top:0;width:100%}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>.cbCanvasHomeLayoutCanvas+.cbCanvasHomeLayoutAvatar{margin-top:25px}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>.cbCanvasHomeLayoutCanvas .cbImgCanvas{height:100px}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>.cbCanvasHomeLayoutAvatar .cbImgPict{width:100px}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbProfileTitle{border:0!important;margin:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbProfileTitle>.cb-page-header-title{font-weight:400;margin:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>div>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line{margin:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>div>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.col-form-label{display:none}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>div>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field{flex-basis:100%;max-width:100%;width:100%}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser>div>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext{padding:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status>.cb_field{position:unset}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_offline,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_online{font:0/0 a;position:absolute;right:5px;top:5px;z-index:4}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_offline .fa-before:not(.text-small):not(.text-large),.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_offline .fa:not(.text-small):not(.text-large),.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_online .fa-before:not(.text-small):not(.text-large),.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutUser .cbft_status .cb_online .fa:not(.text-small):not(.text-large){font-size:medium}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutInfo>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab{display:flex;flex-wrap:wrap;gap:.5rem}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutInfo>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line{margin:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutInfo>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext{padding:0!important}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutInfo>.cb_tab_content>.cbFieldsContentsTab{justify-content:center}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line{border:var(--border-width,var(--bs-border-width,1px)) var(--border-style,var(--bs-border-style,solid)) var(--border-color,var(--bs-border-color,#dee2e6));border-radius:var(--border-radius,var(--bs-border-radius,.25rem));flex-grow:1}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.col-form-label{background-color:var(--light,var(--bs-light,#f8f9fa));border-top-left-radius:var(--border-radius,var(--bs-border-radius,.25rem));border-top-right-radius:var(--border-radius,var(--bs-border-radius,.25rem))}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field,.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft>.cbCanvasHomeLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.col-form-label{font-size:calc(var(--body-font-size,var(--bs-body-font-size,1rem))*.875);padding:.25rem;text-align:center}.cb_template .cbCanvasHomeLayout>.cbCanvasHomeLayoutMain>.cbCanvasHomeLayoutLeft .cbCanvasHomeLayoutNav .cbTabsMenuNavBar{margin:0!important}.cb_template .cbIntranetLayout .cbMenuNavBar,.cb_template .cbIntranetLayout .cbTabsMenuNavBar{border-radius:0!important;padding:.25rem}.cb_template .cbIntranetLayout>.cbIntranetLayoutMenu~.cbIntranetLayoutTop{border-top:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop .cbIntranetLayoutName .cbProfileTitle{border:0!important;margin:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop .cbIntranetLayoutName .cbProfileTitle>.cb-page-header-title{font-weight:inherit;margin:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop~.cbIntranetLayoutMain>.cbIntranetLayoutLeft .cbTabsMenuNavBar,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop~.cbIntranetLayoutMain>.cbIntranetLayoutMiddle .cbTabsMenuNavBar{border-top:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutPhoto>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutStats>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutInfo>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutName>.cb_tab_content>.cbFieldsContentsTab{display:flex;flex-direction:column;gap:.5rem}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutPhoto>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutInfo>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutName>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line{margin:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutPhoto>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutStats>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutInfo>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutName>.cb_tab_content>.cbFieldsContentsTab>.cb_form_line>.cb_field>.form-control-plaintext{padding:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutStats>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutInfo>.cb_tab_content>.cbFieldsContentsTab,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutUser>.cbIntranetLayoutName>.cb_tab_content>.cbFieldsContentsTab{flex-direction:row;flex-wrap:wrap}.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutPhoto .cbImgPict{width:100px}@media (min-width:768px){.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutPhoto,.cb_template .cbIntranetLayout>.cbIntranetLayoutTop>.cbIntranetLayoutStats{width:200px}}.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutLeft,.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutMiddle,.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutRight{width:100%}@media (min-width:768px){.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutLeft,.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutRight{width:200px}}@media (max-width:767.98px){.cb_template .cbIntranetLayout>.cbIntranetLayoutMain{border-top:0!important}.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutSeperator{display:none}.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutLeft,.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutMiddle,.cb_template .cbIntranetLayout>.cbIntranetLayoutMain>.cbIntranetLayoutRight{padding-top:0!important}}.cb_template .cbIntranetLayout .cbIntranetLayoutNav .cbTabsMenuNavBar{margin:0!important}@media (min-width:768px){.cb_template .cbIntranetLayout .cbIntranetLayoutNav .cbTabsMenuNavBar{background:none!important;border:0!important;border-radius:0!important;padding:0}}.cb_template .cbTooltip.dropdown>.dropdown-menu{display:none!important}.cb_template .cbDropdownMenu{cursor:pointer;opacity:.6}.cb_template .cbDropdownMenu.active,.cb_template .cbDropdownMenu.open,.cb_template .cbDropdownMenu.show,.cb_template .cbDropdownMenu:hover{opacity:1!important}.cb_template .cbRepeatRowParams>span .form-control,.cb_template .cbRepeatRowParams>span .form-select{vertical-align:middle}.cb_template .cbImgCanvasInitial{filter:brightness(.7)}.cb_template .cbImgPictInitial{height:auto;width:160px}.cb_template .cbImgPictInitial.img-thumbnail{width:170px}.cb_template .cbImgPictInitial.cbThumbPict{width:80px}.cb_template .cbImgPictInitial.cbThumbPict.img-thumbnail{width:90px}.cb_template .cbImageFieldGallery input:checked+label>.cbImgCanvas,.cb_template .cbImageFieldGallery input:checked+label>.cbImgPict,.cb_template .cbImageFieldGallery input:focus+label>.cbImgCanvas,.cb_template .cbImageFieldGallery input:focus+label>.cbImgPict{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.cbTooltipModalOpen,body[class*=cbTooltipModalOpen]{overflow:hidden!important;position:static!important}.cbRegistrationContainer{box-sizing:border-box;display:flex;flex-wrap:wrap}.cbRegistrationContainer .cbRegistrationLogin{box-sizing:border-box;flex:0 0 25%;max-width:25%}.cbRegistrationContainer .cbRegistrationLogin+.cbRegistration{box-sizing:border-box;flex:0 0 75%;max-width:75%;padding-left:1rem}.cb_template .mceEditor table.mceLayout,.cb_template .mce_editable{width:100%!important}.cb_template #cbAdminMainWrapper>.header{display:none}.cb_template .cbTableBrowserRowMenu,.cb_template .cbTableBrowserRowMenu .btn{margin-top:.25rem}.cb_template .cbButtonMenuItem{min-height:200px}.cb_template .cbButtonMenuItem .cbButtonMenuItemContentNoIcon{background-position:top;padding-top:128px}.cb_template .cbButtonMenuItem .cbButtonMenuItemData>span{display:block}.cb_template .cbButtonMenuItem .cbButtonMenuItemData>span .cbFieldSpan{font-weight:700;margin:0;padding:0}.cb_template .cbButtonMenuItem .cbButtonMenuItemData>span .cbLabelSpan label{font-weight:400;margin:0;padding:0}.cb_template .cbButtonMenuItem .cbButtonMenuItemData>span .cbFieldIcons{display:none}.cb_template .cbImportArea{position:relative}.cb_template .cbImportArea .cbImportLabel{height:100%;position:absolute;width:100%;z-index:1}.cb_template .cbImportArea .cbImportUpload{height:100%;margin:0;opacity:0;position:relative;width:100%;z-index:2}@media (min-width:576px){.admin.com_comprofiler .wrapper.open:not(.closed) .sidebar-menu+.container-main{max-width:calc(100% - 18rem)}.admin.com_comprofiler .wrapper.open.closed .sidebar-menu+.container-main{max-width:calc(100% - 3rem)}}.admin .pagetitle.icon-48-communitybuilder{padding-left:0}.admin .header .icon-communitybuilder{display:none}.admin .header .cb_template,.admin .pagetitle .cb_template{color:inherit;font-size:inherit}.admin .header .cb_template span{background-size:100% 100%;color:inherit;display:inline-block;font-size:20px;height:20px;width:20px}.admin .pagetitle .cb_template span{background-size:100% 100%;color:inherit;display:inline-block;font-size:48px;height:48px;margin-right:16px;vertical-align:middle;width:48px}.admin .sidebar-wrapper .cb-nav-container .item-level-4>a{padding-inline-start:4.75rem}.admin .sidebar-wrapper .cb-nav-container .item-level-5>a{padding-inline-start:5.75rem}.admin .sidebar-wrapper .cb-nav-container .item-level-6>a{padding-inline-start:6.75rem}.admin .sidebar-wrapper .cb-nav-container .item-level-7>a{padding-inline-start:7.75rem}.admin .sidebar-wrapper .cb-nav-container .item-level-8>a{padding-inline-start:8.75rem}.admin.com_comprofiler .btn-toolbar.d-flex{gap:.75rem}
.cb_template .btn{font-size:inherit !important}.cb_template .dropdown-menu{font-size:inherit !important}.cb_template .form-control{font-size:inherit !important}div#cbpayOrderContainer{width:95%;margin-left:auto;margin-right:auto;min-width:250px;border:1px solid #ccc;box-shadow:0 2px 5px rgba(183,183,183,0.5);background:#f7f7f7;padding:10px}.cbLostPassForm.cb_template.cb_template_default{width:95%;min-width:250px;margin-left:auto;margin-right:auto;border:1px solid #ccc;box-shadow:0 2px 5px rgba(183,183,183,0.5);background:#f7f7f7;padding:10px}.cb_template.cb_template_default.cbRegistration.cbRegistrationStepped{width:95%;min-width:250px;margin-left:auto;margin-right:auto;border:1px solid #ccc;box-shadow:0 2px 5px rgba(183,183,183,0.5);background:#f7f7f7;padding:10px}.cb_template.cb_template_default.cbProfile{padding-top:30px}.cb_template .form-control{border-radius:0px;font-size:inherit}.cbRegistration.cb_template .col-form-label,.cbEditProfile.cb_template .col-form-label{display:unset}.cbRegistration.cb_template{padding:0px !important}.card.cbRegNameDesc .col-form-label{display:none}label#cblabcbfv_25,label#cblabcbfv_24,div#cbfv_25,div#cbfv_24{border:none;background:none;min-width:auto;color:#fff;width:100%;text-align:left;padding:0px}ul.cbTabsNav.nav.nav-pills.mb-3{display:none}.cbTabsMenuRight.col-sm-3.pl-sm-2.text-sm-right{flex:0 0 30%;max-width:30%}div#cbtf_65{float:left}.cbTabNavMenu{border-right:1px solid #000}.cb_template .navbar-light .navbar-nav .show>.nav-link,.cb_template .navbar-light .navbar-nav .active>.nav-link,.cb_template .navbar-light .navbar-nav .nav-link.show,.cb_template .navbar-light .navbar-nav .nav-link.active{color:#007bff}.cbregBasket{box-shadow:0 2px 5px rgba(183,183,183,0.5);background:#f7f7f7}.cbregCCnumexp{box-shadow:0 10px 10px rgba(183,183,183,0.5);background:#f7f7f7}.cbregInvoicingAddress{}.cbTabNavMenu{border:1px solid #ddd;box-shadow:0 2px 5px rgba(183,183,183,0.5);border-radius:5px;margin:5px;padding:5px}div#cbfv_114,div#cbfv_115{padding-top:0px;height:auto}div.modcbsubCurrent div,div.modcbsubUpgrades div{background:none !important;color:#000}div.modcbsubCurrent ul,div.modcbsubUpgrades ul{padding-bottom:5px}div.modcbsubCurrent li{background:#DFF0DB !important;border-color:#d6e9c6;border-radius:0 0 4px 4px;color:#3c763d;text-align:center}div.modcbsubUpgrades li{background:#d1ecf1 !important;border-color:#bee5eb;border-radius:0 0 4px 4px;color:#0c5460;text-align:center}div.modcbsubUpgrades a{font-weight:normal !important}div.modcbsubMessage	a{font-weight:normal !important;font-size:100% !important;line-height:1em !important;white-space:normal !important}.cb_tab_container.cb_tab_roundhtml.card{background:transparent;border:none}span.cbregExpiring{background:#428bca;color:#fff;padding:2px 5px 2px 5px}.cb_tab_container.cb_tab_rounddiv.card{min-width:250px}.cb_template .card{margin:5px}@media (min-width:768px){.cbActivity,.cbGroupJive,.cbMessaggi{max-width:1480px;margin:auto;padding:30px}.cb_template .bg-dark{background-color:transparent !important}}@media (max-width:768px){.cbActivity,.cbGroupJive,.cbMessaggi{padding:10px}.cb_template .bg-dark{background-color:transparent !important}}.cb_template .img-fluid{width:auto}img.img-fluid.streamMedia.streamMediaImage,img.cbImgPict.cbFullPict.img-thumbnail.cbImgAvatar{width:auto}.pretext.cb_template.cb_template_default{background:none}.content-spacer.text-center.cb_template.cb_template_default.cbConnectButtons{background:none}input#modlgn-remember{position:relative;margin:3px 0px 0px 3px}.cbCanvasLayoutInfo.cbPosCanvasInfo{display:none}div#cbfr_acymailingdataLists{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:1rem}.cbRegistration .cbFieldsContentsTab .cb_field .form-control:not(.cbantispamCaptchaInput){width:100%}.cbRegistration .cbFieldsContentsTab .cb_field .cbPasswordUnmask .form-control{width:auto}@media (min-width:768px){div#cbfr_acymailingdataLists{width:600px}}div#cbfr_118.cbtt_input{border:none !important}.cb_template .alert{padding:1rem 4rem}@media (min-width:768px){.row.no-gutters.alert.alert-info{padding-left:70px;line-height:38px}}@media (max-width:768px){.row.no-gutters.alert.alert-info{background-image:none}}.popover .popover-body{line-height:inherit}div.cb-page-header{padding:30px 10px 10px 30px}div.info,div.alert-danger{padding:20px 20px 20px 55px !important;border:1px solid #3b9df1;border-radius:20px !important;margin:20px auto;max-width:1400px;display:block}ul.cbNavBarMenu.cbTabsNav li,ul.cbNavBarMenu.cbTabsNav li:first-child{margin-top:0.5rem !important}.galleryItemsNew,.galleryFolderEdit{padding:30px}.cb_template.cb_template_default.cbActivityModuleActivity{margin:10px 0px}li.logout-options-private-messages,li.logout-options-connection-requests{font-size:12px;line-height:normal}.pmMessages.pmMessagesDefault,.pmMessage.pmMessageDefault{margin:0 30px}.cbPMS{margin:30px}#cbregUpgrades .cbregDiscountRate .cbregPriceCur,#cbregUpgrades .cbregDiscountRate{padding-left:1.5rem}.cbregPriceCur{padding-left:0px !important}.cbregDiscountRate{padding-top:1rem !important}
#jlexcomment{font-size:13px}#jlexcomment ul{overflow:visible}#jlexcomment .hide,#jlexcomment .hidden{display:none!important}#jlexcomment *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#jlexcomment *:active,#jlexcomment *:hover,#jlexcomment *:visited,#jlexcomment *:focus,#jlexcomment *:link{outline:none;outline-width:0}#jlexcomment .clearfix{clear:both;*zoom:1;height:0}#jlexcomment a{cursor:pointer}#jlexcomment a.active{font-weight:bold}#jlexcomment img{max-width:100%;display:block}#jlexcomment .forOn,#jlexcomment .forOff{display:none !important}#jlexcomment ._on .forOn{display:block !important}#jlexcomment ._off .forOff{display:block !important}#jlexcomment input[type="text"],#jlexcomment input[type="email"],#jlexcomment input[type="password"],#jlexcomment textarea,.jcm-dialog input[type="text"],.jcm-dialog input[type="email"],.jcm-dialog input[type="password"],.jcm-dialog textarea{border:1px solid #c8c8c9;height:30px;box-shadow:none;border-radius:5px;width:100%;display:block;margin:0 15px 10px 0;padding:0 10px}#jlexcomment textarea,.jcm-dialog textarea{height:50px;width:100%;resize:vertical}#jlexcomment button{height:30px;border:none;color:#fff;margin:0 0 10px 0;background:#0e4d6f;border-radius:5px;padding:0 15px;cursor:pointer;font-weight:bold}#jlexcomment ul{list-style:none;margin:0;padding:0}#jlexcomment ul.jcm-inline>li{display:inline-block;vertical-align:top}#jlexcomment ul.jcm-inline>li+li{margin-left:5px}#jlexcomment .jcm-inline-top>*{display:inline-block;vertical-align:top}#jlexcomment .jcm-pull-right{float:right}#jlexcomment .jcm-pull-left{float:left}#jlexcomment .jcm-center{text-align:center}#jlexcomment .jcm-empty-cm{font-size:15px;padding-bottom:20px;color:#444}#jlexcomment .jcm-tooltip{position:relative;display:inline-block}#jlexcomment .jcm-tooltip-body{background:rgba(0,0,0,0.75);color:#fff;padding:2px 5px;border-radius:2px;position:absolute;z-index:16;bottom:105%;left:50%;max-width:120px;white-space:nowrap;font-size:11px;visibility:hidden}#jlexcomment .jcm-tooltip:hover .jcm-tooltip-body{visibility:visible}#jlexcomment .jcm-dropdown{position:relative}#jlexcomment ul.jcm-dropdown-menu{background:#fff;border:2px solid #7f919e;padding:3px 0;position:absolute;right:0;z-index:1;display:none;border-radius:4px}#jlexcomment .jcm-dropdown.onRight ul.jcm-dropdown-menu{left:inherit;right:0}#jlexcomment .jcm-dropdown.active ul.jcm-dropdown-menu{display:block}#jlexcomment .jcm-dropdown-menu>li{display:block;padding:0;margin:0}#jlexcomment .jcm-dropdown-menu>li>._dx{background:#fff;display:block;padding:4px 15px;color:rgb(127,145,158) !important;font-weight:normal !important;white-space:nowrap}#jlexcomment .jcm-dropdown-menu>li>._dx [class^="jcm-icon-"]:before,[class*=" jcm-icon-"]:before{line-height:inherit;font-size:80%}#jlexcomment .jcm-dropdown-menu>li>._dx.active{font-weight:bold !important;color:#2a2e2e !important;background:#f1f1f1}#jlexcomment .jcm-dropdown-menu>li>._dx:hover{background:#1e88e5;color:#fff !important;text-decoration:none}#jlexcomment #jcm-header{margin-bottom:15px}#jlexcomment #jcm-header a,#jlexcomment #jcm-header span{color:#5c6877;font-weight:bold}#jlexcomment #jcm-header a:hover{text-decoration:none;color:#2a2e2e}#jlexcomment #jcm-header a.active{color:#2a2e2e}#jlexcomment ul.jcm-top{border-bottom:2px solid #ddd;padding:20px 0 7px 0 !important;font-size:120%}#jlexcomment ul.jcm-top-secondary{padding:10px 0;font-size:110%;position:relative;z-index:10}#jlexcomment ul.jcm-childs{margin-top:10px}#jlexcomment .jcm-block+.jcm-block{margin-top:15px}#jlexcomment ._light>.jcm-post-content>.jcm-flex-content>.jcm-post-body{-moz-animation:yellow-fade 5s ease-in 1;-webkit-animation:yellow-fade 5s ease-in 1;animation:yellow-fade 5s ease-in 1}#jlexcomment ._blue>.jcm-post-content>.jcm-flex-content>.jcm-post-body{background:#caddec}#jlexcomment .hovercard{float:left;height:48px;width:48px}#jlexcomment .jcm-childs .hovercard,#jlexcomment .jcm-reply-form .hovercard{height:36px;width:36px}#jlexcomment .hovercard img{border-radius:50%}#jlexcomment #jcm-form{margin-bottom:30px}#jlexcomment .jcm-form-cp{position:relative}#jlexcomment .jcm-protect-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background:rgba(255,255,255,0.5);display:none}#jlexcomment .jcm-protect-layer.active{display:block}#jlexcomment .jcm-form{border:1px solid #c8c8c9;border-radius:10px;overflow:hidden}#jlexcomment .jcm-form-cp.active .jcm-form{overflow:visible}#jlexcomment .jcm-form.error{border-color:#cc181e}#jlexcomment .hovercard+.jcm-form{margin-left:60px}#jlexcomment .jcm-reply-form .hovercard+.jcm-form,#jlexcomment .jcm-reply-form .forGuest{margin-left:45px}#jlexcomment .jcm-input-cm{background-color:#fff;padding:15px;position:relative;height:46px;border-radius:10px 10px 0 0;overflow:hidden}#jlexcomment .jcm-input-cm._style{background-color:transparent;padding:0;margin:-1px -1px 0 -1px}#jlexcomment .jcm-input-cm._style .jcm-textarea{padding:10px;border-radius:4px 4px 0 0 !important}#jlexcomment .jcm-form-cp.active .jcm-input-cm{height:auto}#jlexcomment .jcm-form-cp.active .jcm-textarea{min-height:70px}#jlexcomment .jcm-form-cp.active ._controller,#jlexcomment .jcm-form-cp.active .forGuest{display:block}#jlexcomment .jcm-symbol-limit{text-align:right;color:#777;padding-top:5px;display:none}#jlexcomment .jcm-form-cp.active .jcm-symbol-limit{display:block;position:absolute;right:0}#jlexcomment.jcm-xsmall .jcm-form-cp.active .jcm-symbol-limit{position:static}#jlexcomment .symbol-count{font-weight:bold}#jlexcomment .symbol-count.error{color:#cc181e}#jlexcomment .jcm-extra-admin{margin:5px 0 3px 0;font-size:11px;background:#d1ecf1;border-radius:2px;padding:3px 10px;display:inline-block;border:1px solid #c2e6eb;color:#0b5460}#jlexcomment .jcm-extra-admin b+b{margin-left:7px}#jlexcomment .jcm-text-placeholder{position:absolute;top:8px;left:8px;color:#afafaf;font-size:18px;line-height:30px;display:none}#jlexcomment .jcm-text-placeholder.active{display:block}#jlexcomment .jcm-input-cm.active .jcm-text-placeholder{display:none}#jlexcomment .jcm-textarea{position:relative;min-height:30px;font-size:15px;letter-spacing:0.2px;line-height:20px;z-index:2}#jlexcomment ._controller{position:relative;height:41px;display:none;z-index:3;border-radius:0 0 10px 10px;text-align:right}#jlexcomment button.jcm-btn-post.forMember,#jlexcomment .jcm_form_input .jcm-btn-cancel{height:30px;border:none;border-radius:2px;margin:5px 5px 0 0;line-height:30px;vertical-align:top}#jlexcomment button.jcm-btn-post.forMember{background:#52be7f;color:#fff;padding:0 30px}#jlexcomment .jcm_form_input .jcm-btn-cancel{color:#555;display:none}#jlexcomment .jcm-comment-edit .jcm-btn-cancel{display:inline-block}#jlexcomment .jcm_form_error{background:#cc181e;color:#fff;padding:4px 10px;border-radius:2px;margin-bottom:7px;display:none}#jlexcomment .jcm_form_error.active{display:block}#jlexcomment .jcm-btn-open{width:50px;height:40px;background:none;border:none;cursor:pointer;float:left;color:#5c6877;padding:0;margin:0;border-radius:0;font-weight:normal;font-size:15px;transition:all 0.3s}#jlexcomment .jcm-btn-open.active{color:#454545}#jlexcomment .jcm-btn-open:hover{color:#555;transform:scale(1.4);transition:all 0.5s}#jlexcomment .jcm-btn-image{position:absolute;height:40px;width:40px;top:0;right:10px;font-size:20px;background:none;border:none;z-index:5;color:#888;bottom:0;margin:auto 0;padding:0}#jlexcomment .forGuest{margin-top:10px;margin-left:60px;display:none}#jlexcomment .forGuest h6,#jlexcomment .jcm-h6{text-transform:uppercase;margin:12px 0;font-size:12px;line-height:14px;font-weight:bold;text-rendering:optimizelegibility}#jlexcomment .login-buttons button{background:#52be7f;border:none;color:#fff;width:30px;height:30px;border-radius:4px;margin:0 2px 0 0;padding:0;font-weight:normal}#jlexcomment .login-buttons.oauth-off button{width:auto;padding:0 35px}#jlexcomment .login-buttons .auth-facebook button{background:#3b5998}#jlexcomment .login-buttons .auth-twitter button{background:#3a92c8}#jlexcomment .login-buttons .auth-google button{background:#d95032}#jlexcomment .login-buttons .auth-vk button{background:#4a75a8}#jlexcomment .login-buttons [class^="jcm-icon-"]:before,[class*=" jcm-icon-"]:before{line-height:inherit}#jlexcomment .jcm-connect{margin-right:40px}#jlexcomment .nosocl .jcm-connect,#jlexcomment .nosocl .jcm-connect+._postAsGuest h6{display:none}#jlexcomment ._postAsGuest input{display:inline;width:220px}#jlexcomment .jcm-mention{color:#1e88e5;font-weight:bold}#jlexcomment .jcm-comment-edit .hovercard{display:none}#jlexcomment .jcm-comment-edit .jcm-form{margin-left:0}#jlexcomment .jcm-thumb-small{height:32px;width:32px;border-radius:50%}#jcm-comments{margin-top:30px}#jlexcomment .jcm-unpublish-msg{display:none;color:#a94442;background-color:#f2dede;border-color:#ebccd1;padding:5px;border-radius:3px;margin-bottom:5px}#jlexcomment .jcm-unpublished>.jcm-unpublish-msg{display:block}#jlexcomment .jcm-featured>.jcm-post-content>.jcm-flex-content{border-right:4px solid #1e88e5;padding:10px 5px;border-radius:4px;background:#f5f5f5}#jlexcomment .hovercard+.jcm-post-content{margin-left:60px}#jlexcomment .jcm-childs .jcm-post-content{margin-left:45px}#jlexcomment .jcm-post-header{position:relative;padding-bottom:5px}#jlexcomment .jcm-post-header .jcm-q-menu{display:none;position:absolute;right:0;top:0;z-index:1}#jlexcomment .jcm-post-header .jcm-q-menu li{margin:0}#jlexcomment .jcm-post-header .jcm-q-menu a{color:#9a9a9a}#jlexcomment .jcm-post-header .jcm-q-menu a:hover{text-decoration:none;color:#555}#jlexcomment .jcm-report{padding-left:15px;margin-left:5px;border-left:1px solid #ccc;line-height:1}#jlexcomment .jcm-task-collapse,#jlexcomment .jcm-task-expand{display:none}#jlexcomment .jcm-block.jcm-collapse>.jcm-post-content>.jcm-list-reply{display:none}#jlexcomment .jcm-flex-content:hover .jcm-post-header>.jcm-q-menu{display:block}#jlexcomment .jcm-block.jcm-collapse>.jcm-post-content>.jcm-flex-content .jcm-task-expand{display:inline-block !important}#jlexcomment .jcm-block.jcm-expand>.jcm-post-content>.jcm-flex-content .jcm-task-collapse{display:inline-block !important}#jlexcomment .jcm-author a,#jlexcomment .jcm-author>span{font-weight:bold;line-height:1}#jlexcomment .jcm-bullet{font-weight:bold;font-size:25px;height:18px;color:rgb(194,198,204);display:inline-block;line-height:13px;vertical-align:bottom;margin:0 8px}#jlexcomment .jcm-date{color:#666}#jlexcomment .jcm-roles{display:inline-block;margin-left:3px}#jlexcomment .jcm-roles li{border-radius:2px;padding:0 5px;font-size:80%;color:#fff;height:16px;line-height:16px;cursor:default}#jlexcomment .jcm-roles li+li{margin-left:3px}#jlexcomment .jcm-flex-content{position:relative}#jlexcomment a.jcm-i3{display:block;position:relative;z-index:1;text-align:center;max-width:500px;margin:10px auto 0 auto}#jlexcomment a.jcm-i3::before{content:"";height:1px;width:100%;background:#f1f1f1;position:absolute;top:50%;left:0}#jlexcomment a.jcm-i3 span{background:#fff;position:relative;z-index:1;padding:1px 10px;border-radius:4px;border:1px solid #ddd;color:#555;display:inline-block;font-size:12px}#jlexcomment a.jcm-i3:hover{text-decoration:none}#jlexcomment .jcm-post-body{font-size:14px;line-height:1.4;color:#333;overflow:hidden}#jlexcomment .jcm-post-body._styled{padding:10px;border-radius:4px}#jlexcomment .jcm-post-body .jcm_sticker img{padding:10px 0}#jlexcomment .jcm-bad-word{opacity:0.5}#jlexcomment .jcm-post-footer{padding-top:5px}#jlexcomment ul.jcm-task-list>li+li{margin-left:10px !important}#jlexcomment ul.jcm-task-list a{color:rgb(127,145,158);font-size:12px}#jlexcomment .jcm-vote-down{margin-left:3px;padding-left:5px;border-left:2px solid #e7e9ee}#jlexcomment .jcm-count{margin-right:3px}#jlexcomment .count-0 .jcm-count{display:none}#jlexcomment .jcm-reply-form{padding:10px 0}#jlexcomment ul.jcm-images-slideshow,#jlexcomment .jcm-files-attached{padding-top:10px !important}#jlexcomment ul.jcm-images-slideshow li{display:inline-block;vertical-align:top;max-width:120px;margin:0 10px 10px 0}ul.jcm-images-slideshow .t{display:block;background-color:#ddd;background-position:center;background-size:cover;background-repeat:no-repeat;height:70px;width:70px;border-radius:5px}#jlexcomment .jcm-files-attached ._caption{font-weight:bold;padding-bottom:5px;font-size:14px}#jlexcomment .jcm-files-attached li{background:#f3f5f7;padding:5px 7px;margin:0 5px 5px 0;border-radius:3px;display:inline-block;vertical-align:top}#jlexcomment .jcm-files-attached a._title{font-weight:bold;color:#333}#jlexcomment .jcm-files-attached a._detail{float:right;margin-left:5px;font-size:10px}#jlexcomment .jcm-files-attached p._desc{font-size:11px;color:#444;padding:4px 0 0 0;margin:0;display:none}#jlexcomment .jcm-files-attached ._on+p._desc{display:block}#jlexcomment a._page_previous,#jlexcomment a._page_next{display:block;padding:7px 10px;background:#f1f1f1;font-weight:bold;border-radius:4px;margin:10px 0 25px 0}#jlexcomment a._page_previous{margin:25px 0 10px 0 !important}#jlexcomment ul.jcm-root-page{text-align:center;padding-top:10px;padding-bottom:50px;border-top:1px solid #f1e1e1;margin-top:10px}#jlexcomment ul.jcm-root-page li{line-height:25px}#jlexcomment ul.jcm-root-page .first a,#jlexcomment ul.jcm-root-page .last a{color:#434343}#jlexcomment ul.jcm-root-page li.a-disabled{color:#888;cursor:not-allowed}#jlexcomment .page-button a{background-color:#f2f2f2;border-color:#ccc #bbb #999;border-radius:2px;border-style:solid;border-width:1px;box-shadow:0 1px 1px rgba(255,255,255,0.9) inset;color:#555;font-size:12px;height:25px;margin:0;padding:0 13px;text-shadow:0 1px 0 rgba(255,255,255,0.8);display:inline-block}#jlexcomment .page-button a:hover{text-decoration:none}#jlexcomment .page-button.a-selected a{background:none repeat scroll 0 0 #ccc;border-color:#bbb #aaa #777;box-shadow:none;color:#333}#jlexcomment .page-button.a-disabled a{background:#eee;box-shadow:none;color:#888}#jlexcomment .jcm-refresh{margin:20px 0 0 0;background:#ffeaa7;border:1px solid #d9c483;border-radius:2px;padding:4px 10px;display:none;color:#675918}#jlexcomment .jcm-refresh-sub{font-weight:bold;font-size:110%}#jlexcomment .jcm-refresh.active{display:block}#jlexcomment .jcm-refresh ._sw0{display:none}#jlexcomment .jcm-refresh ._sw1{display:block}#jlexcomment .jcm-refresh._loading ._sw0{display:block}#jlexcomment .jcm-refresh._loading ._sw1{display:none}#jlexcomment ._media_box{border-top:1px solid #e1e1e1}#jlexcomment ._media_box button{height:24px !important;line-height:24px !important;margin-right:5px;font-size:90%;vertical-align:top}#jlexcomment .jcm-media-preview{background:#f5f5f5;padding:7px}#jlexcomment .jcm-media-preview:nth-child(2n){background:#fdfdfd}#jlexcomment .jcm-media-preview .jcm-ext{width:50px;float:left;height:24px;margin-right:5px;background:green;font-size:16px;color:#fff;text-align:center;line-height:24px;border-radius:3px;text-shadow:0 1px 1px rgba(0,0,0,0.4);font-weight:bold;text-transform:uppercase}#jlexcomment .jcm-media-preview ._caption{font-weight:bold;margin-right:5px;word-break:break-word}#jlexcomment .jcm-media-preview ._desc{display:block;font-size:11px;color:#555;border-left:2px solid #ccc;padding-left:5px}#jlexcomment .jcm-media-preview ._size{color:#777;font-size:11px;margin-right:7px;font-weight:bold}#jlexcomment .jcm-media-preview .jcm-info{margin-left:55px;position:relative;padding-right:20px}#jlexcomment .jcm-media-preview ._task{position:absolute;right:0;top:0;z-index:1}#jlexcomment .jcm-media-preview ._process_box{width:150px;height:7px;border-radius:5px;background:#ccc;display:inline-block;overflow:hidden;margin-right:10px}#jlexcomment .jcm-media-preview ._process_bar{background:#fe0085;width:0;height:100%;border-radius:5px}#jlexcomment .jcm-media-preview label{font-weight:bold;font-size:11px;color:#555;margin:10px 0 3px 0;display:block}#jlexcomment .jcm-media-preview ._form_edit,#jlexcomment .jcm-media-preview ._error,#jlexcomment .jcm-media-preview ._remove,#jlexcomment .jcm-media-preview ._cancel,#jlexcomment .jcm-media-preview ._edit,#jlexcomment .jcm-media-preview ._process_cont{display:none}#jlexcomment .jcm-media-preview._rlt_error ._error{display:block;color:red}#jlexcomment .jcm-media-preview._rlt_completed ._edit,#jlexcomment .jcm-media-preview._rlt_completed ._remove{display:inline}#jlexcomment .jcm-media-preview._rlt_process ._process_cont,#jlexcomment .jcm-media-preview._rlt_process ._cancel{display:block}#jlexcomment .jcm-media-preview._rlt_editing ._form_edit{display:block}#jlexcomment .jcm-sticker-preview{position:relative;border-top:1px solid #ddd;padding:5px}#jlexcomment .jcm-sticker-preview ._img_box{float:left;position:relative}#jlexcomment .jcm-sticker-preview ._stir_loading{position:absolute;background:rgba(255,255,255,0.75);top:0;left:0;width:100%;height:100%;z-index:2}#jlexcomment .jcm-sticker-preview ._process_bar{position:absolute;height:7px;width:80%;top:0;left:10%;background:#fff;margin:auto auto;bottom:0;border-radius:10px;z-index:1;box-shadow:0 0 3px rgba(0,0,0,0.3)}#jlexcomment .jcm-sticker-preview ._process_result{height:100%;background:#08c;width:0;border-radius:10px;position:relative}#jlexcomment .jcm-sticker-preview img{max-width:200px}#jlexcomment .jcm-sticker-preview ._remove{position:absolute;top:5px;right:5px;z-index:1}#jlexcomment .jcm-sticker-preview ._moved{position:absolute;font-size:10px;bottom:6px;right:-18px;font-weight:bold;color:#000}.disableScroll{overflow:hidden !important}.jcm-overlay{position:fixed;z-index:9999;background:rgba(0,0,0,0.5);top:0;left:0;width:100%;height:100%}.jcm-dialog *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.jcm-dialog{background:#fff;position:fixed;z-index:100}.jcm-dialog label{font-weight:bold;color:#444;display:block;padding:0 0 2px 0;margin:0}.jcm-dialog ul.jcm-inline{list-style:none;margin:0;padding:0}.jcm-dialog ul.jcm-inline li{display:inline-block}.jcm-dialog ul.jcm-inline li+li{margin-left:10px}.jcm-dialog .jcm-dg-bullet{color:#777;font-weight:bold;font-size:16px;margin:0 7px}.jcm-dialog a{cursor:pointer}.jcm-dialog button,#jlexcomment .jcm-button{font-size:12px;-webkit-font-smoothing:antialiased;cursor:pointer;display:inline-block;text-decoration:none;white-space:nowrap;line-height:22px;background-color:#f6f7f9;color:#4b4f56;border:1px solid #ced0d4;border-radius:2px;font-weight:bold;padding:0 8px;position:relative;text-align:center;text-shadow:none;vertical-align:middle}.jcm-dialog .jcm-dg-submit,#jlexcomment .jcm-button-hl{background:#218ef3;color:#fff;border-color:#218ef3}.jcm-dialog button+button{margin-left:7px}.jcm-dialog.wide{border-radius:3px;box-shadow:2px 2px 12px rgba(0,0,0,0.2);top:30px;overflow:hidden}.jcm-dialog.touch{width:100%;height:100%;top:0;left:0}.jcm-dialog.touch .jcm-dg-content{position:absolute;top:35px;left:0;bottom:35px;width:100%;z-index:1;max-height:none}.jcm-dialog .jcm-dg-caption{padding:0 10px;background:#f6f7f9;border-bottom:1px solid #e5e5e5;font-weight:bold;height:35px;line-height:35px;color:#1d2129;font-size:14px}.jcm-dialog .jcm-dg-error{background:#cc181e;color:#fff;padding:4px 10px;font-size:12px;display:none}.jcm-dialog .jcm-dg-error.active{display:block}.jcm-dialog .jcm-dg-content{background:#fff;min-height:100px;padding:10px;font-size:13px;line-height:1.8;position:relative;max-height:400px;overflow:auto}.jcm-dialog .jcm-dg-overlay{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/images/loading_s2.gif) center center no-repeat rgba(255,255,255,0.7);position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.jcm-dialog .jcm-dg-footer{background:#fff;border-top:1px solid #dddfe2;text-align:right;height:40px;line-height:40px;margin:0 10px}.jcm-dialog.touch .jcm-dg-footer{position:absolute;bottom:0;left:0;right:0}.jcm-dialog a.jcm-share-item{display:inline-block;width:50px;background:#888;height:24px;line-height:24px;color:#fff;border-radius:2px;font-size:14px}.jcm-dialog a.jcm-share-item:hover{text-decoration:none}.jcm-dialog a.jcm-share-item.jcm-share-fb:hover{background:#45619d}.jcm-dialog a.jcm-share-item.jcm-share-tw:hover{background:#55acee}.jcm-dialog a.jcm-share-item.jcm-share-gg:hover{background:#dd4b38}.jcm-dialog a.jcm-share-item i::before{line-height:inherit !important}.jcm-dg-comments .uc-author{font-weight:bold}.jcm-dg-comments .uc-date{color:#888;margin-left:10px}.jcm-dg-comments .uc-item{padding:10px 0}.jcm-dg-comments .uc-item+.uc-item{border-top:1px solid #eee}.jcm-dg-comments p.uc-comment{word-wrap:break-word;font-size:12px;color:#444}.jcm-dg-comments .uc-thumb{width:100px;height:100px;float:left}.jcm-dg-comments .uc-thumb img{border-radius:50%}.jcm-dg-comments .uc-info{margin-left:110px}.jcm-dg-comments .uc-info h4{font-size:20px;margin:0;padding:5px 0}.jcm-dg-comments .uc-info h6{font-size:14px;margin:0;padding-top:5px}.jcm-dg-comments .load_more_cm{display:none !important}.jcm-dg-comments .load_more_cm.active{display:block !important}.jcm-dg-thumb label.thumb-remove,.jcm-dg-thumb .thumb-current{display:none}.jcm-dg-thumb.exists .thumb-remove,.jcm-dg-thumb.exists .thumb-current{display:block}.jcm-dg-thumb .thumb-current{float:left;width:100px;height:100px}.jcm-dg-thumb .thumb-current img{border-radius:4px}.jcm-dg-thumb.exists .thumb-row{margin-left:110px}.jcm-dg-thumb label.thumb-remove{font-size:14px;font-weight:normal;line-height:30px;background:#f5f5f5;padding:0 10px;margin:0 0 10px 0;border-radius:3px}.jcm-dg-thumb label.thumb-remove input{margin:0 7px 0 0}.jcm-dg-thumb a.upload-thumb,.jcm-dg-comments .load_more_cm{display:block;text-align:center;height:30px;line-height:30px;background:#218ef3;color:#fff;font-weight:bold;border-radius:3px}.jcm-dg-thumb .thumb-box{margin-top:15px}.jcm-dg-full{margin:-10px -10px -11px -10px;padding:0;position:relative;z-index:1;border-bottom:1px solid #ddd;min-height:101px}a.nof-see-all,a.nof-mark-all{font-weight:bold;font-size:11px;padding:6px 10px;display:block;text-align:center}a.nof-see-all{border-top:1px solid #ddd}a.nof-mark-all{border-bottom:1px solid #ddd}#jlexcomment .jcm-count-nof span{color:#fff;background:#d53827;font-size:12px;padding:0 4px;display:inline-block;height:16px;line-height:16px;border-radius:2px;vertical-align:top;font-weight:normal;margin:0 1px}ul.jcm-list-notifications{list-style:none;margin:0;padding:0}ul.jcm-list-notifications{margin:0;padding:0}ul.jcm-list-notifications li+li a{border-top:1px solid #e1e1e1}ul.jcm-list-notifications a{display:block;padding:5px 7px;background:#fff;color:#333}ul.jcm-list-notifications li.unread a{background:rgba(237,239,245,.98)}ul.jcm-list-notifications a:hover{color:#222;text-decoration:none;background:#eee}ul.jcm-list-notifications ._comment{font-size:11px;display:block;font-style:italic;color:#666}.jcm-sticker{margin:-10px}.jcm-sticker ._header{border-bottom:1px solid #ddd;margin-bottom:10px}.jcm-sticker ._header input[type="text"]{display:inline-block;margin:0 0 0 10px !important;padding:0 10px;border-width:1px;border-radius:0;height:25px;width:150px;vertical-align:middle;font-size:11px;box-shadow:0px 1px 2px rgba(0,0,0,0.05) inset}.jcm-sticker ._content{padding:10px}.jcm-sticker ul._list-stickers{list-style:none;margin:0;padding:0}.jcm-sticker ul._list-stickers li{display:inline-block;width:100px}.jcm-sticker ul._list-stickers a{display:block;padding:10px;cursor:pointer}.jcm-sticker ul._list-stickers a:hover{background:#e9ebee;border-radius:4px}.jcm-sticker ._list-stickers img{max-width:100%;max-height:100%}.jcm-sticker .jcm-sticker-group,.jcm-sticker ul.jcm-sticker-gp-hl{list-style:none;margin:0;padding:0}.jcm-sticker ul.jcm-sticker-gp-hl{display:inline-block}.jcm-sticker ul.jcm-sticker-gp-hl li{display:inline-block}.jcm-sticker .jcm-sticker-group li{display:inline-block;margin-right:10px}.jcm-sticker .jcm-sticker-group a{background:#95c63f;color:#fff;height:25px;display:block;padding:0 15px;line-height:25px;border-radius:3px;font-weight:bold}.jcm-sticker ul.jcm-sticker-gp-hl a{display:block;height:35px;background:#fff;line-height:35px;padding:0 10px;color:#666}.jcm-sticker ul.jcm-sticker-gp-hl a.jcm-sticker-active{background:#f1f1f1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1}.jcm-sticker .jcm-sticker-group a:hover{text-decoration:none;background:#4d7703}.jcm-dialog .mapContent{min-height:250px;margin:-10px -10px -11px -10px;border-bottom:1px solid #ccc}.jcm-dialog.touch .mapContent{margin:0;position:absolute !important;height:100%;width:100%;top:0;left:0;margin:0;z-index:1}.jcm-dialog .mapContent input[type="text"]{width:200px;border:1px solid #4285f4;margin:10px 0 0 0;border-radius:0;height:35px;padding:0 15px;box-shadow:0px 2px 2px rgba(0,0,0,0.2) inset}.jcm-dialog .mapContent .pac-box{right:10px !important}.jcm-dialog .infowindow-content{display:none}.jcm-dialog .mapContent .infowindow-content{display:inline}.pac-container{z-index:9999999}.jcm-dialog ul._emoj-list{margin:0;padding:0;list-style:none}.jcm-dialog ul._emoj-list li{display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;line-height:40px;border-radius:3px;border:1px solid #fff;margin:0 3px 3px 0;transition:all 0.3s}.jcm-dialog ul._emoj-list li:hover{border-color:transparent;transform:scale(1.5)}.jcm-dialog ul._emoj-list li.active{border-color:#218ef3}#jcm-mention{background:red;height:20px;width:20px;z-index:1000;position:absolute;top:-9999px;left:-9999px}#jlexcomment .jcm-map{font-size:90%;color:#bbb;padding:5px 0}#jlexcomment .jcm-map-status{display:none;float:left;margin-left:60px;padding-top:5px}#jlexcomment.jcm-xsmall .jcm-map-status,#jlexcomment .jcm-comment-edit .jcm-map-status{margin-left:0}#jlexcomment a.jcm-empty-geo{color:red;margin-left:5px;border-left:1px solid #ccc;padding-left:5px}#jlexcomment .jcm-map-status.active{display:block}#jlexcomment.jcm-xsmall .hovercard{height:32px;width:32px;margin:0 5px 0 0;position:relative;z-index:1}#jlexcomment.jcm-xsmall .jcm-featured .hovercard{position:relative;z-index:3;margin:5px}#jlexcomment.jcm-xsmall .hovercard+.jcm-post-content{margin-left:0}#jlexcomment.jcm-xsmall .jcm-post-header{height:36px;line-height:32px;overflow:hidden}#jlexcomment.jcm-xsmall .jcm-roles li{vertical-align:middle}#jlexcomment.jcm-xsmall .jcm-date::before{content:"-";margin:0 5px}#jlexcomment.jcm-xsmall .jcm-post-header .jcm-q-menu{top:7px}#jlexcomment.jcm-xsmall ul.jcm-childs{border-left:3px solid #dfdfdf;padding-left:7px}#jlexcomment.jcm-xsmall .jcm-post-header .jcm-bullet{display:none}#jlexcomment.jcm-xsmall .jcm_form_input .hovercard{display:none}#jlexcomment.jcm-xsmall .hovercard+.jcm-form,#jlexcomment.jcm-xsmall .forGuest{margin-left:0}#jlexcomment.jcm-xsmall ._controller[data-tool="5"] .jcm-btn-open,.jcm-form-xs ._controller[data-tool="5"] .jcm-btn-open{width:20%;margin-bottom:5px}#jlexcomment.jcm-xsmall ._controller[data-tool="4"] .jcm-btn-open,.jcm-form-xs ._controller[data-tool="4"] .jcm-btn-open{width:25%;margin-bottom:5px}#jlexcomment.jcm-xsmall ._controller[data-tool="6"] .jcm-btn-open,.jcm-form-xs ._controller[data-tool="6"] .jcm-btn-open{width:16.667%;margin-bottom:5px}#jlexcomment.jcm-xsmall button.jcm-btn-post.forMember,.jcm-xsmall .jcm-btn-cancel,.jcm-form-xs button.jcm-btn-post.forMember,.jcm-form-xs .jcm-btn-cancel{position:static;width:98%;margin:0 auto 5px auto!important;display:block;clear:both;text-align:center}#jlexcomment.jcm-xsmall ._controller,#jlexcomment .jcm-form-xs ._controller{height:auto;padding-bottom:5px;min-height:41px}#jlexcomment.jcm-xsmall ._controller._member>*:last-child,.jcm-form-xs ._controller._member>*:last-child{margin-bottom:0!important}#jlexcomment .jcm-block{position:relative;animation:jcmpulse 0.7s linear;-o-animation:jcmpulse 0.7s linear;-moz-animation:jcmpulse 0.7s linear;-webkit-animation:jcmpulse 0.7s linear}.jcm-dialog{animation:jcmzoom 0.3s ease;-o-animation:jcmzoom 0.3s ease;-moz-animation:jcmzoom 0.3s ease;-webkit-animation:jcmzoom 0.3s ease}.jcm_sticker{max-width:300px}.jcm-post-body iframe{max-width:100%}#jlexcomment li.jcm-voting{position:relative}#jlexcomment .react-box{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,0.08),0 2px 2px rgba(0,0,0,0.15);border-radius:40px;position:absolute;top:-40px;left:-10px;width:124px;padding:3px;opacity:0;z-index:-9999}#jlexcomment a._react{padding-top:20px}#jlexcomment ._tbox:hover .react-box{opacity:1;z-index:1}#jlexcomment .reaction-btn{position:relative;float:left;cursor:pointer;transform:scale(0.1) translateY(40px);transition:all 0.3s;opacity:0}#jlexcomment ._tbox:hover .reaction-btn{transform:scale(1) translateY(0);opacity:1}#jlexcomment ._tbox:hover .reaction-btn:hover,#jlexcomment ._tbox:hover .reaction-btn.active{transition:all 0.15s ease-in;transform:scale(1.3) translateY(-4px)}#jlexcomment .reaction-btn:hover ._label,#jlexcomment .reaction-btn.active ._label{opacity:1}#jlexcomment .reaction-btn+.reaction-btn{margin-left:10px}#jlexcomment .react-box ._act img{max-height:32px;width:32px;height:32px}#jlexcomment .react-box ._label{position:absolute;top:-24px;background:rgba(0,0,0,0.65);color:#fff;font-weight:bold;padding:0 5px;border-radius:6px;font-size:9px;opacity:0;transition:opacity 50ms ease}#jlexcomment .react-stic{display:inline-block;padding:0 5px 0 3px;vertical-align:top;top:2px;position:relative}#jlexcomment .react-set{height:16px;display:inline-block;width:16px;position:relative}#jlexcomment .react-count{display:none}#jlexcomment .react-total{margin-left:2px;font-size:0.8em;color:#777;vertical-align:top}.tribute-container li span._uname{font-weight:normal;font-style:italic;margin-left:4px}.tribute-container li img{width:24px;height:24px;border-radius:2px;margin-right:7px}.jcm-dialog .jcm-style-item{-moz-user-select:none;-webkit-user-select:none;user-select:none;border-radius:3px;padding:20px 10px;cursor:pointer;background-color:#d1d1d1;opacity:0.7}.jcm-dialog .jcm-style-item.active,.jcm-dialog .jcm-style-item:hover{opacity:1;box-shadow:0 0 7px rgba(0,0,0,0.5)}.jcm-dialog .jcm-style-item+.jcm-style-item{margin-top:10px}#jlexcomment .jcm-player{border:1px solid #d1d1d1;border-radius:3px;max-width:480px;margin-top:10px}#jlexcomment .jcm-player .jcm-player-title{display:block;color:#333;background:#f5f5f5;border-top:1px solid #ccc;padding:5px 7px}#jlexcomment .jcm-player-main{min-height:80px;overflow:hidden;background-position:center;background-size:cover;cursor:pointer;position:relative}#jlexcomment .jcm-player-main::after{content:"";background-color:rgba(0,0,0,0.3);background-image:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/images/play-icon.png);background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%}#jlexcomment .jcm-player-main:hover::after{background-color:rgba(0,0,0,0.65)}#jlexcomment .jcm-player-main.active::after{display:none}#jlexcomment .jcm-player-main iframe{border:none;width:100%;height:100%}#jlexcomment .jcm-subdiv{display:none;float:left;margin-left:60px;padding-top:5px}#jlexcomment .active .jcm-subdiv{display:block}#jlexcomment .jcm-comment-edit .jcm-subdiv{margin-left:0!important}#jlexcomment.jcm-xsmall .jcm-subdiv{margin-left:0}#jlexcomment .jcm-reply-form .jcm-subdiv{margin-left:45px}#jlexcomment .jcm-subdiv span{font-weight:500}#jlexcomment .jcm-subdiv.err span{color:#cd3b28}#jlexcomment input.__fm+i{margin-right:3px;vertical-align:middle}#jlexcomment input.__fm+i{color:#bf3724}#jlexcomment input.__fm:checked+i{color:#50ae54}#jlexcomment .react-set .__extra{position:relative;white-space:nowrap;background:rgba(0,0,0,0.9);color:#fff;font-size:10px;padding:2px 7px;position:absolute;bottom:20px}.jcm-rule-box{background:#ebeef0;color:#6d7981;padding:5px;border:1px solid #c5d2d9}.jcm-text-fm{position:relative}.jcm-text-fm .ls{display:none;background:#fff;position:absolute;padding:5px;bottom:-10px;left:10px;box-shadow:1px 1px 3px rgba(0,0,0,0.2);border-radius:3px;z-index:2}.jcm-text-fm:hover .ls{display:block}#jlexcomment .jcm-text-fm .ls button{background:none;display:inline;color:#333;margin:0;text-align:center;padding:4px 15px;border-radius:3px;font-weight:normal;font-size:1.2em}#jlexcomment .jcm-text-fm .ls button[disabled]{opacity:0.4;cursor:not-allowed}#jlexcomment .jcm-text-fm .ls button:hover{background:#1e88e5;color:#fff}#jlexcomment .ls button.active{color:#2a2e2e;background:#f1f1f1}#jlexcomment div[data-tag=code]{background:#eff0f1;white-space:pre-wrap;word-wrap:break-word;word-break:normal;color:rgba(0,0,0,0.7);font-family:Inconsolata,Consola,Monaco,Courier,monospace;padding:20px;margin-bottom:10px;border-radius:6px}#jlexcomment div[data-tag=quote]{white-space:pre-wrap;word-wrap:break-word;word-break:normal;padding:15px;margin:10px 0;border-left:3px solid #ccc;background:rgba(0,0,0,0.01);font-size:0.95em}.jcm-dialog .gif-input input[type="text"]{background:#fff!important;border:none;border-radius:0;padding:0 15px;font-size:1.1em;height:40px;line-height:40px}.giphy-item{position:relative}.jcm-dialog .giphy-item{background:rgba(0,0,0,0.2);display:inline-block;margin:5px;padding:5px;border-radius:5px;vertical-align:bottom;width:135px;cursor:pointer}.jcm-dialog .giphy-item:hover{background:rgba(0,0,0,0.75)}.gif-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.jcm-sticker-preview .giphy-item{max-width:400px;border-radius:5px}#jlexcomment .jcm-post-body .giphy-item{max-width:250px;border-radius:7px;overflow:hidden;margin-top:5px}#jlexcomment button.jcm-btn-gif .in{border:2px dashed;padding:2px 3px;font-size:0.8em;border-radius:5px}#jcm-emoji{position:absolute;display:none;z-index:10000}#jcm-emoji.active{display:block}#jlexcomment img.emoji{display:inline;width:20px;height:auto;margin:0 3px}#jcm-emoji .EmojiPanel{border-radius:5px;box-shadow:1px 1px 4px rgba(0,0,0,0.3);overflow:hidden}#jcm-emoji input.EmojiPanel__queryInput+div{display:none}#jcm-emoji a.EmojiPanel__brand{display:none}#jlexcomment ul.jcm-q-menu>li:first-child .jcm-report{margin:0!important;padding:0!important;border:none!important}#jlexcomment.jcm-xsmall .jcm-block.editing>.hovercard{display:none}.jcm-dialog button.jup{background:#218ef3;color:#fff;border-color:#218ef3;margin:0 auto;display:block;padding:10px 30px;font-size:1.1em}.jcm-dialog.giphy{background:#232526;background:-webkit-linear-gradient(to top,#414345,#232526);background:linear-gradient(to top,#414345,#232526)}.jcm-dialog.giphy .jcm-dg-caption{background:rgba(0,0,0,0.5);color:#fff;border:none}.jcm-dialog.giphy .jcm-dg-content{background:none}.jcm-dialog.giphy .jcm-dg-footer{background:none;border-color:rgba(255,255,255,.2)}.dropHere{border:2px dashed #bbb;border-radius:20px;text-align:center;padding:10px;color:#888;margin-bottom:10px}.dropHere.active{border-color:red}.or_text{text-transform:uppercase;text-align:center;margin:10px 0;font-size:1.1em}.jcm-post-body.locked{color:#8c030b !important;border-left:3px solid #ba2426;padding:3px 3px 3px 10px;margin:5px 0}
.tribute-container{position:absolute;top:0;left:0;height:auto;max-height:300px;max-width:500px;overflow:auto;display:block;z-index:999999}.tribute-container ul{margin:0;margin-top:2px;list-style:none;background:#efefef}.tribute-container li{padding:5px 5px;cursor:pointer}.tribute-container li.highlight,.tribute-container li:hover{background:#ddd}.tribute-container li span{font-weight:bold}.tribute-container .menu-highlighted{font-weight:bold}
.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://www.lifeintravel.it/components/com_jlexcomment/assets/lightgallery/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.EmojiPanel__header,.EmojiPanel__footer{padding:10px;background:#FCFCFC}.EmojiPanel__header{border-bottom:1px solid #F9F9F9;border-radius:3px 3px 0 0}.EmojiPanel__header input{width:100%;padding:5px 14px;border:1px solid #EEE;border-radius:30px;outline:none;font-size:14px;font-weight:inherit}.EmojiPanel__header input:focus{border-color:#d5d5d5}.EmojiPanel__categories{display:flex;flex-wrap:wrap;margin:0 0 10px}.EmojiPanel__categories button{flex:1;min-width:30px;max-width:30px}@media (min-width:290px){.EmojiPanel__categories button{min-width:30px;max-width:inherit}}.EmojiPanel__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #F9F9F9;border-radius:0 0 3px 3px}.EmojiPanel__brand{margin:0;font-size:14px;text-decoration:none;color:#9d9d9d;transition:color 0.2s}.EmojiPanel__brand:hover,.EmojiPanel__brand:focus{color:#777}.EmojiPanel__btnModifierToggle{font-size:24px}.EmojiPanel__btnModifierToggle.active{display:none}.EmojiPanel__modifierDropdown{display:none;height:30px}.EmojiPanel__modifierDropdown.active{display:block}.EmojiPanel__results{overflow-y:auto;height:300px;padding:0 10px 10px}.EmojiPanel__results .emoji{background:#FFF}.EmojiPanel__noResults{display:none;width:100%;padding:100px 0;text-align:center;color:#777}.EmojiPanel__category{margin:15px 0 5px;padding:0 0 5px;border-bottom:1px solid #EEE;color:#777}.EmojiPanel__tooltip{display:none}.EmojiPanel{width:100%;border-radius:3px;background:#fff;text-align:left}@media (min-width:290px){.EmojiPanel{width:290px}}.EmojiPanel--trigger{visibility:hidden;pointer-events:none}.EmojiPanel--open{visibility:visible;pointer-events:inherit}.EmojiPanel button{padding:0;border:none;outline:none;background:none;cursor:pointer}.EmojiPanel .emoji{width:30px;height:30px;border:5px solid transparent;border-radius:3px;font-size:20px;line-height:1.1;cursor:pointer;transition:all 0.2s}.EmojiPanel .emoji:hover,.EmojiPanel .emoji:focus{background:#F1F1F1;border-color:#F1F1F1}.EmojiPanel .temp{flex:initial;width:20px;min-width:initial;height:20px;margin:5px;border-radius:3px;background:#EEE}
#jlexcomment button{height:35px;line-height:35px}#jlexcomment ul.jcm-top{border-bottom:1px solid #66676a}#jlexcomment .jcm-form{background:#f1f2f5;border:none;border-radius:24px;transition:all .1s}#jlexcomment .jcm-input-cm{background:none;height:48px}#jlexcomment .jcm-text-placeholder{top:9px;left:20px;color:#888;font-size:16px}#jlexcomment .hovercard img,.jcm-dg-comments .uc-thumb img,#jlexcomment .jcm-thumb-small{border-radius:50%}#jlexcomment .jcm-flex-content{background:#f1f2f5;padding:10px;border-radius:10px}#jlexcomment a.jcm-i3::before{background:#ddd}#jlexcomment .jcm-form-cp.active .jcm-form{border-radius:10px}#jlexcomment ._controller{background:none;border-color:rgba(0,0,0,0.07);margin:0 15px;padding:10px 0;height:auto}#jlexcomment .jcm-btn-open{color:#66676a}#jlexcomment .jcm-btn-open:hover{color:#333}#jlexcomment .jcm-form-cp.active .jcm-input-cm{padding:15px}#jlexcomment button.jcm-btn-post.forMember,#jlexcomment .login-buttons button{background:#1878f3;height:35px;line-height:35px}#jlexcomment ._controller::after{content:"";display:table;clear:both}#jlexcomment input[type="text"],#jlexcomment input[type="email"],#jlexcomment input[type="password"],#jlexcomment textarea,.jcm-dialog input[type="text"],.jcm-dialog input[type="email"],.jcm-dialog input[type="password"],.jcm-dialog textarea{height:35px;padding:0 7px;border:none;background:#f1f2f5!important}#jlexcomment .jcm-subdiv{padding-top:10px}#jlexcomment #jcm-header a,#jlexcomment .jcm-author a,#jlexcomment .jcm-dropdown-menu>li>._dx{color:inherit}#jlexcomment ul.jcm-dropdown-menu{border:none;box-shadow:3px 2px 10px rgba(0,0,0,0.25)}#jlexcomment ._media_box{border:none;margin:0 15px}#jlexcomment .jcm-media-preview,#jlexcomment .jcm-media-preview:nth-child(2n){background:rgba(0,0,0,0.1);border-radius:3px;margin-bottom:7px}#jlexcomment ul.jcm-images-slideshow li{margin:5px 5px 0 0}#jlexcomment .jcm-files-attached li{background:rgba(0,0,0,0.07)}#jlexcomment .jcm-sticker-preview{padding:10px}.jcm-sticker-preview .giphy-item{max-width:200px}#jlexcomment .jcm-input-cm._style{margin:0}#jlexcomment .jcm-input-cm._style .jcm-textarea{border-radius:5px!important}#jlexcomment .jcm-vote-down{border-width:1px}#jlexcomment.jcm-xsmall .hovercard{margin:5px;width:30px;height:30px}#jlexcomment.jcm-xsmall .jcm-post-header{margin-top:-5px}#jlexcomment button.jcm-btn-post.forMember,#jlexcomment .jcm_form_input .jcm-btn-cancel{height:35px;line-height:35px;border-radius:3px}.tribute-container ul{background:#fff;border-radius:5px;border:1px solid #ccc;overflow:hidden;padding:0;margin:0;font-size:.8em}.tribute-container li img{border-radius:50%}#jlexcomment .jcm-text-fm .ls button{line-height:normal}#jlexcomment .jcm-player{background:#fff;border:none;border-radius:5px;overflow:hidden}#jlexcomment .jcm-player .jcm-player-title{background:none;border:none;padding:7px 15px;text-align:center}
div.modcbsubEncl{width:100%;overflow:hidden;padding:0px;border-width:0px;margin:0px}div.modcbsubGreeting{}div.modcbsubCurrent{padding:2px}div.modcbsubCurrent div{background:#FC9307;font-weight:bold;font-size:90%;padding:3px 1px 1px 4px}div.modcbsubUpgrades{margin-top:8px;padding:2px}div.modcbsubUpgrades div{background:#FC9307;font-weight:bold;font-size:90%;padding:3px 1px 1px 4px}div.modcbsubCurrent ul,div.modcbsubUpgrades ul{margin:0px;padding:0px;list-style:none}div.modcbsubCurrent li,div.modcbsubUpgrades li{padding:6px 4px 7px 15px}div.modcbsubUpgrades a{font-weight:bold}div.modcbsubMessage{text-align:center}div.modcbsubMessage	div{margin-top:8px;margin-right:3px;padding:10px}div.modcbsubMessage	a{font-weight:bold;text-decoration:none;font-size:120%;line-height:1.8}div#modcbsubregister div{background:#CFC}div#modcbsubregister a{color:#000}div#modcbsubupgrade	div{background:#FC9307}div#modcbsubupgrade	a{color:white}div.modcbsubCurrent li{background:#F2F2F2}div.modcbsubUpgrades li{background:#F7F2E9}span.modsubUnpaid{color:red}
.acym_email_suggestions{margin:0;list-style-type:none;border:1px solid #ccc;border-radius:3px;background-color:#fdfdfd;position:absolute}.acym_email_suggestions .acym_email_suggestions_suggestion:first-of-type{border-top:none}.acym_email_suggestions .acym_email_suggestions_suggestion{padding:5px 10px;border-top:1px solid #ccc}.acym_email_suggestions .acym_email_suggestions_suggestion:hover{background-color:#ececec}
#acym_wrapper [class*=" acymicon-"],#acym_wrapper [class^=acymicon-],[class*=" acymicon-"],[class^=acymicon-]{font-family:acymicon;font-style:normal;font-weight:400;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.acymicon-access-time::before{content:"\e5d1"}.acymicon-action::before{content:"\e0c7"}.acymicon-add-thin::before{content:"\f296"}.acymicon-add::before{content:"\f25c"}.acymicon-address-book-o::before{content:"\f315"}.acymicon-aid-kit::before{content:"\f600"}.acymicon-arrow-circle-o-up::before{content:"\f64d"}.acymicon-arrow-down-thin::before{content:"\f3db"}.acymicon-arrow-down::before{content:"\f2f7"}.acymicon-arrow-up-thin::before{content:"\f642"}.acymicon-arrow-up::before{content:"\e130"}.acymicon-arrows-h::before{content:"\e636"}.acymicon-arrows::before{content:"\f61b"}.acymicon-autorenew::before{content:"\f3b9"}.acymicon-ban::before{content:"\efca"}.acymicon-bar-chart::before{content:"\f21f"}.acymicon-bell::before{content:"\f6d4"}.acymicon-book::before{content:"\e2ba"}.acymicon-bullhorn::before{content:"\f7e7"}.acymicon-calendar::before{content:"\ed0f"}.acymicon-cart-arrow-down::before{content:"\f6ee"}.acymicon-check-circle::before{content:"\e206"}.acymicon-check::before{content:"\e503"}.acymicon-checkbox-checked::before{content:"\f0ee"}.acymicon-checkbox-empty::before{content:"\ead4"}.acymicon-chevron-left::before{content:"\f82a"}.acymicon-chevron-right::before{content:"\e805"}.acymicon-circle-check-o::before{content:"\eafe"}.acymicon-circle-o-notch::before{content:"\f4ae"}.acymicon-circle-o::before{content:"\eb83"}.acymicon-circle::before{content:"\f061"}.acymicon-close-thin::before{content:"\f85f"}.acymicon-close::before{content:"\f0f3"}.acymicon-code::before{content:"\e1be"}.acymicon-cog::before{content:"\e637"}.acymicon-cogs::before{content:"\e4a9"}.acymicon-content-copy::before{content:"\e91a"}.acymicon-crop-16-9::before{content:"\f129"}.acymicon-dashboard::before{content:"\ed10"}.acymicon-delete::before{content:"\e2bc"}.acymicon-desktop::before{content:"\e2d7"}.acymicon-download::before{content:"\eb59"}.acymicon-edit::before{content:"\f05b"}.acymicon-ellipsis-h::before{content:"\e67d"}.acymicon-email::before{content:"\f797"}.acymicon-exclamation-circle::before{content:"\e941"}.acymicon-exclamation-triangle::before{content:"\edb9"}.acymicon-external-link::before{content:"\e2b7"}.acymicon-eye-slash::before{content:"\e1dc"}.acymicon-eye::before{content:"\eeec"}.acymicon-facebook::before{content:"\e497"}.acymicon-filter::before{content:"\e109"}.acymicon-flask::before{content:"\eb6e"}.acymicon-floppy-o::before{content:"\f823"}.acymicon-folder::before{content:"\e2ff"}.acymicon-format-align-center::before{content:"\f6ef"}.acymicon-format-align-justify::before{content:"\f4c3"}.acymicon-format-align-left::before{content:"\e860"}.acymicon-format-align-right::before{content:"\e58f"}.acymicon-format-bold::before{content:"\ef56"}.acymicon-format-italic::before{content:"\f2c1"}.acymicon-gif::before{content:"\e6ff"}.acymicon-group::before{content:"\eefa"}.acymicon-hand-paper-o::before{content:"\e561"}.acymicon-handshake-o::before{content:"\e5d4"}.acymicon-hourglass-2::before{content:"\e078"}.acymicon-idea::before{content:"\f6c8"}.acymicon-info-circle::before{content:"\e18a"}.acymicon-insert-photo::before{content:"\f46f"}.acymicon-joomla::before{content:"\f12a"}.acymicon-keyboard-arrow-down-thin::before{content:"\f80b"}.acymicon-keyboard-arrow-down::before{content:"\e8c7"}.acymicon-keyboard-arrow-left::before{content:"\f2ac"}.acymicon-keyboard-arrow-right::before{content:"\f3c3"}.acymicon-keyboard-arrow-up-thin::before{content:"\e872"}.acymicon-keyboard-arrow-up::before{content:"\e700"}.acymicon-lock::before{content:"\e0fc"}.acymicon-mail-o-open::before{content:"\f8f9"}.acymicon-mail-o::before{content:"\edea"}.acymicon-menu::before{content:"\e730"}.acymicon-minus::before{content:"\f76b"}.acymicon-mobile::before{content:"\f233"}.acymicon-more-horizontal::before{content:"\e957"}.acymicon-movie::before{content:"\f42b"}.acymicon-paint-format::before{content:"\e897"}.acymicon-paper-plane::before{content:"\f896"}.acymicon-pause-circle::before{content:"\e258"}.acymicon-pencil::before{content:"\e91e"}.acymicon-pie-chart::before{content:"\e758"}.acymicon-play-arrow::before{content:"\f541"}.acymicon-play-circle-filled::before{content:"\e537"}.acymicon-plus-circle::before{content:"\e11e"}.acymicon-power-off::before{content:"\e1a2"}.acymicon-puzzle-piece::before{content:"\e170"}.acymicon-question-circle-o::before{content:"\e6b4"}.acymicon-radio-button-checked::before{content:"\f470"}.acymicon-radio-button-unchecked::before{content:"\eeb6"}.acymicon-random::before{content:"\e5d5"}.acymicon-rectangle-bar-chart::before{content:"\e101"}.acymicon-repeat::before{content:"\e8ac"}.acymicon-rotate-left::before{content:"\f3f4"}.acymicon-search::before{content:"\f439"}.acymicon-sort-amount-asc::before{content:"\ec46"}.acymicon-sort-amount-desc::before{content:"\f588"}.acymicon-sort::before{content:"\f4ef"}.acymicon-star-o::before{content:"\f645"}.acymicon-star::before{content:"\f0a3"}.acymicon-text-fields::before{content:"\e214"}.acymicon-th::before{content:"\f385"}.acymicon-times-circle::before{content:"\ef08"}.acymicon-title::before{content:"\e053"}.acymicon-tools::before{content:"\e056"}.acymicon-transfer::before{content:"\e03c"}.acymicon-trigger::before{content:"\f873"}.acymicon-unfold-more::before{content:"\e563"}.acymicon-unlock::before{content:"\e7d5"}.acymicon-unsplash::before{content:"\e411"}.acymicon-upload::before{content:"\e212"}.acymicon-user-check::before{content:"\e797"}.acymicon-user-minus::before{content:"\e0ff"}.acymicon-user-plus::before{content:"\e5d7"}.acymicon-user::before{content:"\e09c"}.acymicon-vertical-align-bottom::before{content:"\eae5"}.acymicon-vertical-align-top::before{content:"\e307"}.acymicon-window::before{content:"\ed81"}.acymicon-wordpress::before{content:"\e674"}div.acym_module_error{color:#400;background-color:#fdd;padding:1em!important;margin-bottom:10px}div.acym_module_success{color:#130;background-color:#dfc;padding:1em!important;z-index:10;margin-bottom:10px}.acym_module_form table,.acym_module_form td,.acym_module_form tr{border:none}.acym_module_form .acyfield_date div.cell{display:inline-block;max-width:100%}.acym_module_form .acyfield_date div.cell.medium-3{max-width:25%}.acym_module_form .acyfield_date div.cell.medium-5{max-width:41%}.acym_module_form .acyfield_date div.cell.medium-4{max-width:33%}.acym_module_form .onefield{margin:10px 0}.acym_module_form .onefield label div.cell,.acym_module_form .onefield textarea{max-width:100%}.acym_module_form label{max-width:100%;display:inline-block;cursor:pointer}.acym_module_form input{cursor:pointer;max-width:90%}.acym_module_form input[type=radio]{margin:0 5px}.acym_module_form div.modal{position:fixed;top:5%;left:50%;z-index:10050;width:80%;margin-left:-40%;background-color:#fff;border:1px solid #999;border-radius:6px;box-shadow:0 3px 7px rgba(0,0,0,.3);background-clip:padding-box;outline:0}.acym_module_form div.modal.fade{transition:opacity .3s linear,top .3s ease-out;top:5%}.acym_module_form .fade.in{opacity:1}.acym_module_form div.modal.jviewport-width80{width:80vw;margin-left:-40vw}.acym_module_form .hide{display:none}.acym_module_form .fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.acym_module_form button.close{cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.acym_module_form .close{float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.acym_module_form .modal-header{padding:9px 15px;border-bottom:1px solid #eee}.acym_module_form .modal-header .close{margin-top:2px}.acym_module_form .modal-header h3{margin:0;line-height:30px}.acym_module_form .modal-body{width:98%;position:relative;max-height:400px;padding:1%}.acym_module_form .modal-body iframe{width:100%;max-height:none;border:0!important}.acym_module_form .modal-form{margin-bottom:0}.acym_module_form .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.acym_module_form .modal-footer:after,.acym_module_form .modal-footer:before{display:table;content:"";line-height:0}.acym_module_form .modal-footer:after{clear:both}.acym_module_form .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.acym_module_form .modal-footer .btn-group .btn+.btn{margin-left:-1px}.acym_module_form .modal-footer .btn-block+.btn-block{margin-left:0}div.modal{z-index:10050}.acym_invalid_field{border:1px solid #9d261d!important;background:#f2dede!important}.acym__field__error__block{display:none}.onefield{position:relative}.onefield .acym__field__error__block{position:absolute;width:170px;background-color:#fff;padding:5px 10px;border:1px solid #333;border-radius:3px;z-index:1000}.onefield:hover .acym__field__error__block__active{display:block}.acym__subscription__form__footer .onefield:hover .acym__field__error__block__active{bottom:calc(100% + 10px)}.acym__color__error{color:#9d261d}.acym__message__invalid__field{display:none;font-size:12px}.acym__message__invalid__field__active{display:block!important}.acym__cross__invalid{display:none;padding-right:3px}.acym__cross__invalid__active{display:inline}
.acym__modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,.4)}.acym__modal .acym__modal__content{background-color:#fff;margin:5% auto!important;padding:20px!important;border:1px solid #888;width:60%;height:80%}@media screen and (max-width:450px){.acym__modal .acym__modal__content{margin:0;width:100%;height:100%}}.acym__modal .acym__modal__content .acym__modal__close{width:100%;display:inline-block}.acym__modal .acym__modal__content .acym__modal__close span{color:#aaa;float:right;font-size:25px;font-weight:700}.acym__modal .acym__modal__content .acym__modal__close span:focus,.acym__modal .acym__modal__content .acym__modal__close span:hover{color:#000;text-decoration:none;cursor:pointer}.acym__modal .acym__modal__content .acym__modal__iframe{width:100%;height:90%;border:none;display:block}
.jcm-mod .clearfix{clear:both}.jcm-mod .jcm-dot::after{content:" \2014 ";color:#aaa}.jcm-mod-comment+.jcm-mod-comment{margin-top:20px}.jcm-mod-thumb{width:40px;height:40px;border-radius:2px;float:left;margin:0;display:block}.jcm-mod-extra{font-size:90%}.jcm-mod-thumb-url+.jcm-mod-extra,.jcm-mod-thumb+.jcm-mod-extra{margin-left:45px}.jcm-mod-author{display:block;font-size:120%;font-weight:bold}.jcm-mod-parent{font-weight:bold;padding-right:3px;font-size:105%}.jcm-mod-url{margin-top:10px;font-size:95%;cursor:pointer}.jcm-mod-date{color:#777}.jcm-mod-media span{display:inline-block;background-color:rgba(0,0,0,0.7);color:#fff;font-size:90%;padding:0px 5px;border-radius:2px;margin:5px 5px 0 0}ul.jcm-mod-entries,ul.jcm-mod-users{list-style:none;margin:0;padding:0}ul.jcm-mod-entries li{padding:0;margin:0}ul.jcm-mod-entries ._index{background-color:rgba(0,0,0,0.7);color:#fff;padding:2px 5px;border-radius:2px;margin-right:3px;font-weight:bold;display:inline-block}ul.jcm-mod-entries ._count{background-color:#08c;color:#fff;font-size:80%;padding:1px 5px;border-radius:6px;font-weight:bold}ul.jcm-mod-entries li+li,ul.jcm-mod-users li+li{margin-top:15px}ul.jcm-mod-entries+*{margin-top:15px}ul.jcm-mod-users img._thumbnail{width:48px;height:48px;border-radius:3px;float:left}ul.jcm-mod-users ._thumbnail+._content,ul.jcm-mod-users ._thumbnail_box+._content{margin-left:55px}ul.jcm-mod-users ._author_name{display:block;font-size:130%;font-weight:bold}ul.jcm-mod-users ._count{color:#666}
.cbConnectButtons{display:inline-flex;flex-wrap:wrap;gap:.5rem;max-width:100%}.cbConnectButtons.cbConnectButtonsVertical{display:flex}.cbConnectButtons.cbConnectButtonsVertical>.cbConnectButton{flex-grow:1}.cbConnectButtons>.cbConnectButton{text-align:left}.cbConnectButtons>.cbConnectButton>.cbConnectButtonPrefix{display:inline-block;width:30px}.cbConnectButtons>.cbConnectButtonIconOnly{min-width:45px;text-align:center}.cbConnectButton{background-color:#fff!important;border-color:#dee2e6!important;box-shadow:none!important;color:#212529!important;outline:0!important}.cbConnectButton.active,.cbConnectButton.disabled,.cbConnectButton:active,.cbConnectButton:focus,.cbConnectButton:hover,.cbConnectButton[disabled]{background-color:#fafafa!important;border-color:#d9dde1!important}.cbConnectButtonFacebook{background-color:#4267b2!important;border-color:#4267b2!important;color:#fff!important}.cbConnectButtonFacebook.active,.cbConnectButtonFacebook.disabled,.cbConnectButtonFacebook:active,.cbConnectButtonFacebook:focus,.cbConnectButtonFacebook:hover,.cbConnectButtonFacebook[disabled]{background-color:#425da8!important;border-color:#425aa5!important}.cbConnectButton .fa-facebook:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/facebook.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButton .fa-twitter:before{color:#1ab7ea}.cbConnectButton .fa-google:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/google.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonLinkedin{background-color:#00a0dc!important;border-color:#008cc9!important;color:#fff!important}.cbConnectButtonLinkedin.active,.cbConnectButtonLinkedin.disabled,.cbConnectButtonLinkedin:active,.cbConnectButtonLinkedin:focus,.cbConnectButtonLinkedin:hover,.cbConnectButtonLinkedin[disabled]{background-color:#005e93!important;border-color:#004471!important}.cbConnectButton .fa-windows:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/windows.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonInstagram{background:#e98f21!important;background:linear-gradient(90deg,#e98f21 0,#670edc 63%)!important;background-repeat:no-repeat!important;color:#fff!important}.cbConnectButtonInstagram.active,.cbConnectButtonInstagram.disabled,.cbConnectButtonInstagram:active,.cbConnectButtonInstagram:focus,.cbConnectButtonInstagram:hover,.cbConnectButtonInstagram[disabled]{background:#df8521!important;background:linear-gradient(90deg,#df8521 0,#650ed2 63%)!important;background-repeat:no-repeat!important}.cbConnectButtonGithub{background-color:#444!important;color:#fff!important}.cbConnectButtonGithub.active,.cbConnectButtonGithub.disabled,.cbConnectButtonGithub:active,.cbConnectButtonGithub:focus,.cbConnectButtonGithub:hover,.cbConnectButtonGithub[disabled]{background:#191919!important}.cbConnectButtonX{background-color:#191919!important;color:#fff!important}.cbConnectButtonX.active,.cbConnectButtonX.disabled,.cbConnectButtonX:active,.cbConnectButtonX:focus,.cbConnectButtonX:hover,.cbConnectButtonX[disabled]{background:#000!important}.cbConnectButtonVkontakte{background-color:#5181b8!important;color:#fff!important}.cbConnectButtonVkontakte.active,.cbConnectButtonVkontakte.disabled,.cbConnectButtonVkontakte:active,.cbConnectButtonVkontakte:focus,.cbConnectButtonVkontakte:hover,.cbConnectButtonVkontakte[disabled]{background:#5b88bd!important}.cbConnectButtonSteam{background-color:#5b5b5b!important;background-image:linear-gradient(#828282 20%,#5b5b5b)!important;background-repeat:no-repeat!important;color:#fff!important}.cbConnectButtonSteam.active,.cbConnectButtonSteam.disabled,.cbConnectButtonSteam:active,.cbConnectButtonSteam:focus,.cbConnectButtonSteam:hover,.cbConnectButtonSteam[disabled]{background:#717171!important;background-image:none!important}.cbConnectButtonReddit{background-color:#ff4500!important;color:#fff!important}.cbConnectButtonReddit.active,.cbConnectButtonReddit.disabled,.cbConnectButtonReddit:active,.cbConnectButtonReddit:focus,.cbConnectButtonReddit:hover,.cbConnectButtonReddit[disabled]{background:#f04500!important}.cbConnectButtonTwitch{background-color:#6441a4!important;color:#fff!important}.cbConnectButtonTwitch.active,.cbConnectButtonTwitch.disabled,.cbConnectButtonTwitch:active,.cbConnectButtonTwitch:focus,.cbConnectButtonTwitch:hover,.cbConnectButtonTwitch[disabled]{background:#5a429b!important}.cbConnectButton .fa-stack-exchange:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/stackexchange.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:20px;vertical-align:text-top;width:18px}.cbConnectButton .fa-pinterest:before{color:#e60023!important}.cbConnectButtonAmazon{background-color:#f5c645!important;background-image:linear-gradient(#ffe8ab 20%,#f5c645)!important;background-repeat:no-repeat!important;border-color:#a98320!important}.cbConnectButtonAmazon.active,.cbConnectButtonAmazon.disabled,.cbConnectButtonAmazon:active,.cbConnectButtonAmazon:focus,.cbConnectButtonAmazon:hover,.cbConnectButtonAmazon[disabled]{background:#f6c94e!important;background-image:none!important;border-color:#a98320!important}.cbConnectButtonYahoo .fa-yahoo:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/yahoo.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonYahoo{background-color:#7e1fff!important;color:#fff!important}.cbConnectButtonYahoo.active,.cbConnectButtonYahoo.disabled,.cbConnectButtonYahoo:active,.cbConnectButtonYahoo:focus,.cbConnectButtonYahoo:hover,.cbConnectButtonYahoo[disabled]{background:#6d1ce0!important}.cbConnectButton .fa-paypal:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/paypal.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonPaypal{background-color:#0070ba!important;color:#fff!important}.cbConnectButtonPaypal.active,.cbConnectButtonPaypal.disabled,.cbConnectButtonPaypal:active,.cbConnectButtonPaypal:focus,.cbConnectButtonPaypal:hover,.cbConnectButtonPaypal[disabled]{background:#005a96!important}.cbConnectButton .fa-disqus:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/disqus.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonDisqus{background-color:#2e9fff!important;color:#fff!important}.cbConnectButtonDisqus.active,.cbConnectButtonDisqus.disabled,.cbConnectButtonDisqus:active,.cbConnectButtonDisqus:focus,.cbConnectButtonDisqus:hover,.cbConnectButtonDisqus[disabled]{background-color:#2e91f1!important}.cbConnectButton .fa-wordpress:before{color:#585c60!important}.cbConnectButton .fa-meetup:before{color:#f13959!important}.cbConnectButton .fa-flickr:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/flickr.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonVimeo{background-color:#1ab7ea!important;color:#fff!important}.cbConnectButtonVimeo.active,.cbConnectButtonVimeo.disabled,.cbConnectButtonVimeo:active,.cbConnectButtonVimeo:focus,.cbConnectButtonVimeo:hover,.cbConnectButtonVimeo[disabled]{background-color:#1aade0!important}.cbConnectButton .fa-line:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/line.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:18px}.cbConnectButtonLine{background-color:#00c300!important;border-color:#00b300!important;color:#fff!important}.cbConnectButtonLine.active,.cbConnectButtonLine.disabled,.cbConnectButtonLine:active,.cbConnectButtonLine:focus,.cbConnectButtonLine:hover,.cbConnectButtonLine[disabled]{background-color:#00e000!important;border-color:#00b300!important}.cbConnectButtonSpotify{color:#1db954!important}.cbConnectButtonDiscord{background-color:#5865f2!important;color:#fff!important}.cbConnectButtonDiscord.active,.cbConnectButtonDiscord.disabled,.cbConnectButtonDiscord:active,.cbConnectButtonDiscord:focus,.cbConnectButtonDiscord:hover,.cbConnectButtonDiscord[disabled]{background-color:#515dde!important}.cbConnectButton .fa-discord:before{background:url(https://www.lifeintravel.it/components/com_comprofiler/plugin/user/plug_cbconnect/css/images/discord.png);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;content:" ";display:inline-block;height:18px;vertical-align:text-top;width:20px}
#mod-custom958{background-image:url("https://www.lifeintravel.it/images/asset/lifeintravel-bianco-bg-black.jpg")}
#jlexcomment img{height:auto}#jlexcomment ul.jcm-inline>li{margin:inherit}

@media all{.n2-in-fullscreen *{animation-name:initial}.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:1}ss3-fullpage{display:block}ss3-fullpage[data-based-on=real]{opacity:0}ss3-force-full-width{position:relative;display:block;opacity:0;width:100vw;transform:translateX(-100vw)}.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset:0px}.n2-section-smartslider--hidden{display:none}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-align.n2-ss-align-visible{overflow:visible}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;user-select:none;--ss-fs:flex-start;--ss-fe:flex-end;--ss-r:row;--ss-rr:row-reverse}.n2-ss-slider [data-force-pointer],.n2-ss-slider [data-force-pointer] *{cursor:pointer!important}.n2-ss-slider [data-force-pointer=zoom-in],.n2-ss-slider [data-force-pointer=zoom-in] *{cursor:zoom-in!important}.n2-ss-slider .n2-ss-text{user-select:text;cursor:initial}.n2-ss-slider-has-no-slide{height:0!important;opacity:0!important;overflow:hidden!important}.n2-ss-slider,.n2-ss-slider .n2_ss__touch_element{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.n2-ss-slider>*,.n2-ss-slider .n2_ss__touch_element>*{-webkit-tap-highlight-color:initial}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider a.n2-ow,.n2-ss-slider .n2-ow-all a{border:0;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider a.n2-ow,.n2-ss-slider a.n2-ow:focus,.n2-ss-slider .n2-ow-all a,.n2-ss-slider .n2-ow-all a:focus{outline:0!important;transition:none 0s;box-shadow:none;text-decoration:none}.n2-ss-slider path{transition:none 0s}.n2-ss-slider .n2-ow-all b,.n2-ss-slider .n2-ow-all i{color:inherit}.n2-ss-slider h1.n2-ow,.n2-ss-slider h2.n2-ow,.n2-ss-slider h3.n2-ow,.n2-ss-slider h4.n2-ow,.n2-ss-slider h5.n2-ow,.n2-ss-slider h6.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider blockquote.n2-ow,.n2-ss-slider .n2-ow-all h1,.n2-ss-slider .n2-ow-all h2,.n2-ss-slider .n2-ow-all h3,.n2-ss-slider .n2-ow-all h4,.n2-ss-slider .n2-ow-all h5,.n2-ss-slider .n2-ow-all h6,.n2-ss-slider .n2-ow-all p,.n2-ss-slider .n2-ow-all blockquote{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider iframe{border:0;min-height:0}.n2-ss-slider iframe.n2-ow,.n2-ss-slider .n2-ow-all iframe{margin:0}.n2-ss-slider img.n2-ow,.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow,.n2-ss-slider .n2-ow-all svg{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider picture.n2-ow,.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider source{display:none}.n2-ss-slider ul.n2-ow,.n2-ss-slider li.n2-ow,.n2-ss-slider img.n2-ow,.n2-ss-slider a.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider ol.n2-ow,.n2-ss-slider textarea.n2-ow,.n2-ss-slider input.n2-ow,.n2-ss-slider button.n2-ow{transition:none 0s}.n2-ss-slider p{background-color:transparent}.n2-ss-slider ol{margin:0}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}[dir=rtl] .n2-ss-slider{text-align:right}.n2-ss-slider :focus{outline:0}.n2-ss-slider[data-responsive=fullpage]{min-height:calc(var(--target-height,100vh) - var(--subtract,0px) - var(--subtract-vertical-offset,0px) - var(--subtract-vertical-widget,0px))}.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage]{min-height:100vh}.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider{display:none!important}[dir=rtl] .n2-ss-slider .n2-ss-slide-background{text-align:left}.n2-ss-slider.n2notransition *{transition:none 0s!important}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slider-background-video{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-cover{object-fit:cover}.n2-ss-slider .n2-contain{object-fit:contain}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign:center}.n2-ss-full-page--constrain-ratio .n2-ss-slide{overflow:visible}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:opacity(0);z-index:-99999}.n2-ss-slider .n2-ss-slide-thumbnail{display:none!important}.n2-ss-full-page--constrain-ratio .n2-ss-layers-container{clip-path:var(--ss-clip-path,inset(0px))}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-feature-post-bg-loader .n2-ss-slide-background{opacity:0}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"]{z-index:7}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video{z-index:3}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x:50%;--ss-o-pos-y:50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img{object-fit:none}.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img{object-fit:fill}.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-slide-background-video{object-fit:cover}.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit]{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container{opacity:1}.n2-ss-slider [onclick].n2-ss-layers-container{visibility:visible}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;width:calc(100% - var(--margin-right) - var(--margin-left));--ssfont-scale:1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=normal]{margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture{width:100%}.n2-ss-slider .n2-ss-layer[data-pm=default],.n2-ss-slider .n2-ss-layer[data-pm=normal]{position:relative;min-height:1px}.n2-ss-slider .n2-ss-layer-wrapper{width:100%;height:100%}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper{height:auto;flex-grow:1}.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper{height:100%}.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper{flex:1 1 auto;min-height:100%;height:auto!important;display:flex;flex-direction:column}.n2-ss-no-bga-fixed *,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2{background-attachment:scroll!important}.n2-ss-slider .n2-ss-widget{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;z-index:1;font-size:16px;transition:opacity .4s ease;opacity:1;box-sizing:initial}.n2-ss-slider .n2-ss-widget[data-position=above],.n2-ss-slider .n2-ss-widget[data-position=below]{margin-left:auto;margin-right:auto}.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden{opacity:0!important;pointer-events:none}.n2-ss-slider .n2-ss-slider-controls-above,.n2-ss-slider .n2-ss-slider-controls-below{display:flex;flex-flow:column;align-items:center}.n2-ss-slider .n2-ss-slider-controls-side{position:relative;display:flex}.n2-ss-slider .n2-ss-slider-controls-side>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left,.n2-ss-slider .n2-ss-slider-controls-right{flex:0 0 auto;display:flex}.n2-ss-slider .n2-ss-slider-controls-left>*,.n2-ss-slider .n2-ss-slider-controls-right>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left,.n2-ss-slider .n2-ss-slider-controls-absolute-right{position:absolute;right:100%;top:0;height:100%;display:flex;flex-flow:var(--ss-rr);align-items:center;visibility:hidden}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left{justify-content:flex-start}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right{justify-content:flex-end}.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{visibility:visible}.n2-ss-slider .n2-ss-slider-controls-absolute-right{left:100%;right:auto;flex-flow:row}.n2-ss-slider .n2-ss-slider-wrapper-outside,.n2-ss-slider .n2-ss-slider-wrapper-inside{position:relative;display:grid;grid-template-columns:100%}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{z-index:10;position:absolute;width:100%;height:100%;visibility:hidden;display:flex}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>*{visibility:visible}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced{display:block;opacity:0;transition:opacity .4s}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready{opacity:1}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>*{position:absolute!important}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top{align-items:flex-start;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>*{margin:var(--widget-offset) 0 0 var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top{align-items:center;flex-flow:column}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,.n2-ss-slider .n2-ss-slider-controls-below>*{margin-top:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top{flex-flow:var(--ss-rr);align-items:flex-start}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>*{margin:var(--widget-offset) var(--widget-offset) 0 0}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{align-items:center;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center{align-items:center;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom{align-items:flex-end;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>*{margin:0 0 var(--widget-offset) var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom{align-items:center;flex-flow:column-reverse}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom{align-items:flex-end;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>*{margin:0 var(--widget-offset) var(--widget-offset) 0}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{z-index:11}.n2-ss-slider .n2-ss-static-slide{justify-self:stretch;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:25;-webkit-backface-visibility:hidden;text-align:center;--ssselfalign:center;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide{opacity:1}.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>*{visibility:visible}.n2-ss-slider .n2-ss-static-slide,.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content{visibility:hidden}.n2-ss-slider .n2-ss-shape-divider{position:absolute;left:0;width:100%;height:100px;pointer-events:none;z-index:13}.n2-ss-slider .n2-ss-shape-divider-inner{height:100%;transform-origin:center top}.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner{position:absolute;bottom:0;left:0;width:100%;transform-origin:center bottom}.n2-ss-slider .n2-ss-shape-divider svg{display:block;height:100%;width:100%}.n2-ss-slider .n2-ss-shape-divider-top{top:0}.n2-ss-slider .n2-ss-shape-divider-bottom{bottom:0}.n2-ss-slider .n2-ss-slide .nextend-slide-bg{position:absolute;top:0;left:0;width:100%;max-width:none!important;height:auto;background:rgba(0,0,0,.002)}.n2-ss-slider video.n2-ow{max-width:none}.n2-ss-slider .n2-ss-item-video-container{overflow:hidden;width:100%;height:100%}.n2-ss-slider .n2-ss-item-video-container video{width:100%;height:100%}.n2-ss-slider .n2-ss-item-iframe-wrapper{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%}.n2-ss-slider .n2i{vertical-align:top}.n2-ss-slider iframe.n2-ow{max-width:none;display:block}.n2-ss-slider .n2-ss-item-iframe{height:100%}.n2-ss-slider .n2-grabbing{cursor:grabbing!important}.n2-ss-slider .n2-grabbing .n2-ss-slide{pointer-events:none}.n2-ss-slider .n2-ss-item-input-form{display:flex;flex-flow:row}.n2-ss-slider .n2-ss-item-input-form .n2-input{flex:1 1 auto}.n2-ss-slider .n2-ss-item-input-form .n2-form-button{margin:0}.n2-ss-slider form.n2-ow{margin:0;border:0;padding:0}.n2-ss-slider .n2-input{height:auto;width:auto;box-sizing:border-box;margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial,serif;box-shadow:none}.n2-ss-slider input.n2-ow:focus{outline:0}.n2-ss-slider input.n2-ow[placeholder]{overflow:hidden;text-overflow:clip}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow:-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow::-webkit-input-placeholder,.n2-ss-slider input.n2-ow::placeholder{color:inherit}.n2-ss-slider table.n2-ow{table-layout:auto;margin:0}.n2-ss-slider .n2-ow .n2-ss-thumbnail-type{width:48px;height:48px;margin-left:-24px;margin-top:-24px;position:absolute;left:50%;top:50%}.n2-ss-slider .n2-ss-section-main-content .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer{display:flex;flex:1 1 auto}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper{display:flex}.n2-ss-slider .n2-ss-layer-row{box-sizing:border-box;display:flex}.n2-ss-slider .n2-ss-layer-row-inner{position:relative;box-sizing:border-box;display:flex;visibility:hidden;width:100%}.n2-ss-slider .n2-ss-layer-row-inner>*{visibility:visible}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row{height:auto;width:100%}.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer{box-sizing:border-box;width:1px;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-row .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){width:auto!important}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{max-width:calc(100% - var(--margin-right) - var(--margin-left))}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage:none;--n2bggradient:none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat;transition:all .3s;transition-property:border-color,background-color,border-radius,box-shadow}.n2-ss-slider .n2-ss-layer[data-sstype=col]{display:flex;flex-flow:column;order:10;flex:0 1 auto}.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col]{flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col{box-sizing:border-box;position:relative;width:100%;height:auto;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer{flex:0 0 auto}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2-ss-slider .n2-ss-item-image-content{overflow:hidden;line-height:0}.n2-ss-slider .n2-ss-img-wrapper,.n2-ss-slider .n2-ss-img-wrapper img{line-height:0}.n2-ss-slider .n2-ss-item-image-content img{display:inline-block;max-width:100%}.n2-ss-slider .n2-ss-item-image-content a{display:inline-block}.n2-ss-slider .n2-ss-item-image-content picture{width:100%}.n2-ss-slider img.n2-ss-item-image-area{display:block;width:100%!important;height:100%!important}.n2-ss-slider .n2_ss_video_player{position:relative}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder{padding-top:56.25%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder{padding-top:62.5%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder{padding-top:75%}.n2-ss-slider .n2_ss_video_player iframe,.n2-ss-slider .n2_ss_video_player video,.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{z-index:2;transform:translate3d(0,0,0)}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]{min-height:50px;height:100%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder{padding-top:0}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video{position:static;height:auto}.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video{position:static;height:100%}.n2-ss-slider img.n2_ss_video_cover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:cover}.n2-ss-slider img.n2_ss_video_play_btn{position:absolute;left:50%;top:50%;z-index:2;width:48px;height:48px;transform:translate(-50%,-50%)}.n2-ss-slider .n2-ss-animated-heading-wrapper,.n2-ss-slider .n2-ss-animated-heading-wrapper *,.n2-ss-slider .n2-ss-highlighted-heading-wrapper,.n2-ss-slider .n2-ss-highlighted-heading-wrapper *{text-decoration:none!important}.n2_clear{clear:both}[data-force-hidden],[data-force-hidden] *{visibility:hidden!important}.n2-ss-slider .n2-ss-reveal-clip{pointer-events:none;visibility:hidden;position:absolute;left:0;top:0;z-index:1000000;width:100%;height:100%;overflow:hidden}.n2-ss-slider .n2-ss-reveal-clip>*{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-widget-html{z-index:10}.n2-ss-slider .n-particles-js-canvas-el{position:absolute;left:0;top:0;width:100%;height:100%;z-index:12}ss-text,ss-word,ss-char{position:relative;display:inline-block}ss-p{display:block}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}.n2-ss-slider .n2-input,.n2-ss-slider .n2-ss-item-counter-counting-div{-webkit-transform:translate3d(0,0,0)}}
div#n2-ss-478 .n2-ss-slider-1{display:grid;position:relative}div#n2-ss-478 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1}div#n2-ss-478:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important}div#n2-ss-478 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10}div#n2-ss-478 .n2-ss-slider-3>*{grid-area:cover}div#n2-ss-478 .n2-ss-slide-backgrounds,div#n2-ss-478 .n2-ss-slider-3>.n2-ss-divider{position:relative}div#n2-ss-478 .n2-ss-slide-backgrounds{z-index:10}div#n2-ss-478 .n2-ss-slide-backgrounds>*{overflow:hidden}div#n2-ss-478 .n2-ss-slide-background{transform:translateX(-100000px)}div#n2-ss-478 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide'}div#n2-ss-478 .n2-ss-slider-4>*{grid-area:slide}div#n2-ss-478.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto}div#n2-ss-478 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px)}div#n2-ss-478 .n2-ss-slide-active{z-index:21}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}div#n2-ss-478 .n2-ss-button-container,div#n2-ss-478 .n2-ss-button-container a{display:block}div#n2-ss-478 .n2-ss-button-container--non-full-width,div#n2-ss-478 .n2-ss-button-container--non-full-width a{display:inline-block}div#n2-ss-478 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap}div#n2-ss-478 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit}div#n2-ss-478 .n2-ss-button-container a>div{display:inline-flex;align-items:center;vertical-align:top}div#n2-ss-478 .n2-ss-button-container span{font-size:100%;vertical-align:baseline}div#n2-ss-478 .n2-ss-button-container a[data-iconplacement="left"] span{margin-right:0.3em}div#n2-ss-478 .n2-ss-button-container a[data-iconplacement="right"] span{margin-left:0.3em}div#n2-ss-478 .n-uc-MONjRuveic1R-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-MONjRuveic1R-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-CPB8AVBG7dTe-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-CPB8AVBG7dTe-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-as69UFasHfHm-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider100/georgia/02-algheti-np.jpg");background-position:50% 50%,43% 10%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-as69UFasHfHm-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n2-font-570074b0e922a6ed5e412123d644a64e-hover,div#n2-ss-478 .n2-font-570074b0e922a6ed5e412123d644a64e-hover:FOCUS{font-family:'Bree Serif';color:#000;font-size:206.25%;text-shadow:none;line-height:1;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph{font-family:'Roboto','Arial';color:#6C6C6C;font-size:112.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a,div#n2-ss-478 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:HOVER,div#n2-ss-478 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading,div#n2-ss-478 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:0px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-478 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph{font-family:'Roboto','Arial';color:#000;font-size:93.75%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a,div#n2-ss-478 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:HOVER,div#n2-ss-478 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-style-e18c357d51e68681bbb031de445957e5-heading,div#n2-ss-478 .n2-style-e18c357d51e68681bbb031de445957e5-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:10px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-ubn85GWwZzmq-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-ubn85GWwZzmq-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a,div#n2-ss-478 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a:FOCUS{font-family:'Roboto','Arial';color:#fcfb3a;font-size:87.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading,div#n2-ss-478 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading:FOCUS{background:#000;opacity:1;padding:10px 30px 10px 30px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:10px}div#n2-ss-478 .n-uc-17cbd61354699-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-17cbd61354699-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-13609925e2b88-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider129/00-nep.jpeg");background-position:50% 50%,38% 51%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-13609925e2b88-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-1e420ca516494-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-1e420ca516494-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-139c15c3eb86c-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-139c15c3eb86c-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-17d6e68845e8e-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-17d6e68845e8e-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-clT90g5veaL7-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-clT90g5veaL7-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-NUwfrDd1EFwA-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider100/giordania/giordania-cover.jpg");background-position:50% 50%,48% 45%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-NUwfrDd1EFwA-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-CalSEPNNGjgW-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-CalSEPNNGjgW-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-G0trX2Rvy0nE-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider129/00_Nepal.jpeg");background-position:50% 50%,59% 66%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-G0trX2Rvy0nE-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-478 .n-uc-cWEythncfLEX-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-cWEythncfLEX-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-3DUCcNnmQLca-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-3DUCcNnmQLca-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-478 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover,div#n2-ss-478 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover:FOCUS{font-family:'Bree Serif';color:#81898d;font-size:200%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-478 .n2-ss-slider-2{background-color:RGBA(255,255,255,1)}div#n2-ss-478 .n-uc-zsXEv7mmQaHc{padding:0px 0px 0px 0px}div#n2-ss-478 .n-uc-ZMSso1sFCgvT-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-478 .n-uc-MONjRuveic1R-inner{padding:50px 20px 10px 10px}div#n2-ss-478 .n-uc-MONjRuveic1R-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-MONjRuveic1R-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-MONjRuveic1R{max-width:1440px}div#n2-ss-478 .n-uc-CPB8AVBG7dTe-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-CPB8AVBG7dTe{width:50%}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner{padding:0px 0px 0px 0px}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-as69UFasHfHm-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-478 .n-uc-as69UFasHfHm{width:100%}div#n2-ss-478 .n-uc-RgxJB0v3qhEn{--margin-top:10px}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-478 .n-uc-ubn85GWwZzmq-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-ubn85GWwZzmq{width:100%}div#n2-ss-478 .n-uc-17cbd61354699-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-17cbd61354699{width:50%}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner{padding:0px 0px 0px 0px}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-13609925e2b88-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-478 .n-uc-13609925e2b88{width:100%}div#n2-ss-478 .n-uc-1401759722c20{--margin-top:10px}div#n2-ss-478 .n-uc-1e420ca516494-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-1e420ca516494-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-1e420ca516494-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-478 .n-uc-139c15c3eb86c-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-139c15c3eb86c{width:100%}div#n2-ss-478 .n-uc-tA08WWTwwIG4{padding:50px 0px 0px 0px}div#n2-ss-478 .n-uc-NxlwdKyptmcx-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner{padding:0px 20px 10px 10px}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-3oClyu1rHsw6{max-width:1440px}div#n2-ss-478 .n-uc-17d6e68845e8e-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-17d6e68845e8e{width:50%}div#n2-ss-478 .n-uc-clT90g5veaL7-inner{padding:0px 0px 0px 0px}div#n2-ss-478 .n-uc-clT90g5veaL7-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-clT90g5veaL7-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-NUwfrDd1EFwA-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-478 .n-uc-NUwfrDd1EFwA{width:100%}div#n2-ss-478 .n-uc-ivelCoXEREeS{--margin-top:10px}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-478 .n-uc-CalSEPNNGjgW-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-CalSEPNNGjgW{width:100%}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi{width:50%}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner{padding:0px 0px 0px 0px}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-478 .n-uc-G0trX2Rvy0nE-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-478 .n-uc-G0trX2Rvy0nE{width:100%}div#n2-ss-478 .n-uc-pDuvyhImuY76{--margin-top:10px}div#n2-ss-478 .n-uc-cWEythncfLEX-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-cWEythncfLEX-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-478 .n-uc-cWEythncfLEX-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-478 .n-uc-3DUCcNnmQLca-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-478 .n-uc-3DUCcNnmQLca{width:100%}div#n2-ss-478 .n-uc-oL24qUX5vuOi{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-Mk5m0wMMIMnY-inner{padding:0px 10px 10px 10px;justify-content:flex-start}div#n2-ss-478 .n-uc-Mk5m0wMMIMnY{align-self:center}@media (min-width:1200px){div#n2-ss-478 .n-uc-NKDXWFD45pu7{display:none}div#n2-ss-478 .n-uc-1e420ca516494{display:none}div#n2-ss-478 .n-uc-G20ompMJ2s8c{display:none}div#n2-ss-478 .n-uc-cWEythncfLEX{display:none}div#n2-ss-478 [data-hide-desktopportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:1199px) and (min-width:901px),(orientation:portrait) and (max-width:1199px) and (min-width:701px){div#n2-ss-478 .n-uc-MONjRuveic1R-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-CPB8AVBG7dTe{width:50%}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-as69UFasHfHm{width:100%}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-NKDXWFD45pu7{display:none}div#n2-ss-478 .n-uc-ubn85GWwZzmq{width:100%}div#n2-ss-478 .n-uc-17cbd61354699{width:50%}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-13609925e2b88{width:100%}div#n2-ss-478 .n-uc-1e420ca516494-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-1e420ca516494{display:none}div#n2-ss-478 .n-uc-139c15c3eb86c{width:100%}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-17d6e68845e8e{width:50%}div#n2-ss-478 .n-uc-clT90g5veaL7-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-NUwfrDd1EFwA{width:100%}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-G20ompMJ2s8c{display:none}div#n2-ss-478 .n-uc-CalSEPNNGjgW{width:100%}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi{width:50%}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-G0trX2Rvy0nE{width:100%}div#n2-ss-478 .n-uc-cWEythncfLEX-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-478 .n-uc-cWEythncfLEX{display:none}div#n2-ss-478 .n-uc-3DUCcNnmQLca{width:100%}div#n2-ss-478 [data-hide-tabletportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:900px),(orientation:portrait) and (max-width:700px){div#n2-ss-478 .n-uc-ZMSso1sFCgvT-inner{padding:20px 0px 30px 0px}div#n2-ss-478 .n-uc-MONjRuveic1R-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-MONjRuveic1R-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-CPB8AVBG7dTe{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-LffwV7gaOMTp-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-as69UFasHfHm-inner{padding:10px 10px 10px 10px}div#n2-ss-478 .n-uc-as69UFasHfHm{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-tyP8CYxJZb6Z{--ssfont-scale:0.7}div#n2-ss-478 .n-uc-RgxJB0v3qhEn{--ssfont-scale:0.9}div#n2-ss-478 .n-uc-NKDXWFD45pu7-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-NKDXWFD45pu7{display:none}div#n2-ss-478 .n-uc-ubn85GWwZzmq{width:calc(100% - 20px)}div#n2-ss-478 .n-uc-17cbd61354699{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-1ddec5c0d87c3-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-13609925e2b88-inner{padding:10px 10px 10px 10px}div#n2-ss-478 .n-uc-13609925e2b88{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-1487153804df5{--ssfont-scale:0.7}div#n2-ss-478 .n-uc-1401759722c20{--ssfont-scale:0.9}div#n2-ss-478 .n-uc-1e420ca516494-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-1e420ca516494{display:none}div#n2-ss-478 .n-uc-139c15c3eb86c{width:calc(100% - 20px)}div#n2-ss-478 .n-uc-NxlwdKyptmcx-inner{padding:20px 0px 30px 0px}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner{padding:0px 10px 10px 10px}div#n2-ss-478 .n-uc-3oClyu1rHsw6-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-17d6e68845e8e{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-clT90g5veaL7-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-NUwfrDd1EFwA-inner{padding:10px 10px 10px 10px}div#n2-ss-478 .n-uc-NUwfrDd1EFwA{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-t3ma0qMBEb1h{--ssfont-scale:0.7}div#n2-ss-478 .n-uc-ivelCoXEREeS{--ssfont-scale:0.9}div#n2-ss-478 .n-uc-G20ompMJ2s8c-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-G20ompMJ2s8c{display:none}div#n2-ss-478 .n-uc-CalSEPNNGjgW{width:calc(100% - 20px)}div#n2-ss-478 .n-uc-GIVd9IZ8aVLi{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-vIuKwEJ1M9DV-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-G0trX2Rvy0nE-inner{padding:10px 10px 10px 10px}div#n2-ss-478 .n-uc-G0trX2Rvy0nE{width:calc(100% - 0px)}div#n2-ss-478 .n-uc-RVU9lcUoaONM{--ssfont-scale:0.7}div#n2-ss-478 .n-uc-pDuvyhImuY76{--ssfont-scale:0.9}div#n2-ss-478 .n-uc-cWEythncfLEX-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-478 .n-uc-cWEythncfLEX{display:none}div#n2-ss-478 .n-uc-3DUCcNnmQLca{width:calc(100% - 20px)}div#n2-ss-478 [data-hide-mobileportrait="1"]{display:none !important}}
div#n2-ss-375 .n2-ss-slider-1{display:grid;position:relative}div#n2-ss-375 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1}div#n2-ss-375:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important}div#n2-ss-375 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10}div#n2-ss-375 .n2-ss-slider-3>*{grid-area:cover}div#n2-ss-375 .n2-ss-slide-backgrounds,div#n2-ss-375 .n2-ss-slider-3>.n2-ss-divider{position:relative}div#n2-ss-375 .n2-ss-slide-backgrounds{z-index:10}div#n2-ss-375 .n2-ss-slide-backgrounds>*{overflow:hidden}div#n2-ss-375 .n2-ss-slide-background{transform:translateX(-100000px)}div#n2-ss-375 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide'}div#n2-ss-375 .n2-ss-slider-4>*{grid-area:slide}div#n2-ss-375.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto}div#n2-ss-375 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px)}div#n2-ss-375 .n2-ss-slide-active{z-index:21}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}div#n2-ss-375 .n2-ss-button-container,div#n2-ss-375 .n2-ss-button-container a{display:block}div#n2-ss-375 .n2-ss-button-container--non-full-width,div#n2-ss-375 .n2-ss-button-container--non-full-width a{display:inline-block}div#n2-ss-375 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap}div#n2-ss-375 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit}div#n2-ss-375 .n2-ss-button-container a>div{display:inline-flex;align-items:center;vertical-align:top}div#n2-ss-375 .n2-ss-button-container span{font-size:100%;vertical-align:baseline}div#n2-ss-375 .n2-ss-button-container a[data-iconplacement="left"] span{margin-right:0.3em}div#n2-ss-375 .n2-ss-button-container a[data-iconplacement="right"] span{margin-left:0.3em}div#n2-ss-375 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14}div#n2-ss-375 .n2-ss-control-bullet--calculate-size{left:0 !important}div#n2-ss-375 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%}div#n2-ss-375 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column}div#n2-ss-375 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap}div#n2-ss-375 .n2-bar-justify-content-left{justify-content:flex-start}div#n2-ss-375 .n2-bar-justify-content-center{justify-content:center}div#n2-ss-375 .n2-bar-justify-content-right{justify-content:flex-end}div#n2-ss-375 .n2-ss-control-bullet-vertical>.nextend-bullet-bar{flex-flow:column}div#n2-ss-375 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar{display:flex}div#n2-ss-375 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar{flex:1 1 auto}div#n2-ss-375 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar{height:100%}div#n2-ss-375 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s}div#n2-ss-375 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default}div#n2-ss-375 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000}div#n2-ss-375 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-NrcJEOCIwLb0-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-NrcJEOCIwLb0-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-Kq4FU31arpxp-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider129/00_Nepal.jpeg");background-position:50% 50%,59% 66%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-Kq4FU31arpxp-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n2-font-570074b0e922a6ed5e412123d644a64e-hover,div#n2-ss-375 .n2-font-570074b0e922a6ed5e412123d644a64e-hover:FOCUS{font-family:'Bree Serif';color:#000;font-size:206.25%;text-shadow:none;line-height:1;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph{font-family:'Roboto','Arial';color:#6C6C6C;font-size:112.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a,div#n2-ss-375 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:HOVER,div#n2-ss-375 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading,div#n2-ss-375 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:0px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-375 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph{font-family:'Roboto','Arial';color:#000;font-size:93.75%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a,div#n2-ss-375 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:HOVER,div#n2-ss-375 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-style-e18c357d51e68681bbb031de445957e5-heading,div#n2-ss-375 .n2-style-e18c357d51e68681bbb031de445957e5-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:10px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-5tWpggtIjTsY-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-5tWpggtIjTsY-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a,div#n2-ss-375 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a:FOCUS{font-family:'Roboto','Arial';color:#fcfb3a;font-size:87.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading,div#n2-ss-375 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading:FOCUS{background:#000;opacity:1;padding:10px 30px 10px 30px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:10px}div#n2-ss-375 .n-uc-PhO8nztExesU-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-PhO8nztExesU-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-vOcYA5xD0EcR-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider100/giordania/giordania-cover.jpg");background-position:50% 50%,48% 45%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-vOcYA5xD0EcR-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-Khze1NTdfUsW-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-Khze1NTdfUsW-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-aPig3Xr3HUDe-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-aPig3Xr3HUDe-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-IYoa3zTrnJw1-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/articles/cicloturismo/2024/02-23-oman-bikepacking/42-oman-monti-hajar-occidentali.webp");background-position:50% 50%,56% 27%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-IYoa3zTrnJw1-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-lq2I9SWpUcy4-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-lq2I9SWpUcy4-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-UlFd4xYjUaoG-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/articles/cicloturismo/2026/03-09-algeria-in-bici/07-algeria-tassili-najjer.jpg");background-position:50% 50%,56% 72%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-UlFd4xYjUaoG-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-5VqLGVrhttiB-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n-uc-5VqLGVrhttiB-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-375 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover,div#n2-ss-375 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover:FOCUS{font-family:'Bree Serif';color:#81898d;font-size:200%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-375 .n2-style-785355f374be86c332d4665aae819858-dot{background:RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:50px;margin:4px}div#n2-ss-375 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active,div#n2-ss-375 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER,div#n2-ss-375 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS{background:RGBA(29,129,249,1)}div#n2-ss-375 .n-uc-1nzeyZz1k0jf{padding:50px 0px 0px 0px}div#n2-ss-375 .n-uc-dPPbKO3tgVfo-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner{padding:0px 20px 10px 10px}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-d4AWOLuX2aXD{max-width:1440px}div#n2-ss-375 .n-uc-NrcJEOCIwLb0-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-NrcJEOCIwLb0{width:50%}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner{padding:0px 0px 0px 0px}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-Kq4FU31arpxp-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-375 .n-uc-Kq4FU31arpxp{width:100%}div#n2-ss-375 .n-uc-gt14wjzkzNID{--margin-top:10px}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-375 .n-uc-5tWpggtIjTsY-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-5tWpggtIjTsY{width:100%}div#n2-ss-375 .n-uc-PhO8nztExesU-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-PhO8nztExesU{width:50%}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner{padding:0px 0px 0px 0px}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-vOcYA5xD0EcR-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-375 .n-uc-vOcYA5xD0EcR{width:100%}div#n2-ss-375 .n-uc-SI1OhMLo8PsA{--margin-top:10px}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-375 .n-uc-Khze1NTdfUsW-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-Khze1NTdfUsW{width:100%}div#n2-ss-375 .n-uc-35MpAYVE87hg{padding:0px 0px 0px 0px}div#n2-ss-375 .n-uc-ii1b3LBRDEH3-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner{padding:50px 20px 10px 10px}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-hjlyxwS0a7qV{max-width:1440px}div#n2-ss-375 .n-uc-aPig3Xr3HUDe-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-aPig3Xr3HUDe{width:50%}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner{padding:0px 0px 0px 0px}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-IYoa3zTrnJw1-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-375 .n-uc-IYoa3zTrnJw1{width:100%}div#n2-ss-375 .n-uc-3MDaSPnaVmf0{--margin-top:10px}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-375 .n-uc-lq2I9SWpUcy4-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-lq2I9SWpUcy4{width:100%}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ{width:50%}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner{padding:0px 0px 0px 0px}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-375 .n-uc-UlFd4xYjUaoG-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-375 .n-uc-UlFd4xYjUaoG{width:100%}div#n2-ss-375 .n-uc-0rRg3JN0dxcT{--margin-top:10px}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-375 .n-uc-5VqLGVrhttiB-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-375 .n-uc-5VqLGVrhttiB{width:100%}div#n2-ss-375 .n-uc-blIIDN0QNiyI{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-gx9SkOY56k57-inner{padding:0px 10px 10px 10px;justify-content:flex-start}div#n2-ss-375 .n-uc-gx9SkOY56k57{align-self:center}@media (min-width:1200px){div#n2-ss-375 .n-uc-otdCuOiF6UTb{display:none}div#n2-ss-375 .n-uc-sxGcSDHhpSEX{display:none}div#n2-ss-375 .n-uc-4ACf9j53Stvz{display:none}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx{display:none}div#n2-ss-375 [data-hide-desktopportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:1199px) and (min-width:901px),(orientation:portrait) and (max-width:1199px) and (min-width:701px){div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-NrcJEOCIwLb0{width:50%}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-Kq4FU31arpxp{width:100%}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-otdCuOiF6UTb{display:none}div#n2-ss-375 .n-uc-5tWpggtIjTsY{width:100%}div#n2-ss-375 .n-uc-PhO8nztExesU{width:50%}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-vOcYA5xD0EcR{width:100%}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-sxGcSDHhpSEX{display:none}div#n2-ss-375 .n-uc-Khze1NTdfUsW{width:100%}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-aPig3Xr3HUDe{width:50%}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-IYoa3zTrnJw1{width:100%}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-4ACf9j53Stvz{display:none}div#n2-ss-375 .n-uc-lq2I9SWpUcy4{width:100%}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ{width:50%}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-UlFd4xYjUaoG{width:100%}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx{display:none}div#n2-ss-375 .n-uc-5VqLGVrhttiB{width:100%}div#n2-ss-375 [data-hide-tabletportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:900px),(orientation:portrait) and (max-width:700px){div#n2-ss-375 .n-uc-dPPbKO3tgVfo-inner{padding:20px 0px 30px 0px}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-d4AWOLuX2aXD-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-NrcJEOCIwLb0{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-ZTahPlwo6cO4-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-Kq4FU31arpxp-inner{padding:10px 10px 10px 10px}div#n2-ss-375 .n-uc-Kq4FU31arpxp{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-kvTAWK9ZrObS{--ssfont-scale:0.7}div#n2-ss-375 .n-uc-gt14wjzkzNID{--ssfont-scale:0.9}div#n2-ss-375 .n-uc-otdCuOiF6UTb-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-otdCuOiF6UTb{display:none}div#n2-ss-375 .n-uc-5tWpggtIjTsY{width:calc(100% - 20px)}div#n2-ss-375 .n-uc-PhO8nztExesU{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-H0KRrmzirDUj-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-vOcYA5xD0EcR-inner{padding:10px 10px 10px 10px}div#n2-ss-375 .n-uc-vOcYA5xD0EcR{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-Vddlt06yAsSx{--ssfont-scale:0.7}div#n2-ss-375 .n-uc-SI1OhMLo8PsA{--ssfont-scale:0.9}div#n2-ss-375 .n-uc-sxGcSDHhpSEX-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-sxGcSDHhpSEX{display:none}div#n2-ss-375 .n-uc-Khze1NTdfUsW{width:calc(100% - 20px)}div#n2-ss-375 .n-uc-ii1b3LBRDEH3-inner{padding:40px 0px 10px 0px}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner{padding:0px 10px 10px 10px}div#n2-ss-375 .n-uc-hjlyxwS0a7qV-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-aPig3Xr3HUDe-inner{padding:15px 10px 0px 10px}div#n2-ss-375 .n-uc-aPig3Xr3HUDe{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-cJdr6UmAlLxp-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-IYoa3zTrnJw1-inner{padding:10px 10px 10px 10px}div#n2-ss-375 .n-uc-IYoa3zTrnJw1{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-A24IdFCzhEJd{--ssfont-scale:0.7}div#n2-ss-375 .n-uc-3MDaSPnaVmf0{--ssfont-scale:0.9}div#n2-ss-375 .n-uc-4ACf9j53Stvz-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-4ACf9j53Stvz{display:none}div#n2-ss-375 .n-uc-lq2I9SWpUcy4{width:calc(100% - 20px)}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ-inner{padding:10px 10px 0px 10px}div#n2-ss-375 .n-uc-hxQxlaWa1zXQ{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-7HhnR2bvlxbS-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-UlFd4xYjUaoG-inner{padding:10px 10px 10px 10px}div#n2-ss-375 .n-uc-UlFd4xYjUaoG{width:calc(100% - 0px)}div#n2-ss-375 .n-uc-hHgWlKaLU1fp{--ssfont-scale:0.7}div#n2-ss-375 .n-uc-0rRg3JN0dxcT{--ssfont-scale:0.9}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-375 .n-uc-9AqLUwmqq8Mx{display:none}div#n2-ss-375 .n-uc-5VqLGVrhttiB{width:calc(100% - 20px)}div#n2-ss-375 [data-hide-mobileportrait="1"]{display:none !important}}
div#n2-ss-479 .n2-ss-slider-1{display:grid;position:relative}div#n2-ss-479 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1}div#n2-ss-479:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important}div#n2-ss-479 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10}div#n2-ss-479 .n2-ss-slider-3>*{grid-area:cover}div#n2-ss-479 .n2-ss-slide-backgrounds,div#n2-ss-479 .n2-ss-slider-3>.n2-ss-divider{position:relative}div#n2-ss-479 .n2-ss-slide-backgrounds{z-index:10}div#n2-ss-479 .n2-ss-slide-backgrounds>*{overflow:hidden}div#n2-ss-479 .n2-ss-slide-background{transform:translateX(-100000px)}div#n2-ss-479 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide'}div#n2-ss-479 .n2-ss-slider-4>*{grid-area:slide}div#n2-ss-479.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto}div#n2-ss-479 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px)}div#n2-ss-479 .n2-ss-slide-active{z-index:21}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}div#n2-ss-479 .n2-ss-button-container,div#n2-ss-479 .n2-ss-button-container a{display:block}div#n2-ss-479 .n2-ss-button-container--non-full-width,div#n2-ss-479 .n2-ss-button-container--non-full-width a{display:inline-block}div#n2-ss-479 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap}div#n2-ss-479 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit}div#n2-ss-479 .n2-ss-button-container a>div{display:inline-flex;align-items:center;vertical-align:top}div#n2-ss-479 .n2-ss-button-container span{font-size:100%;vertical-align:baseline}div#n2-ss-479 .n2-ss-button-container a[data-iconplacement="left"] span{margin-right:0.3em}div#n2-ss-479 .n2-ss-button-container a[data-iconplacement="right"] span{margin-left:0.3em}div#n2-ss-479 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14}div#n2-ss-479 .n2-ss-control-bullet--calculate-size{left:0 !important}div#n2-ss-479 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%}div#n2-ss-479 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column}div#n2-ss-479 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap}div#n2-ss-479 .n2-bar-justify-content-left{justify-content:flex-start}div#n2-ss-479 .n2-bar-justify-content-center{justify-content:center}div#n2-ss-479 .n2-bar-justify-content-right{justify-content:flex-end}div#n2-ss-479 .n2-ss-control-bullet-vertical>.nextend-bullet-bar{flex-flow:column}div#n2-ss-479 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar{display:flex}div#n2-ss-479 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar{flex:1 1 auto}div#n2-ss-479 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar{height:100%}div#n2-ss-479 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s}div#n2-ss-479 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default}div#n2-ss-479 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000}div#n2-ss-479 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-YJxa3AyttosQ-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-YJxa3AyttosQ-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-2QabN1h0n4sZ-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider129/00_Nepal.jpeg");background-position:50% 50%,59% 66%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n-uc-2QabN1h0n4sZ-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n2-font-570074b0e922a6ed5e412123d644a64e-hover,div#n2-ss-479 .n2-font-570074b0e922a6ed5e412123d644a64e-hover:FOCUS{font-family:'Bree Serif';color:#000;font-size:206.25%;text-shadow:none;line-height:1;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph{font-family:'Roboto','Arial';color:#6C6C6C;font-size:112.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a,div#n2-ss-479 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:HOVER,div#n2-ss-479 .n2-font-4be0bfad70d6a6fdb44cd9455aaf6c75-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading,div#n2-ss-479 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:0px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-479 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph{font-family:'Roboto','Arial';color:#000;font-size:93.75%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a,div#n2-ss-479 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:FOCUS{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:HOVER,div#n2-ss-479 .n2-font-2a099e43a296ed2b9df629d2ffff4c44-paragraph a:ACTIVE{font-family:'Roboto','Arial';color:#1890d7;font-size:100%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-style-e18c357d51e68681bbb031de445957e5-heading,div#n2-ss-479 .n2-style-e18c357d51e68681bbb031de445957e5-heading:FOCUS{background:RGBA(255,255,255,0);opacity:1;padding:10px 0px 0px 0px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:0px}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-8nisbZLF4gM3-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-8nisbZLF4gM3-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a,div#n2-ss-479 .n2-font-ba5a6a0eae3fcd5e4d445387fccdbd03-link a:FOCUS{font-family:'Roboto','Arial';color:#fcfb3a;font-size:87.5%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:center;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading,div#n2-ss-479 .n2-style-744e456e17d4e1e74acb2150cd55c6e8-heading:FOCUS{background:#000;opacity:1;padding:10px 30px 10px 30px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:10px}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-yHdubTXqr91d-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider100/giordania/giordania-cover.jpg");background-position:50% 50%,48% 45%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n-uc-yHdubTXqr91d-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-hG7CAakqprx1-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-hG7CAakqprx1-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-dxoHvVMUdqTB-inner{--n2bggradient:linear-gradient(RGBA(255,255,255,0.8),RGBA(255,255,255,0.8));--n2bgimage:URL("/images/slider100/parchi-sicilia/parchi-di-sicilia.jpg");background-position:50% 50%,49% 53%;border-radius:20px;border-width:1px 1px 1px 1px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n-uc-dxoHvVMUdqTB-inner:HOVER{box-shadow:1px 1px 1px 1px RGBA(0,0,0,0.5);border-width:2px 2px 2px 2px;border-style:solid;border-color:RGBA(197,197,197,1)}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-48gGoYUmfhsk-inner{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n-uc-48gGoYUmfhsk-inner:HOVER{border-width:0px 0px 0px 0px;border-style:solid;border-color:RGBA(255,255,255,1)}div#n2-ss-479 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover,div#n2-ss-479 .n2-font-0f71dfc1f6df5aa62a896c0f15809f41-hover:FOCUS{font-family:'Bree Serif';color:#81898d;font-size:200%;text-shadow:none;line-height:1.5;font-weight:normal;font-style:normal;text-decoration:none;text-align:inherit;letter-spacing:normal;word-spacing:normal;text-transform:none;font-weight:400}div#n2-ss-479 .n2-style-785355f374be86c332d4665aae819858-dot{background:RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px;box-shadow:none;border:0px solid RGBA(0,0,0,1);border-radius:50px;margin:4px}div#n2-ss-479 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active,div#n2-ss-479 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER,div#n2-ss-479 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS{background:RGBA(29,129,249,1)}div#n2-ss-479 .n-uc-nVobzRdMRKDk{padding:50px 0px 0px 0px}div#n2-ss-479 .n-uc-JuLxuG38enqS-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner{padding:0px 20px 10px 10px}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-4Z30UjQSgWFN{max-width:1440px}div#n2-ss-479 .n-uc-YJxa3AyttosQ-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-YJxa3AyttosQ{width:100%}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner{padding:0px 0px 0px 0px}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-2QabN1h0n4sZ-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-479 .n-uc-2QabN1h0n4sZ{width:100%}div#n2-ss-479 .n-uc-NPu5NQ5yRC67{--margin-top:10px}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-479 .n-uc-8nisbZLF4gM3-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-8nisbZLF4gM3{width:100%}div#n2-ss-479 .n-uc-7AjvTjYpbB7S{padding:50px 0px 0px 0px}div#n2-ss-479 .n-uc-V7LWBS38o99v-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner{padding:0px 20px 10px 10px}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-lJWQ94jUtAwK{max-width:1440px}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq{width:100%}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner{padding:0px 0px 0px 0px}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-yHdubTXqr91d-inner{padding:5px 30px 5px 30px;justify-content:flex-start}div#n2-ss-479 .n-uc-yHdubTXqr91d{width:100%}div#n2-ss-479 .n-uc-eg04isycGTPV{--margin-top:10px}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb{width:100%}div#n2-ss-479 .n-uc-hXWzj4HDckag{padding:0px 0px 0px 0px}div#n2-ss-479 .n-uc-ungYvqk6Jin8-inner{padding:0px 0px 0px 0px;justify-content:flex-start}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner{padding:50px 20px 10px 10px}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-WcsENxnMznUF{max-width:1440px}div#n2-ss-479 .n-uc-hG7CAakqprx1-inner{padding:5px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-hG7CAakqprx1{width:100%}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner{padding:0px 0px 0px 0px}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner>.n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-479 .n-uc-dxoHvVMUdqTB-inner{padding:5px 30px 5px 30px;justify-content:center}div#n2-ss-479 .n-uc-dxoHvVMUdqTB{width:100%}div#n2-ss-479 .n-uc-yf2BlUJ6U8Oo{--margin-top:10px}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner>.n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-479 .n-uc-48gGoYUmfhsk-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-479 .n-uc-48gGoYUmfhsk{width:100%}div#n2-ss-479 .n-uc-BKYppli0LIOC{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-CYOAgjG863Jb-inner{padding:0px 10px 10px 10px;justify-content:flex-start}div#n2-ss-479 .n-uc-CYOAgjG863Jb{align-self:center}@media (min-width:1200px){div#n2-ss-479 .n-uc-orvZReF5Et0X{display:none}div#n2-ss-479 .n-uc-XgqiAYP549Yr{display:none}div#n2-ss-479 .n-uc-mqgBeqaW8QWL{display:none}div#n2-ss-479 [data-hide-desktopportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:1199px) and (min-width:901px),(orientation:portrait) and (max-width:1199px) and (min-width:701px){div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-YJxa3AyttosQ{width:100%}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-2QabN1h0n4sZ{width:100%}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-orvZReF5Et0X{display:none}div#n2-ss-479 .n-uc-8nisbZLF4gM3{width:100%}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq{width:100%}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-yHdubTXqr91d{width:100%}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-XgqiAYP549Yr{display:none}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb{width:100%}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-hG7CAakqprx1{width:100%}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-dxoHvVMUdqTB{width:100%}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner>.n2-ss-layer-row-inner{flex-wrap:nowrap}div#n2-ss-479 .n-uc-mqgBeqaW8QWL{display:none}div#n2-ss-479 .n-uc-48gGoYUmfhsk{width:100%}div#n2-ss-479 [data-hide-tabletportrait="1"]{display:none !important}}@media (orientation:landscape) and (max-width:900px),(orientation:portrait) and (max-width:700px){div#n2-ss-479 .n-uc-JuLxuG38enqS-inner{padding:20px 0px 30px 0px}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-4Z30UjQSgWFN-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-YJxa3AyttosQ{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-hdzpmuvQ8X4p-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-2QabN1h0n4sZ-inner{padding:10px 10px 10px 10px}div#n2-ss-479 .n-uc-2QabN1h0n4sZ{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-WwD3PRZORkjz{--ssfont-scale:0.7}div#n2-ss-479 .n-uc-NPu5NQ5yRC67{--ssfont-scale:0.9}div#n2-ss-479 .n-uc-orvZReF5Et0X-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-orvZReF5Et0X{display:none}div#n2-ss-479 .n-uc-8nisbZLF4gM3{width:calc(100% - 20px)}div#n2-ss-479 .n-uc-V7LWBS38o99v-inner{padding:20px 0px 30px 0px}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-lJWQ94jUtAwK-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-ZjqMTU8JsMLq{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-CwXJWCjEPriA-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-yHdubTXqr91d-inner{padding:10px 10px 10px 10px}div#n2-ss-479 .n-uc-yHdubTXqr91d{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-NTaccby3Hrfi{--ssfont-scale:0.7}div#n2-ss-479 .n-uc-eg04isycGTPV{--ssfont-scale:0.9}div#n2-ss-479 .n-uc-XgqiAYP549Yr-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-XgqiAYP549Yr{display:none}div#n2-ss-479 .n-uc-Mz2g2YC9NTyb{width:calc(100% - 20px)}div#n2-ss-479 .n-uc-ungYvqk6Jin8-inner{padding:20px 0px 30px 0px}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner{padding:0px 10px 10px 10px}div#n2-ss-479 .n-uc-WcsENxnMznUF-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-hG7CAakqprx1{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-9sfYR1Zs2qV8-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-dxoHvVMUdqTB-inner{padding:10px 10px 10px 10px}div#n2-ss-479 .n-uc-dxoHvVMUdqTB{width:calc(100% - 0px)}div#n2-ss-479 .n-uc-Kx1C1sSTRsR9{--ssfont-scale:0.7}div#n2-ss-479 .n-uc-yf2BlUJ6U8Oo{--ssfont-scale:0.9}div#n2-ss-479 .n-uc-mqgBeqaW8QWL-inner>.n2-ss-layer-row-inner{flex-wrap:wrap}div#n2-ss-479 .n-uc-mqgBeqaW8QWL{display:none}div#n2-ss-479 .n-uc-48gGoYUmfhsk{width:calc(100% - 20px)}div#n2-ss-479 [data-hide-mobileportrait="1"]{display:none !important}}
