@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@charset "UTF-8";.btn{background-color:transparent;border:2px solid transparent;border-radius:.4rem;box-sizing:border-box;color:#60697b;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:-.01rem;line-height:1.7;padding:.5rem 1.2rem;text-align:center;transform:translateY(0);transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{box-shadow:0 .25rem .75rem rgba(30,34,40,.15);color:#fff;transform:translateY(-.15rem)}.btn.btn-white:hover,.btn[class*=btn-soft-]:hover{box-shadow:0 .25rem .75rem rgba(30,34,40,.05)}.btn-check:focus+.btn,.btn:focus{outline:0}.btn-check:active+.btn,.btn-check:checked+.btn,.btn.active,.btn:active{transform:translateY(-.15rem)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{box-shadow:none;opacity:.65;pointer-events:none}.btn.btn-block{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-flex;font-size:1rem;height:2.2rem;justify-content:center;line-height:1;padding:0;width:2.2rem}.btn.btn-block.disabled,.btn.btn-block:disabled,fieldset:disabled .btn.btn-block{opacity:1}.btn.btn-block.btn-sm{font-size:1rem;height:1.8rem;width:1.8rem}.btn.btn-block.btn-lg{font-size:calc(1.265rem + .18vw);height:3rem;width:3rem}@media (min-width:1200px){.btn.btn-block.btn-lg{font-size:1.4rem}}.btn.btn-block.btn-play{font-size:1.2rem;height:3.5rem;width:3.5rem}.btn.btn-block.btn-play i{margin-left:.15rem}.btn.btn-circle{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:100%!important;display:inline-flex;font-size:1rem;height:2.2rem;justify-content:center;line-height:1;padding:0;width:2.2rem}.btn.btn-circle.disabled,.btn.btn-circle:disabled,fieldset:disabled .btn.btn-circle{opacity:1}.btn.btn-circle.btn-sm{font-size:.8rem;height:1.8rem;width:1.8rem}.btn.btn-circle.btn-sm i{font-size:.85rem}.btn.btn-circle.btn-lg{font-size:calc(1.255rem + .06vw);height:3rem;width:3rem}@media (min-width:1200px){.btn.btn-circle.btn-lg{font-size:1.3rem}}.btn.btn-circle.btn-play{font-size:calc(1.355rem + 1.26vw);height:3.5rem;width:3.5rem}@media (min-width:1200px){.btn.btn-circle.btn-play{font-size:2.3rem}}.btn.btn-circle.btn-play i{margin-left:.15rem}.btn.btn-circle.btn-play:hover{transform:translateY(0)}.btn.btn-circle.counter{box-shadow:0 0 1.25rem rgba(30,34,40,.04)}.btn.btn-circle .number{display:table-cell;font-size:1.1rem;font-weight:700;margin:0 auto;text-align:center;vertical-align:middle}.btn.btn-expand{background:none;border:0;font-size:.85rem;max-height:2.5rem;padding-bottom:.55rem;padding-left:0;padding-top:.55rem}.btn.btn-expand span{padding-left:2.95rem;position:relative;z-index:2}.btn.btn-expand i{align-items:center;color:#fff;display:flex;font-size:calc(1.26rem + .12vw);height:2.5rem;justify-content:center;left:0;position:absolute;top:0;transition:all .45s cubic-bezier(.65,0,.076,1);width:2.5rem;z-index:2}@media (min-width:1200px){.btn.btn-expand i{font-size:1.35rem}}.btn.btn-expand:before{border-radius:50rem;content:"";height:2.5rem;left:0;position:absolute;top:0;transition:all .45s cubic-bezier(.65,0,.076,1);width:auto;width:2.5rem;z-index:0}.btn.btn-expand:hover{background:none;box-shadow:none;color:#fff;transform:translateY(0)}.btn.btn-expand:hover i{left:.25rem}.btn.btn-expand:hover:before{width:100%}.btn.btn-expand.btn-sm{font-size:.75rem;padding-bottom:.45rem;padding-top:.45rem}.btn.btn-expand.btn-sm i{font-size:1.1rem;height:2.15rem;width:2.15rem}.btn.btn-expand.btn-sm span{padding-left:2.65rem}.btn.btn-expand.btn-sm:before{width:2.15rem}.btn.btn-expand.btn-sm:hover:before{width:100%}.btn.btn-expand.btn-lg{font-size:.9rem;padding-bottom:.7rem;padding-top:.7rem}.btn.btn-expand.btn-lg i{font-size:calc(1.26rem + .12vw);height:2.9rem;width:2.9rem}@media (min-width:1200px){.btn.btn-expand.btn-lg i{font-size:1.35rem}}.btn.btn-expand.btn-lg span{padding-left:3.4rem}.btn.btn-expand.btn-lg:before{width:2.9rem}.btn.btn-expand.btn-lg:hover:before{width:100%}.input-group .btn:hover{transform:none}button:focus{outline:0}.btn-blue,.btn-blue:focus,.btn-blue:hover,.btn-check:focus+.btn-blue{background-color:#3f78e0;border-color:#3f78e0;color:#fff}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{background-color:#3f78e0;border-color:#3769c4;color:#fff}.btn-blue.disabled:not(.btn-circle):not(.btn-block),.btn-blue:disabled:not(.btn-circle):not(.btn-block){background-color:#3f78e0;border-color:#3f78e0;color:#fff}.btn-outline-blue{border-color:#3f78e0;color:#3f78e0}.btn-outline-blue:hover{background-color:#3f78e0;border-color:#3f78e0;color:#fff}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{box-shadow:none}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{background-color:#3f78e0;border-color:#3f78e0;color:#3f78e0}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(63,120,224,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{background-color:transparent;color:#3f78e0}.btn-expand.btn-blue{color:#3f78e0}.btn-expand.btn-blue:before{background-color:#3f78e0}.btn-check:focus+.btn-sky,.btn-sky,.btn-sky:focus,.btn-sky:hover{background-color:#5eb9f0;border-color:#5eb9f0;color:#fff}.btn-check:active+.btn-sky,.btn-check:checked+.btn-sky,.btn-sky.active,.btn-sky:active,.show>.btn-sky.dropdown-toggle{background-color:#5eb9f0;border-color:#52a2d2;color:#fff}.btn-sky.disabled:not(.btn-circle):not(.btn-block),.btn-sky:disabled:not(.btn-circle):not(.btn-block){background-color:#5eb9f0;border-color:#5eb9f0;color:#343f52}.btn-outline-sky{border-color:#5eb9f0;color:#5eb9f0}.btn-outline-sky:hover{background-color:#5eb9f0;border-color:#5eb9f0;color:#fff}.btn-check:focus+.btn-outline-sky,.btn-outline-sky:focus{box-shadow:none}.btn-check:active+.btn-outline-sky,.btn-check:checked+.btn-outline-sky,.btn-outline-sky.active,.btn-outline-sky.dropdown-toggle.show,.btn-outline-sky:active{background-color:#5eb9f0;border-color:#5eb9f0;color:#5eb9f0}.btn-check:active+.btn-outline-sky:focus,.btn-check:checked+.btn-outline-sky:focus,.btn-outline-sky.active:focus,.btn-outline-sky.dropdown-toggle.show:focus,.btn-outline-sky:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(94,185,240,.5)}.btn-outline-sky.disabled,.btn-outline-sky:disabled{background-color:transparent;color:#5eb9f0}.btn-expand.btn-sky{color:#5eb9f0}.btn-expand.btn-sky:before{background-color:#5eb9f0}.btn-check:focus+.btn-purple,.btn-purple,.btn-purple:focus,.btn-purple:hover{background-color:#747ed1;border-color:#747ed1;color:#fff}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{background-color:#747ed1;border-color:#666eb7;color:#fff}.btn-purple.disabled:not(.btn-circle):not(.btn-block),.btn-purple:disabled:not(.btn-circle):not(.btn-block){background-color:#747ed1;border-color:#747ed1;color:#fff}.btn-outline-purple{border-color:#747ed1;color:#747ed1}.btn-outline-purple:hover{background-color:#747ed1;border-color:#747ed1;color:#fff}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:none}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{background-color:#747ed1;border-color:#747ed1;color:#747ed1}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(116,126,209,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{background-color:transparent;color:#747ed1}.btn-expand.btn-purple{color:#747ed1}.btn-expand.btn-purple:before{background-color:#747ed1}.btn-check:focus+.btn-grape,.btn-grape,.btn-grape:focus,.btn-grape:hover{background-color:#605dba;border-color:#605dba;color:#fff}.btn-check:active+.btn-grape,.btn-check:checked+.btn-grape,.btn-grape.active,.btn-grape:active,.show>.btn-grape.dropdown-toggle{background-color:#605dba;border-color:#5451a3;color:#fff}.btn-grape.disabled:not(.btn-circle):not(.btn-block),.btn-grape:disabled:not(.btn-circle):not(.btn-block){background-color:#605dba;border-color:#605dba;color:#fff}.btn-outline-grape{border-color:#605dba;color:#605dba}.btn-outline-grape:hover{background-color:#605dba;border-color:#605dba;color:#fff}.btn-check:focus+.btn-outline-grape,.btn-outline-grape:focus{box-shadow:none}.btn-check:active+.btn-outline-grape,.btn-check:checked+.btn-outline-grape,.btn-outline-grape.active,.btn-outline-grape.dropdown-toggle.show,.btn-outline-grape:active{background-color:#605dba;border-color:#605dba;color:#605dba}.btn-check:active+.btn-outline-grape:focus,.btn-check:checked+.btn-outline-grape:focus,.btn-outline-grape.active:focus,.btn-outline-grape.dropdown-toggle.show:focus,.btn-outline-grape:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(96,93,186,.5)}.btn-outline-grape.disabled,.btn-outline-grape:disabled{background-color:transparent;color:#605dba}.btn-expand.btn-grape{color:#605dba}.btn-expand.btn-grape:before{background-color:#605dba}.btn-check:focus+.btn-violet,.btn-violet,.btn-violet:focus,.btn-violet:hover{background-color:#a07cc5;border-color:#a07cc5;color:#fff}.btn-check:active+.btn-violet,.btn-check:checked+.btn-violet,.btn-violet.active,.btn-violet:active,.show>.btn-violet.dropdown-toggle{background-color:#a07cc5;border-color:#8c6dac;color:#fff}.btn-violet.disabled:not(.btn-circle):not(.btn-block),.btn-violet:disabled:not(.btn-circle):not(.btn-block){background-color:#a07cc5;border-color:#a07cc5;color:#fff}.btn-outline-violet{border-color:#a07cc5;color:#a07cc5}.btn-outline-violet:hover{background-color:#a07cc5;border-color:#a07cc5;color:#fff}.btn-check:focus+.btn-outline-violet,.btn-outline-violet:focus{box-shadow:none}.btn-check:active+.btn-outline-violet,.btn-check:checked+.btn-outline-violet,.btn-outline-violet.active,.btn-outline-violet.dropdown-toggle.show,.btn-outline-violet:active{background-color:#a07cc5;border-color:#a07cc5;color:#a07cc5}.btn-check:active+.btn-outline-violet:focus,.btn-check:checked+.btn-outline-violet:focus,.btn-outline-violet.active:focus,.btn-outline-violet.dropdown-toggle.show:focus,.btn-outline-violet:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(160,124,197,.5)}.btn-outline-violet.disabled,.btn-outline-violet:disabled{background-color:transparent;color:#a07cc5}.btn-expand.btn-violet{color:#a07cc5}.btn-expand.btn-violet:before{background-color:#a07cc5}.btn-check:focus+.btn-pink,.btn-pink,.btn-pink:focus,.btn-pink:hover{background-color:#d16b86;border-color:#d16b86;color:#fff}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{background-color:#d16b86;border-color:#b75e75;color:#fff}.btn-pink.disabled:not(.btn-circle):not(.btn-block),.btn-pink:disabled:not(.btn-circle):not(.btn-block){background-color:#d16b86;border-color:#d16b86;color:#fff}.btn-outline-pink{border-color:#d16b86;color:#d16b86}.btn-outline-pink:hover{background-color:#d16b86;border-color:#d16b86;color:#fff}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:none}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{background-color:#d16b86;border-color:#d16b86;color:#d16b86}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(209,107,134,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{background-color:transparent;color:#d16b86}.btn-expand.btn-pink{color:#d16b86}.btn-expand.btn-pink:before{background-color:#d16b86}.btn-check:focus+.btn-fuchsia,.btn-fuchsia,.btn-fuchsia:focus,.btn-fuchsia:hover{background-color:#e668b3;border-color:#e668b3;color:#fff}.btn-check:active+.btn-fuchsia,.btn-check:checked+.btn-fuchsia,.btn-fuchsia.active,.btn-fuchsia:active,.show>.btn-fuchsia.dropdown-toggle{background-color:#e668b3;border-color:#c95b9d;color:#fff}.btn-fuchsia.disabled:not(.btn-circle):not(.btn-block),.btn-fuchsia:disabled:not(.btn-circle):not(.btn-block){background-color:#e668b3;border-color:#e668b3;color:#fff}.btn-outline-fuchsia{border-color:#e668b3;color:#e668b3}.btn-outline-fuchsia:hover{background-color:#e668b3;border-color:#e668b3;color:#fff}.btn-check:focus+.btn-outline-fuchsia,.btn-outline-fuchsia:focus{box-shadow:none}.btn-check:active+.btn-outline-fuchsia,.btn-check:checked+.btn-outline-fuchsia,.btn-outline-fuchsia.active,.btn-outline-fuchsia.dropdown-toggle.show,.btn-outline-fuchsia:active{background-color:#e668b3;border-color:#e668b3;color:#e668b3}.btn-check:active+.btn-outline-fuchsia:focus,.btn-check:checked+.btn-outline-fuchsia:focus,.btn-outline-fuchsia.active:focus,.btn-outline-fuchsia.dropdown-toggle.show:focus,.btn-outline-fuchsia:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(230,104,179,.5)}.btn-outline-fuchsia.disabled,.btn-outline-fuchsia:disabled{background-color:transparent;color:#e668b3}.btn-expand.btn-fuchsia{color:#e668b3}.btn-expand.btn-fuchsia:before{background-color:#e668b3}.btn-check:focus+.btn-red,.btn-red,.btn-red:focus,.btn-red:hover{background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-check:active+.btn-red,.btn-check:checked+.btn-red,.btn-red.active,.btn-red:active,.show>.btn-red.dropdown-toggle{background-color:#e2626b;border-color:#c6565e;color:#fff}.btn-red.disabled:not(.btn-circle):not(.btn-block),.btn-red:disabled:not(.btn-circle):not(.btn-block){background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-outline-red{border-color:#e2626b;color:#e2626b}.btn-outline-red:hover{background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-check:focus+.btn-outline-red,.btn-outline-red:focus{box-shadow:none}.btn-check:active+.btn-outline-red,.btn-check:checked+.btn-outline-red,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show,.btn-outline-red:active{background-color:#e2626b;border-color:#e2626b;color:#e2626b}.btn-check:active+.btn-outline-red:focus,.btn-check:checked+.btn-outline-red:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus,.btn-outline-red:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{background-color:transparent;color:#e2626b}.btn-expand.btn-red{color:#e2626b}.btn-expand.btn-red:before{background-color:#e2626b}.btn-check:focus+.btn-orange,.btn-orange,.btn-orange:focus,.btn-orange:hover{background-color:#f78b77;border-color:#f78b77;color:#fff}.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{background-color:#f78b77;border-color:#d87a68;color:#fff}.btn-orange.disabled:not(.btn-circle):not(.btn-block),.btn-orange:disabled:not(.btn-circle):not(.btn-block){background-color:#f78b77;border-color:#f78b77;color:#343f52}.btn-outline-orange{border-color:#f78b77;color:#f78b77}.btn-outline-orange:hover{background-color:#f78b77;border-color:#f78b77;color:#fff}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:none}.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{background-color:#f78b77;border-color:#f78b77;color:#f78b77}.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem hsla(9,89%,72%,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{background-color:transparent;color:#f78b77}.btn-expand.btn-orange{color:#f78b77}.btn-expand.btn-orange:before{background-color:#f78b77}.btn-check:focus+.btn-yellow,.btn-yellow,.btn-yellow:focus,.btn-yellow:hover{background-color:#fab758;border-color:#fab758;color:#fff}.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{background-color:#fab758;border-color:#dba04d;color:#fff}.btn-yellow.disabled:not(.btn-circle):not(.btn-block),.btn-yellow:disabled:not(.btn-circle):not(.btn-block){background-color:#fab758;border-color:#fab758;color:#343f52}.btn-outline-yellow{border-color:#fab758;color:#fab758}.btn-outline-yellow:hover{background-color:#fab758;border-color:#fab758;color:#fff}.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{box-shadow:none}.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{background-color:#fab758;border-color:#fab758;color:#fab758}.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{background-color:transparent;color:#fab758}.btn-expand.btn-yellow{color:#fab758}.btn-expand.btn-yellow:before{background-color:#fab758}.btn-check:focus+.btn-green,.btn-green,.btn-green:focus,.btn-green:hover{background-color:#45c4a0;border-color:#45c4a0;color:#fff}.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle{background-color:#45c4a0;border-color:#3cac8c;color:#fff}.btn-green.disabled:not(.btn-circle):not(.btn-block),.btn-green:disabled:not(.btn-circle):not(.btn-block){background-color:#45c4a0;border-color:#45c4a0;color:#343f52}.btn-outline-green{border-color:#45c4a0;color:#45c4a0}.btn-outline-green:hover{background-color:#45c4a0;border-color:#45c4a0;color:#fff}.btn-check:focus+.btn-outline-green,.btn-outline-green:focus{box-shadow:none}.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active{background-color:#45c4a0;border-color:#45c4a0;color:#45c4a0}.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(69,196,160,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{background-color:transparent;color:#45c4a0}.btn-expand.btn-green{color:#45c4a0}.btn-expand.btn-green:before{background-color:#45c4a0}.btn-check:focus+.btn-leaf,.btn-leaf,.btn-leaf:focus,.btn-leaf:hover{background-color:#7cb798;border-color:#7cb798;color:#fff}.btn-check:active+.btn-leaf,.btn-check:checked+.btn-leaf,.btn-leaf.active,.btn-leaf:active,.show>.btn-leaf.dropdown-toggle{background-color:#7cb798;border-color:#6da085;color:#fff}.btn-leaf.disabled:not(.btn-circle):not(.btn-block),.btn-leaf:disabled:not(.btn-circle):not(.btn-block){background-color:#7cb798;border-color:#7cb798;color:#343f52}.btn-outline-leaf{border-color:#7cb798;color:#7cb798}.btn-outline-leaf:hover{background-color:#7cb798;border-color:#7cb798;color:#fff}.btn-check:focus+.btn-outline-leaf,.btn-outline-leaf:focus{box-shadow:none}.btn-check:active+.btn-outline-leaf,.btn-check:checked+.btn-outline-leaf,.btn-outline-leaf.active,.btn-outline-leaf.dropdown-toggle.show,.btn-outline-leaf:active{background-color:#7cb798;border-color:#7cb798;color:#7cb798}.btn-check:active+.btn-outline-leaf:focus,.btn-check:checked+.btn-outline-leaf:focus,.btn-outline-leaf.active:focus,.btn-outline-leaf.dropdown-toggle.show:focus,.btn-outline-leaf:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(124,183,152,.5)}.btn-outline-leaf.disabled,.btn-outline-leaf:disabled{background-color:transparent;color:#7cb798}.btn-expand.btn-leaf{color:#7cb798}.btn-expand.btn-leaf:before{background-color:#7cb798}.btn-aqua,.btn-aqua:focus,.btn-aqua:hover,.btn-check:focus+.btn-aqua{background-color:#54a8c7;border-color:#54a8c7;color:#fff}.btn-aqua.active,.btn-aqua:active,.btn-check:active+.btn-aqua,.btn-check:checked+.btn-aqua,.show>.btn-aqua.dropdown-toggle{background-color:#54a8c7;border-color:#4a93ae;color:#fff}.btn-aqua.disabled:not(.btn-circle):not(.btn-block),.btn-aqua:disabled:not(.btn-circle):not(.btn-block){background-color:#54a8c7;border-color:#54a8c7;color:#343f52}.btn-outline-aqua{border-color:#54a8c7;color:#54a8c7}.btn-outline-aqua:hover{background-color:#54a8c7;border-color:#54a8c7;color:#fff}.btn-check:focus+.btn-outline-aqua,.btn-outline-aqua:focus{box-shadow:none}.btn-check:active+.btn-outline-aqua,.btn-check:checked+.btn-outline-aqua,.btn-outline-aqua.active,.btn-outline-aqua.dropdown-toggle.show,.btn-outline-aqua:active{background-color:#54a8c7;border-color:#54a8c7;color:#54a8c7}.btn-check:active+.btn-outline-aqua:focus,.btn-check:checked+.btn-outline-aqua:focus,.btn-outline-aqua.active:focus,.btn-outline-aqua.dropdown-toggle.show:focus,.btn-outline-aqua:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5)}.btn-outline-aqua.disabled,.btn-outline-aqua:disabled{background-color:transparent;color:#54a8c7}.btn-expand.btn-aqua{color:#54a8c7}.btn-expand.btn-aqua:before{background-color:#54a8c7}.btn-check:focus+.btn-navy,.btn-navy,.btn-navy:focus,.btn-navy:hover{background-color:#343f52;border-color:#343f52;color:#fff}.btn-check:active+.btn-navy,.btn-check:checked+.btn-navy,.btn-navy.active,.btn-navy:active,.show>.btn-navy.dropdown-toggle{background-color:#343f52;border-color:#2e3748;color:#fff}.btn-navy.disabled:not(.btn-circle):not(.btn-block),.btn-navy:disabled:not(.btn-circle):not(.btn-block){background-color:#343f52;border-color:#343f52;color:#fff}.btn-outline-navy{border-color:#343f52;color:#343f52}.btn-outline-navy:hover{background-color:#343f52;border-color:#343f52;color:#fff}.btn-check:focus+.btn-outline-navy,.btn-outline-navy:focus{box-shadow:none}.btn-check:active+.btn-outline-navy,.btn-check:checked+.btn-outline-navy,.btn-outline-navy.active,.btn-outline-navy.dropdown-toggle.show,.btn-outline-navy:active{background-color:#343f52;border-color:#343f52;color:#343f52}.btn-check:active+.btn-outline-navy:focus,.btn-check:checked+.btn-outline-navy:focus,.btn-outline-navy.active:focus,.btn-outline-navy.dropdown-toggle.show:focus,.btn-outline-navy:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(52,63,82,.5)}.btn-outline-navy.disabled,.btn-outline-navy:disabled{background-color:transparent;color:#343f52}.btn-expand.btn-navy{color:#343f52}.btn-expand.btn-navy:before{background-color:#343f52}.btn-ash,.btn-ash:focus,.btn-ash:hover,.btn-check:focus+.btn-ash{background-color:#9499a3;border-color:#9499a3;color:#fff}.btn-ash.active,.btn-ash:active,.btn-check:active+.btn-ash,.btn-check:checked+.btn-ash,.show>.btn-ash.dropdown-toggle{background-color:#9499a3;border-color:#82868f;color:#fff}.btn-ash.disabled:not(.btn-circle):not(.btn-block),.btn-ash:disabled:not(.btn-circle):not(.btn-block){background-color:#9499a3;border-color:#9499a3;color:#343f52}.btn-outline-ash{border-color:#9499a3;color:#9499a3}.btn-outline-ash:hover{background-color:#9499a3;border-color:#9499a3;color:#fff}.btn-check:focus+.btn-outline-ash,.btn-outline-ash:focus{box-shadow:none}.btn-check:active+.btn-outline-ash,.btn-check:checked+.btn-outline-ash,.btn-outline-ash.active,.btn-outline-ash.dropdown-toggle.show,.btn-outline-ash:active{background-color:#9499a3;border-color:#9499a3;color:#9499a3}.btn-check:active+.btn-outline-ash:focus,.btn-check:checked+.btn-outline-ash:focus,.btn-outline-ash.active:focus,.btn-outline-ash.dropdown-toggle.show:focus,.btn-outline-ash:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem hsla(220,8%,61%,.5)}.btn-outline-ash.disabled,.btn-outline-ash:disabled{background-color:transparent;color:#9499a3}.btn-expand.btn-ash{color:#9499a3}.btn-expand.btn-ash:before{background-color:#9499a3}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{background-color:#fff;border-color:#fff;color:#fff}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{background-color:#fff;border-color:#dfdfdf;color:#fff}.btn-white.disabled:not(.btn-circle):not(.btn-block),.btn-white:disabled:not(.btn-circle):not(.btn-block){background-color:#fff;border-color:#fff;color:#343f52}.btn-outline-white,.btn-outline-white:hover{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:none}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{background-color:#fff;border-color:#fff;color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:transparent;color:#fff}.btn-expand.btn-white{color:#fff}.btn-expand.btn-white:before{background-color:#fff}.btn-check:focus+.btn-light,.btn-light,.btn-light:focus,.btn-light:hover{background-color:#fefefe;border-color:#fefefe;color:#fff}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#fefefe;border-color:#dedede;color:#fff}.btn-light.disabled:not(.btn-circle):not(.btn-block),.btn-light:disabled:not(.btn-circle):not(.btn-block){background-color:#fefefe;border-color:#fefefe;color:#343f52}.btn-outline-light{border-color:#fefefe;color:#fefefe}.btn-outline-light:hover{background-color:#fefefe;border-color:#fefefe;color:#fff}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:none}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#fefefe;border-color:#fefefe;color:#fefefe}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#fefefe}.btn-expand.btn-light{color:#fefefe}.btn-expand.btn-light:before{background-color:#fefefe}.btn-check:focus+.btn-dark,.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#262b32;border-color:#262b32;color:#fff}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#262b32;border-color:#21262c;color:#fff}.btn-dark.disabled:not(.btn-circle):not(.btn-block),.btn-dark:disabled:not(.btn-circle):not(.btn-block){background-color:#262b32;border-color:#262b32;color:#fff}.btn-outline-dark{border-color:#262b32;color:#262b32}.btn-outline-dark:hover{background-color:#262b32;border-color:#262b32;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:none}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#262b32;border-color:#262b32;color:#262b32}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(38,43,50,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#262b32}.btn-expand.btn-dark{color:#262b32}.btn-expand.btn-dark:before{background-color:#262b32}.btn-check:focus+.btn-primary,.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#86ba41;border-color:#86ba41;color:#fff}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#86ba41;border-color:#75a339;color:#fff}.btn-primary.disabled:not(.btn-circle):not(.btn-block),.btn-primary:disabled:not(.btn-circle):not(.btn-block){background-color:#86ba41;border-color:#86ba41;color:#343f52}.btn-outline-primary{border-color:#86ba41;color:#86ba41}.btn-outline-primary:hover{background-color:#86ba41;border-color:#86ba41;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:none}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#86ba41;border-color:#86ba41;color:#86ba41}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(134,186,65,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#86ba41}.btn-check:focus+.btn-secondary,.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#aab0bc;border-color:#aab0bc;color:#fff}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#aab0bc;border-color:#959aa5;color:#fff}.btn-secondary.disabled:not(.btn-circle):not(.btn-block),.btn-secondary:disabled:not(.btn-circle):not(.btn-block){background-color:#aab0bc;border-color:#aab0bc;color:#343f52}.btn-outline-secondary{border-color:#aab0bc;color:#aab0bc}.btn-outline-secondary:hover{background-color:#aab0bc;border-color:#aab0bc;color:#fff}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:none}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#aab0bc;border-color:#aab0bc;color:#aab0bc}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(170,176,188,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#aab0bc}.btn-expand.btn-secondary{color:#aab0bc}.btn-expand.btn-secondary:before{background-color:#aab0bc}.btn-check:focus+.btn-success,.btn-success,.btn-success:focus,.btn-success:hover{background-color:#45c4a0;border-color:#45c4a0;color:#fff}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#45c4a0;border-color:#3cac8c;color:#fff}.btn-success.disabled:not(.btn-circle):not(.btn-block),.btn-success:disabled:not(.btn-circle):not(.btn-block){background-color:#45c4a0;border-color:#45c4a0;color:#343f52}.btn-outline-success{border-color:#45c4a0;color:#45c4a0}.btn-outline-success:hover{background-color:#45c4a0;border-color:#45c4a0;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:none}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#45c4a0;border-color:#45c4a0;color:#45c4a0}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(69,196,160,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#45c4a0}.btn-expand.btn-success{color:#45c4a0}.btn-expand.btn-success:before{background-color:#45c4a0}.btn-check:focus+.btn-info,.btn-info,.btn-info:focus,.btn-info:hover{background-color:#54a8c7;border-color:#54a8c7;color:#fff}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#54a8c7;border-color:#4a93ae;color:#fff}.btn-info.disabled:not(.btn-circle):not(.btn-block),.btn-info:disabled:not(.btn-circle):not(.btn-block){background-color:#54a8c7;border-color:#54a8c7;color:#343f52}.btn-outline-info{border-color:#54a8c7;color:#54a8c7}.btn-outline-info:hover{background-color:#54a8c7;border-color:#54a8c7;color:#fff}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:none}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#54a8c7;border-color:#54a8c7;color:#54a8c7}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#54a8c7}.btn-expand.btn-info{color:#54a8c7}.btn-expand.btn-info:before{background-color:#54a8c7}.btn-check:focus+.btn-warning,.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#fab758;border-color:#fab758;color:#fff}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#fab758;border-color:#dba04d;color:#fff}.btn-warning.disabled:not(.btn-circle):not(.btn-block),.btn-warning:disabled:not(.btn-circle):not(.btn-block){background-color:#fab758;border-color:#fab758;color:#343f52}.btn-outline-warning{border-color:#fab758;color:#fab758}.btn-outline-warning:hover{background-color:#fab758;border-color:#fab758;color:#fff}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:none}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#fab758;border-color:#fab758;color:#fab758}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#fab758}.btn-expand.btn-warning{color:#fab758}.btn-expand.btn-warning:before{background-color:#fab758}.btn-check:focus+.btn-danger,.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#e2626b;border-color:#c6565e;color:#fff}.btn-danger.disabled:not(.btn-circle):not(.btn-block),.btn-danger:disabled:not(.btn-circle):not(.btn-block){background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-outline-danger{border-color:#e2626b;color:#e2626b}.btn-outline-danger:hover{background-color:#e2626b;border-color:#e2626b;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:none}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#e2626b;border-color:#e2626b;color:#e2626b}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#e2626b}.btn-expand.btn-danger{color:#e2626b}.btn-expand.btn-danger:before{background-color:#e2626b}.btn-outline-white:hover,.btn-white,.btn-white.btn-expand i,.btn-white:focus,.btn-white:not(.btn-play):hover{color:#343f52}.btn-white.btn-play:hover{color:#86ba41}.btn-soft-blue{background-color:#e0e9fa;color:#3f78e0}.btn-expand.btn-soft-blue,.btn-expand.btn-soft-blue i,.btn-soft-blue:hover{color:#3f78e0}.btn-expand.btn-soft-blue:before{background-color:#e0e9fa;color:#3f78e0}.btn-expand.btn-soft-blue:hover,.btn-expand.btn-soft-blue:hover:before{color:#3f78e0}.btn-soft-sky{background-color:#e5f4fd;color:#5eb9f0}.btn-expand.btn-soft-sky,.btn-expand.btn-soft-sky i,.btn-soft-sky:hover{color:#5eb9f0}.btn-expand.btn-soft-sky:before{background-color:#e5f4fd;color:#5eb9f0}.btn-expand.btn-soft-sky:hover,.btn-expand.btn-soft-sky:hover:before{color:#5eb9f0}.btn-soft-purple{background-color:#e9eaf8;color:#747ed1}.btn-expand.btn-soft-purple,.btn-expand.btn-soft-purple i,.btn-soft-purple:hover{color:#747ed1}.btn-expand.btn-soft-purple:before{background-color:#e9eaf8;color:#747ed1}.btn-expand.btn-soft-purple:hover,.btn-expand.btn-soft-purple:hover:before{color:#747ed1}.btn-soft-grape{background-color:#e6e5f4;color:#605dba}.btn-expand.btn-soft-grape,.btn-expand.btn-soft-grape i,.btn-soft-grape:hover{color:#605dba}.btn-expand.btn-soft-grape:before{background-color:#e6e5f4;color:#605dba}.btn-expand.btn-soft-grape:hover,.btn-expand.btn-soft-grape:hover:before{color:#605dba}.btn-soft-violet{background-color:#f0eaf6;color:#a07cc5}.btn-expand.btn-soft-violet,.btn-expand.btn-soft-violet i,.btn-soft-violet:hover{color:#a07cc5}.btn-expand.btn-soft-violet:before{background-color:#f0eaf6;color:#a07cc5}.btn-expand.btn-soft-violet:hover,.btn-expand.btn-soft-violet:hover:before{color:#a07cc5}.btn-soft-pink{background-color:#f8e7ec;color:#d16b86}.btn-expand.btn-soft-pink,.btn-expand.btn-soft-pink i,.btn-soft-pink:hover{color:#d16b86}.btn-expand.btn-soft-pink:before{background-color:#f8e7ec;color:#d16b86}.btn-expand.btn-soft-pink:hover,.btn-expand.btn-soft-pink:hover:before{color:#d16b86}.btn-soft-fuchsia{background-color:#fbe7f3;color:#e668b3}.btn-expand.btn-soft-fuchsia,.btn-expand.btn-soft-fuchsia i,.btn-soft-fuchsia:hover{color:#e668b3}.btn-expand.btn-soft-fuchsia:before{background-color:#fbe7f3;color:#e668b3}.btn-expand.btn-soft-fuchsia:hover,.btn-expand.btn-soft-fuchsia:hover:before{color:#e668b3}.btn-soft-red{background-color:#fae6e7;color:#e2626b}.btn-expand.btn-soft-red,.btn-expand.btn-soft-red i,.btn-soft-red:hover{color:#e2626b}.btn-expand.btn-soft-red:before{background-color:#fae6e7;color:#e2626b}.btn-expand.btn-soft-red:hover,.btn-expand.btn-soft-red:hover:before{color:#e2626b}.btn-soft-orange{background-color:#feece9;color:#f78b77}.btn-expand.btn-soft-orange,.btn-expand.btn-soft-orange i,.btn-soft-orange:hover{color:#f78b77}.btn-expand.btn-soft-orange:before{background-color:#feece9;color:#f78b77}.btn-expand.btn-soft-orange:hover,.btn-expand.btn-soft-orange:hover:before{color:#f78b77}.btn-soft-yellow{background-color:#fef3e4;color:#fab758}.btn-expand.btn-soft-yellow,.btn-expand.btn-soft-yellow i,.btn-soft-yellow:hover{color:#fab758}.btn-expand.btn-soft-yellow:before{background-color:#fef3e4;color:#fab758}.btn-expand.btn-soft-yellow:hover,.btn-expand.btn-soft-yellow:hover:before{color:#fab758}.btn-soft-green{background-color:#e1f6f0;color:#45c4a0}.btn-expand.btn-soft-green,.btn-expand.btn-soft-green i,.btn-soft-green:hover{color:#45c4a0}.btn-expand.btn-soft-green:before{background-color:#e1f6f0;color:#45c4a0}.btn-expand.btn-soft-green:hover,.btn-expand.btn-soft-green:hover:before{color:#45c4a0}.btn-soft-leaf{background-color:#eaf3ef;color:#7cb798}.btn-expand.btn-soft-leaf,.btn-expand.btn-soft-leaf i,.btn-soft-leaf:hover{color:#7cb798}.btn-expand.btn-soft-leaf:before{background-color:#eaf3ef;color:#7cb798}.btn-expand.btn-soft-leaf:hover,.btn-expand.btn-soft-leaf:hover:before{color:#7cb798}.btn-soft-aqua{background-color:#e4f1f6;color:#54a8c7}.btn-expand.btn-soft-aqua,.btn-expand.btn-soft-aqua i,.btn-soft-aqua:hover{color:#54a8c7}.btn-expand.btn-soft-aqua:before{background-color:#e4f1f6;color:#54a8c7}.btn-expand.btn-soft-aqua:hover,.btn-expand.btn-soft-aqua:hover:before{color:#54a8c7}.btn-soft-navy{background-color:#dfe0e3;color:#343f52}.btn-expand.btn-soft-navy,.btn-expand.btn-soft-navy i,.btn-soft-navy:hover{color:#343f52}.btn-expand.btn-soft-navy:before{background-color:#dfe0e3;color:#343f52}.btn-expand.btn-soft-navy:hover,.btn-expand.btn-soft-navy:hover:before{color:#343f52}.btn-soft-ash{background-color:#eeeff0;color:#9499a3}.btn-expand.btn-soft-ash,.btn-expand.btn-soft-ash i,.btn-soft-ash:hover{color:#9499a3}.btn-expand.btn-soft-ash:before{background-color:#eeeff0;color:#9499a3}.btn-expand.btn-soft-ash:hover,.btn-expand.btn-soft-ash:hover:before{color:#9499a3}.btn-soft-dark{background-color:#dcddde;color:#262b32}.btn-expand.btn-soft-dark,.btn-expand.btn-soft-dark i,.btn-soft-dark:hover{color:#262b32}.btn-expand.btn-soft-dark:before{background-color:#dcddde;color:#262b32}.btn-expand.btn-soft-dark:hover,.btn-expand.btn-soft-dark:hover:before{color:#262b32}.btn-soft-primary,.btn-soft-primary:hover{color:#86ba41}.btn-soft-ash{background-color:rgba(164,174,198,.2);color:#343f52}.btn-soft-ash:hover{color:#343f52}.btn-gradient{border:0;color:#fff;padding-bottom:.6rem;padding-top:.6rem}.btn-gradient.btn-sm{padding-bottom:.5rem;padding-top:.5rem}.btn-gradient.btn-lg{padding-bottom:.75rem;padding-top:.75rem}.gradient-1{background-image:linear-gradient(120deg,#f857a6 10%,#ef3f6e)}.gradient-1.btn-outline-gradient,.gradient-1.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(120deg,#f857a6 10%,#ef3f6e)}.gradient-2{background-image:linear-gradient(40deg,#f5b161 .4%,#ec366e 100.2%)}.gradient-2.btn-outline-gradient,.gradient-2.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(40deg,#f5b161 .4%,#ec366e 100.2%)}.gradient-3{background-image:linear-gradient(45deg,#fbda61,#ff5acd)}.gradient-3.btn-outline-gradient,.gradient-3.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(45deg,#fbda61,#ff5acd)}.gradient-4{background-image:linear-gradient(125deg,#9040db,#ff72c2 50%,#ffd84f)}.gradient-4.btn-outline-gradient,.gradient-4.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(125deg,#9040db,#ff72c2 50%,#ffd84f)}.gradient-5{background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}.gradient-5.btn-outline-gradient,.gradient-5.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}.gradient-6{background-image:linear-gradient(45deg,#08aeea,#2af598)}.gradient-6.btn-outline-gradient,.gradient-6.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(45deg,#08aeea,#2af598)}.gradient-7{background-image:linear-gradient(100deg,#0093e9,#80d0c7 95%)}.gradient-7.btn-outline-gradient,.gradient-7.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(100deg,#0093e9,#80d0c7 95%)}.gradient-8{background-image:linear-gradient(45deg,#ffdee9,#b5fffc)}.gradient-8.btn-outline-gradient,.gradient-8.btn-outline-gradient span{background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0)),linear-gradient(45deg,#ffdee9,#b5fffc)}.gradient-6,.gradient-7{background-size:130% auto}.btn-outline-gradient{background-clip:content-box,border-box;background-origin:border-box;border:2px solid transparent;box-shadow:inset 2px 1000px 1px #fff;padding:.5rem 1.1rem}.btn-outline-gradient.btn-sm{padding:.4rem .9rem}.btn-outline-gradient.btn-lg{padding:.65rem 1.3rem}.btn-outline-gradient span{-webkit-text-fill-color:transparent;-webkit-background-clip:text;color:#343f52}.btn-outline-gradient:hover span{-webkit-text-fill-color:unset;background:none;-webkit-background-clip:unset;color:#fff}.btn-link{color:#0d6efd;font-weight:500;text-decoration:none}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-lg{font-size:.85rem;padding:.65rem 1.4rem}.btn-lg,.btn-sm{border-radius:.4rem}.btn-sm{font-size:.7rem;padding:.4rem 1rem}.w-100.btn-icon{position:relative}.w-100.btn-icon.btn-icon-start i{left:1.3rem;position:absolute;top:50%;transform:translateY(-50%)}.btn-icon.btn-sm{padding-bottom:.3rem;padding-top:.3rem}.btn-icon i{vertical-align:-.1rem}.btn-icon.btn-sm i{font-size:.8rem}.btn-icon-start i{margin-right:.1rem}.btn-icon-end i{margin-left:.1rem}.navigation .btn-icon i{font-size:.9rem;margin:0}.navigation .btn-icon.btn-sm i{vertical-align:-.15rem}.navbar .btn-sm{font-size:.8rem}.social a:not(.btn-circle){font-size:1rem;transform:translateY(0);transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.social a:not(.btn-circle){transition:none}}.social a:not(.btn-circle):hover{transform:translateY(-.15rem)}.social a:not(.btn-circle) i{font-size:1rem}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dropbox]{color:#007bdf}.social a.btn-circle[class*=dropbox]{background-color:#007bdf;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dribbble]{color:#d07ead}.social a.btn-circle[class*=dribbble]{background-color:#d07ead;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive-alt]{color:#1b9f5e}.social a.btn-circle[class*=google-drive-alt]{background-color:#1b9f5e;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f]{color:#4470cf}.social a.btn-circle[class*=facebook-f]{background-color:#4470cf;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram]{color:#d53581}.social a.btn-circle[class*=instagram]{background-color:#d53581;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=line]{color:#0fab10}.social a.btn-circle[class*=line]{background-color:#0fab10;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger]{color:#007ff8}.social a.btn-circle[class*=facebook-messenger]{background-color:#007ff8;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=black-berry]{color:#272727}.social a.btn-circle[class*=black-berry]{background-color:#272727;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin]{color:#3393c1}.social a.btn-circle[class*=linkedin]{background-color:#3393c1;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom]{color:#2e88f8}.social a.btn-circle[class*=intercom]{background-color:#2e88f8;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook]{color:#4470cf}.social a.btn-circle[class*=facebook]{background-color:#4470cf;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=youtube]{color:#c8312b}.social a.btn-circle[class*=youtube]{background-color:#c8312b;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple]{color:#1a1919}.social a.btn-circle[class*=apple]{background-color:#1a1919;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=visual-studio]{color:#6b61be}.social a.btn-circle[class*=visual-studio]{background-color:#6b61be;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter]{color:#5daed5}.social a.btn-circle[class*=twitter]{background-color:#5daed5;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-ghost]{color:#f7c31a}.social a.btn-circle[class*=snapchat-ghost]{background-color:#f7c31a;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack]{color:#d4135c}.social a.btn-circle[class*=slack]{background-color:#d4135c;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-square]{color:#5d82a4}.social a.btn-circle[class*=tumblr-square]{background-color:#5d82a4;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=medium-m]{color:#00c364}.social a.btn-circle[class*=medium-m]{background-color:#00c364;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr]{color:#5d82a4}.social a.btn-circle[class*=tumblr]{background-color:#5d82a4;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe]{color:#e61f26}.social a.btn-circle[class*=adobe]{background-color:#e61f26;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=whatsapp]{color:#00a859}.social a.btn-circle[class*=whatsapp]{background-color:#00a859;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*="500-px"]{color:#00a6df}.social a.btn-circle[class*="500-px"]{background-color:#00a6df;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-square]{color:#f7c31a}.social a.btn-circle[class*=snapchat-square]{background-color:#f7c31a;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance]{color:#098ffa}.social a.btn-circle[class*=behance]{background-color:#098ffa;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram-alt]{color:#d53581}.social a.btn-circle[class*=instagram-alt]{background-color:#d53581;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github-alt]{color:#4073a6}.social a.btn-circle[class*=github-alt]{background-color:#4073a6;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin-alt]{color:#3393c1}.social a.btn-circle[class*=linkedin-alt]{background-color:#3393c1;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack-alt]{color:#d4135c}.social a.btn-circle[class*=slack-alt]{background-color:#d4135c;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google]{color:#e44134}.social a.btn-circle[class*=google]{background-color:#e44134;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-play]{color:#e44134}.social a.btn-circle[class*=google-play]{background-color:#e44134;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive]{color:#1b9f5e}.social a.btn-circle[class*=google-drive]{background-color:#1b9f5e;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs-alt]{color:#3fb37f}.social a.btn-circle[class*=vuejs-alt]{background-color:#3fb37f;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts]{color:#109956}.social a.btn-circle[class*=google-hangouts]{background-color:#109956;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs]{color:#3fb37f}.social a.btn-circle[class*=vuejs]{background-color:#3fb37f;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=java-script]{color:#f0d91d}.social a.btn-circle[class*=java-script]{background-color:#f0d91d;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=paypal]{color:#0089cc}.social a.btn-circle[class*=paypal]{background-color:#0089cc;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=reddit-alien-alt]{color:#f84300}.social a.btn-circle[class*=reddit-alien-alt]{background-color:#f84300;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android-alt]{color:#97c03d}.social a.btn-circle[class*=android-alt]{background-color:#97c03d;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github]{color:#4073a6}.social a.btn-circle[class*=github]{background-color:#4073a6;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android]{color:#97c03d}.social a.btn-circle[class*=android]{background-color:#97c03d;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=amazon]{color:#f79400}.social a.btn-circle[class*=amazon]{background-color:#f79400;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe-alt]{color:#e61f26}.social a.btn-circle[class*=adobe-alt]{background-color:#e61f26;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=master-card]{color:#f0931d}.social a.btn-circle[class*=master-card]{background-color:#f0931d;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera-alt]{color:#e33737}.social a.btn-circle[class*=opera-alt]{background-color:#e33737;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3-alt]{color:#006db6}.social a.btn-circle[class*=css3-alt]{background-color:#006db6;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera]{color:#e33737}.social a.btn-circle[class*=opera]{background-color:#e33737;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3]{color:#006db6}.social a.btn-circle[class*=css3]{background-color:#006db6;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter-alt]{color:#5daed5}.social a.btn-circle[class*=twitter-alt]{background-color:#5daed5;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom-alt]{color:#2e88f8}.social a.btn-circle[class*=intercom-alt]{background-color:#2e88f8;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=swiggy]{color:#f88a2d}.social a.btn-circle[class*=swiggy]{background-color:#f88a2d;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-alt]{color:#f7c31a}.social a.btn-circle[class*=snapchat-alt]{background-color:#f7c31a;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-alt]{color:#5d82a4}.social a.btn-circle[class*=tumblr-alt]{background-color:#5d82a4;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger-alt]{color:#007ff8}.social a.btn-circle[class*=facebook-messenger-alt]{background-color:#007ff8;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin-alt]{color:#f38633}.social a.btn-circle[class*=bitcoin-alt]{background-color:#f38633;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts-alt]{color:#109956}.social a.btn-circle[class*=google-hangouts-alt]{background-color:#109956;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger]{color:#e86733}.social a.btn-circle[class*=blogger]{background-color:#e86733;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger-alt]{color:#e86733}.social a.btn-circle[class*=blogger-alt]{background-color:#e86733;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin]{color:#f38633}.social a.btn-circle[class*=bitcoin]{background-color:#f38633;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance-alt]{color:#098ffa}.social a.btn-circle[class*=behance-alt]{background-color:#098ffa;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple-alt]{color:#1a1919}.social a.btn-circle[class*=apple-alt]{background-color:#1a1919;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=react]{color:#00d1f7}.social a.btn-circle[class*=react]{background-color:#00d1f7;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram]{color:#2caef0}.social a.btn-circle[class*=telegram]{background-color:#2caef0;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk-alt]{color:#4f7db3}.social a.btn-circle[class*=vk-alt]{background-color:#4f7db3;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk]{color:#4f7db3}.social a.btn-circle[class*=vk]{background-color:#4f7db3;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype]{color:#2ebbf0}.social a.btn-circle[class*=skype]{background-color:#2ebbf0;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype-alt]{color:#2ebbf0}.social a.btn-circle[class*=skype-alt]{background-color:#2ebbf0;color:#fff}.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram-alt]{color:#2caef0}.social a.btn-circle[class*=telegram-alt]{background-color:#2caef0;color:#fff}.social.social-muted a:not(.btn-circle):not([class*=link-]) i{color:#343f52!important}.social.social-white a i,.social.social-white a:hover i{color:#fff!important}.social>a{margin:0 .7rem 0 0}.social[class*=text-end]>a,[class*=text-end] .social>a{margin:0 0 0 .7rem}@media (min-width:768px){.social[class*=text-md-end]>a,[class*=text-md-end] .social>a{margin:0 0 0 .7rem}}.social.text-center>a,.text-center .social>a{margin:0 .35rem}.badge-lg{font-size:.6rem;padding:.35rem .55rem}.avatar{align-items:center;border-radius:100%;display:flex;font-weight:700;height:auto;justify-content:center;letter-spacing:-.01rem;line-height:1.7}.accordion-wrapper .card-header button,.accordion-wrapper .card-header button:before,.accordion-wrapper .card-header button:hover,.banner--stick.transparent.navbar-dark .nav-link:focus,.banner--stick.transparent.navbar-dark .nav-link:hover,.banner--stick:not(.navbar-dark).navbar-dark .nav-link:focus,.banner--stick:not(.navbar-dark).navbar-dark .nav-link:hover,.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,.breadcrumb-item a:hover,.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.disabled,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active,.btn-outline-primary:disabled,.btn-soft-primary,.btn-soft-primary:hover,.btn-white.btn-play:hover,.collapse-link,.collapse-link:hover,.dropdown-header,.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover,.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active,.dropdown-toggle:after,.external:hover,.external:hover:after,.filter.basic-filter ul li a.active,.filter.basic-filter ul li a:hover,.filter:not(.basic-filter) ul li a.active,.filter:not(.basic-filter) ul li a:hover,.icon-list.bullet-primary i,.icon-list.bullet-soft-primary i,.link-primary,.link-primary:focus,.link-primary:hover,.nav-link:focus,.nav-link:hover,.nav-pills .nav-link.active,.nav-pills .show>.nav-link,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active,.navbar-dark.transparent.banner--stick .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover,.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,.page-item.active .page-link,.page-link:focus,.page-link:hover,.plyr--full-ui input[type=range],.post-meta li a:hover,.progress-wrap:after,.text-inverse a:not(.btn):hover,.unordered-list.bullet-primary li:before,[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover,a,a:hover{color:#86ba41}.icon-list.bullet-bg i.bullet-white,.icon-list.bullet-bg i[class*=bullet-soft-primary],.icon-list.bullet-white i,.link-dark:hover,.list-unstyled li a.active,.plyr__control--overlaid:focus,.plyr__control--overlaid:hover,.sidebar nav .nav-link.active,.text-primary,.text-reset a:hover,a.text-reset:hover{color:#86ba41!important}.form-control:focus{border-color:#c3dda0}.btn-check:active+.btn-outline-primary,.btn-check:active+.btn-primary,.btn-check:checked+.btn-outline-primary,.btn-check:checked+.btn-primary,.btn-check:focus+.btn-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active,.btn-outline-primary:hover,.btn-primary,.btn-primary.active,.btn-primary.disabled:not(.btn-circle):not(.btn-block),.btn-primary:active,.btn-primary:disabled:not(.btn-circle):not(.btn-block),.btn-primary:focus,.btn-primary:hover,.form-check-input:checked,.icon-list.bullet-primary.bullet-bg i,.navbar-dark:not([class*=navbar-bg-]).fixed .btn,.show>.btn-primary.dropdown-toggle,.text-line.text-primary:before,.text-line:before,.tooltip-inner{background-color:#86ba41}.bg-primary,.icon-list.bullet-bg i[class*=bullet-primary]{background-color:#86ba41!important}.btn-primary.btn-circle.ripple:after,.btn-primary.btn-circle.ripple:before,.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,.plyr--video .plyr__controls .plyr__control:hover,.plyr--video .plyr__controls .plyr__control[aria-expanded=true]{background:#86ba41}.owl-carousel.nav-dark .item figure .item-link:hover,.owl-carousel.nav-dark .owl-nav button:hover{background:#86ba41!important}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-check:focus+.btn-primary,.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active,.btn-outline-primary:hover,.btn-primary,.btn-primary.disabled:not(.btn-circle):not(.btn-block),.btn-primary:disabled:not(.btn-circle):not(.btn-block),.btn-primary:focus,.btn-primary:hover,.form-check-input:checked,.hero-slider:before,.lg-outer .lg-item:after,.loader,.navbar-dark:not([class*=navbar-bg-]).fixed .btn,.post-meta li a:hover,.text-inverse a:not(.btn):hover,.tp-loader.spinner,blockquote{border-color:#86ba41}.border-primary{border-color:#86ba41!important}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#86ba41}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before,.wrapper.bg-primary.angled.lower-end:after,.wrapper.bg-primary.angled.upper-end:before{border-right-color:#86ba41}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#86ba41}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before,.wrapper.bg-primary.angled.lower-start:after,.wrapper.bg-primary.angled.upper-start:before{border-left-color:#86ba41}.progress-list .progressbar.primary svg path:last-child,.progress-wrap svg.progress-circle path{stroke:#86ba41}.progress-list .progressbar.soft-primary svg path:last-child{stroke:#b6d68d}.lineal-fill,.text-primary .lineal-fill{fill:#b6d68d}.shape .svg-fill{fill:#86ba41}.shape.soft-primary .svg-fill{fill:#f6faf1}.shape.pale-primary .svg-fill{fill:#ecf4e1}.underline.primary:after,.underline:after{background:rgba(134,186,65,.12)}.underline-2.primary:after,.underline-2:not([class*=underline-gradient-]):after{background:#86ba41}.underline-3.style-1:after,.underline-3.style-1:before{border-color:#86ba41}a.hover-2:before,a.hover-3:before{background-color:#ecf4e1}.bg-soft-primary{background-color:#f6faf1!important}.text-soft-primary{color:#f6faf1!important}.bg-pale-primary{background-color:#ecf4e1!important}.text-pale-primary{color:#ecf4e1!important}.bg-gradient-primary{background:linear-gradient(180deg,#f6faf1,hsla(0,0%,100%,0) 100%)}.bg-gradient-reverse-primary{background:linear-gradient(0deg,#f6faf1,hsla(0,0%,100%,0) 100%)}.wrapper.bg-soft-primary.angled.lower-start:after,.wrapper.bg-soft-primary.angled.upper-start:before{border-left-color:#f6faf1}.wrapper.bg-soft-primary.angled.lower-end:after,.wrapper.bg-soft-primary.angled.upper-end:before{border-right-color:#f6faf1}.wrapper.bg-pale-primary.angled.lower-start:after,.wrapper.bg-pale-primary.angled.upper-start:before{border-left-color:#ecf4e1}.wrapper.bg-pale-primary.angled.lower-end:after,.wrapper.bg-pale-primary.angled.upper-end:before{border-right-color:#ecf4e1}form.dark-fields .form-control:focus{border-color:rgba(134,186,65,.5)}.btn-soft-primary{background-color:#ecf4e1}.btn-expand.btn-primary{color:#86ba41}.btn-expand.btn-primary:before{background-color:#86ba41}.btn-expand.btn-soft-primary,.btn-expand.btn-soft-primary i{color:#86ba41}.btn-expand.btn-soft-primary:before{background-color:#ecf4e1;color:#86ba41}.btn-expand.btn-soft-primary:hover,.btn-expand.btn-soft-primary:hover:before{color:#86ba41}.alert-dismissible.alert-primary .btn-close{color:#79a73b}.alert-dismissible.alert-primary .btn-close:hover{color:#507027}.alert-primary{background-color:#f3f8ec;border-color:#dbeac6;color:#5e822e}.alert-primary .alert-link{color:#6b9534}.owl-carousel.nav-dark .item figure .item-link,.owl-carousel.nav-dark .item figure .item-link.disabled,.owl-carousel.nav-dark .owl-nav button,.owl-carousel.nav-dark .owl-nav button.disabled{background:rgba(134,186,65,.9)!important}.overlay.color span.bg{background:rgba(134,186,65,.7)}.itooltip-color.itooltip-inner,.itooltip-primary.itooltip-inner{background:rgba(134,186,65,.9)}.btn-soft-primary.btn-circle.ripple:after,.btn-soft-primary.btn-circle.ripple:before{background-color:#f6faf1}.bg-dot.primary{background-image:radial-gradient(#86ba41 2px,transparent 2.5px)}.bg-line.primary{background:repeating-linear-gradient(-55deg,hsla(0,0%,100%,0) .8px,#86ba41 1.6px,#86ba41 3px,hsla(0,0%,100%,0) 3.8px,hsla(0,0%,100%,0) 10px)}.navbar-light .navbar-toggler-icon{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="32"><path fill="%2386ba41" d="M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-.814-4.472-2.093l-.008-.009-5.12-7.04-8.192-10.048-3.52-4.608A5.12 5.12 0 0 1 5.585.002L5.567.001h33.664a5.12 5.12 0 0 1 4.471 8.205l.009-.013-3.52 4.608-7.872 10.048z"/></svg>')}.cursor-primary a{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23fff}%3C/style%3E%3C/defs%3E%3Ccircle cx='25' cy='25' r='25' style='fill:%2386ba41;opacity:.9'/%3E%3Cpath class='cls-2' d='M21.79 26.79 17 31.59V30a1 1 0 0 0-2 0v4a1 1 0 0 0 .08.38 1 1 0 0 0 .54.54A1 1 0 0 0 16 35h4a1 1 0 0 0 0-2h-1.59l4.8-4.79a1 1 0 0 0-1.42-1.42ZM34.92 15.62a1 1 0 0 0-.54-.54A1 1 0 0 0 34 15h-4a1 1 0 0 0 0 2h1.59l-4.8 4.79a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l4.8-4.79V20a1 1 0 0 0 2 0v-4a1 1 0 0 0-.08-.38Z'/%3E%3C/svg%3E"),auto}.process-wrapper.arrow [class*=col-]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%2386ba41' d='M2.38 13.63A107.77 107.77 0 0 1 41.56 3.28C54.29 2.51 67 4.2 79.4 6.9c7.73 1.68 15.38 3.73 23 5.86a1.56 1.56 0 0 0 .83-3C89.85 6 76.35 2.5 62.54.87A111 111 0 0 0 24 2.73a119 119 0 0 0-23.2 8.2c-1.81.85-.23 3.54 1.58 2.7Z'/%3E%3Cpath fill='%2386ba41' d='M95.51 19.27A60.35 60.35 0 0 1 107 12.41a1.58 1.58 0 0 0 1.12-1.29 1.53 1.53 0 0 0-.75-1.56 20.31 20.31 0 0 1-9-8.65 1.56 1.56 0 0 0-2.7 1.57c2.34 4 5.79 7.86 10.12 9.78l.37-2.86a62.69 62.69 0 0 0-12.25 7.18 1.6 1.6 0 0 0-.56 2.14 1.56 1.56 0 0 0 2.13.55Z'/%3E%3C/svg%3E")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden!important;word-spacing:.05rem}::-moz-selection{background:rgba(134,186,65,.7);color:#fff}::selection{background:rgba(134,186,65,.7);color:#fff}a{transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){a{transition:none}}a.hover{position:relative}a.hover:before{background:currentColor;content:"";height:1px;left:0;pointer-events:none;position:absolute;top:100%;transform:scaleX(0);transform-origin:100% 50%;transition:transform .3s cubic-bezier(.7,0,.2,1);width:100%}a.hover:hover:before{transform:scaleX(1);transform-origin:0 50%;transition-timing-function:cubic-bezier(.4,1,.8,1)}a.hover-2{padding:0 .2rem .05rem;position:relative;z-index:1}a.hover-2:before{background:#ecf4e1;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transform:scaleX(0);transform-origin:100% 50%;transition:transform .5s cubic-bezier(.7,0,.2,1);width:100%;z-index:-1}a.hover-2:hover.link-body{color:inherit}a.hover-2:hover:before{transform:scaleX(1);transform-origin:0 50%;transition-timing-function:cubic-bezier(.4,1,.8,1)}a.hover-3{padding:0 .2rem .05rem;position:relative;transition:color .3s ease;z-index:1}a.hover-3:before{background-color:#ecf4e1;bottom:-3px;content:"";height:3px;left:0;position:absolute;transition:all .3s ease-in-out;width:100%;z-index:-1}a.hover-3:hover.link-body{color:inherit}a.hover-3:hover:before{height:calc(100% + 6px)}a.hover-3.more:before{bottom:-1px}a.hover-3.more:hover:before{height:calc(100% + 3px)}a.hover2.link-blue:before{background:#3f78e0}a.hover2.link-sky:before{background:#5eb9f0}a.hover2.link-purple:before{background:#747ed1}a.hover2.link-grape:before{background:#605dba}a.hover2.link-violet:before{background:#a07cc5}a.hover2.link-pink:before{background:#d16b86}a.hover2.link-fuchsia:before{background:#e668b3}a.hover2.link-red:before{background:#e2626b}a.hover2.link-orange:before{background:#f78b77}a.hover2.link-yellow:before{background:#fab758}a.hover2.link-green:before{background:#45c4a0}a.hover2.link-leaf:before{background:#7cb798}a.hover2.link-aqua:before{background:#54a8c7}a.hover2.link-navy:before{background:#343f52}a.hover2.link-ash:before{background:#9499a3}a.hover2.link-white:before{background:#fff}a.hover2.link-light:before{background:#fefefe}a.hover2.link-gray:before{background:#f6f7f9}a.hover2.link-dark:before{background:#262b32}a.hover2.link-primary:before{background:#86ba41}a.hover3.link-blue:before{background-color:#e0e9fa}a.hover3.link-sky:before{background-color:#e5f4fd}a.hover3.link-purple:before{background-color:#e9eaf8}a.hover3.link-grape:before{background-color:#e6e5f4}a.hover3.link-violet:before{background-color:#f0eaf6}a.hover3.link-pink:before{background-color:#f8e7ec}a.hover3.link-fuchsia:before{background-color:#fbe7f3}a.hover3.link-red:before{background-color:#fae6e7}a.hover3.link-orange:before{background-color:#feece9}a.hover3.link-yellow:before{background-color:#fef3e4}a.hover3.link-green:before{background-color:#e1f6f0}a.hover3.link-leaf:before{background-color:#eaf3ef}a.hover3.link-aqua:before{background-color:#e4f1f6}a.hover3.link-navy:before{background-color:#dfe0e3}a.hover3.link-ash:before{background-color:#eeeff0}a.hover3.link-light:before,a.hover3.link-white:before{background-color:#fff}a.hover3.link-gray:before{background-color:#fefefe}a.hover3.link-dark:before{background-color:#dcddde}a.hover3.link-primary:before{background-color:#ecf4e1}.text-reset a{color:inherit!important}.link-dark:hover,.text-reset a:hover,a.text-reset:hover{color:#86ba41!important}[class*=text-] .text-reset:hover{color:inherit!important}.link-body{color:#60697b}.link-inverse{color:#cacaca}.link-inverse,.text-inverse,.text-inverse a:not(.btn){color:#fff}.bg-dark.link-inverse,.bg-dark.text-inverse,.bg-dark.text-inverse a:not(.btn):not([class*=link-]),.bg-navy.link-inverse,.bg-navy.text-inverse,.bg-navy.text-inverse a:not(.btn):not([class*=link-]),[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]){color:#cacaca}.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,.bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover,.text-inverse a:not(.btn):hover,[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover{color:#86ba41}.text-inverse a:not(.btn):hover{border-color:#86ba41}.badge.bg-light{background:rgba(164,174,198,.2)!important}.more{font-weight:700;letter-spacing:-.01rem}.more,.more:after{display:inline-block}.more:after{content:"";font-family:Custom;font-size:.85rem;font-weight:400;line-height:1;margin-right:-.25rem;padding-left:.05rem;vertical-align:-2px}hr.double{background:none;border-color:rgba(164,174,198,.2);border-style:double}_:default:not(:root:root),hr.double{border-bottom-width:3px}.divider-icon{border:0;margin:4.5rem 0;position:relative}.divider-icon i{color:rgba(164,174,198,.2);font-size:1.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.divider-icon:after,.divider-icon:before{border-top:1px solid rgba(164,174,198,.2);content:"";position:absolute;top:50%;width:calc(50% - 1.5rem)}.divider-icon:before{left:0}.divider-icon:after{right:0}.divider:after{background:currentColor;content:"";display:block;height:5px;margin-top:-5px;width:100%}h1{line-height:1.3}h2{line-height:1.35}h3{line-height:1.4}h4{line-height:1.45}h5{line-height:1.5}h6{line-height:1.55}.display-1{line-height:1.2}.display-2,.display-3{line-height:1.25}.display-4,.display-5{line-height:1.3}.display-6{line-height:1.35}.ls-sm{letter-spacing:-.02rem!important}.ls-md{letter-spacing:-.01rem!important}.ls-lg{letter-spacing:.02rem!important}.ls-xl{letter-spacing:.05rem!important}.ls-normal{letter-spacing:normal}.lead{line-height:1.65}.lead.fs-lg{font-size:1.05rem!important;line-height:1.6}.text-line{padding-left:1.4rem;position:relative;vertical-align:top}.text-line:not(.text-gradient){display:inline-flex}.text-line:before{background:#86ba41;content:"";display:inline-block;height:.05rem;left:0;position:absolute;top:50%;transform:translateY(-60%);width:.75rem}.text-line.text-blue:before{background-color:#3f78e0}.text-line.text-sky:before{background-color:#5eb9f0}.text-line.text-purple:before{background-color:#747ed1}.text-line.text-grape:before{background-color:#605dba}.text-line.text-violet:before{background-color:#a07cc5}.text-line.text-pink:before{background-color:#d16b86}.text-line.text-fuchsia:before{background-color:#e668b3}.text-line.text-red:before{background-color:#e2626b}.text-line.text-orange:before{background-color:#f78b77}.text-line.text-yellow:before{background-color:#fab758}.text-line.text-green:before{background-color:#45c4a0}.text-line.text-leaf:before{background-color:#7cb798}.text-line.text-aqua:before{background-color:#54a8c7}.text-line.text-navy:before{background-color:#343f52}.text-line.text-ash:before{background-color:#9499a3}.text-line.text-white:before{background-color:#fff}.text-line.text-light:before{background-color:#fefefe}.text-line.text-gray:before{background-color:#f6f7f9}.text-line.text-dark:before{background-color:#262b32}.text-line.text-primary:before{background-color:#86ba41}.text-line.text-muted:before{background-color:#aab0bc}.underline{position:relative;white-space:nowrap;z-index:2}.underline:after{background:rgba(134,186,65,.12);border-radius:5rem;bottom:9%;content:"";display:block;height:30%;left:-1.5%;margin-top:0;position:absolute;transition:all .2s ease-in-out;width:102.5%;z-index:-1}@media (prefers-reduced-motion:reduce){.underline:after{transition:none}}.underline.blue:after{background:rgba(63,120,224,.12)}.underline.sky:after{background:rgba(94,185,240,.12)}.underline.purple:after{background:rgba(116,126,209,.12)}.underline.grape:after{background:rgba(96,93,186,.12)}.underline.violet:after{background:rgba(160,124,197,.12)}.underline.pink:after{background:rgba(209,107,134,.12)}.underline.fuchsia:after{background:rgba(230,104,179,.12)}.underline.red:after{background:rgba(226,98,107,.12)}.underline.orange:after{background:hsla(9,89%,72%,.12)}.underline.yellow:after{background:rgba(250,183,88,.12)}.underline.green:after{background:rgba(69,196,160,.12)}.underline.leaf:after{background:rgba(124,183,152,.12)}.underline.aqua:after{background:rgba(84,168,199,.12)}.underline.navy:after{background:rgba(52,63,82,.12)}.underline.ash:after{background:hsla(220,8%,61%,.12)}.underline.light:after,.underline.white:after{background:hsla(0,0%,100%,.12)}.underline.gray:after{background:rgba(246,247,249,.12)}.underline.dark:after{background:rgba(38,43,50,.12)}.underline.primary:after{background:rgba(134,186,65,.12)}.underline-2{position:relative;white-space:nowrap;z-index:2}.underline-2:after{background:#86ba41;border-radius:5rem;bottom:-10%;content:"";display:block;height:12%;left:-1.5%;margin-top:0;position:absolute;transition:all .2s ease-in-out;width:102.5%;z-index:-1}@media (prefers-reduced-motion:reduce){.underline-2:after{transition:none}}.underline-2.blue:after{background:#3f78e0}.underline-2.sky:after{background:#5eb9f0}.underline-2.purple:after{background:#747ed1}.underline-2.grape:after{background:#605dba}.underline-2.violet:after{background:#a07cc5}.underline-2.pink:after{background:#d16b86}.underline-2.fuchsia:after{background:#e668b3}.underline-2.red:after{background:#e2626b}.underline-2.orange:after{background:#f78b77}.underline-2.yellow:after{background:#fab758}.underline-2.green:after{background:#45c4a0}.underline-2.leaf:after{background:#7cb798}.underline-2.aqua:after{background:#54a8c7}.underline-2.navy:after{background:#343f52}.underline-2.ash:after{background:#9499a3}.underline-2.white:after{background:#fff}.underline-2.light:after{background:#fefefe}.underline-2.gray:after{background:#f6f7f9}.underline-2.dark:after{background:#262b32}.underline-2.primary:after{background:#86ba41}.underline-gradient-1:after{background:linear-gradient(120deg,#f857a6 10%,#ef3f6e)}.underline-gradient-2:after{background:linear-gradient(40deg,#f5b161 .4%,#ec366e 100.2%)}.underline-gradient-3:after{background:linear-gradient(45deg,#fbda61,#ff5acd)}.underline-gradient-4:after{background:linear-gradient(125deg,#9040db,#ff72c2 50%,#ffd84f)}.underline-gradient-5:after{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}.underline-gradient-6:after{background:linear-gradient(45deg,#08aeea,#2af598)}.underline-gradient-7:after{background:linear-gradient(100deg,#0093e9,#80d0c7 95%)}.underline-gradient-8:after{background:linear-gradient(45deg,#ffdee9,#b5fffc)}.underline-3{position:relative;z-index:1}.underline-3:after{background-position:bottom;background-repeat:no-repeat;background-size:100% 100%;bottom:-.1em;content:"";display:block;height:.3em;left:50%;position:absolute;transform:translateX(-50%);width:110%;z-index:-1}.underline-3.style-1:after,.underline-3.style-1:before{border:3px solid #86ba41;border-radius:80%;content:"";left:50%;opacity:1;position:absolute;top:55%;z-index:-1}.underline-3.style-1:before{border-top-width:0;height:130%;transform:translate(-50%,-50%) rotate(-2deg);width:110%}.underline-3.style-1:after{border-bottom-width:0;border-left-width:0;height:140%;transform:translate(-50%,-50%) rotate(-5deg);width:110%}.underline-3.style-1.blue:after,.underline-3.style-1.blue:before{border-color:#3f78e0}.underline-3.style-1.sky:after,.underline-3.style-1.sky:before{border-color:#5eb9f0}.underline-3.style-1.purple:after,.underline-3.style-1.purple:before{border-color:#747ed1}.underline-3.style-1.grape:after,.underline-3.style-1.grape:before{border-color:#605dba}.underline-3.style-1.violet:after,.underline-3.style-1.violet:before{border-color:#a07cc5}.underline-3.style-1.pink:after,.underline-3.style-1.pink:before{border-color:#d16b86}.underline-3.style-1.fuchsia:after,.underline-3.style-1.fuchsia:before{border-color:#e668b3}.underline-3.style-1.red:after,.underline-3.style-1.red:before{border-color:#e2626b}.underline-3.style-1.orange:after,.underline-3.style-1.orange:before{border-color:#f78b77}.underline-3.style-1.yellow:after,.underline-3.style-1.yellow:before{border-color:#fab758}.underline-3.style-1.green:after,.underline-3.style-1.green:before{border-color:#45c4a0}.underline-3.style-1.leaf:after,.underline-3.style-1.leaf:before{border-color:#7cb798}.underline-3.style-1.aqua:after,.underline-3.style-1.aqua:before{border-color:#54a8c7}.underline-3.style-1.navy:after,.underline-3.style-1.navy:before{border-color:#343f52}.underline-3.style-1.ash:after,.underline-3.style-1.ash:before{border-color:#9499a3}.underline-3.style-1.white:after,.underline-3.style-1.white:before{border-color:#fff}.underline-3.style-1.light:after,.underline-3.style-1.light:before{border-color:#fefefe}.underline-3.style-1.gray:after,.underline-3.style-1.gray:before{border-color:#f6f7f9}.underline-3.style-1.dark:after,.underline-3.style-1.dark:before{border-color:#262b32}.underline-3.style-1.primary:after,.underline-3.style-1.primary:before{border-color:#86ba41}.underline-3.style-2:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%2386ba41' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.blue:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%233f78e0' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.sky:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%235eb9f0' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.purple:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23747ed1' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.grape:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23605dba' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.violet:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23a07cc5' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.pink:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23d16b86' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.fuchsia:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23e668b3' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.red:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23e2626b' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.orange:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23f78b77' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.yellow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23fab758' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.green:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%2345c4a0' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.leaf:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%237cb798' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.aqua:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%2354a8c7' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.navy:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23343f52' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.ash:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%239499a3' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23fff' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.light:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23fefefe' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.gray:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23f6f7f9' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.dark:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23262b32' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-2.primary:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%2386ba41' d='M64.42 2.42Q42.78 1.46 21.19 0c-2.8-.19-4.09.89-3.87 2l-13.4-.13c-5.13-.05-5.28 3.87-.12 3.92l60.49.55c46.63 2.08 93.34 2.51 139.81 1.27 5-.13 5.39-3.87.13-3.92Z'/%3E%3C/svg%3E")}.underline-3.style-3:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%2386ba41' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.blue:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%233f78e0' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.sky:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%235eb9f0' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.purple:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23747ed1' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.grape:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23605dba' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.violet:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23a07cc5' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.pink:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23d16b86' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.fuchsia:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23e668b3' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.red:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23e2626b' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.orange:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23f78b77' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.yellow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23fab758' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.green:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%2345c4a0' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.leaf:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%237cb798' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.aqua:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%2354a8c7' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.navy:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23343f52' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.ash:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%239499a3' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23fff' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.light:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23fefefe' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.gray:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23f6f7f9' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.dark:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23262b32' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.underline-3.style-3.primary:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%2386ba41' d='M202.47 9.37A1191.26 1191.26 0 0 0 1.79 7.48 1.67 1.67 0 0 1 0 5.92a1.76 1.76 0 0 1 1.63-1.71c67-5.71 133.83-5.43 200.8-.27A2.75 2.75 0 0 1 205 6.88a2.6 2.6 0 0 1-2.53 2.49Z'/%3E%3C/svg%3E")}.mark,mark{color:inherit}.mark,.rounded img,mark{border-radius:.4rem}@media (min-width:992px){.image-wrapper.rounded-lg-start,.map.rounded-lg-start iframe{border-bottom-left-radius:.4rem!important;border-bottom-right-radius:0!important;border-top-left-radius:.4rem!important;border-top-right-radius:0!important}.image-wrapper.rounded-4-lg-start{border-bottom-left-radius:.8rem!important;border-bottom-right-radius:0!important;border-top-left-radius:.8rem!important;border-top-right-radius:0!important}}@media (max-width:991.98px){.image-wrapper.rounded-top,.map.rounded-top iframe{border-top-left-radius:.4rem!important;border-top-right-radius:.4rem!important}.image-wrapper.rounded-4-top{border-top-left-radius:.8rem!important;border-top-right-radius:.8rem!important}.image-wrapper.bg-cover{min-height:15rem}}.page-frame footer,.page-frame section{margin-top:1.25rem}@media (min-width:768px){.page-frame{padding:1.25rem}.page-frame .video-wrapper,.page-frame .video-wrapper video,.page-frame .video-wrapper:after,.page-frame footer,.page-frame section{border-radius:1rem}.page-frame footer,.page-frame section{border-radius:1rem;padding-left:1.5rem;padding-right:1.5rem}}figure{margin:0;padding:0}figure img{height:auto!important}.img-blob img,figure img{max-width:100%;width:100%}.img-blob img{height:auto;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto auto}.img-blob.blob-1 img{-webkit-mask-image:url(../../assets/img/svg/blob.svg);mask-image:url(../../assets/img/svg/blob.svg)}.img-blob.blob-2 img{-webkit-mask-image:url(../../assets/img/svg/hex.svg);mask-image:url(../../assets/img/svg/hex.svg)}.map iframe{display:block}.map.map-full{height:100%;min-height:15rem}[class*=mb-n],[class*=mt-n]{position:relative;z-index:3}.mb-n50p{transform:translateY(50%)}.mt-n50p{transform:translateY(-50%)}@media screen and (min-width:576px){.mb-sm-n50p{transform:translateY(50%)}.mt-sm-n50p{transform:translateY(-50%)}}@media screen and (min-width:768px){.mb-md-n50p{transform:translateY(50%)}.mt-md-n50p{transform:translateY(-50%)}}@media screen and (min-width:992px){.mb-lg-n50p{transform:translateY(50%)}.mt-lg-n50p{transform:translateY(-50%)}}@media screen and (min-width:1200px){.mb-xl-n50p{transform:translateY(50%)}.mt-xl-n50p{transform:translateY(-50%)}}@media screen and (min-width:1400px){.mb-xxl-n50p{transform:translateY(50%)}.mt-xxl-n50p{transform:translateY(-50%)}}@media (max-width:1199.98px){.border-radius-lg-top{border-top-left-radius:0!important;border-top-right-radius:0!important}}@media (min-width:992px){.position-lg-absolute{position:absolute!important}.cc-2{-moz-column-count:2;column-count:2}.cc-2 li{display:inline-block;width:100%}.cc-3{-moz-column-count:3;column-count:3}.cc-3 li{display:inline-block;width:100%}}.border-soft-blue{border-color:#c5d7f6!important}.border-soft-sky{border-color:#cfeafb!important}.border-soft-purple{border-color:#d5d8f1!important}.border-soft-grape{border-color:#cfceea!important}.border-soft-violet{border-color:#e3d8ee!important}.border-soft-pink{border-color:#f1d3db!important}.border-soft-fuchsia{border-color:#f8d2e8!important}.border-soft-red{border-color:#f6d0d3!important}.border-soft-orange{border-color:#fddcd6!important}.border-soft-yellow{border-color:#fee9cd!important}.border-soft-green{border-color:#c7ede3!important}.border-soft-leaf{border-color:#d8e9e0!important}.border-soft-aqua{border-color:#cce5ee!important}.border-soft-navy{border-color:#c2c5cb!important}.border-soft-ash{border-color:#dfe0e3!important}.border-soft-light,.border-soft-white{border-color:#fff!important}.border-soft-dark{border-color:#bebfc2!important}.border-soft-primary{border-color:#dbeac6!important}.border-soft-secondary{border-color:#e6e7eb!important}.border-soft-success{border-color:#c7ede3!important}.border-soft-info{border-color:#cce5ee!important}.border-soft-warning{border-color:#fee9cd!important}.border-soft-danger{border-color:#f6d0d3!important}.zindex-n{z-index:-1}.link-blue,.link-blue:focus,.link-blue:hover{color:#3f78e0}.link-sky,.link-sky:focus,.link-sky:hover{color:#5eb9f0}.link-purple,.link-purple:focus,.link-purple:hover{color:#747ed1}.link-grape,.link-grape:focus,.link-grape:hover{color:#605dba}.link-violet,.link-violet:focus,.link-violet:hover{color:#a07cc5}.link-pink,.link-pink:focus,.link-pink:hover{color:#d16b86}.link-fuchsia,.link-fuchsia:focus,.link-fuchsia:hover{color:#e668b3}.link-red,.link-red:focus,.link-red:hover{color:#e2626b}.link-orange,.link-orange:focus,.link-orange:hover{color:#f78b77}.link-yellow,.link-yellow:focus,.link-yellow:hover{color:#fab758}.link-green,.link-green:focus,.link-green:hover{color:#45c4a0}.link-leaf,.link-leaf:focus,.link-leaf:hover{color:#7cb798}.link-aqua,.link-aqua:focus,.link-aqua:hover{color:#54a8c7}.link-navy,.link-navy:focus,.link-navy:hover{color:#343f52}.link-ash,.link-ash:focus,.link-ash:hover{color:#9499a3}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-light,.link-light:focus,.link-light:hover{color:#fefefe}.link-gray,.link-gray:focus,.link-gray:hover{color:#f6f7f9}.link-primary,.link-primary:focus,.link-primary:hover{color:#86ba41}.link-secondary,.link-secondary:focus,.link-secondary:hover{color:#aab0bc}.link-success,.link-success:focus,.link-success:hover{color:#45c4a0}.link-info,.link-info:focus,.link-info:hover{color:#54a8c7}.link-warning,.link-warning:focus,.link-warning:hover{color:#fab758}.link-danger,.link-danger:focus,.link-danger:hover{color:#e2626b}.link-dark{color:#343f52}blockquote{border-left:.15rem solid #86ba41;font-size:.85rem;font-weight:500;line-height:1.7;padding-left:1rem}blockquote.border-0{padding-left:0}blockquote.icon{border:0;padding:0;position:relative}blockquote.icon:before{color:rgba(52,63,82,.05);content:"”";font-size:10rem;left:-.9rem;line-height:1;position:absolute;top:-1.5rem;z-index:1}blockquote.icon-top{padding-top:3.75rem;position:relative}blockquote.icon-top:before{color:#aab0bc;content:"“";font-size:6.5rem;font-weight:400;left:-.3rem;opacity:.3;top:0}blockquote.icon-top.text-white:before{color:#fff}blockquote.text-center.icon-top:before{left:50%;transform:translateX(-52%)}.blockquote-footer{font-weight:700;letter-spacing:.02rem;margin-top:0;text-transform:uppercase}.blockquote-details{align-items:center;display:flex;text-align:left}.blockquote-details p{font-size:.8rem}.blockquote-details .info{padding-left:1rem}.blockquote-details .icon-img img{width:3.5rem!important}.icon-list{list-style:none;padding-left:0}.icon-list li{padding-left:1.25rem;position:relative}.icon-list.bullet-bg li{padding-left:1.5rem}.icon-list.bullet-soft-blue i{color:#3f78e0}.icon-list.bullet-soft-blue.bullet-bg i{background-color:#dce7f9}.icon-list.bullet-bg i[class*=bullet-soft-blue]{background-color:#dce7f9!important;color:#3f78e0!important}.icon-list.bullet-soft-sky i{color:#5eb9f0}.icon-list.bullet-soft-sky.bullet-bg i{background-color:#e2f2fc}.icon-list.bullet-bg i[class*=bullet-soft-sky]{background-color:#e2f2fc!important;color:#5eb9f0!important}.icon-list.bullet-soft-purple i{color:#747ed1}.icon-list.bullet-soft-purple.bullet-bg i{background-color:#e6e8f7}.icon-list.bullet-bg i[class*=bullet-soft-purple]{background-color:#e6e8f7!important;color:#747ed1!important}.icon-list.bullet-soft-grape i{color:#605dba}.icon-list.bullet-soft-grape.bullet-bg i{background-color:#e2e2f3}.icon-list.bullet-bg i[class*=bullet-soft-grape]{background-color:#e2e2f3!important;color:#605dba!important}.icon-list.bullet-soft-violet i{color:#a07cc5}.icon-list.bullet-soft-violet.bullet-bg i{background-color:#eee7f5}.icon-list.bullet-bg i[class*=bullet-soft-violet]{background-color:#eee7f5!important;color:#a07cc5!important}.icon-list.bullet-soft-pink i{color:#d16b86}.icon-list.bullet-soft-pink.bullet-bg i{background-color:#f7e4e9}.icon-list.bullet-bg i[class*=bullet-soft-pink]{background-color:#f7e4e9!important;color:#d16b86!important}.icon-list.bullet-soft-fuchsia i{color:#e668b3}.icon-list.bullet-soft-fuchsia.bullet-bg i{background-color:#fbe4f1}.icon-list.bullet-bg i[class*=bullet-soft-fuchsia]{background-color:#fbe4f1!important;color:#e668b3!important}.icon-list.bullet-soft-red i{color:#e2626b}.icon-list.bullet-soft-red.bullet-bg i{background-color:#fae3e4}.icon-list.bullet-bg i[class*=bullet-soft-red]{background-color:#fae3e4!important;color:#e2626b!important}.icon-list.bullet-soft-orange i{color:#f78b77}.icon-list.bullet-soft-orange.bullet-bg i{background-color:#feeae7}.icon-list.bullet-bg i[class*=bullet-soft-orange]{background-color:#feeae7!important;color:#f78b77!important}.icon-list.bullet-soft-green i{color:#45c4a0}.icon-list.bullet-soft-green.bullet-bg i{background-color:#def4ee}.icon-list.bullet-bg i[class*=bullet-soft-green]{background-color:#def4ee!important;color:#45c4a0!important}.icon-list.bullet-soft-leaf i{color:#7cb798}.icon-list.bullet-soft-leaf.bullet-bg i{background-color:#e7f2ec}.icon-list.bullet-bg i[class*=bullet-soft-leaf]{background-color:#e7f2ec!important;color:#7cb798!important}.icon-list.bullet-soft-aqua i{color:#54a8c7}.icon-list.bullet-soft-aqua.bullet-bg i{background-color:#e0eff5}.icon-list.bullet-bg i[class*=bullet-soft-aqua]{background-color:#e0eff5!important;color:#54a8c7!important}.icon-list.bullet-soft-navy i{color:#343f52}.icon-list.bullet-soft-navy.bullet-bg i{background-color:#dadce0}.icon-list.bullet-bg i[class*=bullet-soft-navy]{background-color:#dadce0!important;color:#343f52!important}.icon-list.bullet-soft-ash i{color:#9499a3}.icon-list.bullet-soft-ash.bullet-bg i{background-color:#ecedee}.icon-list.bullet-bg i[class*=bullet-soft-ash]{background-color:#ecedee!important;color:#9499a3!important}.icon-list.bullet-soft-white i{color:#fff}.icon-list.bullet-soft-white.bullet-bg i{background-color:#fff}.icon-list.bullet-bg i[class*=bullet-soft-white]{background-color:#fff!important;color:#fff!important}.icon-list.bullet-soft-light i{color:#fefefe}.icon-list.bullet-soft-light.bullet-bg i{background-color:#fff}.icon-list.bullet-bg i[class*=bullet-soft-light]{background-color:#fff!important;color:#fefefe!important}.icon-list.bullet-soft-gray i{color:#f6f7f9}.icon-list.bullet-soft-gray.bullet-bg i{background-color:#fdfefe}.icon-list.bullet-bg i[class*=bullet-soft-gray]{background-color:#fdfefe!important;color:#f6f7f9!important}.icon-list.bullet-soft-dark i{color:#262b32}.icon-list.bullet-soft-dark.bullet-bg i{background-color:#d8d9da}.icon-list.bullet-bg i[class*=bullet-soft-dark]{background-color:#d8d9da!important;color:#262b32!important}.icon-list.bullet-soft-primary i{color:#86ba41}.icon-list.bullet-soft-primary.bullet-bg i{background-color:#e9f3dd}.icon-list.bullet-bg i[class*=bullet-soft-primary]{background-color:#e9f3dd!important;color:#86ba41!important}.icon-list.bullet-bg i[class*=bullet-soft-yellow],.icon-list.bullet-soft-yellow i{color:#fab758}.icon-list.bullet-bg i[class*=bullet-soft-yellow],.icon-list.bullet-soft-yellow.bullet-bg i{background-color:#feeed9}.icon-list.bullet-blue i{color:#3f78e0}.icon-list.bullet-blue.bullet-bg i{background-color:#3f78e0;color:#fff}.icon-list.bullet-bg i[class*=bullet-blue]{background-color:#3f78e0!important;color:#fff!important}.icon-list.bullet-sky i{color:#5eb9f0}.icon-list.bullet-sky.bullet-bg i{background-color:#5eb9f0;color:#fff}.icon-list.bullet-bg i[class*=bullet-sky]{background-color:#5eb9f0!important;color:#fff!important}.icon-list.bullet-purple i{color:#747ed1}.icon-list.bullet-purple.bullet-bg i{background-color:#747ed1;color:#fff}.icon-list.bullet-bg i[class*=bullet-purple]{background-color:#747ed1!important;color:#fff!important}.icon-list.bullet-grape i{color:#605dba}.icon-list.bullet-grape.bullet-bg i{background-color:#605dba;color:#fff}.icon-list.bullet-bg i[class*=bullet-grape]{background-color:#605dba!important;color:#fff!important}.icon-list.bullet-violet i{color:#a07cc5}.icon-list.bullet-violet.bullet-bg i{background-color:#a07cc5;color:#fff}.icon-list.bullet-bg i[class*=bullet-violet]{background-color:#a07cc5!important;color:#fff!important}.icon-list.bullet-pink i{color:#d16b86}.icon-list.bullet-pink.bullet-bg i{background-color:#d16b86;color:#fff}.icon-list.bullet-bg i[class*=bullet-pink]{background-color:#d16b86!important;color:#fff!important}.icon-list.bullet-fuchsia i{color:#e668b3}.icon-list.bullet-fuchsia.bullet-bg i{background-color:#e668b3;color:#fff}.icon-list.bullet-bg i[class*=bullet-fuchsia]{background-color:#e668b3!important;color:#fff!important}.icon-list.bullet-red i{color:#e2626b}.icon-list.bullet-red.bullet-bg i{background-color:#e2626b;color:#fff}.icon-list.bullet-bg i[class*=bullet-red]{background-color:#e2626b!important;color:#fff!important}.icon-list.bullet-orange i{color:#f78b77}.icon-list.bullet-orange.bullet-bg i{background-color:#f78b77;color:#fff}.icon-list.bullet-bg i[class*=bullet-orange]{background-color:#f78b77!important;color:#fff!important}.icon-list.bullet-yellow i{color:#fab758}.icon-list.bullet-yellow.bullet-bg i{background-color:#fab758;color:#fff}.icon-list.bullet-bg i[class*=bullet-yellow]{background-color:#fab758!important;color:#fff!important}.icon-list.bullet-green i{color:#45c4a0}.icon-list.bullet-green.bullet-bg i{background-color:#45c4a0;color:#fff}.icon-list.bullet-bg i[class*=bullet-green]{background-color:#45c4a0!important;color:#fff!important}.icon-list.bullet-leaf i{color:#7cb798}.icon-list.bullet-leaf.bullet-bg i{background-color:#7cb798;color:#fff}.icon-list.bullet-bg i[class*=bullet-leaf]{background-color:#7cb798!important;color:#fff!important}.icon-list.bullet-aqua i{color:#54a8c7}.icon-list.bullet-aqua.bullet-bg i{background-color:#54a8c7;color:#fff}.icon-list.bullet-bg i[class*=bullet-aqua]{background-color:#54a8c7!important;color:#fff!important}.icon-list.bullet-navy i{color:#343f52}.icon-list.bullet-navy.bullet-bg i{background-color:#343f52;color:#fff}.icon-list.bullet-bg i[class*=bullet-navy]{background-color:#343f52!important;color:#fff!important}.icon-list.bullet-ash i{color:#9499a3}.icon-list.bullet-ash.bullet-bg i{background-color:#9499a3;color:#fff}.icon-list.bullet-bg i[class*=bullet-ash]{background-color:#9499a3!important;color:#fff!important}.icon-list.bullet-white i{color:#fff}.icon-list.bullet-white.bullet-bg i{background-color:#fff;color:#fff}.icon-list.bullet-bg i[class*=bullet-white]{background-color:#fff!important;color:#fff!important}.icon-list.bullet-light i{color:#fefefe}.icon-list.bullet-light.bullet-bg i{background-color:#fefefe;color:#fff}.icon-list.bullet-bg i[class*=bullet-light]{background-color:#fefefe!important;color:#fff!important}.icon-list.bullet-gray i{color:#f6f7f9}.icon-list.bullet-gray.bullet-bg i{background-color:#f6f7f9;color:#fff}.icon-list.bullet-bg i[class*=bullet-gray]{background-color:#f6f7f9!important;color:#fff!important}.icon-list.bullet-dark i{color:#262b32}.icon-list.bullet-dark.bullet-bg i{background-color:#262b32;color:#fff}.icon-list.bullet-bg i[class*=bullet-dark]{background-color:#262b32!important;color:#fff!important}.icon-list.bullet-primary i{color:#86ba41}.icon-list.bullet-primary.bullet-bg i{background-color:#86ba41;color:#fff}.icon-list.bullet-bg i[class*=bullet-primary]{background-color:#86ba41!important;color:#fff!important}.icon-list.bullet-bg i.bullet-white,.icon-list.bullet-white i{color:#86ba41!important}.icon-list i{font-size:1rem;left:0;position:absolute;top:-.2rem}.icon-list.bullet-bg i{border-radius:100%;display:table;font-size:.8rem;height:1rem;letter-spacing:normal;line-height:1;text-align:center;top:.2rem;width:1rem}.icon-list.bullet-bg i:before{display:table-cell;vertical-align:middle}.icon-list:not(.row) li+li,.unordered-list li+li,.widget .list-unstyled:not(.tag-list) li+li{margin-top:.35rem}.list-unstyled li a.active{color:#86ba41!important}.image-list{margin:0;padding:0}.image-list .meta,.image-list p{margin:0}.image-list:after{clear:both;content:"";display:block;height:0;visibility:hidden}.image-list>li{clear:both;display:block;overflow:hidden}.image-list>li+li{margin-top:1rem}.image-list figure{float:left;height:3.5rem;width:3.5rem}.image-list .post-content{margin-bottom:0;margin-left:4.25rem}.filter:not(.basic-filter),.filter:not(.basic-filter) ul li a,.meta,.post-category{color:#aab0bc;font-size:.7rem;font-weight:700;letter-spacing:.02rem;text-transform:uppercase}.meta{font-size:.65rem}.post-category{margin-bottom:.4rem}.post-meta{color:#aab0bc;font-size:.7rem;list-style:none;margin:0;padding:0}.post-meta li{display:inline-block}.post-meta li a{color:#aab0bc}.post-meta li a:hover{border-color:#86ba41;color:#86ba41}.post-meta li:before{background:#aab0bc;border-radius:100%;content:"";display:inline-block;height:.2rem;margin:0 .6rem;opacity:.5;vertical-align:.15rem;width:.2rem}.post-meta li i{padding-right:.2rem;vertical-align:-.05rem}.post-meta.text-white li:before{background:#fff}.post-header .post-meta{font-size:.75rem}.post-header .post-meta li:before{margin:0 .6rem 0 .4rem}.post-meta li:first-child:before,article .post-meta li.ms-auto:before{display:none}@media (max-width:767px){.card-footer .post-meta li.post-author,.card-footer .post-meta li.post-comments span,.post-header .post-meta li.post-author,.post-header .post-meta li.post-comments span,.post-header .post-meta li.post-likes span{display:none}}.fs-sm{font-size:.7rem!important}.fs-lg{font-size:1rem!important}.fs-1{font-size:.05rem!important}.fs-2{font-size:.1rem!important}.fs-3{font-size:.15rem!important}.fs-4{font-size:.2rem!important}.fs-5{font-size:.25rem!important}.fs-6{font-size:.3rem!important}.fs-7{font-size:.35rem!important}.fs-8{font-size:.4rem!important}.fs-9{font-size:.45rem!important}.fs-10{font-size:.5rem!important}.fs-11{font-size:.55rem!important}.fs-12{font-size:.6rem!important}.fs-13{font-size:.65rem!important}.fs-14{font-size:.7rem!important}.fs-15{font-size:.75rem!important}.fs-16{font-size:.8rem!important}.fs-17{font-size:.85rem!important}.fs-18{font-size:.9rem!important}.fs-19{font-size:.95rem!important}.fs-20{font-size:1rem!important}.fs-21{font-size:1.05rem!important}.fs-22{font-size:1.1rem!important}.fs-23{font-size:1.15rem!important}.fs-24{font-size:1.2rem!important}.fs-25{font-size:1.25rem!important}.fs-26{font-size:calc(1.255rem + .06vw)!important}@media (min-width:1200px){.fs-26{font-size:1.3rem!important}}.fs-27{font-size:calc(1.26rem + .12vw)!important}@media (min-width:1200px){.fs-27{font-size:1.35rem!important}}.fs-28{font-size:calc(1.265rem + .18vw)!important}@media (min-width:1200px){.fs-28{font-size:1.4rem!important}}.fs-29{font-size:calc(1.27rem + .24vw)!important}@media (min-width:1200px){.fs-29{font-size:1.45rem!important}}.fs-30{font-size:calc(1.275rem + .3vw)!important}@media (min-width:1200px){.fs-30{font-size:1.5rem!important}}.fs-31{font-size:calc(1.28rem + .36vw)!important}@media (min-width:1200px){.fs-31{font-size:1.55rem!important}}.fs-32{font-size:calc(1.285rem + .42vw)!important}@media (min-width:1200px){.fs-32{font-size:1.6rem!important}}.fs-33{font-size:calc(1.29rem + .48vw)!important}@media (min-width:1200px){.fs-33{font-size:1.65rem!important}}.fs-34{font-size:calc(1.295rem + .54vw)!important}@media (min-width:1200px){.fs-34{font-size:1.7rem!important}}.fs-35{font-size:calc(1.3rem + .6vw)!important}@media (min-width:1200px){.fs-35{font-size:1.75rem!important}}.fs-36{font-size:calc(1.305rem + .66vw)!important}@media (min-width:1200px){.fs-36{font-size:1.8rem!important}}.fs-37{font-size:calc(1.31rem + .72vw)!important}@media (min-width:1200px){.fs-37{font-size:1.85rem!important}}.fs-38{font-size:calc(1.315rem + .78vw)!important}@media (min-width:1200px){.fs-38{font-size:1.9rem!important}}.fs-39{font-size:calc(1.32rem + .84vw)!important}@media (min-width:1200px){.fs-39{font-size:1.95rem!important}}.fs-40{font-size:calc(1.325rem + .9vw)!important}@media (min-width:1200px){.fs-40{font-size:2rem!important}}.fs-41{font-size:calc(1.33rem + .96vw)!important}@media (min-width:1200px){.fs-41{font-size:2.05rem!important}}.fs-42{font-size:calc(1.335rem + 1.02vw)!important}@media (min-width:1200px){.fs-42{font-size:2.1rem!important}}.fs-43{font-size:calc(1.34rem + 1.08vw)!important}@media (min-width:1200px){.fs-43{font-size:2.15rem!important}}.fs-44{font-size:calc(1.345rem + 1.14vw)!important}@media (min-width:1200px){.fs-44{font-size:2.2rem!important}}.fs-45{font-size:calc(1.35rem + 1.2vw)!important}@media (min-width:1200px){.fs-45{font-size:2.25rem!important}}.fs-46{font-size:calc(1.355rem + 1.26vw)!important}@media (min-width:1200px){.fs-46{font-size:2.3rem!important}}.fs-47{font-size:calc(1.36rem + 1.32vw)!important}@media (min-width:1200px){.fs-47{font-size:2.35rem!important}}.fs-48{font-size:calc(1.365rem + 1.38vw)!important}@media (min-width:1200px){.fs-48{font-size:2.4rem!important}}.fs-49{font-size:calc(1.37rem + 1.44vw)!important}@media (min-width:1200px){.fs-49{font-size:2.45rem!important}}.fs-50{font-size:calc(1.375rem + 1.5vw)!important}@media (min-width:1200px){.fs-50{font-size:2.5rem!important}}.fs-51{font-size:calc(1.38rem + 1.56vw)!important}@media (min-width:1200px){.fs-51{font-size:2.55rem!important}}.fs-52{font-size:calc(1.385rem + 1.62vw)!important}@media (min-width:1200px){.fs-52{font-size:2.6rem!important}}.fs-53{font-size:calc(1.39rem + 1.68vw)!important}@media (min-width:1200px){.fs-53{font-size:2.65rem!important}}.fs-54{font-size:calc(1.395rem + 1.74vw)!important}@media (min-width:1200px){.fs-54{font-size:2.7rem!important}}.fs-55{font-size:calc(1.4rem + 1.8vw)!important}@media (min-width:1200px){.fs-55{font-size:2.75rem!important}}.fs-56{font-size:calc(1.405rem + 1.86vw)!important}@media (min-width:1200px){.fs-56{font-size:2.8rem!important}}.fs-57{font-size:calc(1.41rem + 1.92vw)!important}@media (min-width:1200px){.fs-57{font-size:2.85rem!important}}.fs-58{font-size:calc(1.415rem + 1.98vw)!important}@media (min-width:1200px){.fs-58{font-size:2.9rem!important}}.fs-59{font-size:calc(1.42rem + 2.04vw)!important}@media (min-width:1200px){.fs-59{font-size:2.95rem!important}}.fs-60{font-size:calc(1.425rem + 2.1vw)!important}@media (min-width:1200px){.fs-60{font-size:3rem!important}}.fs-61{font-size:calc(1.43rem + 2.16vw)!important}@media (min-width:1200px){.fs-61{font-size:3.05rem!important}}.fs-62{font-size:calc(1.435rem + 2.22vw)!important}@media (min-width:1200px){.fs-62{font-size:3.1rem!important}}.fs-63{font-size:calc(1.44rem + 2.28vw)!important}@media (min-width:1200px){.fs-63{font-size:3.15rem!important}}.fs-64{font-size:calc(1.445rem + 2.34vw)!important}@media (min-width:1200px){.fs-64{font-size:3.2rem!important}}.fs-65{font-size:calc(1.45rem + 2.4vw)!important}@media (min-width:1200px){.fs-65{font-size:3.25rem!important}}.fs-66{font-size:calc(1.455rem + 2.46vw)!important}@media (min-width:1200px){.fs-66{font-size:3.3rem!important}}.fs-67{font-size:calc(1.46rem + 2.52vw)!important}@media (min-width:1200px){.fs-67{font-size:3.35rem!important}}.fs-68{font-size:calc(1.465rem + 2.58vw)!important}@media (min-width:1200px){.fs-68{font-size:3.4rem!important}}.fs-69{font-size:calc(1.47rem + 2.64vw)!important}@media (min-width:1200px){.fs-69{font-size:3.45rem!important}}.fs-70{font-size:calc(1.475rem + 2.7vw)!important}@media (min-width:1200px){.fs-70{font-size:3.5rem!important}}.fs-71{font-size:calc(1.48rem + 2.76vw)!important}@media (min-width:1200px){.fs-71{font-size:3.55rem!important}}.fs-72{font-size:calc(1.485rem + 2.82vw)!important}@media (min-width:1200px){.fs-72{font-size:3.6rem!important}}.fs-73{font-size:calc(1.49rem + 2.88vw)!important}@media (min-width:1200px){.fs-73{font-size:3.65rem!important}}.fs-74{font-size:calc(1.495rem + 2.94vw)!important}@media (min-width:1200px){.fs-74{font-size:3.7rem!important}}.fs-75{font-size:calc(1.5rem + 3vw)!important}@media (min-width:1200px){.fs-75{font-size:3.75rem!important}}.fs-76{font-size:calc(1.505rem + 3.06vw)!important}@media (min-width:1200px){.fs-76{font-size:3.8rem!important}}.fs-77{font-size:calc(1.51rem + 3.12vw)!important}@media (min-width:1200px){.fs-77{font-size:3.85rem!important}}.fs-78{font-size:calc(1.515rem + 3.18vw)!important}@media (min-width:1200px){.fs-78{font-size:3.9rem!important}}.fs-79{font-size:calc(1.52rem + 3.24vw)!important}@media (min-width:1200px){.fs-79{font-size:3.95rem!important}}.fs-80{font-size:calc(1.525rem + 3.3vw)!important}@media (min-width:1200px){.fs-80{font-size:4rem!important}}.fs-81{font-size:calc(1.53rem + 3.36vw)!important}@media (min-width:1200px){.fs-81{font-size:4.05rem!important}}.fs-82{font-size:calc(1.535rem + 3.42vw)!important}@media (min-width:1200px){.fs-82{font-size:4.1rem!important}}.fs-83{font-size:calc(1.54rem + 3.48vw)!important}@media (min-width:1200px){.fs-83{font-size:4.15rem!important}}.fs-84{font-size:calc(1.545rem + 3.54vw)!important}@media (min-width:1200px){.fs-84{font-size:4.2rem!important}}.fs-85{font-size:calc(1.55rem + 3.6vw)!important}@media (min-width:1200px){.fs-85{font-size:4.25rem!important}}.fs-86{font-size:calc(1.555rem + 3.66vw)!important}@media (min-width:1200px){.fs-86{font-size:4.3rem!important}}.fs-87{font-size:calc(1.56rem + 3.72vw)!important}@media (min-width:1200px){.fs-87{font-size:4.35rem!important}}.fs-88{font-size:calc(1.565rem + 3.78vw)!important}@media (min-width:1200px){.fs-88{font-size:4.4rem!important}}.fs-89{font-size:calc(1.57rem + 3.84vw)!important}@media (min-width:1200px){.fs-89{font-size:4.45rem!important}}.fs-90{font-size:calc(1.575rem + 3.9vw)!important}@media (min-width:1200px){.fs-90{font-size:4.5rem!important}}.fs-91{font-size:calc(1.58rem + 3.96vw)!important}@media (min-width:1200px){.fs-91{font-size:4.55rem!important}}.fs-92{font-size:calc(1.585rem + 4.02vw)!important}@media (min-width:1200px){.fs-92{font-size:4.6rem!important}}.fs-93{font-size:calc(1.59rem + 4.08vw)!important}@media (min-width:1200px){.fs-93{font-size:4.65rem!important}}.fs-94{font-size:calc(1.595rem + 4.14vw)!important}@media (min-width:1200px){.fs-94{font-size:4.7rem!important}}.fs-95{font-size:calc(1.6rem + 4.2vw)!important}@media (min-width:1200px){.fs-95{font-size:4.75rem!important}}.fs-96{font-size:calc(1.605rem + 4.26vw)!important}@media (min-width:1200px){.fs-96{font-size:4.8rem!important}}.fs-97{font-size:calc(1.61rem + 4.32vw)!important}@media (min-width:1200px){.fs-97{font-size:4.85rem!important}}.fs-98{font-size:calc(1.615rem + 4.38vw)!important}@media (min-width:1200px){.fs-98{font-size:4.9rem!important}}.fs-99{font-size:calc(1.62rem + 4.44vw)!important}@media (min-width:1200px){.fs-99{font-size:4.95rem!important}}.fs-100{font-size:calc(1.625rem + 4.5vw)!important}@media (min-width:1200px){.fs-100{font-size:5rem!important}}.fs-101{font-size:calc(1.63rem + 4.56vw)!important}@media (min-width:1200px){.fs-101{font-size:5.05rem!important}}.fs-102{font-size:calc(1.635rem + 4.62vw)!important}@media (min-width:1200px){.fs-102{font-size:5.1rem!important}}.fs-103{font-size:calc(1.64rem + 4.68vw)!important}@media (min-width:1200px){.fs-103{font-size:5.15rem!important}}.fs-104{font-size:calc(1.645rem + 4.74vw)!important}@media (min-width:1200px){.fs-104{font-size:5.2rem!important}}.fs-105{font-size:calc(1.65rem + 4.8vw)!important}@media (min-width:1200px){.fs-105{font-size:5.25rem!important}}.fs-106{font-size:calc(1.655rem + 4.86vw)!important}@media (min-width:1200px){.fs-106{font-size:5.3rem!important}}.fs-107{font-size:calc(1.66rem + 4.92vw)!important}@media (min-width:1200px){.fs-107{font-size:5.35rem!important}}.fs-108{font-size:calc(1.665rem + 4.98vw)!important}@media (min-width:1200px){.fs-108{font-size:5.4rem!important}}.fs-109{font-size:calc(1.67rem + 5.04vw)!important}@media (min-width:1200px){.fs-109{font-size:5.45rem!important}}.fs-110{font-size:calc(1.675rem + 5.1vw)!important}@media (min-width:1200px){.fs-110{font-size:5.5rem!important}}.fs-111{font-size:calc(1.68rem + 5.16vw)!important}@media (min-width:1200px){.fs-111{font-size:5.55rem!important}}.fs-112{font-size:calc(1.685rem + 5.22vw)!important}@media (min-width:1200px){.fs-112{font-size:5.6rem!important}}.fs-113{font-size:calc(1.69rem + 5.28vw)!important}@media (min-width:1200px){.fs-113{font-size:5.65rem!important}}.fs-114{font-size:calc(1.695rem + 5.34vw)!important}@media (min-width:1200px){.fs-114{font-size:5.7rem!important}}.fs-115{font-size:calc(1.7rem + 5.4vw)!important}@media (min-width:1200px){.fs-115{font-size:5.75rem!important}}.fs-116{font-size:calc(1.705rem + 5.46vw)!important}@media (min-width:1200px){.fs-116{font-size:5.8rem!important}}.fs-117{font-size:calc(1.71rem + 5.52vw)!important}@media (min-width:1200px){.fs-117{font-size:5.85rem!important}}.fs-118{font-size:calc(1.715rem + 5.58vw)!important}@media (min-width:1200px){.fs-118{font-size:5.9rem!important}}.fs-119{font-size:calc(1.72rem + 5.64vw)!important}@media (min-width:1200px){.fs-119{font-size:5.95rem!important}}.fs-120{font-size:calc(1.725rem + 5.7vw)!important}@media (min-width:1200px){.fs-120{font-size:6rem!important}}.fs-121{font-size:calc(1.73rem + 5.76vw)!important}@media (min-width:1200px){.fs-121{font-size:6.05rem!important}}.fs-122{font-size:calc(1.735rem + 5.82vw)!important}@media (min-width:1200px){.fs-122{font-size:6.1rem!important}}.fs-123{font-size:calc(1.74rem + 5.88vw)!important}@media (min-width:1200px){.fs-123{font-size:6.15rem!important}}.fs-124{font-size:calc(1.745rem + 5.94vw)!important}@media (min-width:1200px){.fs-124{font-size:6.2rem!important}}.fs-125{font-size:calc(1.75rem + 6vw)!important}@media (min-width:1200px){.fs-125{font-size:6.25rem!important}}.fs-126{font-size:calc(1.755rem + 6.06vw)!important}@media (min-width:1200px){.fs-126{font-size:6.3rem!important}}.fs-127{font-size:calc(1.76rem + 6.12vw)!important}@media (min-width:1200px){.fs-127{font-size:6.35rem!important}}.fs-128{font-size:calc(1.765rem + 6.18vw)!important}@media (min-width:1200px){.fs-128{font-size:6.4rem!important}}.fs-129{font-size:calc(1.77rem + 6.24vw)!important}@media (min-width:1200px){.fs-129{font-size:6.45rem!important}}.fs-130{font-size:calc(1.775rem + 6.3vw)!important}@media (min-width:1200px){.fs-130{font-size:6.5rem!important}}.fs-131{font-size:calc(1.78rem + 6.36vw)!important}@media (min-width:1200px){.fs-131{font-size:6.55rem!important}}.fs-132{font-size:calc(1.785rem + 6.42vw)!important}@media (min-width:1200px){.fs-132{font-size:6.6rem!important}}.fs-133{font-size:calc(1.79rem + 6.48vw)!important}@media (min-width:1200px){.fs-133{font-size:6.65rem!important}}.fs-134{font-size:calc(1.795rem + 6.54vw)!important}@media (min-width:1200px){.fs-134{font-size:6.7rem!important}}.fs-135{font-size:calc(1.8rem + 6.6vw)!important}@media (min-width:1200px){.fs-135{font-size:6.75rem!important}}.fs-136{font-size:calc(1.805rem + 6.66vw)!important}@media (min-width:1200px){.fs-136{font-size:6.8rem!important}}.fs-137{font-size:calc(1.81rem + 6.72vw)!important}@media (min-width:1200px){.fs-137{font-size:6.85rem!important}}.fs-138{font-size:calc(1.815rem + 6.78vw)!important}@media (min-width:1200px){.fs-138{font-size:6.9rem!important}}.fs-139{font-size:calc(1.82rem + 6.84vw)!important}@media (min-width:1200px){.fs-139{font-size:6.95rem!important}}.fs-140{font-size:calc(1.825rem + 6.9vw)!important}@media (min-width:1200px){.fs-140{font-size:7rem!important}}.fs-141{font-size:calc(1.83rem + 6.96vw)!important}@media (min-width:1200px){.fs-141{font-size:7.05rem!important}}.fs-142{font-size:calc(1.835rem + 7.02vw)!important}@media (min-width:1200px){.fs-142{font-size:7.1rem!important}}.fs-143{font-size:calc(1.84rem + 7.08vw)!important}@media (min-width:1200px){.fs-143{font-size:7.15rem!important}}.fs-144{font-size:calc(1.845rem + 7.14vw)!important}@media (min-width:1200px){.fs-144{font-size:7.2rem!important}}.fs-145{font-size:calc(1.85rem + 7.2vw)!important}@media (min-width:1200px){.fs-145{font-size:7.25rem!important}}.fs-146{font-size:calc(1.855rem + 7.26vw)!important}@media (min-width:1200px){.fs-146{font-size:7.3rem!important}}.fs-147{font-size:calc(1.86rem + 7.32vw)!important}@media (min-width:1200px){.fs-147{font-size:7.35rem!important}}.fs-148{font-size:calc(1.865rem + 7.38vw)!important}@media (min-width:1200px){.fs-148{font-size:7.4rem!important}}.fs-149{font-size:calc(1.87rem + 7.44vw)!important}@media (min-width:1200px){.fs-149{font-size:7.45rem!important}}.fs-150{font-size:calc(1.875rem + 7.5vw)!important}@media (min-width:1200px){.fs-150{font-size:7.5rem!important}}.fs-151{font-size:calc(1.88rem + 7.56vw)!important}@media (min-width:1200px){.fs-151{font-size:7.55rem!important}}.fs-152{font-size:calc(1.885rem + 7.62vw)!important}@media (min-width:1200px){.fs-152{font-size:7.6rem!important}}.fs-153{font-size:calc(1.89rem + 7.68vw)!important}@media (min-width:1200px){.fs-153{font-size:7.65rem!important}}.fs-154{font-size:calc(1.895rem + 7.74vw)!important}@media (min-width:1200px){.fs-154{font-size:7.7rem!important}}.fs-155{font-size:calc(1.9rem + 7.8vw)!important}@media (min-width:1200px){.fs-155{font-size:7.75rem!important}}.fs-156{font-size:calc(1.905rem + 7.86vw)!important}@media (min-width:1200px){.fs-156{font-size:7.8rem!important}}.fs-157{font-size:calc(1.91rem + 7.92vw)!important}@media (min-width:1200px){.fs-157{font-size:7.85rem!important}}.fs-158{font-size:calc(1.915rem + 7.98vw)!important}@media (min-width:1200px){.fs-158{font-size:7.9rem!important}}.fs-159{font-size:calc(1.92rem + 8.04vw)!important}@media (min-width:1200px){.fs-159{font-size:7.95rem!important}}.fs-160{font-size:calc(1.925rem + 8.1vw)!important}@media (min-width:1200px){.fs-160{font-size:8rem!important}}.fs-161{font-size:calc(1.93rem + 8.16vw)!important}@media (min-width:1200px){.fs-161{font-size:8.05rem!important}}.fs-162{font-size:calc(1.935rem + 8.22vw)!important}@media (min-width:1200px){.fs-162{font-size:8.1rem!important}}.fs-163{font-size:calc(1.94rem + 8.28vw)!important}@media (min-width:1200px){.fs-163{font-size:8.15rem!important}}.fs-164{font-size:calc(1.945rem + 8.34vw)!important}@media (min-width:1200px){.fs-164{font-size:8.2rem!important}}.fs-165{font-size:calc(1.95rem + 8.4vw)!important}@media (min-width:1200px){.fs-165{font-size:8.25rem!important}}.fs-166{font-size:calc(1.955rem + 8.46vw)!important}@media (min-width:1200px){.fs-166{font-size:8.3rem!important}}.fs-167{font-size:calc(1.96rem + 8.52vw)!important}@media (min-width:1200px){.fs-167{font-size:8.35rem!important}}.fs-168{font-size:calc(1.965rem + 8.58vw)!important}@media (min-width:1200px){.fs-168{font-size:8.4rem!important}}.fs-169{font-size:calc(1.97rem + 8.64vw)!important}@media (min-width:1200px){.fs-169{font-size:8.45rem!important}}.fs-170{font-size:calc(1.975rem + 8.7vw)!important}@media (min-width:1200px){.fs-170{font-size:8.5rem!important}}.fs-171{font-size:calc(1.98rem + 8.76vw)!important}@media (min-width:1200px){.fs-171{font-size:8.55rem!important}}.fs-172{font-size:calc(1.985rem + 8.82vw)!important}@media (min-width:1200px){.fs-172{font-size:8.6rem!important}}.fs-173{font-size:calc(1.99rem + 8.88vw)!important}@media (min-width:1200px){.fs-173{font-size:8.65rem!important}}.fs-174{font-size:calc(1.995rem + 8.94vw)!important}@media (min-width:1200px){.fs-174{font-size:8.7rem!important}}.fs-175{font-size:calc(2rem + 9vw)!important}@media (min-width:1200px){.fs-175{font-size:8.75rem!important}}.fs-176{font-size:calc(2.005rem + 9.06vw)!important}@media (min-width:1200px){.fs-176{font-size:8.8rem!important}}.fs-177{font-size:calc(2.01rem + 9.12vw)!important}@media (min-width:1200px){.fs-177{font-size:8.85rem!important}}.fs-178{font-size:calc(2.015rem + 9.18vw)!important}@media (min-width:1200px){.fs-178{font-size:8.9rem!important}}.fs-179{font-size:calc(2.02rem + 9.24vw)!important}@media (min-width:1200px){.fs-179{font-size:8.95rem!important}}.fs-180{font-size:calc(2.025rem + 9.3vw)!important}@media (min-width:1200px){.fs-180{font-size:9rem!important}}.fs-181{font-size:calc(2.03rem + 9.36vw)!important}@media (min-width:1200px){.fs-181{font-size:9.05rem!important}}.fs-182{font-size:calc(2.035rem + 9.42vw)!important}@media (min-width:1200px){.fs-182{font-size:9.1rem!important}}.fs-183{font-size:calc(2.04rem + 9.48vw)!important}@media (min-width:1200px){.fs-183{font-size:9.15rem!important}}.fs-184{font-size:calc(2.045rem + 9.54vw)!important}@media (min-width:1200px){.fs-184{font-size:9.2rem!important}}.fs-185{font-size:calc(2.05rem + 9.6vw)!important}@media (min-width:1200px){.fs-185{font-size:9.25rem!important}}.fs-186{font-size:calc(2.055rem + 9.66vw)!important}@media (min-width:1200px){.fs-186{font-size:9.3rem!important}}.fs-187{font-size:calc(2.06rem + 9.72vw)!important}@media (min-width:1200px){.fs-187{font-size:9.35rem!important}}.fs-188{font-size:calc(2.065rem + 9.78vw)!important}@media (min-width:1200px){.fs-188{font-size:9.4rem!important}}.fs-189{font-size:calc(2.07rem + 9.84vw)!important}@media (min-width:1200px){.fs-189{font-size:9.45rem!important}}.fs-190{font-size:calc(2.075rem + 9.9vw)!important}@media (min-width:1200px){.fs-190{font-size:9.5rem!important}}.fs-191{font-size:calc(2.08rem + 9.96vw)!important}@media (min-width:1200px){.fs-191{font-size:9.55rem!important}}.fs-192{font-size:calc(2.085rem + 10.02vw)!important}@media (min-width:1200px){.fs-192{font-size:9.6rem!important}}.fs-193{font-size:calc(2.09rem + 10.08vw)!important}@media (min-width:1200px){.fs-193{font-size:9.65rem!important}}.fs-194{font-size:calc(2.095rem + 10.14vw)!important}@media (min-width:1200px){.fs-194{font-size:9.7rem!important}}.fs-195{font-size:calc(2.1rem + 10.2vw)!important}@media (min-width:1200px){.fs-195{font-size:9.75rem!important}}.fs-196{font-size:calc(2.105rem + 10.26vw)!important}@media (min-width:1200px){.fs-196{font-size:9.8rem!important}}.fs-197{font-size:calc(2.11rem + 10.32vw)!important}@media (min-width:1200px){.fs-197{font-size:9.85rem!important}}.fs-198{font-size:calc(2.115rem + 10.38vw)!important}@media (min-width:1200px){.fs-198{font-size:9.9rem!important}}.fs-199{font-size:calc(2.12rem + 10.44vw)!important}@media (min-width:1200px){.fs-199{font-size:9.95rem!important}}.fs-200{font-size:calc(2.125rem + 10.5vw)!important}@media (min-width:1200px){.fs-200{font-size:10rem!important}}.dropdown-menu{border:0}.dropdown-item{font-weight:700;letter-spacing:-.01rem}.dropdown-item:focus,.dropdown-item:hover{outline:0}.dropdown-header{letter-spacing:.02rem;padding-top:0;text-transform:uppercase}.center-nav.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:.75rem!important}.center-nav[class*=navbar-bg-] .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:1.25rem!important}.navbar.transparent .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:1.2rem!important}.navbar.transparent.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu,.navbar[class*=navbar-bg-] .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:2rem!important}@media (min-width:992px){.navbar.fixed .navbar-nav>.nav-item>.dropdown-menu,.navbar:not(.transparent) .navbar-nav>.nav-item:not(.language-select)>.dropdown-menu{margin-top:.75rem!important}.navbar.extended:not(.fixed) .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:.95rem!important}.navbar[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:2.25rem!important}.navbar.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu{margin-top:1.95rem!important}}@media (max-width:991.98px){.navbar .navbar-collapse .dropdown-menu{background:none;margin-top:0;padding:0}.navbar .navbar-collapse .dropdown-menu .dropdown-item{color:#fff;padding-bottom:.3rem;padding-left:1rem;padding-top:.3rem}.dropdown-header{margin-top:.5rem;padding-left:1rem;padding-right:1rem}}.language-select .dropdown-menu{left:50%!important;margin-top:0;padding:.65rem 0;position:absolute;top:100%!important;transform:translateX(-50%)!important}.navbar-nav .sub-arrow{font-family:Custom}.navbar-nav.sm-collapsible .sub-arrow{border:0;border-radius:0;display:flex;flex-direction:column;font-size:.75rem;height:100%;justify-content:center;line-height:1;margin:0;padding:0 2.2rem 0 .5rem;top:0}.navbar-nav.sm-collapsible .show>a>.sub-arrow:before,.navbar-nav.sm-collapsible .sub-arrow:before{content:"";display:table-cell;vertical-align:middle}.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu{margin:0 0 0 1rem}.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{border:0!important;color:#86ba41;display:inline-block;font-size:.75rem;height:auto;margin-bottom:-.15rem;margin-left:.05rem;margin-right:-.25rem;vertical-align:-2px;width:auto}.navbar.caret-none .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{display:none}.navbar-dark .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{color:#fff}.navbar-dark.transparent.banner--stick .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{color:#86ba41}.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow+.sub-arrow{display:none!important}.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow:before{content:"";position:relative}.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle:after{border:0;font-size:.8rem;margin:0;right:1.8rem;top:.2rem}.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow:before,.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle:after{content:"";position:relative}.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu{padding-right:2.5rem}.navbar-nav .scroll-down-arrow,.navbar-nav .scroll-up-arrow{border:0;color:#fff;display:block;font-family:Custom;height:auto;top:50%;transform:translateY(-50%);width:auto}.navbar-nav .scroll-down-arrow:before,.navbar-nav .scroll-up-arrow:before{display:block;font-size:.9rem}.navbar-nav .scroll-up-arrow:before{content:""}.navbar-nav .scroll-down-arrow:before{content:""}.dropdown-toggle:after{border:0;color:#86ba41;content:"";font-family:Custom;font-size:.8rem;margin-left:0;margin-right:-.25rem;vertical-align:-1px}@media (max-width:991.98px){.dropdown-toggle:after{vertical-align:0}}.btn.dropdown-toggle:after,.navbar-bg-dark .dropdown-toggle:after,.navbar-dark:not(.fixed) .dropdown-toggle:after{color:#fff}.share-dropdown .dropdown-menu{margin-top:1rem!important;min-width:6.25rem;padding-bottom:.65rem!important;padding-top:.65rem!important}.share-dropdown .dropdown-menu[data-popper-placement^=top]{margin-bottom:1rem!important;margin-top:0!important}.share-dropdown .dropdown-menu .dropdown-item{font-size:.7rem;padding:.25rem 1.15rem}.share-dropdown .dropdown-menu .dropdown-item i{font-size:.8rem;padding-right:.4rem;vertical-align:-.1rem;width:1rem}.share-dropdown .dropdown-toggle:after{display:none}.navbar-nav,.navbar-nav>li.mega-menu{position:static!important}.navbar-nav>li>ul.mega-menu{max-width:none!important;right:0!important;width:auto!important}@media (min-width:992px){.navbar .navbar-nav ul.show-animation{-webkit-animation:show-animation .25s;animation:show-animation .25s}.navbar .navbar-nav ul.hide-animation{-webkit-animation:hide-animation .25s;animation:hide-animation .25s}.navbar-nav .scroll-down,.navbar-nav .scroll-up,.navbar-nav>li>ul.mega-menu{margin-left:.75rem!important;margin-right:.75rem!important}.mega-menu-content>.row>[class*=col-]+[class*=col-]{border-left:1px solid rgba(164,174,198,.2)}.navbar-nav>li>ul.mega-menu .mega-menu-content{padding:.6rem .25rem .2rem}.mega-menu-dark{background:#343f52}.mega-menu-dark .img-svg{background:hsla(0,0%,100%,.05);transition:all .2s ease-in-out}.mega-menu-dark .img-svg:hover{background:hsla(0,0%,100%,.09)}.mega-menu-dark .dropdown-item,.mega-menu-dark .dropdown-item:focus,.mega-menu-dark .dropdown-item:hover{color:#fff}.mega-menu-img .mega-menu-content{padding:1rem 2rem!important}.mega-menu-img .dropdown-item{padding-left:0;padding-right:0}}video.player{max-width:100%}.plyr{border-radius:.4rem;position:relative;z-index:2}.plyr__control--overlaid{background:#fff;border:0;box-shadow:0 0 1.25rem rgba(30,34,40,.04);color:#343f52;padding:1.25rem}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#fff!important;box-shadow:0 0 1.25rem rgba(30,34,40,.04);color:#86ba41!important;transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{transition:none}}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(30,34,40,.2))}.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,.plyr--video .plyr__controls .plyr__control:hover,.plyr--video .plyr__controls .plyr__control[aria-expanded=true]{background:#86ba41}.plyr--full-ui input[type=range]{color:#86ba41}.btn-circle.ripple:after,.btn-circle.ripple:before,.plyr__control--overlaid:after,.plyr__control--overlaid:before{-webkit-animation:ripple-1 2s ease-in-out infinite;animation:ripple-1 2s ease-in-out infinite;background:#fff;border-radius:50%;bottom:0;content:"";display:block;left:0;opacity:.8;position:absolute;right:0;top:0;z-index:-1}.btn-circle.ripple:after,.plyr__control--overlaid:after{-webkit-animation:ripple-2 2s ease-in-out infinite;animation:ripple-2 2s ease-in-out infinite;-webkit-animation-delay:.5s;animation-delay:.5s;opacity:.6}.btn-blue.btn-circle.ripple:after,.btn-blue.btn-circle.ripple:before{background:#3f78e0}.btn-sky.btn-circle.ripple:after,.btn-sky.btn-circle.ripple:before{background:#5eb9f0}.btn-purple.btn-circle.ripple:after,.btn-purple.btn-circle.ripple:before{background:#747ed1}.btn-grape.btn-circle.ripple:after,.btn-grape.btn-circle.ripple:before{background:#605dba}.btn-violet.btn-circle.ripple:after,.btn-violet.btn-circle.ripple:before{background:#a07cc5}.btn-pink.btn-circle.ripple:after,.btn-pink.btn-circle.ripple:before{background:#d16b86}.btn-fuchsia.btn-circle.ripple:after,.btn-fuchsia.btn-circle.ripple:before{background:#e668b3}.btn-red.btn-circle.ripple:after,.btn-red.btn-circle.ripple:before{background:#e2626b}.btn-orange.btn-circle.ripple:after,.btn-orange.btn-circle.ripple:before{background:#f78b77}.btn-yellow.btn-circle.ripple:after,.btn-yellow.btn-circle.ripple:before{background:#fab758}.btn-green.btn-circle.ripple:after,.btn-green.btn-circle.ripple:before{background:#45c4a0}.btn-leaf.btn-circle.ripple:after,.btn-leaf.btn-circle.ripple:before{background:#7cb798}.btn-aqua.btn-circle.ripple:after,.btn-aqua.btn-circle.ripple:before{background:#54a8c7}.btn-navy.btn-circle.ripple:after,.btn-navy.btn-circle.ripple:before{background:#343f52}.btn-ash.btn-circle.ripple:after,.btn-ash.btn-circle.ripple:before{background:#9499a3}.btn-white.btn-circle.ripple:after,.btn-white.btn-circle.ripple:before{background:#fff}.btn-light.btn-circle.ripple:after,.btn-light.btn-circle.ripple:before{background:#fefefe}.btn-dark.btn-circle.ripple:after,.btn-dark.btn-circle.ripple:before{background:#343f52}.btn-primary.btn-circle.ripple:after,.btn-primary.btn-circle.ripple:before{background:#86ba41}.btn-secondary.btn-circle.ripple:after,.btn-secondary.btn-circle.ripple:before{background:#aab0bc}.btn-success.btn-circle.ripple:after,.btn-success.btn-circle.ripple:before{background:#45c4a0}.btn-info.btn-circle.ripple:after,.btn-info.btn-circle.ripple:before{background:#54a8c7}.btn-warning.btn-circle.ripple:after,.btn-warning.btn-circle.ripple:before{background:#fab758}.btn-danger.btn-circle.ripple:after,.btn-danger.btn-circle.ripple:before{background:#e2626b}.btn-gray.btn-circle.ripple:after,.btn-gray.btn-circle.ripple:before{background:#aab0bc}.btn-soft-blue.btn-circle.ripple:after,.btn-soft-blue.btn-circle.ripple:before{background-color:#e0e9fa}.btn-soft-sky.btn-circle.ripple:after,.btn-soft-sky.btn-circle.ripple:before{background-color:#e5f4fd}.btn-soft-purple.btn-circle.ripple:after,.btn-soft-purple.btn-circle.ripple:before{background-color:#e9eaf8}.btn-soft-grape.btn-circle.ripple:after,.btn-soft-grape.btn-circle.ripple:before{background-color:#e6e5f4}.btn-soft-violet.btn-circle.ripple:after,.btn-soft-violet.btn-circle.ripple:before{background-color:#f0eaf6}.btn-soft-pink.btn-circle.ripple:after,.btn-soft-pink.btn-circle.ripple:before{background-color:#f8e7ec}.btn-soft-fuchsia.btn-circle.ripple:after,.btn-soft-fuchsia.btn-circle.ripple:before{background-color:#fbe7f3}.btn-soft-red.btn-circle.ripple:after,.btn-soft-red.btn-circle.ripple:before{background-color:#fae6e7}.btn-soft-orange.btn-circle.ripple:after,.btn-soft-orange.btn-circle.ripple:before{background-color:#feece9}.btn-soft-yellow.btn-circle.ripple:after,.btn-soft-yellow.btn-circle.ripple:before{background-color:#fef3e4}.btn-soft-green.btn-circle.ripple:after,.btn-soft-green.btn-circle.ripple:before{background-color:#e1f6f0}.btn-soft-leaf.btn-circle.ripple:after,.btn-soft-leaf.btn-circle.ripple:before{background-color:#eaf3ef}.btn-soft-aqua.btn-circle.ripple:after,.btn-soft-aqua.btn-circle.ripple:before{background-color:#e4f1f6}.btn-soft-navy.btn-circle.ripple:after,.btn-soft-navy.btn-circle.ripple:before{background-color:#dfe0e3}.btn-soft-ash.btn-circle.ripple:after,.btn-soft-ash.btn-circle.ripple:before{background-color:#eeeff0}.btn-soft-dark.btn-circle.ripple:after,.btn-soft-dark.btn-circle.ripple:before{background-color:#dcddde}.btn-soft-primary.btn-circle.ripple:after,.btn-soft-primary.btn-circle.ripple:before{background-color:#ecf4e1}@media (min-width:992px){.process-wrapper.line [class*=col-]{position:relative}.process-wrapper.line [class*=col-]:after{background:none;border-top:1px solid rgba(164,174,198,.2);content:"";height:1px;left:3rem;position:absolute;top:1.5rem;width:100%;z-index:1}.process-wrapper.line [class*=col-]:last-child:after{display:none}.process-wrapper.line.text-center [class*=col-]:after,.process-wrapper.line.text-center [class*=col-]:before{background:rgba(164,174,198,.2);border:0;content:"";height:1px;left:0;position:absolute;top:1.5rem;width:50%;z-index:1}.process-wrapper.line.text-center [class*=col-]:after{left:auto;right:0}.process-wrapper.line.text-center [class*=col-]:first-child:before,.process-wrapper.line.text-center [class*=col-]:last-child:after{display:none}.process-wrapper.arrow [class*=col-]{position:relative}.process-wrapper.arrow [class*=col-]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%2386ba41' d='M2.38 13.63A107.77 107.77 0 0 1 41.56 3.28C54.29 2.51 67 4.2 79.4 6.9c7.73 1.68 15.38 3.73 23 5.86a1.56 1.56 0 0 0 .83-3C89.85 6 76.35 2.5 62.54.87A111 111 0 0 0 24 2.73a119 119 0 0 0-23.2 8.2c-1.81.85-.23 3.54 1.58 2.7Z'/%3E%3Cpath fill='%2386ba41' d='M95.51 19.27A60.35 60.35 0 0 1 107 12.41a1.58 1.58 0 0 0 1.12-1.29 1.53 1.53 0 0 0-.75-1.56 20.31 20.31 0 0 1-9-8.65 1.56 1.56 0 0 0-2.7 1.57c2.34 4 5.79 7.86 10.12 9.78l.37-2.86a62.69 62.69 0 0 0-12.25 7.18 1.6 1.6 0 0 0-.56 2.14 1.56 1.56 0 0 0 2.13.55Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:70% 70%;content:"";height:1rem;left:-3rem;opacity:.15;position:absolute;top:.8rem;width:6rem;z-index:1}.process-wrapper.arrow [class*=col-]:nth-child(odd):before{transform:scaleY(-1)}.process-wrapper.arrow [class*=col-]:first-child:before{display:none}}.process-wrapper.line .btn-circle{position:relative;z-index:2}.card{border:0;box-shadow:0 0 0 .05rem rgba(8,60,130,.06),0 0 1.25rem rgba(30,34,40,.04)}.card[class*=bg-]{box-shadow:none!important}.card-img-top img{border-top-left-radius:.4rem;border-top-right-radius:.4rem}.card-img-top .plyr{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width:991.98px){.card-md-none{background:none;border-radius:0}.card-md-none .card-body{padding:0}}[class*=card-border-]{position:relative}[class*=card-border-]:after{content:"";position:absolute}.card-border-top:after{border-bottom:calc(.4rem - 4px) solid transparent;border-top-color:inherit;border-top-left-radius:.4rem;border-top-right-radius:.4rem;border-top-style:solid;border-top-width:4px;left:0;right:0;top:0}.card-border-top[class*=border-soft-]:after{border-bottom-width:calc(.4rem - 6px);border-top-width:6px}.card-border-bottom:after{border-bottom-color:inherit;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem;border-bottom-style:solid;border-bottom-width:4px;border-top:calc(.4rem - 4px) solid transparent;bottom:0;left:0;right:0}.card-border-bottom[class*=border-soft-]:after{border-bottom-width:6px;border-top-width:calc(.4rem - 6px)}.card-border-start:after{border-bottom-left-radius:.4rem;border-left-color:inherit;border-left-style:solid;border-left-width:4px;border-right:calc(.4rem - 4px) solid transparent;border-top-left-radius:.4rem;bottom:0;left:0;top:0}.card-border-start[class*=border-soft-]:after{border-left-width:6px;border-right-width:calc(.4rem - 6px)}.card-border-end:after{border-bottom-right-radius:.4rem;border-left:calc(.4rem - 4px) solid transparent;border-right-color:inherit;border-right-style:solid;border-right-width:4px;border-top-right-radius:.4rem;bottom:0;right:0;top:0}.card-border-end[class*=border-soft-]:after{border-left-width:calc(.4rem - 6px);border-right-width:6px}.container-card>.card,.container-card>.card.image-wrapper:before{border-radius:0!important}@media (min-width:1480px){.container-card{margin:0 auto;max-width:1470px}.container-card>.card,.container-card>.card.image-wrapper:before{border-radius:.8rem!important}}.breadcrumb{background-color:none;border-radius:0;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item{color:#60697b;display:flex}.breadcrumb-item a{color:inherit}.breadcrumb-item a:hover{color:#86ba41}.breadcrumb-item+.breadcrumb-item{padding-left:.6rem}.breadcrumb-item+.breadcrumb-item:before{align-items:center;color:rgba(96,105,123,.3);content:"";display:flex;font-family:Custom;font-size:.35rem;padding-bottom:.05rem;padding-right:.5rem}.breadcrumb.text-white .breadcrumb-item a,.breadcrumb.text-white .breadcrumb-item.active,.breadcrumb.text-white .breadcrumb-item:hover{color:#fff}.breadcrumb.text-white .breadcrumb-item a:hover{border-color:#fff}.breadcrumb.text-white .breadcrumb-item+.breadcrumb-item:before{color:hsla(0,0%,100%,.5)}@media (max-width:576px){.breadcrumb{flex-wrap:nowrap}.breadcrumb .breadcrumb-item{text-align:left}.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:5px}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{align-items:baseline;margin-top:2px;padding-right:5px}}.pagination{box-shadow:0 0 1.25rem rgba(30,34,40,.04)}.page-link{align-items:center;display:flex;font-size:.65rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}.page-link i{font-size:.9rem}.progress-list{list-style:none;margin:0;padding:0}.progress-list p{margin-bottom:.25rem}.progress-list li{margin-bottom:1rem}.progress-list .progressbar svg,.progress-list .progressbar svg path{border-radius:1rem}.progress-list .progressbar.line{position:relative}.progress-list .progressbar.line svg{height:.3rem}.progressbar.semi-circle{height:4.25rem;margin:0 auto 1rem;position:relative;width:8.5rem}.progressbar.semi-circle .progressbar-text{align-items:flex-end;color:#343f52!important;display:flex;font-size:2rem;height:100%;justify-content:center;left:0;line-height:1;margin:0;position:absolute;top:0;width:100%}.progressbar.semi-circle .progressbar-text:after{content:"%";display:block;font-size:1rem;padding-bottom:.1rem;padding-left:.01rem}.progressbar svg path:first-child{stroke:rgba(30,34,40,.06)}.progressbar.blue svg path:last-child{stroke:#3f78e0}.progressbar.semi-circle.blue svg path:first-child{stroke:rgba(63,120,224,.1)}.progressbar.sky svg path:last-child{stroke:#5eb9f0}.progressbar.semi-circle.sky svg path:first-child{stroke:rgba(94,185,240,.1)}.progressbar.purple svg path:last-child{stroke:#747ed1}.progressbar.semi-circle.purple svg path:first-child{stroke:rgba(116,126,209,.1)}.progressbar.grape svg path:last-child{stroke:#605dba}.progressbar.semi-circle.grape svg path:first-child{stroke:rgba(96,93,186,.1)}.progressbar.violet svg path:last-child{stroke:#a07cc5}.progressbar.semi-circle.violet svg path:first-child{stroke:rgba(160,124,197,.1)}.progressbar.pink svg path:last-child{stroke:#d16b86}.progressbar.semi-circle.pink svg path:first-child{stroke:rgba(209,107,134,.1)}.progressbar.fuchsia svg path:last-child{stroke:#e668b3}.progressbar.semi-circle.fuchsia svg path:first-child{stroke:rgba(230,104,179,.1)}.progressbar.red svg path:last-child{stroke:#e2626b}.progressbar.semi-circle.red svg path:first-child{stroke:rgba(226,98,107,.1)}.progressbar.orange svg path:last-child{stroke:#f78b77}.progressbar.semi-circle.orange svg path:first-child{stroke:hsla(9,89%,72%,.1)}.progressbar.yellow svg path:last-child{stroke:#fab758}.progressbar.semi-circle.yellow svg path:first-child{stroke:rgba(250,183,88,.1)}.progressbar.green svg path:last-child{stroke:#45c4a0}.progressbar.semi-circle.green svg path:first-child{stroke:rgba(69,196,160,.1)}.progressbar.leaf svg path:last-child{stroke:#7cb798}.progressbar.semi-circle.leaf svg path:first-child{stroke:rgba(124,183,152,.1)}.progressbar.aqua svg path:last-child{stroke:#54a8c7}.progressbar.semi-circle.aqua svg path:first-child{stroke:rgba(84,168,199,.1)}.progressbar.navy svg path:last-child{stroke:#343f52}.progressbar.semi-circle.navy svg path:first-child{stroke:rgba(52,63,82,.1)}.progressbar.ash svg path:last-child{stroke:#9499a3}.progressbar.semi-circle.ash svg path:first-child{stroke:hsla(220,8%,61%,.1)}.progressbar.white svg path:last-child{stroke:#fff}.progressbar.semi-circle.white svg path:first-child{stroke:hsla(0,0%,100%,.1)}.progressbar.light svg path:last-child{stroke:#fefefe}.progressbar.semi-circle.light svg path:first-child{stroke:hsla(0,0%,100%,.1)}.progressbar.gray svg path:last-child{stroke:#f6f7f9}.progressbar.semi-circle.gray svg path:first-child{stroke:rgba(246,247,249,.1)}.progressbar.dark svg path:last-child{stroke:#262b32}.progressbar.semi-circle.dark svg path:first-child{stroke:rgba(38,43,50,.1)}.progressbar.primary svg path:last-child{stroke:#86ba41}.progressbar.semi-circle.primary svg path:first-child{stroke:rgba(134,186,65,.1)}.progressbar.soft-blue svg path:last-child{stroke:#8caeec}.progressbar.semi-circle.soft-blue svg path:first-child{stroke:rgba(63,120,224,.1)}.progressbar.soft-sky svg path:last-child{stroke:#9ed5f6}.progressbar.semi-circle.soft-sky svg path:first-child{stroke:rgba(94,185,240,.1)}.progressbar.soft-purple svg path:last-child{stroke:#acb2e3}.progressbar.semi-circle.soft-purple svg path:first-child{stroke:rgba(116,126,209,.1)}.progressbar.soft-grape svg path:last-child{stroke:#a09ed6}.progressbar.semi-circle.soft-grape svg path:first-child{stroke:rgba(96,93,186,.1)}.progressbar.soft-violet svg path:last-child{stroke:#c6b0dc}.progressbar.semi-circle.soft-violet svg path:first-child{stroke:rgba(160,124,197,.1)}.progressbar.soft-pink svg path:last-child{stroke:#e3a6b6}.progressbar.semi-circle.soft-pink svg path:first-child{stroke:rgba(209,107,134,.1)}.progressbar.soft-fuchsia svg path:last-child{stroke:#f0a4d1}.progressbar.semi-circle.soft-fuchsia svg path:first-child{stroke:rgba(230,104,179,.1)}.progressbar.soft-red svg path:last-child{stroke:#eea1a6}.progressbar.semi-circle.soft-red svg path:first-child{stroke:rgba(226,98,107,.1)}.progressbar.soft-orange svg path:last-child{stroke:#fab9ad}.progressbar.semi-circle.soft-orange svg path:first-child{stroke:hsla(9,89%,72%,.1)}.progressbar.soft-yellow svg path:last-child{stroke:#fcd49b}.progressbar.semi-circle.soft-yellow svg path:first-child{stroke:rgba(250,183,88,.1)}.progressbar.soft-green svg path:last-child{stroke:#8fdcc6}.progressbar.semi-circle.soft-green svg path:first-child{stroke:rgba(69,196,160,.1)}.progressbar.soft-leaf svg path:last-child{stroke:#b0d4c1}.progressbar.semi-circle.soft-leaf svg path:first-child{stroke:rgba(124,183,152,.1)}.progressbar.soft-aqua svg path:last-child{stroke:#98cbdd}.progressbar.semi-circle.soft-aqua svg path:first-child{stroke:rgba(84,168,199,.1)}.progressbar.soft-navy svg path:last-child{stroke:#858c97}.progressbar.semi-circle.soft-navy svg path:first-child{stroke:rgba(52,63,82,.1)}.progressbar.soft-ash svg path:last-child{stroke:#bfc2c8}.progressbar.semi-circle.soft-ash svg path:first-child{stroke:hsla(220,8%,61%,.1)}.progressbar.soft-white svg path:last-child{stroke:#fff}.progressbar.semi-circle.soft-white svg path:first-child{stroke:hsla(0,0%,100%,.1)}.progressbar.soft-light svg path:last-child{stroke:#fefefe}.progressbar.semi-circle.soft-light svg path:first-child{stroke:hsla(0,0%,100%,.1)}.progressbar.soft-gray svg path:last-child{stroke:#fafafb}.progressbar.semi-circle.soft-gray svg path:first-child{stroke:rgba(246,247,249,.1)}.progressbar.soft-dark svg path:last-child{stroke:#7d8084}.progressbar.semi-circle.soft-dark svg path:first-child{stroke:rgba(38,43,50,.1)}.progressbar.soft-primary svg path:last-child{stroke:#b6d68d}.progressbar.semi-circle.soft-primary svg path:first-child{stroke:rgba(134,186,65,.1)}.progress-wrap{border-radius:100%;bottom:1.5rem;box-shadow:inset 0 0 0 .1rem hsla(220,2%,51%,.25);cursor:pointer;display:block;height:2.3rem;opacity:0;position:fixed;right:1.5rem;transform:translateY(.75rem);transition:all .2s linear,margin-right 0ms;visibility:hidden;width:2.3rem;z-index:1040}@media (prefers-reduced-motion:reduce){.progress-wrap{transition:none}}.progress-wrap.active-progress{transform:translateY(0);visibility:visible}.progress-wrap:after{color:#86ba41;content:"";cursor:pointer;display:block;font-family:Unicons;font-size:1.2rem;height:2.3rem;left:0;line-height:2.3rem;position:absolute;text-align:center;top:0;transition:all .2s linear;width:2.3rem;z-index:1}@media (prefers-reduced-motion:reduce){.progress-wrap:after{transition:none}}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:#86ba41;stroke-width:4;box-sizing:border-box;transition:all .2s linear}@media (prefers-reduced-motion:reduce){.progress-wrap svg.progress-circle path{transition:none}}@media (min-width:576px){.progress-wrap.active-progress{opacity:1}}.wrapper-border{border-bottom:1px solid rgba(164,174,198,.2)}.wrapper-border.bg-dark{border-color:hsla(0,0%,100%,.08)}.wrapper.angled{border:0;position:relative}.wrapper.angled:after,.wrapper.angled:before{border:0 solid transparent;content:"";display:block;position:absolute;right:0;z-index:0}.wrapper.angled.lower-start:after{border-bottom-width:4rem;border-left-color:transparent;border-left-width:100vw;bottom:-4rem}.clearfix:after{clear:both;content:"";display:block}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-dark{background-color:#21262c!important}.job-listing .card-body{border-bottom:1px solid #ededed}.job-listing .post-title{font-size:20px}.qualification{margin-bottom:5px}.qualification span{margin-right:20px}.qualification span i{margin-right:3px}.job-application .location{font-size:16px;margin-left:15px}.job-application .description{font-size:16px}.job-application .title{color:#333;font-size:20px}.invalid-feedback{font-size:16px;padding:5px 0 0 10px}.alert{display:inline-block;margin-bottom:10px;padding:10px 20px}.alert-danger{background-color:#fceff0;border-color:#f6d0d3;color:#9e454b}.alert-success{background-color:#ecf9f6;border-color:#c7ede3;color:#308970}.modal-body{padding:20px}.section-padding{padding:60px 0}#result{display:none}.wrapper.angled{margin-bottom:50px}.modal-header{background-color:#fff}.modal-header .btn-close{background-size:contain;height:15px;padding:0 15px;width:15px}.file-upload{padding:16px 0 16px 20px!important;position:relative}.file-upload::-webkit-file-upload-button{bottom:0;margin-top:2px;position:absolute;right:-21px;top:-12px}.file-upload::file-selector-button{bottom:0;margin-top:2px;position:absolute;right:-21px;top:-12px}.close-btn{background:transparent;border:none;font-size:22px;font-weight:700;margin:0;padding:0}.close-btn.portfolio-btn{padding:0 10px;position:absolute;right:0;z-index:10}.bg-page-title{background-color:#f5f5f5!important}.wrapper.bg-soft-primary.angled.lower-start.bg-page-title:after{border-left-color:#f5f5f5}.breadcrumb-item+.breadcrumb-item:before{font-size:15px}.page-loader{background:#fff;height:100%;position:fixed;width:100%;z-index:10000}.page-loader img{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.loader{display:none}.service-form{border-radius:8px;box-shadow:0 0 1.25rem rgba(30,34,40,.04);margin-bottom:20px;padding:35px}.popup-loader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.form-select{color:var(--bs-body-color);font-size:var(--bs-body-font-size);height:52px}.navbar .btn-close{background-color:transparent;border:none}.navbar .btn-close svg{fill:hsla(0,0%,100%,.8)}.navbar .btn-close svg:hover{fill:#fff}.navbar .navbar-nav.sm-collapsible .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,.navbar .navbar-nav.sm-collapsible .nav-link:hover{color:#86ba41}.address-widget a i,.address-widget address i{font-size:24px;margin-right:10px}.btn-link{align-items:center;color:#86ba41;display:flex;font-weight:600}.btn-link i{font-size:21px}.blog-title{line-height:24px;margin-bottom:0}.post-title{font-size:20px;line-height:28px}.blog-date{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.4);border-radius:0;bottom:15px;color:#fff;font-size:.7rem;font-weight:600;left:0;padding:10px 20px;position:absolute}.blog-date i{padding-right:4px}@-webkit-keyframes ripple-1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes ripple-1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.specialized-item-link{color:#343f52}.specialized-item-link:hover{color:#86ba41}.float-img{float:right}.image-wrapper.card:before{border-radius:.4rem!important}.card.image-wrapper.bg-overlay:before{background:rgba(30,34,40,.5);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.card.image-wrapper .card-body{position:relative;z-index:2}@media screen and (max-width:576px){.breadcrumb{flex-wrap:wrap}}@media screen and (max-width:767px){.float-img{display:block;float:none}}@media screen and (max-width:576px){.wrapper.angled{margin-bottom:0}.wrapper.bg-soft-primary.angled.lower-start:after{content:none}.section-padding{padding:20px 0}}@media screen and (min-width:768px){.vector-format-column-count{-moz-column-count:2;column-count:2}}@media screen and (min-width:576px){.embroidery-format-column-count{-moz-column-count:2;column-count:2}}@media screen and (min-width:992px){.embroidery-format-column-count,.vector-format-column-count{-moz-column-count:3;column-count:3}}@media screen and (min-width:557px){.column-count-2{-moz-column-count:2;column-count:2}}@media screen and (min-width:992px){.mt-lg-n20{margin-top:-10rem!important}}@media screen and (min-width:1200px){.mt-xl-n22{margin-top:-15rem!important}}.custom-icon{height:80px;margin-bottom:10px;width:80px}.service-popup{padding:20px;position:absolute;right:0}.service-popup svg.icon-svg.icon-svg-md{height:25px;width:25px}#service-modal .modal-body{min-height:auto}.image-wrapper.bg-full{background-attachment:scroll!important;background-position:50%;background-repeat:no-repeat;background-size:cover}.portfolio-item{position:relative}.portfolio-item .portfolio-popup{align-items:center;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:hsla(0,0%,100%,.7);border-radius:100%;box-shadow:0 .25rem .75rem rgba(30,34,40,.02);color:#343f52;display:flex;font-size:1rem;height:2.2rem;justify-content:center;line-height:2.2rem;opacity:0;position:absolute;right:0;top:1rem;transition:all .3s ease-in-out;width:2.2rem;z-index:15}.portfolio-item .portfolio-popup:hover{background:hsla(0,0%,100%,.9)}.portfolio-item:hover .portfolio-popup{opacity:1;right:1rem}blockquote h3{color:#60697b;font-size:17px;font-weight:600;margin-bottom:6px}blockquote p{font-size:16px}.navbar-nav.sm-collapsible .sub-arrow{border:1px solid rgba(0,0,0,.1);border-radius:.25rem;font-size:1.25rem;height:1.4em;line-height:1.2em;margin:-.7em .5em 0 0;padding:0;position:absolute;right:0;text-align:center;top:50%;width:2em}.navbar-nav.sm-collapsible .has-submenu{padding-right:3em}.easyzoom,.navbar-nav.sm-collapsible .dropdown-item,.navbar-nav.sm-collapsible .nav-link{position:relative}.easyzoom{*zoom:1;display:inline-block;*display:inline}.easyzoom img{vertical-align:bottom}.easyzoom.is-loading img{cursor:progress}.easyzoom.is-ready img{cursor:crosshair}.easyzoom.is-error img{cursor:not-allowed}.easyzoom-notice{background:#fff;box-shadow:0 0 10px #888;left:50%;line-height:2em;margin:-1em 0 0 -5em;position:absolute;text-align:center;top:50%;width:10em;z-index:150}.easyzoom-flyout{background:#fff;overflow:hidden;position:absolute;z-index:100}.easyzoom--overlay .easyzoom-flyout{height:100%;left:0;top:0;width:100%}.easyzoom--adjacent .easyzoom-flyout{height:100%;left:100%;margin-left:20px;top:0;width:100%}
