@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{to{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translateX(75px);opacity:0}}@keyframes bgld-new-upload-form-fade-in{0%{opacity:0}to{opacity:1}}.slick-slider{position:relative;display:block;box-sizing:border-box;--webkit-touch-callout:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-slider .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-slider .slick-list:focus{outline:0}.slick-slider .slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-slider .slick-track{position:relative;left:0;top:0;display:flex;margin-left:auto;margin-right:auto}.slick-loading .slick-slider .slick-track{visibility:hidden}.slick-slide{height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-slider .slick-dots{position:relative;width:100%;margin:.94rem 0;padding:0;text-align:center}.slick-slider .slick-dots li{display:inline-block;vertical-align:middle;list-style:none;line-height:0;padding-left:5px;padding-right:5px}.slick-slider .slick-dots li button{width:20px;height:20px;padding:0;border:2px solid #936a19;border-radius:100%;font-size:0;background-color:#e4a933;transition:background-color ease .3s,opacity ease .3s;outline:0}.slick-slider .slick-dots li button:focus,.slick-slider .slick-dots li button:hover{outline:0;cursor:pointer;background-color:#936a19;opacity:.8}.slick-slider .slick-dots li.slick-active button{background-color:#936a19}.slick-arrow{--sArrowWidth:30px;position:absolute;top:calc(50% - var(--sArrowWidth)/2);padding:0;width:var(--sArrowWidth);height:var(--sArrowWidth);font-size:0;background-color:#e4a933;box-shadow:none;border:0;transition:.3s;z-index:9}.slick-arrow:hover{outline:0;background-color:#373737}.slick-arrow:hover:before{color:#e4a933}.slick-arrow:before{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;display:block;font-size:.88rem;transition:.3s}.slick-arrow.slick-prev{left:0}.slick-arrow.slick-prev:before{transform:scale(-1)}.slick-arrow.slick-next{right:0}.slick-arrow.slick-disabled{opacity:.3;pointer-events:none}.slick-arrow.slick-hidden{display:none}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap)0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video,body.scroll-fixed{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.f-thumbs__slide.is-loading img,.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:0 0;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5))0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-ghost,.fancybox-protected{position:absolute;top:0;left:0;z-index:40;user-select:none}.fancybox-protected{right:0;bottom:0}.fancybox-ghost{width:100%;height:100%;min-height:0;object-fit:contain;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs,.f-carousel__thumbs.is-classic{--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical,.is-classic .f-thumbs__viewport{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0-1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:0 0;outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap)0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap)0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner,.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap)0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Compressed.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Compressed.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/HelveticaRounded-Bold.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/HelveticaRounded-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Light.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Light.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-BoldOblique.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-BoldOblique.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Bold.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica";src:url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Oblique.woff2)format("woff2"),url(../../../../../../../../themes/bgg-theme/fonts/Helvetica-Oblique.woff)format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"bgg";src:url(../../../../../../../../themes/bgg-theme/fonts/icons-fonts/bgg.eot?ns3gtk);src:url(../../../../../../../../themes/bgg-theme/fonts/icons-fonts/bgg.eot?ns3gtk#iefix)format("embedded-opentype"),url(../../../../../../../../themes/bgg-theme/fonts/icons-fonts/bgg.ttf?ns3gtk)format("truetype"),url(../../../../../../../../themes/bgg-theme/fonts/icons-fonts/bgg.woff?ns3gtk)format("woff"),url(../../../../../../../../themes/bgg-theme/fonts/icons-fonts/bgg.svg?ns3gtk#bgg)format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:"bgg"!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-call:before{content:""}.icon-call1:before{content:""}.icon-clock:before{content:""}.icon-document:before{content:""}.icon-dowm-angle:before{content:""}.icon-facebook:before{content:""}.icon-fax:before{content:""}.icon-line:before{content:""}.icon-linkedin:before{content:""}.icon-mail:before{content:""}.icon-pin:before{content:""}.icon-pinterest:before{content:""}.icon-play:before{content:""}.icon-post-office:before{content:""}.icon-right-angle:before{content:""}.icon-right-circle:before{content:""}.icon-search:before{content:""}.icon-twitter:before{content:""}.icon-youtube:before{content:""}html{border:0;height:100%;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,table,tbody,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;vertical-align:baseline;font-size:inherit;background:0 0;border:0;outline:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:transparent}html,img,sub,sup{margin:0;padding:0;background:0 0;outline:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:transparent}img{font-size:inherit}sub,sup{border:0}html,sub,sup,td{vertical-align:baseline}td{margin:0;padding:.5rem;font-size:inherit;background:0 0;border:1px solid #000;outline:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:border-box}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}sub,sup{position:relative;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}audio,iframe,video{display:block;max-width:100%}body{display:flex;flex-wrap:wrap;max-width:100%;min-height:100%;height:auto;color:#373737;font-size:1rem;font-family:"Helvetica","Arial",sans-serif;line-height:1.75;font-weight:500;background-color:#fff}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){body{height:100%}}.wp-caption-text{font-size:14px;text-align:center;margin-top:15px;font-style:italic}.mainsection li,.mainsection p,.mainsection ul{line-height:2!important}.mainsection h1,.mainsection h2,.mainsection h3,.mainsection h4,.mainsection h5{margin-top:2rem}.mainsection a{font-weight:700;color:#0b7ff2}.mainsection h1.entry-title.heading-h0.mb-xl-75.mb-30.pb-15{margin-bottom:0}.entry-title{margin-bottom:2rem}.h1,h1{margin-bottom:1.13rem;color:#373737;font-family:inherit;font-size:3rem;font-weight:700;line-height:1.1;word-break:keep-all}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{display:block;color:inherit;text-decoration:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{display:block;color:inherit}.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-weight:400}@media (max-width:1399px){.h1,h1{font-size:2.69rem}}@media (max-width:1199px){.h1,h1{font-size:2rem}}.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{margin-bottom:1.13rem;color:#373737;font-family:inherit;font-size:2rem;font-weight:700;line-height:1.1;word-break:keep-all}.h3,.h4,.h5,.h6,h3,h4,h5,h6{font-size:1.5rem}.h4,.h5,.h6,h4,h5,h6{font-size:1.25rem}.h5,.h6,h5,h6{font-size:1.13rem;line-height:1.3}.h6,h6{font-size:1rem}p{margin-bottom:1.25rem}@media (max-width:1199px){p{margin-bottom:.75rem}}p:last-child{margin-bottom:0}:is(ul,ol){--ulolLeftPadding:1.25rem;padding-left:var(--ulolLeftPadding);margin-bottom:.94rem}:is(ul,ol) :is(ul,ol){margin-top:.75rem;margin-bottom:0}:is(ul,ol) li{padding-top:.38rem;padding-bottom:.38rem}.bullet-styled :is(ul,ol) li{position:relative;list-style:none}.bullet-styled :is(ul,ol) li:before{position:absolute;left:calc(var(--ulolLeftPadding)*-1);color:#e4a933;font-weight:700;line-height:1}:is(ul,ol) li:last-child{padding-bottom:0}.bullet-styled ul>li{--ulBox:8px}.bullet-styled ul>li::before{content:"";top:.88rem;width:var(--ulBox);height:var(--ulBox);background:0 0;border-radius:100%;border:2px solid #936a19}.bullet-styled ul>li>ul>li::before{border:1px solid #d8d8d8;height:.38rem;width:.38rem}.bullet-styled ul>li>ul>li>ul>li{--ulBox:4px}.bullet-styled ul>li>ul>li>ul>li::before{top:1em;background:currentColor;border-radius:0}.bullet-check ul>li{--ulBox:20px;padding:0 0 0 1.88rem;margin-bottom:.94rem;position:relative}.bullet-check ul>li::before{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:0;left:0;width:var(--ulBox);height:var(--ulBox);font-size:.88rem;color:#e4a933;display:flex;align-items:center;justify-content:center}.bg-dark a:hover,.bullet-check ul>li a,.bullet-check.-secondary ul>li:before{color:#936a19}.bullet-check ul>li a:focus,.bullet-check ul>li a:hover,.gfield--type-consent label a:focus,.gfield--type-consent label a:hover{color:#e4a933}.bullet-check ul{padding-left:0;list-style:none}.bullet-styled ol>li{counter-increment:counter-1}.bullet-styled ol>li:before{content:counter(counter-1)". ";top:10px;font-size:.88em}.bullet-styled ol>li>ol{counter-reset:counter-2}.bullet-styled ol>li>ol>li{counter-increment:counter-2}.bullet-styled ol>li>ol>li:before{content:counter(counter-2,lower-alpha)". "}blockquote{position:relative;display:block;padding:.63rem 0 .63rem 3rem;font-size:1rem;line-height:2;margin-bottom:1.57rem;border-left:2px solid #e4a933}@media (max-width:1199px){blockquote{padding:.32rem 0 .32rem 1.44rem;font-size:1.13rem;line-height:1.5}}blockquote p{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}hr{width:100%;height:0;margin:1.88rem auto;border:0#000 solid;border-top-width:.07rem;overflow:visible}img{height:auto;max-width:100%;border:0}img[src$=".svg"]{max-height:100%}img,picture{display:inline-block;vertical-align:top}a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:underline}li a{color:#0b7ff2}a{color:#e4a933;transition:background-color .3s ease 0s,color .3s ease 0s}a:focus,a:hover{color:#936a19;outline:0}a.tab-outline{outline-offset:.19rem;outline:1px solid}p a{font-weight:700;color:#0b7ff2}p a:focus{outline:0;border:1px solid;border-radius:6px}.bg-dark a{color:#fff}.article-link,.blog-listing a.article-link{text-decoration:none}table{border-spacing:0;border-collapse:collapse}table td{text-align:left;font-weight:400}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-bordered{width:100%;max-width:100%;text-align:left}.table-bordered td,.table-bordered th{vertical-align:bottom;border-bottom:.07rem solid #d8d8d8;padding:.63rem}.fancybox__content>.carousel__button.is-close{top:-3.12rem;right:0}.container,.container-fluid{--gutter:3.13rem;width:min(100% - var(--gutter)*2,var(--container-width, none));margin-left:auto;margin-right:auto}@media (max-width:1199px){.container,.container-fluid{--gutter:2.19rem}}@media (max-width:767px){.container,.container-fluid{--gutter:1.57rem}}.container{--container-width:90rem}.row{display:flex;flex-wrap:wrap;margin-right:-.94rem;margin-left:-.94rem}.row.no-gutters{margin-right:0;margin-left:0}.row.no-gutters>[class*=cell-]{padding-right:0;padding-left:0}[class*=cell-]{position:relative;width:100%;padding-left:.94rem;padding-right:.94rem}.d-none,code{display:none}.d-block{display:block}.d-flex{display:flex;flex-wrap:wrap}.d-flex-inline{display:inline-flex}.d-flex img{align-self:center}.flex-nowrap{flex-wrap:nowrap}.flex-row-reverse{flex-direction:row-reverse}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.align-content-center{align-content:center}.alignnone{float:none;margin:1.25rem 0}.aligncenter{display:block;clear:both;margin:1.25rem auto}.alignleft{float:left;margin:0 1.25rem 1.25rem 0}.alignright{float:right;margin:0 0 1.25rem 1.25rem}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bg-white{background-color:#fff}.text-white{color:#fff}.text-white-all *{color:#fff!important}.bg-dark{background-color:#000}.text-dark{color:#000}.text-dark-all *{color:#000!important}.-dark.btn:hover,.bg-dark .btn:hover,.bg-dark input[type=button]:hover,.bg-dark input[type=reset]:hover,.bg-dark input[type=submit]:hover,.bg-secondary .btn:hover,.bg-secondary input[type=button]:hover,.bg-secondary input[type=reset]:hover,.bg-secondary input[type=submit]:hover,.bg-secondary-100,a:hover .-dark.btn,a:hover .bg-dark .btn,a:hover .bg-dark input[type=button],a:hover .bg-dark input[type=reset],a:hover .bg-dark input[type=submit],a:hover .bg-secondary .btn,a:hover .bg-secondary input[type=button],a:hover .bg-secondary input[type=reset],a:hover .bg-secondary input[type=submit],a:hover input.-dark[type=button],a:hover input.-dark[type=reset],a:hover input.-dark[type=submit],input.-dark[type=button]:hover,input.-dark[type=reset]:hover,input.-dark[type=submit]:hover{background-color:#936a19}.text-secondary-100{color:#936a19}.pagination ul li a:hover,.pagination ul li span:hover,.text-secondary-100-all *{color:#936a19!important}.bg-gray-200{background-color:#f2f2f2}.text-gray-200{color:#f2f2f2}.text-gray-200-all *{color:#f2f2f2!important}.bg-primary-200{background-color:#efebd8}.text-primary-200{color:#efebd8}.text-primary-200-all *{color:#efebd8!important}.cell-1{width:8.3333333333%}.cell-2{width:16.6666666667%}.cell-3{width:25%}.cell-4{width:33.3333333333%}.cell-5{width:41.6666666667%}.cell-6{width:50%}.cell-7{width:58.3333333333%}.cell-8{width:66.6666666667%}.cell-9{width:75%}.cell-10{width:83.3333333333%}.cell-11{width:91.6666666667%}.cell-12{width:100%}.m-0,.mt-0,.my-0{margin-top:0}.p-0,.pt-0,.py-0{padding-top:0}.m-0,.mb-0,.my-0{margin-bottom:0}.p-0,.pb-0,.py-0{padding-bottom:0}.m-0,.ml-0,.mx-0{margin-left:0}.p-0,.pl-0,.px-0{padding-left:0}.m-0,.mr-0,.mx-0{margin-right:0}.p-0,.pr-0,.px-0{padding-right:0}.m-15,.mt-15,.my-15{margin-top:.9375rem}.p-15,.pt-15,.py-15{padding-top:.9375rem}.m-15,.mb-15,.my-15{margin-bottom:.9375rem}.p-15,.pb-15,.py-15{padding-bottom:.9375rem}.m-15,.ml-15,.mx-15{margin-left:.9375rem}.p-15,.pl-15,.px-15{padding-left:.9375rem}.m-15,.mr-15,.mx-15{margin-right:.9375rem}.p-15,.pr-15,.px-15{padding-right:.9375rem}.m-30,.mt-30,.my-30{margin-top:1.875rem}.p-30,.pt-30,.py-30{padding-top:1.875rem}.m-30,.mb-30,.my-30{margin-bottom:1.875rem}.p-30,.pb-30,.py-30{padding-bottom:1.875rem}.m-30,.ml-30,.mx-30{margin-left:1.875rem}.p-30,.pl-30,.px-30{padding-left:1.875rem}.m-30,.mr-30,.mx-30{margin-right:1.875rem}.p-30,.pr-30,.px-30{padding-right:1.875rem}.m-50,.mt-50,.my-50{margin-top:3.125rem}.p-50,.pt-50,.py-50{padding-top:3.125rem}.m-50,.mb-50,.my-50{margin-bottom:3.125rem}.p-50,.pb-50,.py-50{padding-bottom:3.125rem}.m-50,.ml-50,.mx-50{margin-left:3.125rem}.p-50,.pl-50,.px-50{padding-left:3.125rem}.m-50,.mr-50,.mx-50{margin-right:3.125rem}.p-50,.pr-50,.px-50{padding-right:3.125rem}.m-75,.mt-75,.my-75{margin-top:4.6875rem}.p-75,.pt-75,.py-75{padding-top:4.6875rem}.m-75,.mb-75,.my-75{margin-bottom:4.6875rem}.p-75,.pb-75,.py-75{padding-bottom:4.6875rem}.m-75,.ml-75,.mx-75{margin-left:4.6875rem}.p-75,.pl-75,.px-75{padding-left:4.6875rem}.m-75,.mr-75,.mx-75{margin-right:4.6875rem}.p-75,.pr-75,.px-75{padding-right:4.6875rem}@media (min-width:376px){.cell-xs-1{width:8.3333333333%}.cell-xs-2{width:16.6666666667%}.cell-xs-3{width:25%}.cell-xs-4{width:33.3333333333%}.cell-xs-5{width:41.6666666667%}.cell-xs-6{width:50%}.cell-xs-7{width:58.3333333333%}.cell-xs-8{width:66.6666666667%}.cell-xs-9{width:75%}.cell-xs-10{width:83.3333333333%}.cell-xs-11{width:91.6666666667%}.cell-xs-12{width:100%}.m-xs-0,.mt-xs-0,.my-xs-0{margin-top:0}.p-xs-0,.pt-xs-0,.py-xs-0{padding-top:0}.m-xs-0,.mb-xs-0,.my-xs-0{margin-bottom:0}.p-xs-0,.pb-xs-0,.py-xs-0{padding-bottom:0}.m-xs-0,.ml-xs-0,.mx-xs-0{margin-left:0}.p-xs-0,.pl-xs-0,.px-xs-0{padding-left:0}.m-xs-0,.mr-xs-0,.mx-xs-0{margin-right:0}.p-xs-0,.pr-xs-0,.px-xs-0{padding-right:0}.m-xs-15,.mt-xs-15,.my-xs-15{margin-top:.9375rem}.p-xs-15,.pt-xs-15,.py-xs-15{padding-top:.9375rem}.m-xs-15,.mb-xs-15,.my-xs-15{margin-bottom:.9375rem}.p-xs-15,.pb-xs-15,.py-xs-15{padding-bottom:.9375rem}.m-xs-15,.ml-xs-15,.mx-xs-15{margin-left:.9375rem}.p-xs-15,.pl-xs-15,.px-xs-15{padding-left:.9375rem}.m-xs-15,.mr-xs-15,.mx-xs-15{margin-right:.9375rem}.p-xs-15,.pr-xs-15,.px-xs-15{padding-right:.9375rem}.m-xs-30,.mt-xs-30,.my-xs-30{margin-top:1.875rem}.p-xs-30,.pt-xs-30,.py-xs-30{padding-top:1.875rem}.m-xs-30,.mb-xs-30,.my-xs-30{margin-bottom:1.875rem}.p-xs-30,.pb-xs-30,.py-xs-30{padding-bottom:1.875rem}.m-xs-30,.ml-xs-30,.mx-xs-30{margin-left:1.875rem}.p-xs-30,.pl-xs-30,.px-xs-30{padding-left:1.875rem}.m-xs-30,.mr-xs-30,.mx-xs-30{margin-right:1.875rem}.p-xs-30,.pr-xs-30,.px-xs-30{padding-right:1.875rem}.m-xs-50,.mt-xs-50,.my-xs-50{margin-top:3.125rem}.p-xs-50,.pt-xs-50,.py-xs-50{padding-top:3.125rem}.m-xs-50,.mb-xs-50,.my-xs-50{margin-bottom:3.125rem}.p-xs-50,.pb-xs-50,.py-xs-50{padding-bottom:3.125rem}.m-xs-50,.ml-xs-50,.mx-xs-50{margin-left:3.125rem}.p-xs-50,.pl-xs-50,.px-xs-50{padding-left:3.125rem}.m-xs-50,.mr-xs-50,.mx-xs-50{margin-right:3.125rem}.p-xs-50,.pr-xs-50,.px-xs-50{padding-right:3.125rem}.m-xs-75,.mt-xs-75,.my-xs-75{margin-top:4.6875rem}.p-xs-75,.pt-xs-75,.py-xs-75{padding-top:4.6875rem}.m-xs-75,.mb-xs-75,.my-xs-75{margin-bottom:4.6875rem}.p-xs-75,.pb-xs-75,.py-xs-75{padding-bottom:4.6875rem}.m-xs-75,.ml-xs-75,.mx-xs-75{margin-left:4.6875rem}.p-xs-75,.pl-xs-75,.px-xs-75{padding-left:4.6875rem}.m-xs-75,.mr-xs-75,.mx-xs-75{margin-right:4.6875rem}.p-xs-75,.pr-xs-75,.px-xs-75{padding-right:4.6875rem}.d-xs-none{display:none}.d-xs-block{display:block}.d-xs-flex{display:flex}.align-xs-items-start{align-items:flex-start}.align-xs-items-center{align-items:center}.align-xs-items-end{align-items:flex-end}.align-xs-content-center{align-content:center}.justify-xs-content-start{justify-content:flex-start}.justify-xs-content-center{justify-content:center}.justify-xs-content-end{justify-content:flex-end}.justify-xs-content-between{justify-content:space-between}.justify-xs-content-around{justify-content:space-around}.justify-xs-content-evenly{justify-content:space-evenly}.text-xs-center{text-align:center}.text-xs-right{text-align:right}.text-xs-left{text-align:left}}@media (min-width:576px){.cell-sm-1{width:8.3333333333%}.cell-sm-2{width:16.6666666667%}.cell-sm-3{width:25%}.cell-sm-4{width:33.3333333333%}.cell-sm-5{width:41.6666666667%}.cell-sm-6{width:50%}.cell-sm-7{width:58.3333333333%}.cell-sm-8{width:66.6666666667%}.cell-sm-9{width:75%}.cell-sm-10{width:83.3333333333%}.cell-sm-11{width:91.6666666667%}.cell-sm-12{width:100%}.m-sm-0,.mt-sm-0,.my-sm-0{margin-top:0}.p-sm-0,.pt-sm-0,.py-sm-0{padding-top:0}.m-sm-0,.mb-sm-0,.my-sm-0{margin-bottom:0}.p-sm-0,.pb-sm-0,.py-sm-0{padding-bottom:0}.m-sm-0,.ml-sm-0,.mx-sm-0{margin-left:0}.p-sm-0,.pl-sm-0,.px-sm-0{padding-left:0}.m-sm-0,.mr-sm-0,.mx-sm-0{margin-right:0}.p-sm-0,.pr-sm-0,.px-sm-0{padding-right:0}.m-sm-15,.mt-sm-15,.my-sm-15{margin-top:.9375rem}.p-sm-15,.pt-sm-15,.py-sm-15{padding-top:.9375rem}.m-sm-15,.mb-sm-15,.my-sm-15{margin-bottom:.9375rem}.p-sm-15,.pb-sm-15,.py-sm-15{padding-bottom:.9375rem}.m-sm-15,.ml-sm-15,.mx-sm-15{margin-left:.9375rem}.p-sm-15,.pl-sm-15,.px-sm-15{padding-left:.9375rem}.m-sm-15,.mr-sm-15,.mx-sm-15{margin-right:.9375rem}.p-sm-15,.pr-sm-15,.px-sm-15{padding-right:.9375rem}.m-sm-30,.mt-sm-30,.my-sm-30{margin-top:1.875rem}.p-sm-30,.pt-sm-30,.py-sm-30{padding-top:1.875rem}.m-sm-30,.mb-sm-30,.my-sm-30{margin-bottom:1.875rem}.p-sm-30,.pb-sm-30,.py-sm-30{padding-bottom:1.875rem}.m-sm-30,.ml-sm-30,.mx-sm-30{margin-left:1.875rem}.p-sm-30,.pl-sm-30,.px-sm-30{padding-left:1.875rem}.m-sm-30,.mr-sm-30,.mx-sm-30{margin-right:1.875rem}.p-sm-30,.pr-sm-30,.px-sm-30{padding-right:1.875rem}.m-sm-50,.mt-sm-50,.my-sm-50{margin-top:3.125rem}.p-sm-50,.pt-sm-50,.py-sm-50{padding-top:3.125rem}.m-sm-50,.mb-sm-50,.my-sm-50{margin-bottom:3.125rem}.p-sm-50,.pb-sm-50,.py-sm-50{padding-bottom:3.125rem}.m-sm-50,.ml-sm-50,.mx-sm-50{margin-left:3.125rem}.p-sm-50,.pl-sm-50,.px-sm-50{padding-left:3.125rem}.m-sm-50,.mr-sm-50,.mx-sm-50{margin-right:3.125rem}.p-sm-50,.pr-sm-50,.px-sm-50{padding-right:3.125rem}.m-sm-75,.mt-sm-75,.my-sm-75{margin-top:4.6875rem}.p-sm-75,.pt-sm-75,.py-sm-75{padding-top:4.6875rem}.m-sm-75,.mb-sm-75,.my-sm-75{margin-bottom:4.6875rem}.p-sm-75,.pb-sm-75,.py-sm-75{padding-bottom:4.6875rem}.m-sm-75,.ml-sm-75,.mx-sm-75{margin-left:4.6875rem}.p-sm-75,.pl-sm-75,.px-sm-75{padding-left:4.6875rem}.m-sm-75,.mr-sm-75,.mx-sm-75{margin-right:4.6875rem}.p-sm-75,.pr-sm-75,.px-sm-75{padding-right:4.6875rem}.d-sm-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:flex}.align-sm-items-start{align-items:flex-start}.align-sm-items-center{align-items:center}.align-sm-items-end{align-items:flex-end}.align-sm-content-center{align-content:center}.justify-sm-content-start{justify-content:flex-start}.justify-sm-content-center{justify-content:center}.justify-sm-content-end{justify-content:flex-end}.justify-sm-content-between{justify-content:space-between}.justify-sm-content-around{justify-content:space-around}.justify-sm-content-evenly{justify-content:space-evenly}.text-sm-center{text-align:center}.text-sm-right{text-align:right}.text-sm-left{text-align:left}}@media (min-width:768px){.cell-md-1{width:8.3333333333%}.cell-md-2{width:16.6666666667%}.cell-md-3{width:25%}.cell-md-4{width:33.3333333333%}.cell-md-5{width:41.6666666667%}.cell-md-6{width:50%}.cell-md-7{width:58.3333333333%}.cell-md-8{width:66.6666666667%}.cell-md-9{width:75%}.cell-md-10{width:83.3333333333%}.cell-md-11{width:91.6666666667%}.cell-md-12{width:100%}.m-md-0,.mt-md-0,.my-md-0{margin-top:0}.p-md-0,.pt-md-0,.py-md-0{padding-top:0}.m-md-0,.mb-md-0,.my-md-0{margin-bottom:0}.p-md-0,.pb-md-0,.py-md-0{padding-bottom:0}.m-md-0,.ml-md-0,.mx-md-0{margin-left:0}.p-md-0,.pl-md-0,.px-md-0{padding-left:0}.m-md-0,.mr-md-0,.mx-md-0{margin-right:0}.p-md-0,.pr-md-0,.px-md-0{padding-right:0}.m-md-15,.mt-md-15,.my-md-15{margin-top:.9375rem}.p-md-15,.pt-md-15,.py-md-15{padding-top:.9375rem}.m-md-15,.mb-md-15,.my-md-15{margin-bottom:.9375rem}.p-md-15,.pb-md-15,.py-md-15{padding-bottom:.9375rem}.m-md-15,.ml-md-15,.mx-md-15{margin-left:.9375rem}.p-md-15,.pl-md-15,.px-md-15{padding-left:.9375rem}.m-md-15,.mr-md-15,.mx-md-15{margin-right:.9375rem}.p-md-15,.pr-md-15,.px-md-15{padding-right:.9375rem}.m-md-30,.mt-md-30,.my-md-30{margin-top:1.875rem}.p-md-30,.pt-md-30,.py-md-30{padding-top:1.875rem}.m-md-30,.mb-md-30,.my-md-30{margin-bottom:1.875rem}.p-md-30,.pb-md-30,.py-md-30{padding-bottom:1.875rem}.m-md-30,.ml-md-30,.mx-md-30{margin-left:1.875rem}.p-md-30,.pl-md-30,.px-md-30{padding-left:1.875rem}.m-md-30,.mr-md-30,.mx-md-30{margin-right:1.875rem}.p-md-30,.pr-md-30,.px-md-30{padding-right:1.875rem}.m-md-50,.mt-md-50,.my-md-50{margin-top:3.125rem}.p-md-50,.pt-md-50,.py-md-50{padding-top:3.125rem}.m-md-50,.mb-md-50,.my-md-50{margin-bottom:3.125rem}.p-md-50,.pb-md-50,.py-md-50{padding-bottom:3.125rem}.m-md-50,.ml-md-50,.mx-md-50{margin-left:3.125rem}.p-md-50,.pl-md-50,.px-md-50{padding-left:3.125rem}.m-md-50,.mr-md-50,.mx-md-50{margin-right:3.125rem}.p-md-50,.pr-md-50,.px-md-50{padding-right:3.125rem}.m-md-75,.mt-md-75,.my-md-75{margin-top:4.6875rem}.p-md-75,.pt-md-75,.py-md-75{padding-top:4.6875rem}.m-md-75,.mb-md-75,.my-md-75{margin-bottom:4.6875rem}.p-md-75,.pb-md-75,.py-md-75{padding-bottom:4.6875rem}.m-md-75,.ml-md-75,.mx-md-75{margin-left:4.6875rem}.p-md-75,.pl-md-75,.px-md-75{padding-left:4.6875rem}.m-md-75,.mr-md-75,.mx-md-75{margin-right:4.6875rem}.p-md-75,.pr-md-75,.px-md-75{padding-right:4.6875rem}.d-md-none{display:none}.d-md-block{display:block}.d-md-flex{display:flex}.align-md-items-start{align-items:flex-start}.align-md-items-center{align-items:center}.align-md-items-end{align-items:flex-end}.align-md-content-center{align-content:center}.justify-md-content-start{justify-content:flex-start}.justify-md-content-center{justify-content:center}.justify-md-content-end{justify-content:flex-end}.justify-md-content-between{justify-content:space-between}.justify-md-content-around{justify-content:space-around}.justify-md-content-evenly{justify-content:space-evenly}.text-md-center{text-align:center}.text-md-right{text-align:right}.text-md-left{text-align:left}}@media (min-width:992px){.cell-lg-1{width:8.3333333333%}.cell-lg-2{width:16.6666666667%}.cell-lg-3{width:25%}.cell-lg-4{width:33.3333333333%}.cell-lg-5{width:41.6666666667%}.cell-lg-6{width:50%}.cell-lg-7{width:58.3333333333%}.cell-lg-8{width:66.6666666667%}.cell-lg-9{width:75%}.cell-lg-10{width:83.3333333333%}.cell-lg-11{width:91.6666666667%}.cell-lg-12{width:100%}.m-lg-0,.mt-lg-0,.my-lg-0{margin-top:0}.p-lg-0,.pt-lg-0,.py-lg-0{padding-top:0}.m-lg-0,.mb-lg-0,.my-lg-0{margin-bottom:0}.p-lg-0,.pb-lg-0,.py-lg-0{padding-bottom:0}.m-lg-0,.ml-lg-0,.mx-lg-0{margin-left:0}.p-lg-0,.pl-lg-0,.px-lg-0{padding-left:0}.m-lg-0,.mr-lg-0,.mx-lg-0{margin-right:0}.p-lg-0,.pr-lg-0,.px-lg-0{padding-right:0}.m-lg-15,.mt-lg-15,.my-lg-15{margin-top:.9375rem}.p-lg-15,.pt-lg-15,.py-lg-15{padding-top:.9375rem}.m-lg-15,.mb-lg-15,.my-lg-15{margin-bottom:.9375rem}.p-lg-15,.pb-lg-15,.py-lg-15{padding-bottom:.9375rem}.m-lg-15,.ml-lg-15,.mx-lg-15{margin-left:.9375rem}.p-lg-15,.pl-lg-15,.px-lg-15{padding-left:.9375rem}.m-lg-15,.mr-lg-15,.mx-lg-15{margin-right:.9375rem}.p-lg-15,.pr-lg-15,.px-lg-15{padding-right:.9375rem}.m-lg-30,.mt-lg-30,.my-lg-30{margin-top:1.875rem}.p-lg-30,.pt-lg-30,.py-lg-30{padding-top:1.875rem}.m-lg-30,.mb-lg-30,.my-lg-30{margin-bottom:1.875rem}.p-lg-30,.pb-lg-30,.py-lg-30{padding-bottom:1.875rem}.m-lg-30,.ml-lg-30,.mx-lg-30{margin-left:1.875rem}.p-lg-30,.pl-lg-30,.px-lg-30{padding-left:1.875rem}.m-lg-30,.mr-lg-30,.mx-lg-30{margin-right:1.875rem}.p-lg-30,.pr-lg-30,.px-lg-30{padding-right:1.875rem}.m-lg-50,.mt-lg-50,.my-lg-50{margin-top:3.125rem}.p-lg-50,.pt-lg-50,.py-lg-50{padding-top:3.125rem}.m-lg-50,.mb-lg-50,.my-lg-50{margin-bottom:3.125rem}.p-lg-50,.pb-lg-50,.py-lg-50{padding-bottom:3.125rem}.m-lg-50,.ml-lg-50,.mx-lg-50{margin-left:3.125rem}.p-lg-50,.pl-lg-50,.px-lg-50{padding-left:3.125rem}.m-lg-50,.mr-lg-50,.mx-lg-50{margin-right:3.125rem}.p-lg-50,.pr-lg-50,.px-lg-50{padding-right:3.125rem}.m-lg-75,.mt-lg-75,.my-lg-75{margin-top:4.6875rem}.p-lg-75,.pt-lg-75,.py-lg-75{padding-top:4.6875rem}.m-lg-75,.mb-lg-75,.my-lg-75{margin-bottom:4.6875rem}.p-lg-75,.pb-lg-75,.py-lg-75{padding-bottom:4.6875rem}.m-lg-75,.ml-lg-75,.mx-lg-75{margin-left:4.6875rem}.p-lg-75,.pl-lg-75,.px-lg-75{padding-left:4.6875rem}.m-lg-75,.mr-lg-75,.mx-lg-75{margin-right:4.6875rem}.p-lg-75,.pr-lg-75,.px-lg-75{padding-right:4.6875rem}.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}.align-lg-items-start{align-items:flex-start}.align-lg-items-center{align-items:center}.align-lg-items-end{align-items:flex-end}.align-lg-content-center{align-content:center}.justify-lg-content-start{justify-content:flex-start}.justify-lg-content-center{justify-content:center}.justify-lg-content-end{justify-content:flex-end}.justify-lg-content-between{justify-content:space-between}.justify-lg-content-around{justify-content:space-around}.justify-lg-content-evenly{justify-content:space-evenly}.text-lg-center{text-align:center}.text-lg-right{text-align:right}.text-lg-left{text-align:left}}@media (min-width:1200px){.cell-xl-1{width:8.3333333333%}.cell-xl-2{width:16.6666666667%}.cell-xl-3{width:25%}.cell-xl-4{width:33.3333333333%}.cell-xl-5{width:41.6666666667%}.cell-xl-6{width:50%}.cell-xl-7{width:58.3333333333%}.cell-xl-8{width:66.6666666667%}.cell-xl-9{width:75%}.cell-xl-10{width:83.3333333333%}.cell-xl-11{width:91.6666666667%}.cell-xl-12{width:100%}.m-xl-0,.mt-xl-0,.my-xl-0{margin-top:0}.p-xl-0,.pt-xl-0,.py-xl-0{padding-top:0}.m-xl-0,.mb-xl-0,.my-xl-0{margin-bottom:0}.p-xl-0,.pb-xl-0,.py-xl-0{padding-bottom:0}.m-xl-0,.ml-xl-0,.mx-xl-0{margin-left:0}.p-xl-0,.pl-xl-0,.px-xl-0{padding-left:0}.m-xl-0,.mr-xl-0,.mx-xl-0{margin-right:0}.p-xl-0,.pr-xl-0,.px-xl-0{padding-right:0}.m-xl-15,.mt-xl-15,.my-xl-15{margin-top:.9375rem}.p-xl-15,.pt-xl-15,.py-xl-15{padding-top:.9375rem}.m-xl-15,.mb-xl-15,.my-xl-15{margin-bottom:.9375rem}.p-xl-15,.pb-xl-15,.py-xl-15{padding-bottom:.9375rem}.m-xl-15,.ml-xl-15,.mx-xl-15{margin-left:.9375rem}.p-xl-15,.pl-xl-15,.px-xl-15{padding-left:.9375rem}.m-xl-15,.mr-xl-15,.mx-xl-15{margin-right:.9375rem}.p-xl-15,.pr-xl-15,.px-xl-15{padding-right:.9375rem}.m-xl-30,.mt-xl-30,.my-xl-30{margin-top:1.875rem}.p-xl-30,.pt-xl-30,.py-xl-30{padding-top:1.875rem}.m-xl-30,.mb-xl-30,.my-xl-30{margin-bottom:1.875rem}.p-xl-30,.pb-xl-30,.py-xl-30{padding-bottom:1.875rem}.m-xl-30,.ml-xl-30,.mx-xl-30{margin-left:1.875rem}.p-xl-30,.pl-xl-30,.px-xl-30{padding-left:1.875rem}.m-xl-30,.mr-xl-30,.mx-xl-30{margin-right:1.875rem}.p-xl-30,.pr-xl-30,.px-xl-30{padding-right:1.875rem}.m-xl-50,.mt-xl-50,.my-xl-50{margin-top:3.125rem}.p-xl-50,.pt-xl-50,.py-xl-50{padding-top:3.125rem}.m-xl-50,.mb-xl-50,.my-xl-50{margin-bottom:3.125rem}.p-xl-50,.pb-xl-50,.py-xl-50{padding-bottom:3.125rem}.m-xl-50,.ml-xl-50,.mx-xl-50{margin-left:3.125rem}.p-xl-50,.pl-xl-50,.px-xl-50{padding-left:3.125rem}.m-xl-50,.mr-xl-50,.mx-xl-50{margin-right:3.125rem}.p-xl-50,.pr-xl-50,.px-xl-50{padding-right:3.125rem}.m-xl-75,.mt-xl-75,.my-xl-75{margin-top:4.6875rem}.p-xl-75,.pt-xl-75,.py-xl-75{padding-top:4.6875rem}.m-xl-75,.mb-xl-75,.my-xl-75{margin-bottom:4.6875rem}.p-xl-75,.pb-xl-75,.py-xl-75{padding-bottom:4.6875rem}.m-xl-75,.ml-xl-75,.mx-xl-75{margin-left:4.6875rem}.p-xl-75,.pl-xl-75,.px-xl-75{padding-left:4.6875rem}.m-xl-75,.mr-xl-75,.mx-xl-75{margin-right:4.6875rem}.p-xl-75,.pr-xl-75,.px-xl-75{padding-right:4.6875rem}.d-xl-none{display:none}.d-xl-block{display:block}.d-xl-flex{display:flex}.align-xl-items-start{align-items:flex-start}.align-xl-items-center{align-items:center}.align-xl-items-end{align-items:flex-end}.align-xl-content-center{align-content:center}.justify-xl-content-start{justify-content:flex-start}.justify-xl-content-center{justify-content:center}.justify-xl-content-end{justify-content:flex-end}.justify-xl-content-between{justify-content:space-between}.justify-xl-content-around{justify-content:space-around}.justify-xl-content-evenly{justify-content:space-evenly}.text-xl-center{text-align:center}.text-xl-right{text-align:right}.text-xl-left{text-align:left}}@media (min-width:1400px){.cell-xxl-1{width:8.3333333333%}.cell-xxl-2{width:16.6666666667%}.cell-xxl-3{width:25%}.cell-xxl-4{width:33.3333333333%}.cell-xxl-5{width:41.6666666667%}.cell-xxl-6{width:50%}.cell-xxl-7{width:58.3333333333%}.cell-xxl-8{width:66.6666666667%}.cell-xxl-9{width:75%}.cell-xxl-10{width:83.3333333333%}.cell-xxl-11{width:91.6666666667%}.cell-xxl-12{width:100%}.m-xxl-0,.mt-xxl-0,.my-xxl-0{margin-top:0}.p-xxl-0,.pt-xxl-0,.py-xxl-0{padding-top:0}.m-xxl-0,.mb-xxl-0,.my-xxl-0{margin-bottom:0}.p-xxl-0,.pb-xxl-0,.py-xxl-0{padding-bottom:0}.m-xxl-0,.ml-xxl-0,.mx-xxl-0{margin-left:0}.p-xxl-0,.pl-xxl-0,.px-xxl-0{padding-left:0}.m-xxl-0,.mr-xxl-0,.mx-xxl-0{margin-right:0}.p-xxl-0,.pr-xxl-0,.px-xxl-0{padding-right:0}.m-xxl-15,.mt-xxl-15,.my-xxl-15{margin-top:.9375rem}.p-xxl-15,.pt-xxl-15,.py-xxl-15{padding-top:.9375rem}.m-xxl-15,.mb-xxl-15,.my-xxl-15{margin-bottom:.9375rem}.p-xxl-15,.pb-xxl-15,.py-xxl-15{padding-bottom:.9375rem}.m-xxl-15,.ml-xxl-15,.mx-xxl-15{margin-left:.9375rem}.p-xxl-15,.pl-xxl-15,.px-xxl-15{padding-left:.9375rem}.m-xxl-15,.mr-xxl-15,.mx-xxl-15{margin-right:.9375rem}.p-xxl-15,.pr-xxl-15,.px-xxl-15{padding-right:.9375rem}.m-xxl-30,.mt-xxl-30,.my-xxl-30{margin-top:1.875rem}.p-xxl-30,.pt-xxl-30,.py-xxl-30{padding-top:1.875rem}.m-xxl-30,.mb-xxl-30,.my-xxl-30{margin-bottom:1.875rem}.p-xxl-30,.pb-xxl-30,.py-xxl-30{padding-bottom:1.875rem}.m-xxl-30,.ml-xxl-30,.mx-xxl-30{margin-left:1.875rem}.p-xxl-30,.pl-xxl-30,.px-xxl-30{padding-left:1.875rem}.m-xxl-30,.mr-xxl-30,.mx-xxl-30{margin-right:1.875rem}.p-xxl-30,.pr-xxl-30,.px-xxl-30{padding-right:1.875rem}.m-xxl-50,.mt-xxl-50,.my-xxl-50{margin-top:3.125rem}.p-xxl-50,.pt-xxl-50,.py-xxl-50{padding-top:3.125rem}.m-xxl-50,.mb-xxl-50,.my-xxl-50{margin-bottom:3.125rem}.p-xxl-50,.pb-xxl-50,.py-xxl-50{padding-bottom:3.125rem}.m-xxl-50,.ml-xxl-50,.mx-xxl-50{margin-left:3.125rem}.p-xxl-50,.pl-xxl-50,.px-xxl-50{padding-left:3.125rem}.m-xxl-50,.mr-xxl-50,.mx-xxl-50{margin-right:3.125rem}.p-xxl-50,.pr-xxl-50,.px-xxl-50{padding-right:3.125rem}.m-xxl-75,.mt-xxl-75,.my-xxl-75{margin-top:4.6875rem}.p-xxl-75,.pt-xxl-75,.py-xxl-75{padding-top:4.6875rem}.m-xxl-75,.mb-xxl-75,.my-xxl-75{margin-bottom:4.6875rem}.p-xxl-75,.pb-xxl-75,.py-xxl-75{padding-bottom:4.6875rem}.m-xxl-75,.ml-xxl-75,.mx-xxl-75{margin-left:4.6875rem}.p-xxl-75,.pl-xxl-75,.px-xxl-75{padding-left:4.6875rem}.m-xxl-75,.mr-xxl-75,.mx-xxl-75{margin-right:4.6875rem}.p-xxl-75,.pr-xxl-75,.px-xxl-75{padding-right:4.6875rem}.d-xxl-none{display:none}.d-xxl-block{display:block}.d-xxl-flex{display:flex}.align-xxl-items-start{align-items:flex-start}.align-xxl-items-center{align-items:center}.align-xxl-items-end{align-items:flex-end}.align-xxl-content-center{align-content:center}.justify-xxl-content-start{justify-content:flex-start}.justify-xxl-content-center{justify-content:center}.justify-xxl-content-end{justify-content:flex-end}.justify-xxl-content-between{justify-content:space-between}.justify-xxl-content-around{justify-content:space-around}.justify-xxl-content-evenly{justify-content:space-evenly}.text-xxl-center{text-align:center}.text-xxl-right{text-align:right}.text-xxl-left{text-align:left}}@media (min-width:1600px){.cell-xl3-1{width:8.3333333333%}.cell-xl3-2{width:16.6666666667%}.cell-xl3-3{width:25%}.cell-xl3-4{width:33.3333333333%}.cell-xl3-5{width:41.6666666667%}.cell-xl3-6{width:50%}.cell-xl3-7{width:58.3333333333%}.cell-xl3-8{width:66.6666666667%}.cell-xl3-9{width:75%}.cell-xl3-10{width:83.3333333333%}.cell-xl3-11{width:91.6666666667%}.cell-xl3-12{width:100%}.m-xl3-0,.mt-xl3-0,.my-xl3-0{margin-top:0}.p-xl3-0,.pt-xl3-0,.py-xl3-0{padding-top:0}.m-xl3-0,.mb-xl3-0,.my-xl3-0{margin-bottom:0}.p-xl3-0,.pb-xl3-0,.py-xl3-0{padding-bottom:0}.m-xl3-0,.ml-xl3-0,.mx-xl3-0{margin-left:0}.p-xl3-0,.pl-xl3-0,.px-xl3-0{padding-left:0}.m-xl3-0,.mr-xl3-0,.mx-xl3-0{margin-right:0}.p-xl3-0,.pr-xl3-0,.px-xl3-0{padding-right:0}.m-xl3-15,.mt-xl3-15,.my-xl3-15{margin-top:.9375rem}.p-xl3-15,.pt-xl3-15,.py-xl3-15{padding-top:.9375rem}.m-xl3-15,.mb-xl3-15,.my-xl3-15{margin-bottom:.9375rem}.p-xl3-15,.pb-xl3-15,.py-xl3-15{padding-bottom:.9375rem}.m-xl3-15,.ml-xl3-15,.mx-xl3-15{margin-left:.9375rem}.p-xl3-15,.pl-xl3-15,.px-xl3-15{padding-left:.9375rem}.m-xl3-15,.mr-xl3-15,.mx-xl3-15{margin-right:.9375rem}.p-xl3-15,.pr-xl3-15,.px-xl3-15{padding-right:.9375rem}.m-xl3-30,.mt-xl3-30,.my-xl3-30{margin-top:1.875rem}.p-xl3-30,.pt-xl3-30,.py-xl3-30{padding-top:1.875rem}.m-xl3-30,.mb-xl3-30,.my-xl3-30{margin-bottom:1.875rem}.p-xl3-30,.pb-xl3-30,.py-xl3-30{padding-bottom:1.875rem}.m-xl3-30,.ml-xl3-30,.mx-xl3-30{margin-left:1.875rem}.p-xl3-30,.pl-xl3-30,.px-xl3-30{padding-left:1.875rem}.m-xl3-30,.mr-xl3-30,.mx-xl3-30{margin-right:1.875rem}.p-xl3-30,.pr-xl3-30,.px-xl3-30{padding-right:1.875rem}.m-xl3-50,.mt-xl3-50,.my-xl3-50{margin-top:3.125rem}.p-xl3-50,.pt-xl3-50,.py-xl3-50{padding-top:3.125rem}.m-xl3-50,.mb-xl3-50,.my-xl3-50{margin-bottom:3.125rem}.p-xl3-50,.pb-xl3-50,.py-xl3-50{padding-bottom:3.125rem}.m-xl3-50,.ml-xl3-50,.mx-xl3-50{margin-left:3.125rem}.p-xl3-50,.pl-xl3-50,.px-xl3-50{padding-left:3.125rem}.m-xl3-50,.mr-xl3-50,.mx-xl3-50{margin-right:3.125rem}.p-xl3-50,.pr-xl3-50,.px-xl3-50{padding-right:3.125rem}.m-xl3-75,.mt-xl3-75,.my-xl3-75{margin-top:4.6875rem}.p-xl3-75,.pt-xl3-75,.py-xl3-75{padding-top:4.6875rem}.m-xl3-75,.mb-xl3-75,.my-xl3-75{margin-bottom:4.6875rem}.p-xl3-75,.pb-xl3-75,.py-xl3-75{padding-bottom:4.6875rem}.m-xl3-75,.ml-xl3-75,.mx-xl3-75{margin-left:4.6875rem}.p-xl3-75,.pl-xl3-75,.px-xl3-75{padding-left:4.6875rem}.m-xl3-75,.mr-xl3-75,.mx-xl3-75{margin-right:4.6875rem}.p-xl3-75,.pr-xl3-75,.px-xl3-75{padding-right:4.6875rem}.d-xl3-none{display:none}.d-xl3-block{display:block}.d-xl3-flex{display:flex}.align-xl3-items-start{align-items:flex-start}.align-xl3-items-center{align-items:center}.align-xl3-items-end{align-items:flex-end}.align-xl3-content-center{align-content:center}.justify-xl3-content-start{justify-content:flex-start}.justify-xl3-content-center{justify-content:center}.justify-xl3-content-end{justify-content:flex-end}.justify-xl3-content-between{justify-content:space-between}.justify-xl3-content-around{justify-content:space-around}.justify-xl3-content-evenly{justify-content:space-evenly}.text-xl3-center{text-align:center}.text-xl3-right{text-align:right}.text-xl3-left{text-align:left}}.w-full{width:100%}.btn,input[type=button],input[type=reset],input[type=submit]{position:relative;display:inline-block;vertical-align:top;padding:.69rem 1.25rem;color:#373737;font-size:1rem;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;border:0;border-radius:0;background-color:#e4a933;transition:background-color .3s ease 0s,color .3s ease 0s,border-color .3s ease 0s;--focucOutlineSpace:-1px;user-select:none}@media (max-width:767px){.btn,input[type=button],input[type=reset],input[type=submit]{padding:.57rem .88rem}}.btn::before,input[type=button]::before,input[type=reset]::before,input[type=submit]::before{content:"";position:absolute;top:var(--focucOutlineSpace);left:var(--focucOutlineSpace);bottom:var(--focucOutlineSpace);right:var(--focucOutlineSpace);opacity:0;visibility:hidden;transition:.4s ease;border:1px solid #d8d8d8;border-radius:.32rem;pointer-events:none}.btn:hover,a:hover .btn,a:hover input[type=button],a:hover input[type=reset],a:hover input[type=submit],input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#e4a933;background-color:#373737;text-decoration:none;cursor:pointer}.btn:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{color:#e4a933;background-color:#373737;--focucOutlineSpace:-4px;outline:0}.btn:focus::before,input[type=button]:focus::before,input[type=reset]:focus::before,input[type=submit]:focus::before{opacity:1;visibility:visible}.-dark.btn,.bg-dark .btn,.bg-dark input[type=button],.bg-dark input[type=reset],.bg-dark input[type=submit],.bg-secondary .btn,.bg-secondary input[type=button],.bg-secondary input[type=reset],.bg-secondary input[type=submit],input.-dark[type=button],input.-dark[type=reset],input.-dark[type=submit]{color:#e4a933!important;background-color:#fff}.-dark.btn:focus::before,.bg-dark .btn:focus::before,.bg-dark input[type=button]:focus::before,.bg-dark input[type=reset]:focus::before,.bg-dark input[type=submit]:focus::before,.bg-secondary .btn:focus::before,.bg-secondary input[type=button]:focus::before,.bg-secondary input[type=reset]:focus::before,.bg-secondary input[type=submit]:focus::before,input.-dark[type=button]:focus::before,input.-dark[type=reset]:focus::before,input.-dark[type=submit]:focus::before{border-color:#fff}.-sm.btn,input.-sm[type=button],input.-sm[type=reset],input.-sm[type=submit]{font-size:.75rem;padding:.25rem .57rem}.btn-link{position:relative;color:#0b7ff2;font-size:.88rem;font-weight:700;border:0;transition:background-color .3s ease 0s,color .3s ease 0s,border-color .3s ease 0s;user-select:none}.btn-link:hover,a:hover .btn-link{color:#936a19;border-color:currentColor}.btn-link:hover::after,a:hover .btn-link::after{transform:translateX(4px);color:#936a19}.btn-link:focus,a:focus .btn-link{outline:0}.btn-link:focus::before,a:focus .btn-link::before{opacity:1;visibility:visible}.bg-dark .btn-link,.bg-secondary .btn-link,.btn-link.-dark{color:#fff}.bg-dark .btn-link:hover,.btn-link.-dark:hover,a:hover .bg-dark .btn-link,a:hover .btn-link.-dark{color:#936a19}.bg-dark .btn-link:focus::before,.bg-secondary .btn-link:focus::before,.btn-link.-dark:focus::before{border-color:#fff}.bg-secondary .btn-link:hover,a:hover .bg-secondary .btn-link{color:#e4a933}.bg-secondary .btn-link:hover:after,a:hover .bg-secondary .btn-link:after{color:inherit}input[type=reset]{-webkit-appearance:button}form label{display:block;margin-bottom:.32rem;color:#373737;font-family:"Helvetica","Arial",sans-serif;font-size:1rem;font-weight:700;line-height:1.5}:is(input,textarea,button,select){font-family:"Helvetica","Arial",sans-serif}input[type=button],input[type=date],input[type=email],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;outline:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{width:100%;height:2.75rem;padding:0 .94rem;color:#373737;font-size:1rem;font-weight:400;border:.07rem solid #e4a933;border-radius:0}textarea{width:100%;color:#373737;font-size:1rem;font-weight:400;border:.07rem solid #e4a933;border-radius:0}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{border-color:#936a19;outline:0}select:focus{border-color:#936a19}input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(55,55,55,.5);opacity:1}input[type=date]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=url]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:rgba(55,55,55,.5);opacity:1}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:rgba(55,55,55,.5);opacity:1}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(55,55,55,.5);opacity:1}textarea{display:block;height:10.69rem;padding:.63rem .94rem;resize:none;overflow:auto}select{-webkit-appearance:none;padding-right:1.875em;background-color:transparent;background-image:var(--wpr-bg-16f911ba-1f88-49da-963e-cbb7133dce58);background-size:.88rem .44rem;background-position:right .5em center;background-repeat:no-repeat;cursor:pointer}.radio-btn-group .radio-option .radio-custom:focus+.radio-custom-label,select:focus{outline:0}select::-ms-expand{display:none}button{color:#373737;cursor:pointer}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{transition:background-color 5000s ease-in-out 0s}.form-group{margin-bottom:1.25rem}.radio-btn-group .radio-option{display:inline-block;vertical-align:middle;padding:0 .63rem}.radio-btn-group .radio-option:first-child{padding-left:0}.radio-btn-group .radio-option .radio-custom{position:absolute;opacity:0}.gfield--type-consent input[type=checkbox]:checked+label:before,.radio-btn-group .radio-option .radio-custom:checked+.radio-custom-label:before{background-color:#e4a933}.radio-btn-group .radio-option .radio-custom-label{margin:0;font-weight:400;cursor:pointer}.radio-btn-group .radio-option .radio-custom-label:before{content:"";display:inline-block;vertical-align:middle;height:1.25rem;width:1.25rem;margin-top:-2px;margin-right:.94rem;background-color:#fff;border:.13rem solid #fff;border-radius:50%;box-shadow:0 0 0 1px #e4a933;cursor:pointer;transition:.3s}.gfield--type-consent input[type=checkbox]{display:none;width:initial;height:initial;margin-bottom:0;padding:0;cursor:pointer}.gfield--type-consent input[type=checkbox]:checked+label:after{opacity:1}.gfield--type-consent label{position:relative;display:inline-block;font-weight:400;cursor:pointer;padding-left:2.5rem}.gfield--type-consent label a{color:#0b7ff2;font-weight:700}.gfield--type-consent label::before{content:"";position:absolute;left:0;top:0;width:1.57rem;height:1.57rem;background-color:#fff;border:.07rem solid #e4a933;-webkit-appearance:none;cursor:pointer;transition:.3s}.gfield--type-consent label:after{content:"";position:absolute;top:3px;left:8px;display:block;width:.5rem;height:.88rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(42deg);transition:.3s}@media (min-width:768px){.blog-listing .article-wrap{display:flex;flex-direction:column}.blog-listing .article-wrap .article-content-wrap{display:flex;flex-direction:column;flex:1;justify-content:space-between}}.blog-listing-slider.desktop .slick-track{display:flex!important}.blog-listing-slider.desktop .slick-slide{height:inherit!important;display:flex!important;flex-direction:column!important;flex:1!important}.blog-listing-slider.desktop .slick-slide>div,.products-listing-slider.desktop .slick-slide>div{display:flex;flex-direction:column;flex:1;justify-content:stretch}.blog-listing-slider.desktop .slick-slide .btn-link{margin-top:auto}@media (min-width:576px){.blog-listing-slider.desktop .slick-slide{max-height:38.75rem}}@media (min-width:768px){.blog-listing-slider.desktop .slick-slide{max-height:35.63rem}}.blog-listing-slider.desktop .article-wrap{display:flex!important;flex-direction:column!important;flex:1!important}.blog-listing-slider.desktop .article-wrap .article-content-wrap{display:flex;flex-direction:column;flex:1;justify-content:space-between}.products-listing-slider.desktop .slick-track{display:flex!important}.products-listing-slider.desktop .slick-slide{height:inherit!important;display:flex!important;flex-direction:column!important;flex:1!important}@media (min-width:768px){.products{display:flex!important;flex-direction:column!important}}@media (max-width:991px){.products{display:flex!important}}.products .products-block,.products-cat .products-block{display:flex!important;flex-direction:column!important;flex:1;justify-content:stretch}.products .products-block .product-content-wrap,.products-cat .products-block .product-content-wrap{display:flex!important;flex-direction:column!important;flex:1!important;justify-content:space-between!important}@media (min-width:768px){.products-cat{display:flex!important;flex-direction:column!important}}@media (max-width:991px){.products-cat{display:flex!important}}:root{--space-lg:6.25rem;--space-md:5rem;--space-sm:3.13rem}@media (max-width:1199px){:root{--space-lg:3.13rem;--space-md:3.13rem}}@media (max-width:767px){:root{--space-md:2.5rem;--space-sm:1.88rem}}#wpadminbar{position:fixed}.wrapper{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:100%}.main-content{overflow:hidden}.main-container{width:100%;align-self:start}.space-lg{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.space-lg-m{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.space-md{padding-top:var(--space-md);padding-bottom:var(--space-md)}.space-md-m{margin-top:var(--space-md);margin-bottom:var(--space-md)}.space-sm{padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.space-sm-m{margin-top:var(--space-sm);margin-bottom:var(--space-sm)}.bg-dark :not(.btn),.bg-secondary :not(.btn),.inner-text-white :not(.btn){color:#fff}.pagination ul{display:flex;align-items:center;justify-content:center;padding:0;margin:0;list-style:none}.pagination ul li{position:relative;padding:0}.pagination ul li a,.pagination ul li span{margin:0 .63rem}.pagination ul li a:not(.prev,.next),.pagination ul li span{color:#373737;line-height:1;text-decoration:none;transition:.4s ease background-color,.4s ease color}.pagination ul li a:not(.prev,.next).active,.pagination ul li span.active{border-color:#e4a933}.pagination ul li .next,.pagination ul li .prev{margin:0 .32rem;color:#e4a933;text-decoration:none;cursor:pointer}.pagination ul li .next.disabled,.pagination ul li .prev.disabled{opacity:.6;pointer-events:none}.pagination ul li .next{font-size:.88rem}.breadcrumbs ul li span,.pagination ul li .current{font-weight:700}.breadcrumbs{padding-top:1.57rem;margin-bottom:3rem}@media (max-width:1199px){.breadcrumbs{margin-bottom:1.57rem;padding:1.57rem 0 .44rem;min-width:auto}}.breadcrumbs ul{display:flex;flex-wrap:wrap;padding:0;margin:0}.breadcrumbs ul li{display:flex;align-items:center;padding:0;font-size:.75rem}.breadcrumbs ul li a{color:#373737;text-decoration:none}.breadcrumbs ul li a:focus,.breadcrumbs ul li a:hover{color:#e4a933}.breadcrumbs ul li:last-child{font-weight:700}.breadcrumbs ul li:not(:last-child)::after{content:">";margin:0 .5rem}.sec-heading{margin-left:auto;margin-right:auto;margin-bottom:3.13rem}.sec-heading p{font-size:1.25rem}@media (max-width:767px){.sec-heading p{font-size:1.13rem}}.eyebrow-text{display:block;color:#936a19;font-weight:700;margin-bottom:1.57rem}@media (max-width:1199px){.eyebrow-text{margin-bottom:.94rem}}.eyebrow-text.-small{font-size:.75rem;margin-bottom:.63rem}@media (max-width:1199px){.eyebrow-text.-small{margin-bottom:.63rem}}.heading-h0{font-size:3.75rem}@media (max-width:1599px){.heading-h0{font-size:3.25rem}}@media (max-width:1399px){.heading-h0{font-size:2.69rem}}@media (max-width:1199px){.heading-h0{font-size:2rem}}@media (max-width:575px){.desktop{display:none}}@media (min-width:576px){.mobile{display:none}}@media (max-width:1199px){.desktop-decom{display:none}}@media (min-width:1200px){.mobile-decom{display:none}}.page-scroll-menu{position:static;top:0;background-color:#fff;border-bottom:1px solid #d8d8d8;z-index:99}@media (max-width:767px){.page-scroll-menu{border:0}}.page-scroll-menu>.container{position:relative}.page-scroll-menu ul{display:flex;justify-content:center;text-align:center;padding:0;margin:0}@media (max-width:767px){.page-scroll-menu ul{display:none;position:absolute;width:100%;background-color:#fff;box-shadow:0 .32rem .5rem rgba(0,0,0,.15)}}.page-scroll-menu li{margin:0;padding:0;list-style:none}.page-scroll-menu li>a{display:block;padding:.63rem 1.25rem .44rem;min-width:7.82rem;color:#373737;border-bottom:3px solid transparent;text-decoration:none;text-align:center;transition:.3s}@media (min-width:1200px){.page-scroll-menu li>a{margin:0 1.25rem}}@media (max-width:991px){.page-scroll-menu li>a{padding:.63rem .94rem .44rem}}@media (max-width:767px){.page-scroll-menu li>a{padding:.5rem .94rem;border-top:1px solid rgba(216,216,216,.5)}}.page-scroll-menu li:focus>a{font-weight:700;border-bottom:3px solid #e4a933!important}@media (max-width:767px){.page-scroll-menu li:focus>a{border-bottom:1px solid #e4a933}}.page-scroll-menu li.current-menu-item>a{font-weight:700;border-bottom:3px solid #e4a933!important}@media (max-width:767px){.page-scroll-menu li.current-menu-item>a{border-bottom:1px solid #e4a933}}.page-scroll-menu .psm-dropdown{position:relative;font-weight:700;text-align:center;padding:.63rem 2.5rem;border-bottom:1px solid #d8d8d8;transition:.3s}@media (min-width:768px){.page-scroll-menu .psm-dropdown{display:none!important}}.page-scroll-menu .psm-dropdown:before{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;right:1.25rem;top:55%;transform:translateY(-50%) rotateX(0);color:#e4a933;font-size:.88rem;transition:.3s}.page-scroll-menu .psm-dropdown.active:before{transform:translateY(-50%) rotateX(-180deg)}.guide-block{padding:1.57rem;border:1px solid #e4a933}.guide-block small{font-size:.75rem}.sidebar-post-link{color:#000;text-decoration:none}.ccfic,.display-none,.mbnav .menu-wrap>.menu-inner>ul>li>ul,.mbnav ul li.has-sub a::after,.mbnav ul li::before,body.page-thank-you h1.entry-title{display:none}p:has(iframe){position:relative;padding-bottom:56.25%;overflow:hidden}p:has(iframe) iframe{position:absolute;top:0;left:0;width:100%;height:100%}.pfi img{width:100%;height:auto;max-height:60vh;object-fit:cover}.hamburger{--humburgerBox:1.13rem;min-width:1.13rem;display:none;align-items:center;justify-content:center;width:var(--humburgerBox);height:var(--humburgerBox);padding:0;margin:0;text-align:center;background-color:transparent;z-index:999}@media (max-width:1399px){.hamburger{display:flex}}.hamburger:focus,.hamburger:hover{background-color:transparent;outline:0;cursor:pointer}.hamburger span,.hamburger span:after,.hamburger span:before{display:block;width:100%;background:#373737;transition:all 300ms cubic-bezier(.645,.045,.355,1);cursor:pointer}.hamburger span{position:relative;left:0;right:0;margin:0 auto;height:2px;border-radius:2px}.hamburger span:after,.hamburger span:before{content:"";position:absolute;height:100%;border-radius:10px}.hamburger span:before{top:-5px}.hamburger span:after{bottom:-5px}.hamburger.is-clicked span{background-color:transparent!important}.hamburger.is-clicked span:before{top:0;transform:rotate(45deg)}.hamburger.is-clicked span:after{transform:translateY(-6px) rotate(-45deg);top:6px}.mbnav,.mbnav ul li a{position:relative;display:none;z-index:999}@media (max-width:1399px){.mbnav{display:block}}.mbnav__inner,.mbnav__state{width:100%;pointer-events:none}.mbnav__state{position:fixed;top:0;bottom:0;left:100%;transition:all .3s ease-in-out;overflow:hidden;z-index:999}.mbnav__inner{position:relative;max-height:100vh;height:100%}.mbnav__inner>.menu-wrap>.menu-inner>ul>li>a{padding:.63rem 0;font-size:1.25rem;font-weight:700}.mbnav__top{display:flex;justify-content:space-between;background:#936a19}.mbnav__logo{color:#fff;padding:15px}.mbnav .menu-wrap{--leftSlide:0;position:absolute;width:100%;height:100%;top:0;right:var(--leftSlide);transition:.4s ease}.mbnav .menu-wrap .menu-wrap{right:-100%;opacity:0;visibility:hidden}.mbnav .menu-wrap>.menu-inner{max-height:100%;padding-top:5.32rem;padding-bottom:1.25rem;background-color:#fff;pointer-events:auto;overflow:hidden auto}.mbnav .menu-wrap>.menu-inner>ul{padding:0 2.19rem}@media (max-width:991px){.mbnav .menu-wrap>.menu-inner>ul{padding:0 1.57rem}}.mbnav ul,.mbnav ul li{position:static;padding:0;margin:0}.mbnav ul{left:0;width:100%}.mbnav ul li.is-open{color:#e4a933}.mbnav ul li.is-open>.menu-wrap{opacity:1;visibility:visible}.mbnav ul li{display:flex;flex-wrap:wrap;list-style:none}.mbnav ul li.has-sub ul.sub-menu{color:#373737}.mbnav ul li a{display:inline-block;color:currentColor;text-decoration:none;z-index:2;cursor:pointer;order:-1}.mbnav__caret{display:flex;align-items:center;justify-content:center;width:2.19rem;height:auto;cursor:pointer;z-index:1}.mbnav__caret:not(.trigger-caret){pointer-events:none}.mbnav ul li.is-open>.mbnav__caret:before,.mbnav__caret::before{font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none}.mbnav__caret::before{content:"";color:#e4a933;font-size:.88rem;transition:.3s}.color-mbnav .mbnav__caret::before{color:#e4a933!important}.mbnav ul li.is-open>.mbnav__caret:before{content:"";font-size:.75rem}.mbnav__backdrop,.mbnav__overlay{position:fixed;left:0;right:0;top:0;bottom:0;transition:all .4s ease-in;opacity:0;visibility:hidden}.mbnav__backdrop{background:rgba(0,0,0,.55);z-index:-1}.mbnav__overlay{background:rgba(0,0,0,.5);z-index:99}.mbnav__overlay.is-show{opacity:1;visibility:visible}.mbnav.is-open .mbnav__state{left:0}.mbnav.is-open .mbnav__backdrop{opacity:1;z-index:999;visibility:visible}.main-header{position:fixed;top:0;width:100%;height:auto;background-color:#fff;border-bottom:1px solid #d8d8d8;z-index:999}.main-header.sticky .mh-top{height:0;padding:0;overflow:hidden}.main-header.sticky .mh-top *{height:0;overflow:hidden}.main-header.sticky .brand{width:10.94rem}@media (max-width:1199px){.main-header.sticky .brand{width:8.75rem}}.main-header.sticky .navigation>ul>li>a{padding:1.44rem 0}.main-header.sticky .mh-call-link{font-size:1rem}.main-header.sticky .mh-block:before{height:70%}.main-header .price-ticker{max-width:49.69rem}.main-header .mh-top{background-color:#efebd8;padding:.5rem 0;transition:.3s}@media (max-width:1199px){.main-header .mh-top{overflow:auto;padding:.38rem 0}}.main-header .mh-top *{transition:.3s}.main-header .mh-top-left{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0-1.5rem}@media (max-width:1399px){.main-header .mh-top-left{margin:0-.75rem}}@media (max-width:1199px){.main-header .mh-top-left{flex-wrap:nowrap;text-align:center}}.main-header .mh-top-left-line{display:inline-block;padding:0 1.5rem;font-size:.88rem}@media (max-width:1399px){.main-header .mh-top-left-line{padding:0 .75rem}}@media (max-width:1199px){.main-header .mh-top-left-line{font-size:.75rem;white-space:nowrap}}.main-header .mh-top-green{color:#3eaf00}.main-header .mh-top-contact{color:#936a19;font-weight:700;font-size:.88rem}.main-header .mh-top-contact:focus,.main-header .mh-top-contact:hover{color:#e4a933}.main-header .mh-top-right{display:flex;align-items:center}@media (max-width:1199px){.main-header .mh-top-right{display:none}}.main-header .mh-top-right-inner{position:relative;padding-right:1.57rem;margin-right:1.57rem}@media (max-width:1399px){.main-header .mh-top-right-inner{padding-right:1.13rem;margin-right:1.13rem}}.main-header .mh-top-right-inner:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:75%;width:1px;background-color:#373737}.main-header .mh-searchbar{position:relative;display:flex;align-items:center}.main-header .mh-searchbar input[type=search]{height:1.38rem;width:9rem;border:0;padding-right:0;padding-left:1.75rem;font-size:.88rem;background-color:transparent}@media (max-width:1199px){.main-header .mh-searchbar input[type=search]{padding-left:1.38rem}}.main-header .mh-searchbar button{position:absolute;left:0;color:#373737;background:0 0;border:0;padding:0;font-size:.94rem;pointer-events:none}@media (min-width:1400px){.main-header .mh-device-right{display:none}}.main-header .mh-device-call{display:block;margin-right:.32rem;font-size:0;text-decoration:none}.main-header .mh-device-call::before{font-size:1.13rem;color:#373737}.main-header .mh-device-searchbar{position:relative;display:flex;align-items:center;margin-right:.5rem;height:2.07rem;min-width:2.19rem}.main-header .mh-device-searchbar.open input[type=search]{width:13.75rem;border-color:#e4a933;padding-right:2.19rem}.main-header .mh-device-searchbar.open input[type=submit]{pointer-events:all}.main-header .mh-device-searchbar input[type=search]{position:absolute;right:0;top:0;height:2.07rem;width:0;border-color:transparent;background-color:#fff;border-radius:1.25rem;padding-right:1.25rem;font-size:.88rem;overflow:hidden;transition:.3s}.main-header .mh-device-searchbar input[type=submit]{font-size:0;width:2.19rem;height:2.07rem;background:0 0;border:0;padding:0;pointer-events:none}.main-header .mh-device-searchbar-btn{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center}.main-header .mh-device-searchbar-btn::before{position:absolute;font-size:1.13rem;margin-top:-.06rem}.main-header .mh-bottom>.container{--gutter:12px}@media (max-width:1399px){.main-header .mh-bottom-left{padding:.63rem 0}}.main-header .mh-bottom-right,.mh-block{display:flex}@media (max-width:1399px){.main-header .mh-bottom-right{display:none}}.mh-block{position:relative;flex-direction:column;padding:.32rem 0 .32rem 3.13rem}@media (max-width:1599px){.mh-block{padding:.25rem 0 .25rem 1.88rem}}@media (max-width:1399px){.mh-block{justify-content:center;align-items:center;padding:.94rem 1.25rem}}.mh-block:not(:last-child){margin-right:3.13rem}@media (max-width:1599px){.mh-block:not(:last-child){margin-right:1.88rem}}@media (max-width:1399px){.mh-block:not(:last-child){margin-right:.94rem;margin-right:0}}.mh-block:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:100%;width:1px;background-color:#373737;transition:.3s}@media (max-width:1399px){.mh-block:before{display:none}}.mh-block span{font-weight:700;white-space:nowrap}@media (min-width:1200px) and (max-width:1399px){.mh-block span{font-size:.88rem}}@media (max-width:1399px){.mh-call{border-bottom:2px solid #f2f2f2}}.mh-call .icon-call{color:#e4a933;margin-right:.69rem}.mh-call-link{display:inline-flex;align-items:center;font-weight:700;white-space:nowrap;font-size:1.25rem}@media (min-width:1200px) and (max-width:1399px){.mh-call-link{font-size:1rem}}@media (max-width:1399px){.mh-select{background-color:#f2f2f2;flex-direction:row}.mh-select span{margin-right:.32rem}}@media (max-width:375px){.mh-select span{font-size:.75rem}}.mh-select select{height:1.88rem;width:auto;padding-left:0;border-top:none;border-left:none;border-right:none;background-position:right 0 center}@media (max-width:375px){.mh-select select{font-size:.75rem}}.main-header .brand{display:inline-flex;vertical-align:middle;width:19.19rem;margin-right:2.19rem;transition:.3s}@media (max-width:1599px){.main-header .brand{width:13.75rem;margin-right:1.25rem}}@media (max-width:1199px){.main-header .brand{width:9.57rem}}.main-header .navigation{display:inline-block;word-break:keep-all}@media (max-width:1399px){.main-header .navigation{display:none}}.main-header .navigation>ul{display:flex;padding:0;margin:0}.main-header .navigation>ul>li{padding:0;margin:0 .63rem;list-style:none}.main-header .navigation>ul>li>a{display:block;color:#373737;font-weight:700;padding:2.38rem 0;text-decoration:none}@media (max-width:1399px){.main-header .navigation>ul>li>a{font-size:.88rem}}.main-header .navigation>ul>li.has-sub>a{position:relative}.main-header .navigation>ul>li.has-sub>a:after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;color:#e4a933;font-size:.63rem;padding-left:.25rem;transition:.3s}.main-header .navigation>ul>li.has-sub>a:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:#e4a933;height:2px;width:.63rem;border-radius:.63rem;opacity:0;transition:.3s}.main-header .navigation>ul>li.has-sub:focus>a:after,.main-header .navigation>ul>li.has-sub:hover>a:after{opacity:0}.main-header .navigation>ul>li.has-sub:focus>a:before,.main-header .navigation>ul>li.has-sub:hover>a:before{opacity:1}.main-header .navigation>ul>li.has-sub:focus>ul,.main-header .navigation>ul>li.has-sub:hover>ul{opacity:1;visibility:visible;pointer-events:all}.main-header .navigation>ul>li>ul{opacity:0;visibility:hidden;pointer-events:none;transition:.3s}.main-header .navigation>ul>li ul{padding:0;margin:0}.main-header .navigation>ul>li ul li{padding:0;margin:0;list-style:none}.main-header .navigation>ul>li ul li a:not(.btn){display:block;color:#373737;text-decoration:none}.main-header .navigation>ul>li ul li a:not(.btn):focus,.main-header .navigation>ul>li ul li a:not(.btn):hover{color:#e4a933}.mh-megamenu,.mh-megamenu::before{position:absolute;left:0;width:100%}.mh-megamenu{border-top:1px solid #d8d8d8}@media (max-width:1399px){.mh-megamenu{border-top:none}}.mh-megamenu::before{content:"";top:0;height:100vh;background-color:rgba(0,0,0,.3);z-index:-1;pointer-events:none}.mh-megamenu-search{position:relative;display:flex;align-items:center;margin-bottom:3.13rem}@media (max-width:1399px){.mh-megamenu-search{margin-top:1.57rem;margin-bottom:2.19rem}}.mh-megamenu-search input[type=search]{height:1.82rem;border:0;border-bottom:1px solid #e4a933;padding-right:0;padding-left:0;background-color:#fff}.mh-megamenu-search button{background:0 0;border:0;padding:0;font-size:1.13rem;margin-right:.94rem}.mh-megamenu-inner{width:100%;background-color:#fff;padding:3.13rem 0 1.25rem}@media (min-width:1400px){.mh-megamenu-inner{max-height:80vh;overflow:auto}}@media (max-width:767px){.mh-megamenu-inner{padding:1.25rem 0}}@media (max-width:1399px){.mh-megamenu-inner .container{--container-width:100%;--gutter:0}}.mh-megamenu-inner .left-cell{margin-bottom:1.57rem}@media (max-width:767px){.mh-megamenu-inner .left-cell:not(.lc2)>ul{padding:0 1.88rem;border-bottom:2px solid #f2f2f2}}.mh-megamenu-inner .left-cell a,.mh-megamenu-inner .middle-title{font-weight:700;margin-bottom:.94rem}.mh-megamenu-inner .middle-cell{margin-bottom:1.88rem}@media (max-width:767px){.mh-megamenu-inner .middle-cell{margin-bottom:.94rem;padding:0 2.82rem}}.mh-megamenu-inner .middle-cell li{margin-bottom:.5rem}.mh-megamenu-inner .middle-cell li a{display:flex!important}.mh-megamenu-inner .middle-cell li a span{display:inline-block;margin-top:auto;margin-bottom:auto}.mh-megamenu-inner .middle-img{display:flex;align-items:center;justify-content:center;min-width:3.13rem;width:3.13rem;height:3.13rem;margin-right:.94rem}.mh-megamenu-inner .right-cell{margin-bottom:1.88rem}@media (max-width:767px){.mh-megamenu-inner .right-cell{margin-bottom:0}}.mh-megamenu-inner .right-bg{position:absolute;left:0;top:0;height:100%;width:100%;z-index:-1}.endorsed-section .es-img img,.mh-megamenu-inner .right-bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.mh-megamenu-inner .right-block{position:relative;display:flex;padding:1.57rem 2.5rem 1.57rem 0;max-width:28.32rem;width:100%;margin-left:auto;z-index:1}@media (max-width:1399px){.mh-megamenu-inner .right-block{flex-wrap:wrap;justify-content:center;padding:1.57rem;margin-right:auto;text-align:center}}.mh-megamenu-inner .right-block .h3,.mh-megamenu-inner .right-block p{color:#fff}.mh-megamenu-inner .right-block .btn{display:block}.mh-megamenu-inner .right-inner{padding-left:2.44rem}@media (max-width:1399px){.mh-megamenu-inner .right-inner{padding-left:0;padding-top:6.57rem}}.mh-megamenu-inner .right-img{max-width:8.88rem;margin-left:-2.43rem;margin-right:1.57rem}@media (max-width:1399px){.mh-megamenu-inner .right-img{margin:-8.12rem 0 1.57rem}}.mh-megamenu-inner .lc2 a{font-weight:400}.mh-megamenu-inner .lc2-img{height:7.82rem;width:7.82rem;margin-bottom:.94rem}@media (max-width:1399px){.mh-megamenu-inner .lc2-img{height:6.25rem;width:6.25rem}}.mh-megamenu-inner .lc3 .middle-cell li{margin-bottom:.94rem}@media (max-width:575px){.mh-megamenu-inner .lc3 .middle-cell li{margin-bottom:.94rem}}.mh-megamenu-inner .lc3 .middle-img{margin-right:1.57rem}@media (max-width:575px){.mh-megamenu-inner .lc3 .middle-img{margin-right:.94rem}}.mh-megamenu-inner .lc3 .middle-img img{height:100%;width:100%;object-fit:cover}.mh-megamenu-inner .lc4 .middle-cell ul{display:flex;flex-wrap:wrap}.mh-megamenu-inner .lc4 .middle-cell li{width:50%;margin-bottom:.94rem;padding-right:1.57rem}@media (max-width:575px){.mh-megamenu-inner .lc4 .middle-cell li{width:100%;margin-bottom:.94rem;padding-right:0}}.mh-megamenu-inner .lc4 .middle-img{border-radius:6.25rem}.mh-megamenu-inner .lc4 .middle-img img{height:100%;width:100%;object-fit:cover;border-radius:6.25rem}.execphpwidget p{margin-bottom:0}@media (min-width:1400px){.endorsers-item{display:flex;align-items:center}}.main-footer{width:100%;background-image:linear-gradient(180deg,#000,#373737);border-top:4px solid #e4a933}@media (max-width:1199px){.main-footer{background-image:linear-gradient(180deg,#000,#373737)}}.main-footer *{color:#fff;font-size:.88rem}.contact-us strong,.main-footer strong{display:block;margin-bottom:.25rem}.main-footer .mf-brand{display:block;width:14.75rem}.main-footer .mf-title{color:#e4a933;margin-bottom:1.32rem}@media (max-width:767px){.main-footer .mf-title{margin-bottom:.94rem}}.contact-us .cu-left address,.main-footer .mf-left address{font-style:normal}.main-footer .mf-left-block{margin-bottom:.94rem}.main-footer .mf-left-block i{font-size:1.19rem;margin-right:.94rem;margin-top:.13rem}@media (max-width:991px){.main-footer .mf-left-block i{font-size:1rem;margin-right:.63rem}}#text-box-166114-27150>p,.fifty-fifty-section li,.main-footer .mf-menu ul{padding:0}.main-footer .mf-menu li{list-style:none;padding:0;margin-bottom:.94rem}@media (min-width:1400px){.main-footer .mf-menu li{padding-right:1.25rem}}@media (max-width:575px){.main-footer .mf-menu:last-child .mf-device-collapse{border-bottom:1px solid #fff;margin-bottom:.94rem}.main-footer .mf-social{display:flex;justify-content:space-between}}.main-footer .mf-social ul{margin-left:-.62rem;margin-right:-.62rem}.main-footer .mf-social li{padding-left:.63rem;padding-right:.63rem;margin-bottom:.63rem}.main-footer .mf-social a{font-size:1.13rem}.main-footer .mf-bottom{padding:1.57rem 0}@media (min-width:576px){.main-footer .mf-bottom{border-top:1px solid #fff}}.main-footer .mf-bottom p,.main-footer .mf-bottom strong{font-size:.75rem}@media (min-width:1200px){.main-footer .mf-bottom p{margin-bottom:0}}@media (max-width:991px){.main-footer .mf-device-collapse{border-top:1px solid #fff}.main-footer .mf-device-collapse.is-open .mf-title em{transform:scaleY(-1)}.main-footer .mf-device-collapse .mf-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.main-footer .mf-device-collapse .mf-title em{display:flex;align-items:center;justify-content:center;height:3.13rem;width:1.88rem;font-size:.69rem;transition:.3s}.main-footer .mf-device-collapse .mf-title em::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;color:#e4a933}.main-footer .mf-device-collapse .mf-title+ul{display:none}}.main-footer .mf-request-bar{display:none;z-index:10}@media (max-width:991px){.main-footer .mf-request-bar{display:block;position:fixed;width:100%;bottom:0;background-color:#fff}.main-footer .mf-request-bar .container{display:flex;align-items:center;justify-content:space-between;padding:.63rem 0}.main-footer .mf-request-bar .btn{display:block;width:100%;margin-right:.82rem;color:#373737;font-size:1rem}.main-footer .mf-request-bar .btn:focus,.main-footer .mf-request-bar .btn:hover{color:#e4a933}.main-footer .mf-request-bar-close{position:relative;display:flex;align-items:center;justify-content:center;height:1.5rem;width:1.5rem;background-color:transparent;border:0;padding:0}.main-footer .mf-request-bar-close::after,.main-footer .mf-request-bar-close::before{content:"";position:absolute;height:.88rem;width:2px;background-color:#e4a933;transition:.3s}.main-footer .mf-request-bar-close::before{transform:rotate(45deg)}.main-footer .mf-request-bar-close::after{transform:rotate(-45deg)}}.endorsed-section{position:relative;padding-top:1.25rem;z-index:9}@media (min-width:992px){.endorsed-section{height:300px}}@media (max-width:767px){.endorsed-section{padding-top:0}}.endorsed-section .es-head .h6{color:#936a19}.endorsed-section .es-wrap a,.main-footer .mf-menu li a{text-decoration:none}@media (max-width:1199px){.endorsed-section .es-wrap .slick-arrow{top:5.63rem;background-color:transparent}.endorsed-section .es-wrap .slick-arrow.slick-prev{left:calc(50% - 105px)}.endorsed-section .es-wrap .slick-arrow.slick-next{right:calc(50% - 105px)}.endorsed-section .es-wrap .slick-arrow:before{font-size:1.13rem}}.endorsed-section .es-wrap .slick-list{overflow:visible}@media (max-width:1199px){.endorsed-section .es-wrap .slick-list{padding-left:0;padding-right:0}.endorsed-section .es-wrap .slick-current .es-tooltip{height:100%;padding:0 0 1.57rem;overflow:visible;border-bottom:1px solid #d8d8d8}.endorsed-section .es-wrap .slick-current .es-img{height:11.57rem;width:7.82rem;margin-top:0;margin-bottom:0}}@media (min-width:1200px){.endorsed-section .es-wrap .slick-track{align-items:center}}.endorsed-section .es-wrap .es-block{color:#000}.endorsed-section .es-img{position:relative;height:6.25rem;width:6.25rem;border-radius:12.5rem;outline:2px solid #e4a933;outline-offset:.25rem;transition:.3s}@media (max-width:1199px){.endorsed-section .es-img{margin:3.13rem auto}}.endorsed-section .es-img img{border-radius:inherit}@media (min-width:1200px){.endorsed-section .es-img:focus,.endorsed-section .es-img:hover{height:11.57rem;width:7.82rem}.endorsed-section .es-img:focus+.es-tooltip,.endorsed-section .es-img:hover+.es-tooltip{visibility:visible}}.endorsed-section .es-block{position:relative;padding-left:1.57rem;padding-right:1.57rem}@media (max-width:1199px){.endorsed-section .es-block{padding-left:0;padding-right:0}}.endorsed-section .es-block-wrap{padding:.32rem 0}@media (min-width:1200px){.endorsed-section .es-block-wrap{display:flex}}.endorsed-section .es-tooltip{position:absolute;left:70%;top:92%;min-width:15.63rem;padding:1.57rem;border-radius:.32rem;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15);background-color:#fff;z-index:9;visibility:hidden;transition:.1s}@media (max-width:1199px){.endorsed-section .es-tooltip{position:static;visibility:visible;max-width:20.32rem;min-width:18.75rem;margin-left:-5rem;margin-right:-5rem;margin-top:20px;box-shadow:none;text-align:center;height:0;padding:0;overflow:hidden;transition:none}.endorsed-section .es-tooltip .h6{margin-bottom:.63rem}}@media (min-width:1200px){.endorsed-section .es-tooltip p{font-size:.88rem}}@media (min-width:1400px){.fifty-fifty-section .ffs-row{margin-right:-3.12rem;margin-left:-3.12rem}.fifty-fifty-section .ffs-row [class*=cell-]{padding-left:3.13rem;padding-right:3.13rem}}.fifty-fifty-section .ffs-media{position:relative;display:block;padding-top:100%;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.25)}.fifty-fifty-section .ffs-media img,.request-info .ri-bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:1199px){.fifty-fifty-section .ffs-media{box-shadow:.32rem .57rem 1.38rem 0 rgba(0,0,0,.25)}}.fifty-fifty-section .ffs-media-wrap{max-width:43.75rem;width:100%;margin-left:auto;margin-right:auto}@media (max-width:1199px){.fifty-fifty-section .ffs-media-wrap{max-width:25rem}}.fifty-fifty-section .ffs-media.-video:after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#fff;text-shadow:0 .63rem .94rem 0 rgba(0,0,0,.25);transition:.3s}.fifty-fifty-section .ffs-media.-video:focus:after,.fifty-fifty-section .ffs-media.-video:hover:after,.resource-spotlight .fv-wrap:focus:after,.resource-spotlight .fv-wrap:hover:after{transform:translate(-50%,-50%) scale(1.2)}@media (max-width:575px){.fifty-fifty-section .btn{display:block}}.request-info{position:relative;overflow:hidden}@media (max-width:991px){.request-info{padding-top:5.63rem}}@media (max-width:1199px){.request-info .h2,.request-info h2{font-size:1.5rem}}.request-info .ri2-container{max-width:68.75rem}@media (max-width:991px){.request-info .ri2-container .ri-form{display:block}}.request-info .ri2-container>.row{margin-left:-3.12rem;margin-right:-3.12rem}.request-info .ri2-container>.row>[class*=cell-]{padding-left:3.13rem;padding-right:3.13rem}.request-info .ri-wrap{position:relative;background-color:#efebd8}.request-info .ri-bg{position:absolute;left:0;top:0;height:100%;width:100%}@media (max-width:991px){.request-info .ri-img img{display:block;max-width:8.32rem;width:100%;margin-left:auto;margin-right:auto;margin-top:-7.5rem}.request-info .ri-content{text-align:center}}.request-info .ri-content p{font-weight:700}@media (max-width:991px){.request-info .ri-form{display:none}}.request-info .ri-form p{font-size:.63rem}@media (min-width:1200px){.request-info .ri-form p{opacity:50%}}.request-info .ri-form input[type=submit]{width:100%}.request-info .ri-device-btn .btn{display:block}@media (min-width:992px){.request-info .ri-device-btn .btn{display:none}}@media (min-width:768px){.resource-spotlight .article-wrap{display:flex!important;flex-direction:column!important;flex:1!important}.resource-spotlight .article-wrap .article-content-wrap{display:flex;flex-direction:column;flex:1;justify-content:space-between}}.resource-spotlight .rs-tab{margin-left:-.62rem;margin-right:-.62rem}.resource-spotlight .rs-tab button{font-size:.88rem;font-weight:700;margin:0 1.57rem .63rem;padding:0 0 .63rem;border:0;background-color:transparent}@media (max-width:767px){.resource-spotlight .rs-tab button{margin:0 .75rem .63rem;padding:0 0 .38rem}}.resource-spotlight .rs-tab button.active{border-bottom:2px solid #e4a933}.resource-spotlight .rs-img{position:relative;padding-top:57.5667655786%;margin-bottom:.94rem}.bl-img img,.newsletter-section .ns-bg img,.resource-spotlight .fv-wrap img,.resource-spotlight .rs-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.resource-spotlight .rs-link{text-decoration:none}.resource-spotlight .fv-wrap{display:block;height:auto;position:relative;padding-top:65.7276995305%;border:1px solid #d8d8d8;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}@media (max-width:575px){.resource-spotlight .fv-wrap{padding-top:100%}}.resource-spotlight .fv-wrap::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.94rem;color:#fff;transition:.3s}.resource-spotlight.-small{max-width:46.88rem;margin-left:auto;margin-right:auto}.resource-spotlight.-small .fv-wrap{padding-top:53.3333333333%}@media (max-width:575px){.resource-spotlight.-small .fv-wrap{padding-top:100%}}.blog-listing .article-link{color:#000;text-decoration:none}.blog-listing,.blog-listing .container{overflow:hidden}.blog-listing .h2{margin-top:.19rem;margin-bottom:.38rem}@media (max-width:1199px){.blog-listing .btn{padding:0;color:#0b7ff2;background-color:transparent;text-decoration:underline;font-size:.88rem}.blog-listing .btn:focus,.blog-listing .btn:hover{color:#936a19}.blog-listing .btn:before{display:none}}.bl-img{position:relative;padding-top:57.5667655786%;margin-bottom:.94rem}@media (max-width:575px){.blog-listing .cat-article-wrap{display:flex}.blog-listing .row .slick-slide{width:100%!important}.blog-listing .row .slick-slide:first-child{margin-bottom:1.88rem}.blog-listing .row .slick-slide:last-child,.blog-listing .row [class*=cell-]:last-child{margin-bottom:0}.blog-listing .row .slick-slide:not(:first-child) .blog-listing-item:not(:last-child),.blog-listing .row .slick-slide:not(:first-child):not(:last-child),.blog-listing .row [class*=cell-]:not(:first-child) .blog-listing-item:not(:last-child),.blog-listing .row [class*=cell-]:not(:first-child):not(:last-child){padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #d8d8d8}.blog-listing .row .slick-slide:not(:first-child) .bl-img,.blog-listing .row .slick-slide:not(:first-child) .blog-listing-item .bl-img,.blog-listing .row [class*=cell-]:not(:first-child) .bl-img,.blog-listing .row [class*=cell-]:not(:first-child) .blog-listing-item .bl-img{position:relative;height:3.13rem;width:3.13rem;min-width:3.13rem;margin-right:1.25rem;padding-top:0;margin-bottom:0}}@media (max-width:575px) and (max-width:991px){.blog-listing .row .slick-slide:not(:first-child) .bl-img,.blog-listing .row .slick-slide:not(:first-child) .blog-listing-item .bl-img,.blog-listing .row [class*=cell-]:not(:first-child) .bl-img,.blog-listing .row [class*=cell-]:not(:first-child) .blog-listing-item .bl-img{height:7rem;width:7rem;min-width:7rem}}@media (max-width:575px){.blog-listing .row .slick-slide:not(:first-child) .blog-listing-item .h4,.blog-listing .row .slick-slide:not(:first-child) .h4,.blog-listing .row [class*=cell-]:not(:first-child) .blog-listing-item .h4,.blog-listing .row [class*=cell-]:not(:first-child) .h4{margin-bottom:.63rem;font-size:1rem}.blog-listing .row .slick-slide:not(:first-child) .blog-listing-item .excerpt,.blog-listing .row .slick-slide:not(:first-child) .excerpt,.blog-listing .row [class*=cell-]:not(:first-child) .blog-listing-item .excerpt,.blog-listing .row [class*=cell-]:not(:first-child) .excerpt{display:none}.blog-listing-slider .slick-track{flex-wrap:wrap;width:auto!important;transform:none!important}}.blog-listing-slider .slick-arrow{top:-3.87rem}@media (max-width:575px){.blog-listing-slider .slick-arrow{display:none!important}}.blog-listing-slider .slick-prev{left:auto;right:3.63rem}.blog-listing-slider .slick-next{right:.94rem}@media (max-width:575px){.blog-listing .desktop{display:none}}@media (min-width:576px){.blog-listing .mobile{display:none}}.newsletter-section .ns-wrap{position:relative;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}.newsletter-section .ns-bg{position:absolute;left:0;top:0;height:100%;width:100%}.newsletter-section .ns-bell-icon{min-width:3.13rem;max-width:3.13rem;max-height:3.13rem}@media (max-width:1199px){.newsletter-section .ns-bell-head{display:flex;flex-direction:row-reverse}}@media (max-width:575px){.newsletter-section .ns-img img{display:block;max-width:13.75rem;width:100%;margin:0 auto}}.newsletter-section .ns-content{flex:auto}.newsletter-section .ns-content *{color:#fff}.newsletter-section .ns-content .h2,.newsletter-section .ns-form input[type=submit]{width:100%}@media (max-width:1199px){.newsletter-section .ns-content .h2{font-size:1.38rem}}.newsletter-section .ns-content p{font-size:1.13rem}@media (max-width:1199px){.newsletter-section .ns-middle{display:none}}.cta-option-5-container label,.newsletter-section .ns-form label,.newsletter-section .ns-form p{color:#fff}.newsletter-section .ns-form p,.products-filter .pf-slider .slick-arrow:before{font-size:.63rem}@media (min-width:1200px){.newsletter-section .ns-form p{opacity:50%}}.products .product-link{color:#000;text-decoration:none}.products-filter{position:relative;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;background-color:#fff;z-index:98}.products-filter .pf-slider{display:flex;justify-content:center;text-align:center;margin:0;list-style-type:none}.products-filter .pf-slider .slick-list{margin-right:1.57rem}.products-filter .pf-slider .slick-track{margin-left:-1.56rem;margin-right:-1.56rem}.products-filter .pf-slider .slick-arrow{background-color:transparent}.products-filter .pf-slider .slick-arrow.slick-disabled{opacity:0}.products-filter .pf-slider .slick-prev{left:-1.62rem}.products-filter .pf-item a{display:block;padding:.63rem 1.25rem .44rem;margin:0 1.57rem;min-width:7.82rem;color:#373737;border-bottom:3px solid transparent;text-decoration:none;text-align:center;transition:.3s}@media (max-width:1199px){.products-filter .pf-item a{padding:.63rem 0 .44rem;min-width:auto}}.products-filter .pf-item:focus{font-weight:700;border-bottom:3px solid #e4a933;white-space:nowrap}.products-filter .pf-item.current-menu-item{font-weight:700;border-bottom:3px solid #e4a933;white-space:nowrap}.products-listing .h2{margin-top:.19rem;margin-bottom:.38rem}@media (max-width:575px){.products-listing .pl-head .h2,.products-listing .pl-head h2{font-size:1.5rem}.products-listing .pl-head .btn{display:none}}.products-listing .pl-device-btn{margin-top:1.25rem}@media (min-width:576px){.products-listing .pl-device-btn{display:none}}.products-listing .pl-device-btn .btn{display:block}.products-block{position:relative;display:block;border:1px solid #d8d8d8;text-decoration:none}.products-block-row{margin-right:-.5rem;margin-left:-.5rem}.products-block-row [class*=cell-]{padding-left:.5rem;padding-right:.5rem}@media (max-width:575px){.products-block-row{margin-right:-.15rem;margin-left:-.15rem}.products-block-row [class*=cell-]{padding-left:.16rem;padding-right:.16rem}}@media (min-width:1400px){.products-block-cell{width:20%}}@media (max-width:991px){.products-block-cell{width:50%}}@media (max-width:575px){.products-block-cell{margin-bottom:.32rem}}.products-block .pl-img{position:relative;padding-top:100%;background-color:#f2f2f2}.products-block .pl-img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:90%;max-width:90%}.products-block .pl-content{padding:1.57rem}@media (max-width:575px){.products-block .pl-content{padding:.94rem}}.products-block .pl-content a:not(.btn-link){text-decoration:none}@media (max-width:575px){.products-block .pl-content .h5,.products-block .pl-content h5{font-size:.88rem}}.products-block .pl-content .excerpt{font-size:.88rem}@media (max-width:575px){.products-block .pl-content .excerpt{display:none}}.products-block .pl-ribbon{position:absolute;top:.63rem;left:-.87rem;background:#256c24;height:2rem;padding:.32rem 0 .32rem .5rem;color:#fff;font-size:.88rem;font-weight:700;z-index:9}@media (max-width:575px){.products-block .pl-ribbon{top:0;left:0;font-size:.75rem;height:1.5rem;padding:.19rem 0 .19rem .5rem}}.products-block .pl-ribbon:before{content:"";position:absolute;top:100%;left:0;border-top:.63rem solid #184617;border-left:.88rem solid transparent}@media (max-width:575px){.products-block .pl-ribbon:before{display:none}}.products-block .pl-ribbon:after{content:"";position:absolute;left:100%;top:0;margin-left:-.5rem;border-style:solid;border-width:1rem;border-color:#256c24 transparent #256c24 #256c24;z-index:-1}@media (max-width:575px){.products-block .pl-ribbon:after{border-width:.75rem}}.products-listing-slider::after{content:"";position:absolute;right:-2px;top:0;width:15%;height:100%;background-image:linear-gradient(90deg,rgba(255,255,255,.01),rgba(255,255,255,.99));pointer-events:none;z-index:9}@media (max-width:575px){.products-listing-slider::after{display:none}}.products-listing-slider .slick-list{padding-right:12.5rem;margin-left:-.31rem}@media (max-width:991px){.products-listing-slider .slick-list{padding-right:15.63rem}}@media (max-width:767px){.products-listing-slider .slick-list{padding-right:9.38rem}}@media (max-width:575px){.products-listing-slider .slick-list{padding-right:0}}.products-listing-slider .slick-track{padding-left:.32rem}@media (max-width:575px){.products-listing-slider .slick-track{flex-wrap:wrap;width:auto!important;transform:none!important}}.products-listing-slider .slick-arrow{top:-3.87rem}@media (max-width:575px){.products-listing-slider .slick-arrow{display:none!important}.products-listing-slider .slick-slide{width:50%!important}}.products-listing-slider .slick-prev{left:auto;right:3.63rem}.products-listing-slider .slick-next{right:.94rem}@media (max-width:767px){.products-desktop{display:none}}@media (min-width:768px){.products-mobile{display:none}}.about-logos .al-wrap{margin-left:-.93rem;margin-right:-.93rem;width:calc(100% + 30px);align-items:center}@media (max-width:991px){.about-logos .al-wrap{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 24px)}}.about-logos .al-logo{min-width:6.25rem;flex:auto;padding-right:.94rem;padding-left:.94rem;margin-bottom:1.88rem}@media (max-width:991px){.about-logos .al-logo{text-align:center;min-width:auto;width:25%;padding-right:.75rem;padding-left:.75rem}}@media (max-width:575px){.about-logos .al-logo img{height:2.19rem}}.full-image .fi-wrap{position:relative;padding-top:42.2535211268%;border:1px solid #d8d8d8;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}.full-image .fi-wrap img,.full-video .fv-wrap img,.two-column-image .tci-wrap img,.two-column-video .tcv-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:575px){.full-image .fi-wrap{padding-top:100%}}.full-video .fv-wrap{display:block;position:relative;padding-top:42.2535211268%;border:1px solid #d8d8d8;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}@media (max-width:575px){.full-video .fv-wrap{padding-top:100%}}.full-video .fv-wrap::after,.two-column-video .tcv-wrap::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.94rem;color:#fff;transition:.3s}.full-video .fv-wrap:focus:after,.full-video .fv-wrap:hover:after,.products-child-hero .pch-media.-video:focus:after,.products-child-hero .pch-media.-video:hover:after,.two-column-video .tcv-wrap:focus:after,.two-column-video .tcv-wrap:hover:after{transform:translate(-50%,-50%) scale(1.2)}.full-video.-small{max-width:46.88rem;margin-left:auto;margin-right:auto}.full-video.-small .fv-wrap{padding-top:53.3333333333%}@media (max-width:575px){.full-video.-small .fv-wrap{padding-top:100%}}.two-column-image .tci-wrap,.two-column-video .tcv-wrap{position:relative;padding-top:100%;border:1px solid #d8d8d8;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}.two-column-video .tcv-wrap{display:block}.column-icon-block .cib-img{display:flex;align-items:center;justify-content:center;height:4.69rem;width:4.69rem;margin-bottom:1.57rem}.column-icon-block .cib-img img{max-height:100%}.stay-connected{overflow:hidden;border:1px solid #d8d8d8}.stay-connected .sc-cell{padding-left:1.57rem;padding-right:1.57rem}.stay-connected .sc-icon{display:flex;align-items:center;justify-content:center;height:5.63rem;width:5.63rem;font-size:1.88rem;border-radius:12.5rem;background-color:#fff;text-decoration:none}@media (max-width:1199px){.stay-connected .sc-icon{height:3.13rem;width:3.13rem}}@media (max-width:991px){.contact-us>.container>.row{flex-direction:column-reverse}}.contact-us .cu-title{margin-bottom:1.13rem}@media (max-width:1199px){.contact-us .cu-title{font-size:.88rem}}@media (max-width:767px){.contact-us .cu-title{margin-bottom:.75rem}}.contact-us .cu-left-line{border-bottom:1px solid #d8d8d8}@media (max-width:1199px){.contact-us .cu-left address{font-size:.88rem}}.contact-us .cu-left-block{margin-bottom:.94rem}@media (max-width:1199px){.contact-us .cu-left-block{font-size:.88rem}}.contact-us .cu-left-block i{font-size:1.19rem;margin-right:.94rem;margin-top:.13rem}@media (max-width:991px){.contact-us .cu-left-block i{font-size:1rem;margin-right:.63rem}}.contact-us .cu-left-block a{color:#373737;text-decoration:none}.contact-us .cu-left-block a:focus,.contact-us .cu-left-block a:hover{color:#0b7ff2;text-decoration:underline}@media (max-width:1199px){.contact-us .cu-social{display:flex;justify-content:space-between}}.contact-us .cu-social ul{padding:0;margin:0-.75rem}@media (max-width:575px){.contact-us .cu-social ul{margin:0-.62rem}}.contact-us .cu-social li{padding:0 .75rem;margin-bottom:.63rem;list-style:none}@media (max-width:575px){.contact-us .cu-social li{padding:0 .63rem}}.contact-us .cu-social a{font-size:1.44rem;text-decoration:none}@media (max-width:575px){.contact-us .cu-social a{font-size:1.13rem}}.contact-us .cu-form-wrap{background-color:rgba(255,255,255,.85);backdrop-filter:blur(25px);box-shadow:.63rem .94rem 2.19rem rgba(0,0,0,.15);border:1px solid #d8d8d8;height:100%}@media (max-width:767px){.contact-us .cu-content-container{order:2}.contact-us .cu-form-container{order:1}}@media (max-width:1199px){.customers-reviews .crs-img.-desktop{display:none}}.customers-reviews .crs-img.-device{max-width:20.32rem;width:100%;margin:0 auto}@media (min-width:1200px){.customers-reviews .crs-img.-device{display:none}}.customers-reviews .crs-img.-device img{display:block;margin-bottom:1.25rem}.customers-reviews .crs-img.-device img:first-child{margin-left:auto;margin-right:auto}@media (max-width:991px){.section-cta-options.desktop{display:none}}@media (min-width:992px){.section-cta-options.mobile{display:none}}.cta-option-3-container .cta-form-title{display:none}.cu-msg,.hero-section .row,.products-child-hero .pch-thumb-slider .slick-slide>div{height:100%}.cu-msg i{display:block;color:#3eaf00;font-size:2.57rem;margin-bottom:1.57rem}.hero-section{padding-bottom:3.13rem}.hero-section .hs-top{position:relative;padding-top:3.32rem;min-height:40.69rem}@media (max-width:1199px){.hero-section .hs-top{padding-top:0;min-height:auto}.hero-section .hs-top>.container{width:100%}}.hero-section .hs-bg,.hero-section .hs-bg img{position:absolute;left:0;top:0;height:100%;width:100%}.hero-section .hs-bg img{object-fit:cover}@media (max-width:1199px){.hero-section .hs-bg-wrap{position:relative;border-bottom:5px solid #e4a933}}@media (min-width:1200px){.hero-section .hs-bg-wrap .hs-content{display:none}}.hero-section .hs-content{position:relative;max-width:68%;width:100%;padding-bottom:12%}@media (max-width:1199px){.hero-section .hs-content{max-width:100%;width:100%;padding-bottom:0;margin-top:2.19rem;text-align:center}}@media (max-width:375px){.hero-section .hs-content .heading-h0{font-size:1.57rem}}@media (min-width:1200px){.hero-section .hs-content-wrap{display:flex;align-items:center}}@media (max-width:1199px){.hero-section .hs-content-wrap .hs-content{display:none}}.hero-section .hs-content .eyebrow-text{font-size:1.5rem;color:#fff}@media (max-width:1399px){.hero-section .hs-content .eyebrow-text{font-size:1.25rem}}@media (max-width:1199px){.hero-section .hs-content .eyebrow-text{font-size:1rem;margin-bottom:.63rem}.hero-section .hs-content .heading-h0{margin-bottom:0}}.hero-section .hs-content .heading-h0 span{color:#e4a933;font-weight:700}.hero-section .hs-content .hs-bottom{display:none}@media (min-width:992px) and (max-width:1199px){.hero-section .hs-content .hs-bottom{display:flex}}.hero-section .hs-form{padding:2.63rem 3.13rem;max-width:28.13rem;width:100%;margin-left:auto;margin-bottom:-9.87rem;background-color:rgba(255,255,255,.85);backdrop-filter:blur(25px);box-shadow:0 .63rem 1.57rem .32rem rgba(0,0,0,.2)}@media (max-width:1399px){.hero-section .hs-form{padding:2.5rem}}@media (max-width:1199px){.hero-section .hs-form{max-width:100%;margin-bottom:0;margin-right:auto;box-shadow:.94rem 0 2.5rem 0 rgba(0,0,0,.25)}}@media (max-width:575px){.hero-section .hs-form{padding:1.88rem}}.hero-section .hs-form-img{margin-top:-3.5rem;max-width:7.25rem;width:100%}@media (max-width:1199px){.hero-section .hs-form-img{max-width:11.88rem;margin-top:-13.12rem;margin-bottom:1.25rem;margin-left:auto;margin-right:35rem}}.hero-section .hs-form .h3{padding-right:1.25rem;margin-bottom:1.44rem}@media (min-width:1400px){.hero-section .hs-form .h3{font-size:1.75rem}}@media (max-width:1199px){.hero-section .hs-form .h3{padding-right:0;text-align:center}}.hero-section .hs-form .hs-submit{width:100%}.hero-section .hs-form p{font-size:.69rem;margin-top:.94rem}.hero-section .hs-form-head{display:flex;justify-content:space-between}@media (max-width:1199px){.hero-section .hs-form-head{flex-direction:column-reverse}}.hero-section .hs-bottom{padding-top:3.13rem;max-width:70%;margin-left:-.93rem;margin-right:-.93rem}@media (max-width:1199px){.hero-section .hs-bottom{max-width:calc(100% + 30px);width:calc(100% + 30px);padding-top:.94rem;padding-bottom:.94rem;margin-left:-.75rem;margin-right:-.75rem;align-items:center}.hero-section .hs-bottom-wrap .hs-bottom{display:none}}.hero-section .hs-logo{min-width:9.38rem;flex:auto;padding-right:.94rem;padding-left:.94rem;margin-bottom:1.88rem}@media (max-width:767px){.hero-section .hs-logo{min-width:auto;width:25%;padding-right:.75rem;padding-left:.75rem;margin-bottom:0;text-align:center}}.hero-section .hs-logo img{height:100%;width:auto;max-width:168px}@media (max-width:991px){.hero-section .hs-logo img{max-height:3.13rem;height:100%;width:auto}}@media (max-width:575px){.hero-section .hs-logo img{max-height:2.19rem}}@media (min-width:1200px){.hero-section .hs-device-logo{display:none}}.hero-section .hs-person-device-img{position:relative;text-align:right}@media (min-width:1200px){.hero-section .hs-person-device-img{display:none}}@media (min-width:768px){.hero-section .hs-person-device-img{opacity:0}}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width:767px){body .hero-section .hs-logo img{height:100%;width:auto;max-height:3.13rem}}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width:575px){body .hero-section .hs-logo img{max-height:1.57rem}}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width:767px),(min-color-index:0) and (max-width:767px){body .hero-section .hs-logo img{height:100%;width:auto;max-height:3.13rem}}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width:575px),(min-color-index:0) and (max-width:575px){body .hero-section .hs-logo img{max-height:1.57rem}}.blog-parent-hero,.hero-section{overflow:hidden}.blog-parent-hero .row{margin-right:-1.56rem;margin-left:-1.56rem}.blog-parent-hero .row [class*=cell-]{padding-left:1.57rem;padding-right:1.57rem}.blog-parent-hero .bph-block{position:relative;display:flex;align-items:flex-end;min-height:25rem}.blog-parent-hero .bph-bg{position:absolute;left:0;top:0;width:100%;height:100%}.author-section .as-img img,.beside-main .sidebar-line-img img,.blog-child-hero .bch-img img,.blog-parent-hero .bph-bg img,.blog-parent-hero .bph-line-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:1199px){.blog-parent-hero .bph-bg:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.6)}}.blog-parent-hero .bph-content{position:relative;width:100%;padding:3.13rem;background:#181818;background:linear-gradient(0deg,rgba(24,24,24,.9037990196)0,rgba(0,0,0,.3239670868) 54%,rgba(255,255,255,0) 100%)}@media (max-width:1199px){.blog-parent-hero .bph-content{padding:1.57rem}}.blog-parent-hero .bph-content .btn-link{display:inline-block;color:#e4a933;margin-top:1.38rem}.blog-parent-hero .bph-content .btn-link:focus,.blog-parent-hero .bph-content .btn-link:hover{color:#0b7ff2}.blog-parent-hero .bph-line:not(:last-child){padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #d8d8d8}.blog-parent-hero .bph-line-img{position:relative;height:3.13rem;width:3.13rem;min-width:3.13rem;margin-right:1.25rem}@media (max-width:991px){.blog-parent-hero .bph-line-img{height:7rem;width:7rem;min-width:7rem}}.blog-parent-hero .bph-line a.title-link{text-decoration:none}.blog-parent-hero .bph-line .h6{margin-bottom:.63rem}.blog-child-hero .bch-author-date{margin-bottom:1.57rem}.blog-child-hero .bch-line{position:relative;padding:.19rem 1.57rem .19rem 0;margin:.25rem 1.57rem .25rem 0}@media (max-width:1199px){.blog-child-hero .bch-line{padding:0;margin:0;width:100%}}.blog-child-hero .bch-line::after{content:"";position:absolute;right:0;top:0;height:95%;width:1px;background-color:#373737}@media (max-width:1199px){.blog-child-hero .bch-line::after{display:none}}.blog-child-hero .bch-social{margin:.25rem 0}@media (max-width:1199px){.blog-child-hero .bch-social{margin:.94rem 0 0}}.blog-child-hero .bch-social span{display:block;margin-right:.94rem}.blog-child-hero .bch-social a{display:flex;font-size:1.13rem;margin-right:.94rem;text-decoration:none}.blog-child-hero .bch-img{position:relative;padding-top:46.9483568075%}@media (max-width:991px){.blog-child-hero .bch-img{margin-left:-2.18rem;margin-right:-2.18rem}}@media (max-width:767px){.blog-child-hero .bch-img{margin-left:-1.56rem;margin-right:-1.56rem}}@media (max-width:575px){.blog-child-hero .bch-img{padding-top:66.6666666667%}}.beside-main{overflow:unset}@media (min-width:1400px){.beside-main-row{margin-left:-3.12rem;margin-right:-3.12rem}.beside-main-row>[class*=cell-]{padding-left:3.13rem;padding-right:3.13rem}}.beside-main .sidebar{position:sticky;top:1.88rem}.beside-main .sidebar-form{padding:1.25rem 1.57rem;width:100%;background-color:rgba(255,255,255,.85);backdrop-filter:blur(25px);box-shadow:0 .13rem .94rem .19rem rgba(0,0,0,.1);border:1px solid #d8d8d8}@media (max-width:991px){.beside-main .sidebar-form{display:none}}.beside-main .sidebar-form-img{margin-top:-1.87rem;max-width:4.38rem;width:100%}.beside-main .sidebar-form .h4{padding-right:.63rem;margin-bottom:.94rem}.beside-main .sidebar-form .checkbox label{font-size:.82rem}.beside-main .sidebar-form .submit-btn{width:100%}.beside-main .sidebar-form p{font-size:.63rem;margin-top:.63rem}.beside-main .sidebar-post:not(:last-child){margin-bottom:1.57rem;padding-bottom:1.57rem;border-bottom:1px solid #d8d8d8}.beside-main .sidebar-line:not(:last-child){margin-bottom:1.57rem}.beside-main .sidebar-line-img{position:relative;height:3.13rem;width:3.13rem;min-width:3.13rem;margin-right:1.5rem}.beside-main .sidebar a.sidebar-line-wrap{display:block;color:inherit;text-decoration:none}.beside-main .sidebar a.sidebar-line-wrap:focus,.beside-main .sidebar a.sidebar-line-wrap:hover{color:#936a19}.beside-main .newsletter-section{margin:1.88rem 0}.beside-main .ns-main-row [class*=cell-]{flex:auto}@media (min-width:1200px){.beside-main .ns-left{width:40%}}.beside-main .ns-left p,.detail_full2 span,.detail_full3 span{font-weight:400}@media (min-width:1200px){.beside-main .ns-right{width:60%}}.beside-main .ns-middle{display:none}@media (min-width:1200px){.table-contents .container{padding-top:3.13rem;padding-bottom:1.88rem}}@media (max-width:1199px){.table-contents .tc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.table-contents .tc-head.is-open em{transform:scaleY(-1)}.table-contents .tc-head em{display:flex;align-items:center;justify-content:center;height:4.25rem;width:1.88rem;transition:.3s}.table-contents .tc-head em::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;color:#e4a933;font-size:.75rem}.table-contents .tc-head+.row{display:none}}.key-takeaways .kt-wrap{position:relative}.key-takeaways .kt-wrap::before,.key-takeaways .kt-wrap:after{content:"";position:absolute;height:100px;width:100px}.key-takeaways .kt-wrap::before{left:0;top:0;border-left:2px solid #e4a933;border-top:2px solid #e4a933}.key-takeaways .kt-wrap:after{right:0;bottom:0;border-right:2px solid #e4a933;border-bottom:2px solid #e4a933}.key-takeaways .kt-wrap ul{margin-bottom:0}.author-section .as-wrap{display:flex;padding:1.57rem;border:1px solid #d8d8d8}@media (max-width:1199px){.author-section .as-wrap{flex-direction:column}}.author-section .as-img{position:relative;height:7.5rem;width:7.5rem;min-width:7.5rem;margin-right:1.57rem}@media (max-width:1199px){.author-section .as-img{margin-right:0;margin-bottom:.94rem}}@media (min-width:1400px){.products-child-hero .row{margin-right:-1.56rem;margin-left:-1.56rem}.products-child-hero .row [class*=cell-]{padding-left:1.57rem;padding-right:1.57rem}}.products-child-hero .pch-slider{margin:-.62rem -2.5rem 0}@media (max-width:767px){.products-child-hero .pch-slider{margin:-.62rem -1.12rem 0}}.products-child-hero .pch-item{position:relative;padding:.63rem 2.5rem 1.57rem}@media (max-width:767px){.products-child-hero .pch-item{max-width:31.25rem;display:block!important;width:100%;margin-left:auto;margin-right:auto;padding:.63rem 1.13rem 1.38rem}}.products-child-hero .pch-item:not(:first-child){display:none}.products-child-hero .pch-ribbon{position:absolute;top:1.25rem;left:1.69rem;background:#256c24;height:2rem;padding:.32rem 0 .32rem .5rem;color:#fff;font-size:.88rem;font-weight:700;z-index:9}@media (max-width:991px){.products-child-hero .pch-ribbon{left:.32rem}}.products-child-hero .pch-ribbon:before{content:"";position:absolute;top:100%;left:0;border-top:.63rem solid #184617;border-left:.88rem solid transparent}.products-child-hero .pch-ribbon:after{content:"";position:absolute;left:100%;top:0;margin-left:-.5rem;border-style:solid;border-width:1rem;border-color:#256c24 transparent #256c24 #256c24;z-index:-1}.products-child-hero .pch-media{position:relative;padding-top:100%;background-color:#f2f2f2;border:1px solid #d8d8d8;box-shadow:.44rem .63rem 1.38rem rgba(0,0,0,.15)}@media (max-width:767px){.products-child-hero .pch-media{box-shadow:.25rem .44rem .94rem rgba(0,0,0,.1)}}.products-child-hero .pch-media img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:95%;max-width:95%}.footer_menu span,.products-child-hero .pch-media.-video{display:block}.products-child-hero .pch-media.-video::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;color:#fff;transition:.3s}@media (max-width:1399px){.products-child-hero .pch-media.-video::after{font-size:1.88rem}}.products-child-hero .pch-thumb-slider .slick-current .pch-thumb-media::before{opacity:1}.products-child-hero .pch-thumb-slider .slick-list{margin:0 2.5rem}.products-child-hero .pch-thumb-slider .slick-slide{height:auto}.products-child-hero .pch-thumb-item{padding:0 .44rem;height:100%}.products-child-hero .pch-thumb-media{position:relative;display:flex;align-items:center;justify-content:center;max-width:6.25rem;height:100%}.products-child-hero .pch-thumb-media::before{content:"";background-color:rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:.3s}.products-child-hero .pch-thumb-media img{max-height:100%}.products-child-hero .pch-thumb-media.-video::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.38rem;color:#fff}@media (max-width:1399px){.products-child-hero .pch-thumb-media.-video::after{font-size:.88rem}}.call-us-section{position:relative;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}.call-us-section .cu-bg,.call-us-section .cu-bg img,.products-child-hero .pch-thumb-media::before{position:absolute;top:0;left:0;width:100%;height:100%}.call-us-section .cu-bg{z-index:-1}.call-us-section .cu-bg img{object-fit:cover}.call-us-section .h2{color:#fff;width:100%}@media (max-width:1199px){.call-us-section .h2{font-size:1.25rem}}.call-us-section .h2 a{display:inline-block;color:#e4a933}.call-us-section .h2 a:focus,.call-us-section .h2 a:hover{color:#fff}.call-us-section .h2 i{font-size:1.38rem}@media (max-width:1199px){.call-us-section .h2 i{font-size:.94rem}}.specifications-section{position:relative;background-color:#fff;border:1px solid #d8d8d8}.specifications-section .ss-top{border-bottom:1px solid #d8d8d8}.specifications-section strong{display:block;margin-bottom:.63rem}.specifications-section p:not(:last-child){margin-bottom:.63rem}@media (max-width:1199px){.faq-section .h2,.faq-section h2{font-size:1.5rem}}.faq-section .faq-line{border-bottom:1px solid #d8d8d8}.faq-section .faq-line.active .faq-question::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none}.faq-section .faq-question{position:relative;padding-right:2.5rem;margin:1.57rem 0;cursor:pointer}.faq-section .faq-question::before{content:"";position:absolute;right:0;top:0;height:1.5rem;width:1.5rem;background-color:#e4a933}.faq-section .faq-question::after{content:"";font-family:"bgg"!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center;height:1.5rem;width:1.5rem;font-size:.75rem;transition:.3s}.faq-section .faq-answer{display:none;padding-bottom:1.57rem}@media (max-width:450px){.endorsements-parent .row{margin-right:-.15rem;margin-left:-.15rem}.endorsements-parent .row [class*=cell-]{padding-left:.16rem;padding-right:.16rem;margin-bottom:.32rem}}.endorsements-parent .ep-block{color:#373737;border:1px solid #d8d8d8;height:100%;text-decoration:none}@media (max-width:575px){.endorsements-parent .ep-block{flex-direction:column}}.endorsements-parent .ep-img{min-width:10.94rem;max-width:10.94rem;width:100%}@media (max-width:1199px){.endorsements-parent .ep-img{aspect-ratio:1/1!important;min-width:7.5rem;max-width:7.5rem}}@media (max-width:575px){.endorsements-parent .ep-img{min-width:auto;max-width:100%;height:15.63rem}}@media (max-width:450px){.endorsements-parent .ep-img{height:10rem}}.endorsements-parent .ep-img img{height:100%;width:100%;object-fit:cover}.endorsements-parent .ep-content{display:flex;flex-direction:column;justify-content:space-between;padding:1.44rem;width:100%;height:100%}@media (max-width:450px){.endorsements-parent .ep-content{padding:.94rem}}.endorsements-parent .ep-content small{display:block;font-size:.75rem;text-transform:capitalize}@media (max-width:1199px){.endorsements-parent .ep-content p{display:none}}.error-404 a.error-block:focus .h6,.error-404 a.error-block:focus h6,.error-404 a.error-block:hover .h6,.error-404 a.error-block:hover h6{color:#936a19}.error-searchbar{position:relative;display:flex;align-items:center}.error-searchbar input[type=search]{padding-left:2.94rem;background-color:#fff}.error-searchbar button{position:absolute;left:1.07rem;background:0 0;border:0;padding:0;font-size:.94rem;pointer-events:none}.error-block{display:block;height:100%;padding:4.13rem 1.25rem;text-decoration:none;border:1px solid #d8d8d8}@media (max-width:1199px){.error-block{padding:1.75rem 1.25rem}}.error-block-icon{display:flex;align-items:center;justify-content:center;height:4.69rem;width:4.69rem;margin:0 auto 1.38rem}@media (max-width:1199px){.error-block-icon{height:4.07rem;width:4.07rem;margin:0 auto .94rem}}.error-block .h6,.error-block h6{transition:.3s}@media (max-width:575px){.error-block-wrap .row{margin-right:-.15rem;margin-left:-.15rem}.error-block-wrap .row [class*=cell-]{padding-left:.16rem;padding-right:.16rem;margin-bottom:.32rem}}@media (max-width:991px){.main-404 .sidebar{display:flex;flex-direction:column-reverse}.main-404 .sidebar-post{border-bottom:none;margin-bottom:3.13rem}.main-404 .sidebar-form{display:block;margin-top:5.63rem;margin-left:-2.18rem;width:calc(100% + 70px);background-color:#efebd8;box-shadow:none;border:0}.main-404 .sidebar-form-head{flex-direction:column-reverse;align-items:center}.main-404 .sidebar-form-head .h4,.main-404 .sidebar-form-head h4{padding-right:0;text-align:center;font-size:1.5rem;margin-bottom:1.57rem}.main-404 .sidebar-form-img{max-width:8.32rem;margin-top:-6.56rem;margin-bottom:1.57rem}}@media (max-width:767px){.main-404 .sidebar-form{margin-left:-1.56rem;width:calc(100% + 50px)}}.info-kit-hero{position:relative}.info-kit-hero .ikh-bg,.info-kit-hero .ikh-bg img{position:absolute;left:0;top:0;height:80%;width:100%}.info-kit-hero .ikh-bg img{height:100%;object-fit:cover}@media (max-width:1199px){.info-kit-hero .ikh-bg{height:31%}}.info-kit-hero .ikh-heading p{font-size:1.5rem}@media (max-width:1199px){.info-kit-hero .ikh-heading p{font-size:1.19rem}}@media (max-width:375px){.info-kit-hero .ikh-heading p{font-size:1rem}}.info-kit-hero .ikh-wrap{position:relative}.info-kit-hero .ikh-bottom{margin:3.13rem 0;box-shadow:.63rem .94rem 2.19rem 0 rgba(0,0,0,.15)}@media (max-width:1199px){.info-kit-hero .ikh-bottom>.row{flex-direction:column-reverse}}.info-kit-hero .ikh-left-content{padding:3.75rem 1.25rem 3.13rem 3.13rem}@media (max-width:1199px){.info-kit-hero .ikh-left-content{padding:2.5rem 1.88rem 1.25rem}}@media (max-width:767px){.info-kit-hero .ikh-left-content{padding:1.25rem 1.88rem}}.info-kit-hero .ikh-img{margin:-2.5rem -1.87rem}@media (max-width:1199px){.info-kit-hero .ikh-img{margin:0 auto;max-width:8.75rem}}@media (max-width:767px){.info-kit-hero .ikh-img{margin:0 auto;max-width:12.5rem}}.bgld-new-upload-form form .bgld-complete,.info-kit-hero .ikh-img img{width:100%}.info-kit-hero .ikh-form p{font-size:.63rem;opacity:50%}.info-kit-hero .ikh-form-inner{border-bottom:1px solid #d8d8d8;padding-bottom:1.75rem}@media (max-width:575px){.infokit-thank-you .row{flex-direction:column-reverse}}.infokit-thank-you .ity-wrap i{display:flex;color:#3eaf00;font-size:2.5rem;padding:.25rem;margin-right:1.5rem}@media (max-width:1199px){.infokit-thank-you .ity-wrap i{border:0;padding:0}}.infokit-thank-you .ity-wrap .h2{margin:.5rem 0}@media (max-width:767px){.infokit-thank-you .ity-wrap .h2{margin:.25rem 0}}.infokit-thank-you .ity-img{max-width:13.63rem}@media (max-width:575px){.infokit-thank-you .ity-img{max-width:15.5rem}}.gform_wrapper.gravity-theme .gform_fields{grid-row-gap:0!important}.gform_wrapper.gravity-theme .gfield{margin:0;padding-bottom:1rem}.gform_wrapper.gravity-theme .gform_footer{margin:0;padding:0 0 1rem;flex-direction:column}.gform_wrapper.gravity-theme .gfield_required{display:none!important}.form-note-wrap{margin-top:-10px}.form-note-wrap .p{font-size:.69rem}@media (max-width:767px){.form-note-wrap{margin-top:10px}}.ginput_container_consent label{font-size:.9rem}@media (max-width:767px){.gform_footer{margin:0!important;padding:0!important}}.bgld-new-upload-form{opacity:0;padding:3em;background-color:#fff;animation:1s linear forwards bgld-new-upload-form-fade-in}.bgld-complete{text-align:center;position:relative;width:60%;margin:0 auto}.bgld-complete:before{content:"";position:absolute;border:1px solid #e6bc2b;width:100%;top:11px;margin-right:19px;left:0}.bgld-purchase{padding-bottom:2em}.bgld-purchase h2{text-align:center;text-transform:uppercase;font-weight:700!important;color:#936a18;letter-spacing:1px;padding-bottom:1em;font-family:"PT Sans Narrow",sans-serif}.bgld-purchase svg{color:#e6bc2b;font-size:27px;position:relative;z-index:9;padding:0 18px;background-color:#fff;display:inline-block;height:1em;overflow:visible;vertical-align:-.125em}.bgld-new-upload-form form{max-width:60%;margin:auto}.bgld-new-upload-form h4{font-weight:700;margin-bottom:15px}.bgld-new-upload-form label{display:flex;cursor:pointer;font-size:1em;margin-bottom:5px}.bgld-new-upload-form input[type=radio]{opacity:0;pointer-events:none}.bgld-new-upload-form input[type=radio]+span{position:relative;cursor:pointer;display:inline-block;height:25px;line-height:25px;user-select:none;padding-left:25px}.bgld-new-upload-form input[type=radio]+span:after,.bgld-new-upload-form input[type=radio]+span:before{content:"";border:0 solid #e4a933;box-shadow:0 0 1px 1px #ccc;border-radius:50%;position:absolute;left:0;top:0;margin:7px 4px 4px;width:12px;height:12px;z-index:0}.bgld-new-upload-form input[type=radio]:checked+span:before{border:1px solid transparent;box-shadow:0 0 1px 1px #ccc}.bgld-new-upload-form input[type=radio]:checked+span:after{background-color:#e4a933}.bgld-new-upload-form input[type=text]{display:block;width:100%;font-size:18px;border:1px solid #333;border-radius:3px;box-shadow:none;border-image:none;padding:10px}.bgld-form-div{margin-bottom:2em}.bgld-new-upload-form input[name=purchase-info-submit]{background:#e4a933;color:#fff;padding:14px 66px;font-size:22px;text-decoration:none;font-weight:700;box-shadow:0 5px 0 1px #c38b1b;border-radius:4px;border:1px solid #e4a933;transition:all .3s}.bgld-new-upload-form input[name=purchase-info-submit]:hover{color:#e4a933;background-color:#fff;border:1px solid #e4a933}.bgld-form-div:last-child{margin-bottom:0}.bgld-form-div:last-child>div{display:flex;flex-direction:row-reverse;align-items:center}.bgld-form-div:last-child p{margin-bottom:0;padding:1em;line-height:1.2em;font-style:italic}.bgld-form-file-upload{position:relative;height:350px;background-color:#faf8f2;border-radius:3px;transition:all .3s;margin-bottom:15px}.bgld-new-upload-form input[type=file]{position:relative;z-index:2;opacity:0;width:100%;height:100%;cursor:pointer}.bgld-form-file-upload:after{position:absolute;content:"Attach Identification";border:1px solid #c8c6c1;padding:12px 45px;left:50%;bottom:2em;color:#9f9d97;cursor:pointer;font-size:19px;transform:translateX(-50%);font-weight:700;border-radius:4px;min-width:140px;text-align:center;white-space:nowrap}.bgld-form-file-upload:before{content:"";position:absolute;width:100%;height:150px;top:50%;transform:translateY(-60%);background-repeat:no-repeat;background-position:center}.bgld-form-file-upload-address:before{height:200px;background-image:var(--wpr-bg-77e9ef34-2d50-4527-a887-14b59d57071f)}.bgld-form-file-upload-address:after{content:"Attach Proof of Current Address"}.bgld-form-file-upload-trust:before{background-image:var(--wpr-bg-ed9afc15-83db-4b85-a13f-ad6177467553)}.bgld-form-file-upload-trust:after{content:"Attach Trust Documents"}.bgld-file-uploaded:before{background-image:var(--wpr-bg-af866a43-0ec3-4297-886c-865613a1ee12);background-size:140px}.bgld-file-uploaded:after{content:"Document uploaded"}.bgld-form-div-hidden{display:none}.input-required{color:red}.for-two-people{font-size:60%;font-style:italic}.bgld-form-div-hidden-data{display:none!important;visibility:hidden!important;opacity:0!important}@media screen and (max-width:1024px){.bgld-new-upload-form form{max-width:100%}.bgld-form-div:last-child>div{flex-direction:column}input[name=purchase-info-submit]{margin-top:15px}.bgld-form-div:last-child p{text-align:center}}.gforms-menu-icon{float:left;width:26px!important;height:30px!important;background-repeat:no-repeat;background-position:0 6px;background-size:20px}@media screen and (max-width:782px){#wpadminbar #wp-admin-bar-gform-forms .ab-item{line-height:53px;height:46px!important;width:52px!important;display:block;background-size:36px 36px;background-position:7px 6px}#wpadminbar li#wp-admin-bar-gform-forms{display:block}}.terms-conditions-div{display:flex;align-items:center;margin-bottom:0!important}.terms-conditions-div .gfield_label{display:none!important}.terms-conditions-div .gfield_consent_description{color:#000;font-size:11px;line-height:1.4;margin-bottom:0;padding:0;white-space:nowrap}.wrap-sidebar .terms-conditions-div .gfield_consent_description{white-space:normal}.terms-conditions-div .gfield_consent_description a{text-decoration:underline;color:#00e}.terms-conditions-div .gfield_validation_message{transform:translateY(10px);bottom:32px!important;height:17px}.wrap-sidebar .terms-conditions-div .gfield_validation_message{bottom:42px!important}.container-information-kit .terms-conditions-div .gfield_validation_message{transform:translateY(-10px)}@media screen and (max-width:1199px){.home .terms-conditions-div .gfield_consent_description{white-space:normal}}@media screen and (max-width:991px){.block-infokit .terms-conditions-div .gfield_validation_message{bottom:43px!important}.block-infokit .terms-conditions-div .gfield_consent_description{white-space:normal}}.terms-conditions-div .ginput_container{margin-right:5px}.terms-conditions-form input[type=submit]{margin-top:3px!important}.terms-conditions-div input[type=checkbox]{margin-bottom:0!important;width:13px!important}.wrap-sidebar .terms-conditions-div input[type=checkbox]{transform:translateY(-6px)}.container-mainform .container-form .gform_wrapper input[type=checkbox]{width:13px!important}.footer-inline-menu a:last-of-type{border-right:none}.brchgld-accessibility-footer{margin-top:10px}.brchgld-accessibility-footer>span#INDmenu-btn{bottom:0!important}.contact-documents_menu img{display:inline;margin-right:12px}.contact-documents_menu>div{padding-left:32px;line-height:1}.contact-documents_menu>span>b{vertical-align:middle;font-weight:700}footer .contact-documents_menu span{line-height:1.75}.footer-block_links ul:first-of-type{margin-bottom:5px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.svg-inline--fa.fa-w-10{width:auto}.sec_img .sec_inner,.sec_img1 .sec_inner1,.sec_img2 .sec_inner2{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.file-return{margin:0}.file-return:not(:empty){margin:1em 0}.js .file-return,.upload:after{font-size:24px;font-weight:700;text-align:center;color:#a9a9a9}.sec_img,.sec_img1,.sec_img2{min-height:350px;position:relative;float:left;width:100%;background:#faf8f2}.home-form .home-form-header p.or{margin-top:unset}.purchase h2{text-align:center;text-transform:uppercase;font-weight:700!important;color:#936a18;letter-spacing:1px}.full_page{max-width:720px;width:100%;margin:3em auto 0;display:table}.purchase p{font-size:16px;color:#111}.confirm{margin-top:3em}.detail{float:left;width:50%;padding:1em}.detail_city2 select,.review input{width:100%;padding:1em}.page-id-13622 #blogFooterSidebar,.page-id-14478 #blogFooterSidebar,.page-id-14613 #blogFooterSidebar{margin-bottom:0;padding:0}.page-id-14478 .footer-block,.page-id-14613 .footer-block{display:table;width:100%}.page-id-13622 div#container>b,.page-id-13622 div#container>b>b,.page-id-14478 div#container>b,.page-id-14478 div#container>b>b,.page-id-14613 div#container>b,.page-id-14613 div#container>b>b{font-weight:100!important}.page-id-14478 .widget.widget_text,.page-id-14613 .widget.widget_text{width:100%;padding:2em;margin:0}.detail_full,.detail_full1,.detail_full2,.detail_full3{float:left;width:100%;padding:1em}.detail_city,.detail_city2{float:left;width:47.6%;margin:1em}.detail_city2{width:23%}.detail_city3{float:right;width:20%;padding:1em}.upload,.upload1,.upload2,.upload3{position:relative;height:350px;background:#faf8f2;color:#e4e4e4;font-size:0}.upload:after{position:absolute;content:"Attach Identification";border:1px solid #c8c6c1;padding:12px 45px;left:50%;bottom:2em;color:#9f9d97;cursor:pointer;font-size:19px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:4px;min-width:140px}.upload:before{position:absolute;content:"";background-image:var(--wpr-bg-2bd5fb79-daa2-48f4-b3f9-8166358e924c);width:100%;height:145px;top:21%;display:block;z-index:99;background-repeat:no-repeat;background-position:center}.upload1:after{position:absolute;content:"Attach Proof of Current Address";border:1px solid #c8c6c1;padding:12px 24px;left:50%;bottom:2em;color:#9f9d97;cursor:pointer;font-size:19px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-weight:700;border-radius:4px;min-width:140px;text-align:center}.upload1:before{position:absolute;content:"";background-image:var(--wpr-bg-44a8cf09-ec35-4ba1-bf88-b3a26da195d8);width:100%;height:200px;top:13%;display:block;z-index:99;background-repeat:no-repeat;background-position:center}.upload2:after{position:absolute;content:"Attach Articles of Incorportion";border:1px solid #c8c6c1;padding:12px 45px;left:50%;bottom:2em;color:#9f9d97;cursor:pointer;font-size:19px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-weight:700;border-radius:4px;min-width:140px;text-align:center}.upload2:before{position:absolute;content:"";background-image:var(--wpr-bg-fa3f082b-102f-4d07-83f7-5c6db17941aa);width:100%;height:145px;top:21%;display:block;z-index:99;background-repeat:no-repeat;background-position:center}.click input,.upload3:after{font-weight:700;border-radius:4px}.upload3:after{position:absolute;content:"Attach Trust Documents";border:1px solid #c8c6c1;padding:12px 45px;left:50%;bottom:2em;color:#9f9d97;cursor:pointer;font-size:19px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);min-width:140px;text-align:center}.upload3:before{position:absolute;content:"";background-image:var(--wpr-bg-b6dd0703-9226-43a5-845c-6f552f4aa58b);width:100%;height:145px;top:21%;display:block;z-index:99;background-repeat:no-repeat;background-position:center}.below,.text_five,.text_four,.text_three,.text_two{float:left;width:100%;padding:1em}.below p{width:70%;float:left;font-size:16px}.below{margin-top:4em}.click{float:right;position:relative}.click input{background:#e4a933;color:#fff;padding:14px 66px;font-size:22px;text-decoration:none;box-shadow:0 5px 0 1px #c38b1b;width:initial;float:right}.detail_new{width:50%;float:left;padding-right:1em}.review{float:left;width:100%}.review label{font-size:15px;color:#686868}.purchase h3,.text_five h3,.text_four h3,.text_three h3,.text_two h3{color:#000;font-weight:700!important;font-family:Helvetica,sans-serif,"Helvetica Neue Bold"}.review input,.review select{-webkit-box-shadow:0 2px 1px 2px #f3f3f3!important;box-shadow:0 4px 0 1px #f3f3f3!important;border:1px solid rgba(119,119,119,.3607843137)}.purchase{padding:1em}#F,#Fi,#File,#myFile{width:100%;height:100%;position:absolute;top:0;opacity:0;z-index:99999;cursor:pointer}.page-id-13622 .content_block_background,.page-id-14478 .content_block_background,.page-id-14613 .content_block_background{display:none}.complete svg{color:#e6bc2b;font-size:27px;background:#fff;position:relative;z-index:99999999;padding:0 18px}.complete{text-align:center;position:relative;width:60%;margin:0 auto}.alabama select,.complete:before{width:100%;position:absolute;left:0}.complete:before{content:"";border:1px solid #e6bc2b;top:11px;margin-right:19px}.footer_menu{float:left;text-align:center;width:100%;background:#f2f2f2;padding-top:4em}.footer_menu ul{padding:0;margin:0 auto;width:70%}.footer_menu li{display:inline;font-size:17px;padding-left:32px}.footer_menu a{color:#919191;text-decoration:none}.footer_menu p{margin-top:1em;font-size:19px;font-weight:700;color:#555}.avenue img,.rating p{margin:0 auto}.avenue{margin-top:4em}.rating{width:100%;display:table;margin:0 auto;background:#373737;padding:14px 0}.rating p{font-size:14px;width:80%;line-height:20px;padding:0}.invest ul{list-style:none}.invest li{display:inline-block;width:30px;height:30px;background:#c8c8c8;margin:19px 4px;text-align:center;line-height:30px;font-size:12px;border-radius:50px}.invest a,.rating p{color:#fff}.invest{float:left;width:50%;text-align:center}.detail_city2:before{content:"";position:absolute;background:#fff;width:20px;height:20px;right:2px;top:33px}.alabama,.detail_city2{position:relative}.alabama{width:100%;height:41px;overflow:hidden;overflow:-moz-hidden-unscrollable;background:var(--wpr-bg-72a1fe7a-a366-4076-a91f-86a742bb62c6)no-repeat #fff;border:2px double #cecece;display:inline-block;background-size:13px;background-position:93%}.alabama select{background:0 0;-webkit-appearance:none;font-size:11px;border:0;height:41px;top:0}.page-id-13622 .footer_info,.page-id-14478 .footer_info,.page-id-14613 .footer_info{width:auto;max-width:700px}.text_five p,.text_four p,.text_three p,.text_two p{font-size:16px;line-height:24px}.text_five,.text_four,.text_three,.text_two{margin:3em 0}.click:before{content:"";position:absolute;width:100%;height:5px;background:rgba(195,139,27,.6784313725);bottom:0;border-radius:4px;cursor:pointer}.Alternate{float:left;width:100%}@media screen and (min-width:1400px){.detail_city3{width:19.8%;float:right}}@media screen and (max-width:1200px){.detail_city3{width:17%}}@media screen and (max-width:1080px){.complete{width:60%}.detail_city{float:left;width:96%}.detail_city3{float:right;width:45%}.detail_city2{float:left;width:50%}}@media screen and (max-width:864px){.detail_city3{float:right;width:44%}.detail_city{float:left;width:94.3%}}@media screen and (max-width:768px){#myFile:before{left:24%}#myFile:after{left:23%}.detail_city2,.detail_city3{float:left;width:100%}.upload1:after,.upload2:after,.upload3:after,.upload:after{padding:1em 2em;left:50%;font-size:14px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.complete{width:90%}.alabama{width:95%}.invest{width:100%}}@media screen and (max-width:600px){.detail_new{width:100%;padding-right:0}.detail,.detail_city{float:left;width:100%}.detail_city{padding:1em;margin:0}.alabama{width:99%}#myFile:before{left:17%}#myFile:after{left:16%}.below p{width:100%}.click input{text-align:center}.click,.click input{width:100%;display:block}.detail_city2,.detail_city3{width:100%;padding:1em;margin:0}.detail_city3{float:left}.complete:after{width:137px}.detail_city2:after{top:52px;right:19px}.detail_city2:before{right:20px;top:50px}.footer_menu li{padding-left:18px}.invest li{margin:10px}.complete:before{width:100%}}@media screen and (max-width:520px){.full_page{width:100%;margin:0 auto}.below br,.text_five br,.text_four br,.text_three br,.text_two br{display:none}.below span,.text_five span,.text_four span,.text_three span,.text_two span{display:block}.below p,.purchase p,.text_five p,.text_four p,.text_three p,.text_two p{font-size:14px}}.upload,.upload1,.upload2,.upload3{width:98%;padding:1em;display:table;margin:0 auto}footer .copyright{display:block;font-size:14px;line-height:180%}footer .part1{float:left;display:block;margin:0;padding:0;width:100%}.review.sec_review .detail_full input,.review.sec_review .detail_full2 input,.review.sec_review .detail_full3 input{width:100%;margin-right:5px}.page-id-13622>span,.page-id-14478>span,.page-id-14613>span{display:none!important}p.contact_fname .input,p.contact_lname .input{text-transform:capitalize}.review.sec_review .detail_full [type=radio]+span:after,.review.sec_review .detail_full [type=radio]+span:before,.review.sec_review .detail_full2 [type=radio]+span:after,.review.sec_review .detail_full2 [type=radio]+span:before,.review.sec_review .detail_full3 [type=radio]+span:after,.review.sec_review .detail_full3 [type=radio]+span:before{content:"";position:absolute;left:0;top:0;margin:7px 4px 4px;width:12px;height:12px;z-index:0}.review.sec_review .detail_full label,.review.sec_review .detail_full2 label,.review.sec_review .detail_full3 label{width:auto;display:block}.review.sec_review .detail_full [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full [type=radio].with-gap:checked+span:before,.review.sec_review .detail_full [type=radio]:checked+span:after,.review.sec_review .detail_full [type=radio]:checked+span:before,.review.sec_review .detail_full [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full [type=radio]:not(:checked)+span:before{border-radius:50%}.review.sec_review .detail_full [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full [type=radio]:checked+span:after{background-color:#e4a933}.review.sec_review .detail_full [type=radio]:checked+span:before{border:1px solid transparent;box-shadow:0 0 1px 1px #ccc}.review.sec_review .detail_full [type=radio]:checked+span:after{width:10px;height:10px;top:1px;left:1px}.review.sec_review .detail_full [type=radio]:checked+span,.review.sec_review .detail_full [type=radio]:not(:checked)+span,.review.sec_review .detail_full2 [type=radio]:checked+span,.review.sec_review .detail_full2 [type=radio]:not(:checked)+span,.review.sec_review .detail_full3 [type=radio]:checked+span,.review.sec_review .detail_full3 [type=radio]:not(:checked)+span{position:relative;padding-left:25px;cursor:pointer;display:inline-block;height:25px;line-height:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.review.sec_review .detail_full [type=radio]:checked,.review.sec_review .detail_full [type=radio]:not(:checked),.review.sec_review .detail_full2 [type=radio]:checked,.review.sec_review .detail_full2 [type=radio]:not(:checked),.review.sec_review .detail_full3 [type=radio]:checked,.review.sec_review .detail_full3 [type=radio]:not(:checked){position:absolute;opacity:0;pointer-events:none;left:0}.review.sec_review .detail_full [type=radio],.review.sec_review .detail_full2 [type=radio],.review.sec_review .detail_full3 [type=radio]{padding:0}.review.sec_review .detail_full [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full [type=radio]:not(:checked)+span:before{border:0 solid #e4a933;box-shadow:0 0 1px 1px #ccc}.review.sec_review .detail_full2 [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full2 [type=radio].with-gap:checked+span:before,.review.sec_review .detail_full2 [type=radio]:checked+span:after,.review.sec_review .detail_full2 [type=radio]:checked+span:before,.review.sec_review .detail_full2 [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full2 [type=radio]:not(:checked)+span:before{border-radius:50%}.review.sec_review .detail_full2 [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full2 [type=radio]:checked+span:after{background-color:#e4a933}.review.sec_review .detail_full2 [type=radio]:checked+span:before{border:1px solid transparent;box-shadow:0 0 1px 1px #ccc}.review.sec_review .detail_full2 [type=radio]:checked+span:after{width:10px;height:10px;top:1px;left:1px}.review.sec_review .detail_full2 [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full2 [type=radio]:not(:checked)+span:before{border:0 solid #e4a933;box-shadow:0 0 1px 1px #ccc}.review.sec_review .detail_full3 [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full3 [type=radio].with-gap:checked+span:before,.review.sec_review .detail_full3 [type=radio]:checked+span:after,.review.sec_review .detail_full3 [type=radio]:checked+span:before,.review.sec_review .detail_full3 [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full3 [type=radio]:not(:checked)+span:before{border-radius:50%}.review.sec_review .detail_full3 [type=radio].with-gap:checked+span:after,.review.sec_review .detail_full3 [type=radio]:checked+span:after{background-color:#e4a933}.review.sec_review .detail_full3 [type=radio]:checked+span:before{border:1px solid transparent;box-shadow:0 0 1px 1px #ccc}.review.sec_review .detail_full3 [type=radio]:checked+span:after{width:10px;height:10px;top:1px;left:1px}.review.sec_review .detail_full3 [type=radio]:not(:checked)+span:after,.review.sec_review .detail_full3 [type=radio]:not(:checked)+span:before{border:0 solid #e4a933;box-shadow:0 0 1px 1px #ccc}.review.sec_review .below p,.review.sec_review .text_five p,.review.sec_review .text_four p,.review.sec_review .text_three p,.review.sec_review .text_two p{font-weight:300!important}section#post-14478{padding:0;width:100%;display:none}@media screen and (max-width:600px){.review label{font-size:14px}}@media screen and (max-width:360px){.review label{font-size:12px}}@media screen and (max-width:767px){.sidebar.right{margin-top:100px!important}}@media (max-width:320px){.upload1:after,.upload2:after,.upload3:after{padding:1em}}
/*# sourceMappingURL=style.css.map */