:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-stroke:2.75}.f-spinner{width:var(--f-spinner-width);height:var(--f-spinner-height);margin:auto;padding:0}.f-spinner svg{vertical-align:top;width:100%;height:100%;animation:2s linear infinite f-spinner-rotate}.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:2s ease-in-out infinite f-spinner-dash}@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:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.f-zoomInUp{animation:.2s cubic-bezier(.215,.61,.355,1) .1s both f-zoomInUp}.f-zoomOutDown{animation:.3s cubic-bezier(.16,1,.3,1) both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975)translateY(16px)}to{opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975)translateY(16px)}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translateY(-150px)}}@keyframes f-throwOutDown{to{opacity:0;transform:translateY(150px)}}.f-fadeIn{z-index:2;animation:.2s both f-fadeIn}.f-fadeOut{z-index:1;animation:.2s both f-fadeOut}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{z-index:2;animation:.5s both f-fadeSlowIn}.f-fadeSlowOut{z-index:1;animation:.5s both f-fadeSlowOut}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{z-index:2;animation:.2s ease-out both f-fadeFastIn}.f-fadeFastOut{z-index:2;animation:.2s ease-out both f-fadeFastOut}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{z-index:2;animation:.2s ease-out both f-crossfadeIn}.f-crossfadeOut{z-index:1;animation:.1s linear .1s both f-crossfadeOut}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translate(0,0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translate(0,0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{z-index:2;animation:.85s cubic-bezier(.16,1,.3,1) f-classicInNext}.f-classicIn.from-prev{z-index:2;animation:.85s cubic-bezier(.16,1,.3,1) f-classicInPrev}.f-classicOut.to-next{z-index:1;animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutNext}.f-classicOut.to-prev{z-index:1;animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutPrev}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translate(0,0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translate(0,0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}: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 .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:.65}.f-button{box-sizing:content-box;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);justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}@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:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px)var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:#fff;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none;transition:opacity .15s}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{z-index:1;position:absolute}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{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-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-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-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{scroll-behavior:auto;width:auto;overflow:visible}html.with-fancybox body{touch-action:none}html.with-fancybox body.compensate-for-scrollbar{overscroll-behavior-y:none;margin-right:var(--fancybox-scrollbar-compensate,0);width:auto;overflow:hidden!important}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:#18181bfa;--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:#ffffff1a;--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;direction:ltr;box-sizing:border-box;color:#f8f8f8;-webkit-tap-highlight-color:#0000;z-index:10000020;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;outline:none;flex-direction:column;margin:0;padding:0;display:flex;position:fixed;inset:0;overflow:visible}.fancybox__container *,.fancybox__container :before,.fancybox__container :after{box-sizing:inherit}.fancybox__backdrop{z-index:-1;background:var(--fancybox-bg);opacity:.55;will-change:opacity;position:fixed;inset:0}.fancybox__carousel{box-sizing:border-box;z-index:10;flex:1;min-height:0;position:relative;overflow-x:clip;overflow-y:visible}.fancybox__viewport{width:100%;height:100%}.fancybox__track{height:100%;margin:0 auto;display:flex}.fancybox__slide{margin:0 var(--fancybox-slide-gap)0 0;backface-visibility:hidden;flex-direction:column;flex:none;align-items:center;width:100%;height:100%;padding:4px;display:flex;position:relative;overflow:auto;transform:translate(0,0)}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__content{color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;z-index:20;border-radius:0;flex-direction:column;align-self:center;max-width:100%;margin:0;padding:2rem;display:flex;position:relative}.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 [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:50%/contain no-repeat;min-height:1px;padding:0;transition:none;transform:translate(0,0)}.fancybox__slide.is-animating>.fancybox__content{filter:blur();will-change:transform,width,height}.fancybox-image{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;min-height:0;margin:auto;display:block}.hide-image .fancybox-image{opacity:0}.fancybox__caption{overflow-wrap:anywhere;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible;flex-shrink:0;align-self:center;max-width:100%;margin:0;padding:14px 0 4px;line-height:1.375}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;z-index:40;position:absolute;top:0;right:8px}.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;opacity:.75;position:absolute;top:-38px;right:0}.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{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);width:100%;padding:24px;transition:all .25s}.is-compact .fancybox__footer{z-index:20;background:#18181b80;position:absolute;bottom:0;left:0;right:0}.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:#0009;--f-button-active-bg:#0009;--f-button-hover-bg:#0009;--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:#18181b4d;--f-button-active-bg:#18181b80;--f-button-shadow:none;--f-button-transition:all .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 #18181b80);--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{content:"";z-index:1;position:absolute;inset:-30px -20px}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5))0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));z-index:30;cursor:pointer;position:absolute;top:50%;left:50%}.fancybox-protected{z-index:40;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.fancybox-ghost{object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;min-height:0;position:absolute;top:0;left:0}.fancybox-focus-guard{clip:rect(0px,0px,0px,0px);white-space:nowrap;border-width:0;width:1px;height:0;margin:-1px;padding:0;position:fixed;top:1px;left:1px;overflow:hidden}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content){animation:.25s .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content){animation:.15s forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{flex-shrink:1;max-width:100%;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-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;max-width:100%;height:540px;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{color:#fff;background:#18181be6;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:0 0;border:0;width:100%;height:100%;display:block}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.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-hover-opacity:1;--f-thumb-selected-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:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;perspective:1000px;flex:none;margin:0;position:relative;overflow:hidden;transform:translateZ(0)}.f-thumbs .f-spinner{z-index:-1;background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;width:100%;height:100%;position:absolute;top:0;left:0}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{will-change:transform;display:flex}.f-thumbs__slide{box-sizing:content-box;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;flex:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative;overflow:visible}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer;position:absolute}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0))*.5*(1 - var(--progress,0)))round var(--f-thumb-border-radius,0));transform:translate3d(calc(var(--shift,0)*-1px),0,0);pointer-events:none;transition:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))drop-shadow(2px 0px 0px var(--f-thumb-outline-color))drop-shadow(0px -1px 0px var(--f-thumb-outline-color))drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.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}.f-thumbs__slide__button{appearance:none;border-radius:var(--f-thumb-border-radius);cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);background:0 0;border:0;outline:none;width:100%;height:100%;margin:0;padding:0;transition:opacity .2s;position:relative;overflow:hidden}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{content:"";border:var(--f-thumb-outline,0)solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);z-index:10;height:auto;animation:.2s ease-out f-fadeIn;position:absolute;inset:0}.f-thumbs__slide__img{padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.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;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1);position:relative}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.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-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.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-hidden{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,#fffffff0);--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:#18181ba6;--f-button-hover-bg:#464649a6;--f-button-active-bg:#5a5a5da6;--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 #18181b26);--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px #00000080);pointer-events:none;z-index:20;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;display:flex}.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{flex-flow:wrap;align-content:flex-start;display:flex}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{flex-wrap:nowrap;justify-content:flex-end;display:flex}.fancybox__infobar{line-height:var(--f-button-height);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none;padding:0 5px;font-size:17px}.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{opacity:.3;height:100%}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child,.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child,:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{transform-origin:0;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none;height:3px;transition-property:transform;transition-timing-function:linear;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.large{font-size:32px}@media (width<=768px){.large br{display:none}}.font-normal,.font-normal h1,.font-normal h2,.font-normal h3,.font-normal h4,.font-normal h5,.font-normal h6{font-weight:400!important}.wpb-content-wrapper .kepler h1,.kepler h1{text-transform:none;color:#96989a;letter-spacing:0;font-family:kepler-std,serif;font-size:3.7rem;font-weight:300;line-height:1.1}@media (width<=768px){.wpb-content-wrapper .kepler h1,.kepler h1{font-size:2.7rem}}.wpb-content-wrapper .kepler h2,.kepler h2{text-transform:none;color:#96989a;letter-spacing:0;font-family:kepler-std,serif;font-size:2.4rem;font-weight:300;line-height:1.1}@media (width<=768px){.wpb-content-wrapper .kepler h2,.kepler h2{font-size:1.9rem}}.lineheight-tight p{line-height:1.5}body>.wrapper .content_top_margin .content_inner{padding-top:37px}@media (width<=1000px){body>.wrapper .content_top_margin .content_inner{padding-top:165px}}.wpb-content-wrapper{padding:0 20px}.wpb-content-wrapper h1,.wpb-content-wrapper h2,.wpb-content-wrapper h3,.wpb-content-wrapper h4,.wpb-content-wrapper h5,.wpb-content-wrapper h6{text-transform:none;font-family:Montserrat,sans-serif;font-weight:700;line-height:1.1}.wpb-content-wrapper .capblue{color:#34658d;text-transform:uppercase;font-weight:700}.wpb-content-wrapper .medium,.wpb-content-wrapper .medium h3{font-weight:500}.wpb-content-wrapper p{margin-bottom:12px}@media (width<=768px){.wpb-content-wrapper .wpb_single_image.max500{max-width:500px;margin-top:20px;margin-bottom:20px!important}.wpb-content-wrapper .wpb_single_image.max400{max-width:400px;margin-top:20px;margin-bottom:20px!important}.wpb-content-wrapper .wpb_single_image.max300{max-width:300px;margin-top:20px;margin-bottom:20px!important}}@media (width<=480px){.wpb-content-wrapper{padding:0}}.wpb_text_column.blue h1,.wpb_text_column.blue h2,.wpb_text_column.blue h3,.wpb_text_column.blue h4,.wpb_text_column.blue h5,.wpb_text_column.blue h6{color:#34658d}.wpb_text_column.large h1,.wpb_text_column.large h2{font-size:32px}@media (width<=480px){.wpb_text_column.large h1,.wpb_text_column.large h2{font-size:20px}}.wpb_text_column.quote p{font-size:1.2rem}.wpb_text_column h2{margin-bottom:20px}.wpb_text_column h3{margin-bottom:10px}.wpb_text_column a{color:#34658d;font-weight:600;text-decoration:underline}.wpb_text_column .wpb_wrapper ul{list-style-position:inherit}.wpb_text_column .wpb_wrapper ul li{margin-bottom:10px;padding-left:20px;font-size:15px;line-height:1.4;display:block;position:relative}.wpb_text_column .wpb_wrapper ul li:before{content:"•";font-size:2rem;position:absolute;top:-15px;left:0}.wpb_text_column .wpb_wrapper ul li.splide__slide{text-indent:0!important;padding-left:0!important}.wpb_text_column .wpb_wrapper ul li.splide__slide:before{content:none;display:none}.wpb_text_column .wpb_wrapper ul.splide__list li{text-indent:0!important;padding-left:0!important}.wpb_text_column .wpb_wrapper ul.splide__list li:after{content:none;display:none}.alignleft .elementor-widget-container{text-align:left}.smallh2 h2{text-transform:none;font-size:20px;color:#000!important}.largeblue h2{color:#34658d;text-transform:none;font-size:30px;line-height:1.2;font-weight:700!important}.largeblue.center h2{text-align:center}.smallblue h2{color:#34658d;text-transform:none;font-size:20px;line-height:1.2;font-weight:700!important}.smallblue.center h2{text-align:center}.responsive-iframe{width:100%;height:100%;position:absolute;inset:0}.caret{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/caret.svg);background-repeat:no-repeat;width:21px;height:39px;display:inline-block;position:relative}.shadow{padding:15px;box-shadow:0 0 20px #0000004d}.shadowimg img{padding:0;box-shadow:0 0 20px #0000004d}.borderright{border-right:1px solid #000}@media (width<=768px){.borderright{border-right:none}}.midvideo{max-width:800px;margin:0 auto}.numicon img{width:84px;height:84px}.blackbullets ul li{text-indent:-1em;padding-left:1em;font-size:15px;line-height:1.4}@media (width<=1000px){.content_top_margin{padding-top:25px!important}}.content_top_margin.nobar .content_inner{padding-top:0!important}@media (width<=1000px){.content_top_margin.nobar .content_inner{padding-top:60px!important}}.removesidemargins{margin-left:-20px;margin-right:-20px}.maxrow{max-width:1140px;margin:0 auto!important}.maxrowwide{max-width:1380px;margin:0 auto!important}.pb20{padding-bottom:20px}@media (width<=768px){.mpb20{padding-bottom:20px}}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}@media (width<=768px){.mpt30,.mpb30{padding-bottom:30px!important}.mb-mt-10{margin-top:-10px!important}.mb-mb10{margin-bottom:10px!important}.mb-mb-10{margin-bottom:-10px!important}.mp30{padding:30px!important}}.w-800{max-width:800px;margin:0 auto}.pb-10{padding-bottom:10px}@media (width<=480px){.mobpad{padding:30px!important}.mobpad.nopadbot{padding-bottom:0!important}}.ml-neg120-dsktp{margin-left:-120px}@media (width<=1050px){.ml-neg120-dsktp{margin-left:0}}.flexrowequal .full_section_inner{justify-content:center;align-items:stretch;height:100%;display:flex}@media (width<=1050px){.flexrowequal .full_section_inner{flex-wrap:wrap}.flexrowequal .full_section_inner .wpb_column{flex-basis:100%}}.flexrowequal .full_section_inner .wpb_column .vc_column-inner,.flexrowequal .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper,.flexrowequal .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column,.flexrowequal .full_section_inner .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column ul{height:100%}.flexrowequal2{justify-content:space-between;align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:hidden}@media (width<=1050px){.flexrowequal2{flex-wrap:wrap}}.flexrowequal2 .item iframe,.flexrowequal2 td iframe{max-width:100%}@media (width<=1050px){.flexrowequal2 .item,.flexrowequal2 td{flex-basis:100%}}.flexrowequal2.fifty .item,.flexrowequal2.fifty td{flex-basis:48%}@media (width<=1050px){.flexrowequal2.fifty .item,.flexrowequal2.fifty td{flex-basis:100%}}.flexcolumnlist ul{flex-direction:column;justify-content:space-between;display:flex}.flex-items .full_section_inner{justify-content:space-between;display:flex}.flex-items .full_section_inner .seventy{flex-basis:70%}.flex-items .full_section_inner .sixty{flex-basis:60%}.flex-items .full_section_inner .sixtyfive{flex-basis:65%}.flex-items .full_section_inner .forty{flex-basis:40%}.flex-items .full_section_inner .thirtyfive{flex-basis:35%}.flex-items .full_section_inner .thirty{flex-basis:30%}.sideborders{border-left:1px solid #fff;border-right:1px solid #fff}@media (width<=1000px){.sideborders{border-left:none;border-right:none}}.fullwidth{margin-left:-20px;margin-right:-20px}.max-width900{max-width:900px;margin:0 auto}.max-width875{max-width:875px;margin:0 auto}.max-width800{max-width:800px;margin:0 auto}.max-width700{max-width:700px;margin:0 auto}.max-width400{max-width:400px;margin:0 auto}.blue,.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6{color:#34658d}.white,.white h1,.white h2,.white h3,.white h4,.white h5,.white h6,.white p{color:#fff}.orange,.orange h1,.orange h2,.orange h3,.orange h4,.orange h5,.orange h6,.orange strong{color:#ff7b02!important}.lightbkgrad{background:linear-gradient(90deg,#f5f5f5 0%,#dcf0ed 100%)}.bluebk{background:#34658d}.ltaqua{background:#eaf8f6}.ltbluebk{background:#edf8f6}.bluelinks a{color:#34658d;text-decoration:underline}.ltaquadrad{background:linear-gradient(90deg,#d9efec 0%,#a1d9d2 100%);margin-left:-20px;margin-right:-20px}.ltaquadrad.rounded{border-radius:12px}.ltaquadradangle{background:linear-gradient(45deg,#c4ebe7 0%,#69b6bb 100%);margin-left:-20px;margin-right:-20px}.ltaquadradangle.rounded{border-radius:12px}.ltgrey{background-color:#f5f5f5}.ltgrey.rounded{border-radius:12px}.greyback{background-color:#f5f5f5;margin-left:-20px;margin-right:-20px}.greyback.rounded{border-radius:12px}@media (width<=480px){.greyback{margin-left:0;margin-right:0}}.greenback{background-color:#69b6bc;margin-left:-20px;margin-right:-20px}.greenback.rounded{border-radius:12px}@media (width<=480px){.greenback{margin-left:0;margin-right:0}}.greengradbk{background:linear-gradient(135deg,#d9efec 0%,#a1d9d2 100%);margin-left:-20px;margin-right:-20px}.greengradbk.rounded{border-radius:12px}@media (width<=480px){.greengradbk{margin-left:0;margin-right:0}}.bluegrad{background:#34648c linear-gradient(135deg,#34648c 0%,#65b1b9 100%) no-repeat;margin:-10px -20px 0;padding:50px;background-position:100% 100%!important;background-size:contain!important}@media (width<=768px){.mobhide{display:none}}@media (width>=769px){.deskhide{display:none}}.hide{display:none}.montserrat{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400}.montserrat a{color:#34658d;font-weight:600;text-decoration:underline}.scroll_header_top_area{padding-top:48px;background:#f5f5f5!important}.scroll_header_top_area.nobar{padding-top:10px}@media (width<=1000px){.scroll_header_top_area.nobar,.scroll_header_top_area.nobar .header_inner .header_top_bottom_holder{padding-top:0}.scroll_header_top_area{padding-top:0;background:#fff!important}}.scroll_header_top_area .header_inner:before,.scroll_header_top_area .header_inner:after{display:none}.scroll_header_top_area .header_inner .header_top_bottom_holder{background:#f5f5f5!important}@media (width<=1000px){.scroll_header_top_area .header_inner .header_top_bottom_holder{padding-top:36px;background:#fff!important}}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom:before,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom:after{display:none}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner{justify-content:space-between;display:flex}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner:before,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner:after{display:none}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_left{width:250px;position:relative}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_left:before,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_left:after{display:none}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_left .logo_wrapper{width:250px;position:relative}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_left .mobile_menu_button{float:none;position:absolute;top:40px;right:40px}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right{display:block}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer{justify-content:flex-end;align-items:center;padding:20px 0;display:flex}@media (width<=1000px){.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer{display:none}}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer .hamburger__inner{cursor:pointer;flex-direction:column;justify-content:space-between;width:55px;height:40px;margin-right:27px;display:flex}@media (width<=1000px){.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer .hamburger__inner{margin-right:0;position:absolute;top:73px;right:37px}}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer .hamburger__inner .hamburger__line{background:linear-gradient(99deg,#69b6bc 0%,#34658d 100%) no-repeat padding-box padding-box;border-radius:0;width:100%;height:12px;margin:0 0 5px;transition:all .3s ease-in-out;display:block}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer .hamburger__inner .hamburger__line .hamburger__line:first-child{transform-origin:0 0;transition:transform .4s ease-in-out}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer .hamburger__inner .hamburger__line .hamburger__line:nth-child(3){transform-origin:0 100%;transition:transform .4s ease-in-out}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer.is-active .hamburger__line:first-child{transform:translateY(13px)rotate(45deg)}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer.is-active .hamburger__line:nth-child(2){opacity:0}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .hamburger__outer.is-active .hamburger__line:nth-child(3){transform:translateY(-13px)rotate(-45deg)}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .callnow .callnow__link{color:#fff;text-transform:uppercase;cursor:pointer;background:#ff7b02;border:1px solid #ff7b02;border-radius:15px;padding:10px 23px;font-size:1rem;font-weight:400;text-decoration:none;transition:all .2s ease-in-out;display:block}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .callnow .callnow__link .callnow__number{font-weight:600}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .callnow .callnow__link:hover{color:#ff7b02;background:#fff;border:1px solid #ff7b02}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .header_inner_right .side_menu_button_wrapper{display:none}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu{z-index:300;background-color:#fff;width:auto;padding:29px 10px 10px;display:none;position:absolute;top:11px;left:auto;right:-10px}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu.active{display:block}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu .closenav{cursor:pointer;background:0 0;border:none;width:40px;height:40px;display:block;position:absolute;top:-15px;left:14px}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu .closenav img{width:100%;height:100%}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu{justify-content:space-between;display:flex;left:0}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li{border-left:2px solid #fff;padding:0 27px}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li:first-child{border-left:none}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li>a{padding:0}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li.sub-menu-head>a{text-transform:uppercase;cursor:default;color:#000;font-weight:700}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li.sub-menu-head>a:hover,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li.sub-menu-head>a:hover span{color:#000!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li a{color:#34658d;text-transform:none;letter-spacing:0;text-align:left;cursor:pointer;height:auto;font-size:.9rem;line-height:1.1!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li a:hover{text-decoration:underline;color:#34658d!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li a:hover span{color:#34658d!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second{visibility:visible;opacity:1;position:relative;top:auto;overflow:visible;height:auto!important;display:block!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul{background:0 0;padding:0}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li{width:auto}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li a{padding-left:0;padding-right:0;font-weight:700;line-height:1.6}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li a:hover,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li a:hover span{color:#000}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li.orange a{color:#ff7b02}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li.orange a:hover,.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .main_menu #menu-primary-menu>li .second .inner ul li.orange a:hover span{color:#000!important}.scroll_header_top_area .header_inner .header_top_bottom_holder .header_bottom .container .container_inner .mobile_menu_button{z-index:200;position:absolute;top:0;right:0}.callnowmob{display:none}@media (width<=1000px){.callnowmob{margin:0 auto 12px;display:table}}.callnowmob .callnow__link{color:#34658d;text-transform:uppercase;background:#fff;border:1px solid #000;border-radius:15px;justify-content:center;padding:6px 35px;font-size:1rem;font-weight:400;text-decoration:none;transition:all .2s ease-in-out;display:flex}.callnowmob .callnow__link .callnow__number{margin-left:10px;font-weight:600}.callnowmob .callnow__link:hover{color:#69b6bc}.mobile_menu_button_two{z-index:300;display:none;position:absolute;top:8px;right:30px}@media (width<=1000px){.mobile_menu_button_two{display:block}}.mobile_menu_button_two .hamburger__outer{cursor:pointer;justify-content:flex-end;align-items:center;padding:20px 0;display:flex;position:relative}.mobile_menu_button_two .hamburger__outer .hamburger__inner{flex-direction:column;justify-content:space-between;width:55px;height:40px;display:flex}.mobile_menu_button_two .hamburger__outer .hamburger__inner .hamburger__line{background:linear-gradient(99deg,#69b6bc 0%,#34658d 100%) no-repeat padding-box padding-box;border-radius:0;width:100%;height:12px;margin:0 0 5px;transition:all .3s ease-in-out;display:block}.mobile_menu_button_two .hamburger__outer .hamburger__inner .hamburger__line .hamburger__line:first-child{transform-origin:0 0;transition:transform .4s ease-in-out}.mobile_menu_button_two .hamburger__outer .hamburger__inner .hamburger__line .hamburger__line:nth-child(3){transform-origin:0 100%;transition:transform .4s ease-in-out}.mobile_menu_button_two .hamburger__outer .hamburger__inner .hamburger__circ{background:0 0;border:1px solid #000;border-radius:50%;width:60px;height:60px;transition:all .3s ease-in-out;position:absolute;top:0;left:0}header .mobile_menu{z-index:400;background:0 0;padding:0;position:absolute;top:20px;right:0}@media (width<=600px){header .mobile_menu{right:-25px}}header .mobile_menu .closemobile{background:#a1dad2;width:100%;height:30px;padding:10px;display:none;position:relative}header .mobile_menu .closemobile.active{display:block}header .mobile_menu .closemobile .closemobile__inner{cursor:pointer;width:40px;height:40px;position:absolute;top:5px;right:27px}header .mobile_menu .closemobile .closemobile__inner img{width:40px;height:40px}header .mobile_menu .main-mobile-menu{background:#f41036}header .mobile_menu .main-mobile-menu.active{display:block}header .mobile_menu .main-mobile-menu>li:first-child{background:#34658d;padding:20px}header .mobile_menu .main-mobile-menu>li:nth-child(2){background:#4691b8;padding:20px}header .mobile_menu .main-mobile-menu>li:nth-child(3){background:#4e9696;padding:20px}header .mobile_menu .main-mobile-menu>li:nth-child(4){background:#6ab6bb;padding:20px}header .mobile_menu .main-mobile-menu>li:nth-child(5){background:#34658d;padding:20px}header .mobile_menu .main-mobile-menu .sub_menu li a{padding:30px}header .mobile_menu .main-mobile-menu li a{color:#fff}nav.mobile_menu ul li a:hover,nav.mobile_menu ul li.active>a{color:#fff;text-decoration:underline}nav.mobile_menu ul li span.mobile_arrow i{color:#fff;font-size:1.5rem;line-height:3}nav.mobile_menu ul>li.has_sub>span.mobile_arrow{right:17px}@media only screen and (width<=1000px){nav.mobile_menu>ul{width:100%}}.popup_menu_holder_outer{height:auto!important}.popup_menu_holder_outer .popup_menu_holder{background-color:#0000;max-width:1100px;margin:0 auto}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner{background-color:#d9efecf2;padding:100px 0 0}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu{padding:30px}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu{justify-content:space-between;display:flex}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu>li{border-left:2px solid #fff;flex-grow:1;padding:0 29px}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu>li:first-child{border-left:none}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu>li a{color:#34658d;text-transform:none;letter-spacing:1px;text-align:left;font-size:1rem;line-height:1}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu>li .sub_menu{display:block!important}.popup_menu_holder_outer .popup_menu_holder .popup_menu_holder_inner .popup_menu #menu-primary-menu>li .sub_menu li a{font-weight:700;line-height:1.6}.mobile_menu{padding-top:80px}.mobile_menu ul .sub-menu-head a{line-height:1.2}header{background:#f5f5f5!important}@media (width<=1000px){header{position:fixed!important}header .header_inner{padding-top:0}}header .header_inner .header_top_bottom_holder .header_bottom .container_inner{width:100%!important;max-width:1400px!important}@media (width<=1000px){header .header_inner .header_top_bottom_holder .header_bottom .container_inner{padding-bottom:30px}}header .header_inner .header_top_bottom_holder .header_bottom .container_inner .logo_wrapper{height:72px!important}header .header_inner .header_top_bottom_holder .header_bottom .container_inner .logo_wrapper .q_logo{top:0}@media (width<=1000px){header .header_inner .header_top_bottom_holder .header_bottom .container_inner .logo_wrapper .q_logo a{top:-24px}}header .header_inner .header_top_bottom_holder .header_bottom .container_inner .logo_wrapper .q_logo a img{max-width:100%;width:205px!important;height:72px!important}.bannerouterwrap{z-index:200;width:100%;max-width:100%;transition:top .5s;position:absolute;top:0;left:0;overflow:hidden}@media (width<=850px){.bannerouterwrap{top:-180px}}@media (width<=580px){.bannerouterwrap{top:-140px}}.bannerouterwrap.open{top:0}.bannerouterwrap .bannerclosebtn{cursor:pointer;z-index:3;text-indent:-9999px;background:url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/close_x.svg) 50%/20px 20px no-repeat;width:35px;height:35px;display:none;position:absolute;top:0;right:0}@media (width<=1000px){.bannerouterwrap .bannerclosebtn{display:block}}.bannerouterwrap .bannerouter .bannerinnertwo{background:#fff url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/banner_bk_img.jpg) 50%/cover no-repeat;height:160px;padding:20px 0;position:relative}@media (width<=850px){.bannerouterwrap .bannerouter .bannerinnertwo{height:140px}}@media (width<=580px){.bannerouterwrap .bannerouter .bannerinnertwo{background-image:url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/banner_bk_mob_img.jpg);padding:0}}.bannerouterwrap .bannerouter .bannerinnertwo:before{content:"";background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.bannerouterwrap .bannerouter .bannerinnertwo .banner{grid-column-gap:27px;z-index:2;grid-template-columns:165px 1fr;max-width:1054px;height:160px;margin:0 auto;padding:0 45px;display:grid;position:relative}@media (width<=850px){.bannerouterwrap .bannerouter .bannerinnertwo .banner{grid-template-columns:120px 1fr;padding:0 20px}}.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannerleft{height:160px}@media (width<=580px){.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannerleft{height:140px}}.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannerleft img{object-fit:contain;height:100%}.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid{flex-direction:column;justify-content:space-between;display:flex}@media (width<=850px){.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid{justify-content:center;height:140px}}.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid h2{text-transform:none;color:#fff;letter-spacing:0;font-family:kepler-std,serif;font-size:3.4rem;font-weight:300;line-height:.9}@media (width<=980px){.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid h2{font-size:5vw}}@media (width<=600px){.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid h2{font-size:6.8vw}}.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid p{color:#fff;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;line-height:1.1}@media (width<=850px){.bannerouterwrap .bannerouter .bannerinnertwo .banner .bannermid p{display:none}}.bannerouterwrap .bannerouter .ctabar{background:#34658d;width:100%;max-width:100%;height:33px;padding:0 50px}@media (width<=1000px){.bannerouterwrap .bannerouter .ctabar{padding:0}}.bannerouterwrap .bannerouter .ctabar .ctabarinner{max-width:1150px;margin:0 auto;padding-top:3px}@media (width<=1000px){.bannerouterwrap .bannerouter .ctabar .ctabarinner{text-align:center}}.bannerouterwrap .bannerouter .ctabar .ctabarinner .ctabarlink{color:#fff;text-transform:uppercase;padding-right:20px;font-weight:600;display:inline-block;position:relative}.bannerouterwrap .bannerouter .ctabar .ctabarinner .ctabarlink:before{content:"";z-index:1;background:url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/orange_cursor.svg) 0 0/contain no-repeat;width:12px;height:12px;display:block;position:absolute;top:7px;right:0}footer .container_inner{max-width:1300px}.footer_top{padding:72px 0 2px}.footer_col1{text-align:center}.footer_col1 img{width:150px}.footer_col1 .q_social_icon_holder_outer,.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder{justify-content:center;align-items:center;display:flex}.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder.q_social_icon_holder_tiktok{padding-top:6px}.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a,.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a .qode_icon_font_awesome{color:#34658d}.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a:hover,.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a:hover .qode_icon_font_awesome{color:#69b6bc!important}.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a .tiktok{filter:invert(32%)sepia(79%)saturate(369%)hue-rotate(164deg)brightness(95%)contrast(90%);width:17px;height:17px}.footer_col1 .q_social_icon_holder_outer .q_social_icon_holder a .tiktok:hover{filter:invert(72%)sepia(9%)saturate(1673%)hue-rotate(136deg)brightness(92%)contrast(87%)}.footer_col1 h4,.footer_col2 h4,.footer_col3 h4,.footer_col4 h4,.footer_col5 h4{margin-bottom:16px;line-height:1.1}.footer_col1 p,.footer_col2 p,.footer_col3 p,.footer_col4 p,.footer_col5 p{margin-bottom:9px;line-height:1.4}.footer_col1 p a:hover,.footer_col2 p a:hover,.footer_col3 p a:hover,.footer_col4 p a:hover,.footer_col5 p a:hover{text-decoration:underline;color:#34658d!important}.footer_col1 p strong,.footer_col2 p strong,.footer_col3 p strong,.footer_col4 p strong,.footer_col5 p strong{color:#34658d}.footer_col1 p strong a,.footer_col2 p strong a,.footer_col3 p strong a,.footer_col4 p strong a,.footer_col5 p strong a{color:#34658d!important}.footer_col1 p strong a:hover,.footer_col2 p strong a:hover,.footer_col3 p strong a:hover,.footer_col4 p strong a:hover,.footer_col5 p strong a:hover{text-decoration:underline;color:#34658d!important}.footer_col1 p strong a.orange,.footer_col2 p strong a.orange,.footer_col3 p strong a.orange,.footer_col4 p strong a.orange,.footer_col5 p strong a.orange{color:#ff7b02!important}.four_columns>.column1,.four_columns>.column2,.four_columns>.column3,.four_columns>.column4,.four_columns>.column5{float:left;width:20%}@media (width<=768px){.four_columns>.column1,.four_columns>.column2,.four_columns>.column3,.four_columns>.column4,.four_columns>.column5{width:100%}}@media (width<=600px){.four_columns>.column1,.four_columns>.column2,.four_columns>.column3,.four_columns>.column4,.four_columns>.column5{margin-bottom:25px}}.four_columns>.column5>.column_inner{padding:0 0 0 15px}@media (width<=600px){.four_columns>.column5>.column_inner{padding:0}}.four_columns>.column5>.column_inner>section{margin:0 0 0 5px}@media (width<=600px){.four_columns>.column5>.column_inner>section{margin:0}}.footerbottom{justify-content:center;display:flex}.footerbottom span,.footerbottom a{margin:0 10px}.footerbottom a{color:#34658d;text-decoration:underline}.bbb-seal{background:#f5f5f5;padding:0 165px 32px 32px}@media (width<=768px){.bbb-seal{padding:10px 25px}}.bbb-seal .bbb-seal-inner{justify-content:flex-end;max-width:1095px;margin:0 auto;display:flex}@media (width<=768px){.bbb-seal .bbb-seal-inner{justify-content:flex-start;max-width:560px}}@media (width<=600px){.bbb-seal .bbb-seal-inner{justify-content:flex-start;max-width:430px}}.chatbtn{z-index:9999;border:5px solid #ff7b02;border-radius:5px;width:60px;height:60px;bottom:136px;right:23px;position:fixed!important}.chatbtn:before{content:"";z-index:0;background:#ff7b02 url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/chat_icon_b.svg) 0 0/cover no-repeat;width:60px;height:60px;display:block;position:absolute;top:0;left:0}.chatbtn img{opacity:0;border:none;border-radius:0}.sitebutton{text-transform:none;cursor:pointer;text-align:center;border:none;border-radius:14px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;transition:all .3s ease-in-out;display:table;height:auto!important;padding:11px 35px!important;line-height:1.2!important}@media (width<=768px){.sitebutton{white-space:normal}}.sitebutton:hover{color:#fff!important;background:#34658d!important}.sitebutton.lgtext{font-size:21px}@media (width<=580px){.sitebutton.lgtext{font-size:15px}}.sitebutton.center{margin:0 auto}.sitebutton.bordered{color:#fff;border:1px solid #fff}.sitebutton.wider{padding:12px 65px!important}.sitebutton.margtop20{margin-top:20px}.sitebutton.margbot20{margin-bottom:20px}.sitebutton.green{color:#fff;background-color:#69b6bc;border:2px solid #69b6bc;text-decoration:none}.sitebutton.green.bordered{color:#fff;border:1px solid #fff}.sitebutton.green:hover{color:#fff!important;background:#34658d!important}.sitebutton.blue{color:#fff;background-color:#34658d;border:2px solid #34658d;text-decoration:none}.sitebutton.blue.bordered{color:#fff;border:1px solid #fff}.sitebutton.blue:hover{color:#34658d!important;background:#fff!important}.sitebutton.transparent{background-color:#0000;text-decoration:none;color:#fff!important}.sitebutton.transparent a{text-decoration:none;color:#fff!important}.sitebutton.fat{flex-direction:column;justify-content:center;align-items:center;max-width:300px;min-height:32px;text-decoration:none;display:flex}.sitebutton.fatwide{flex-direction:column;justify-content:center;align-items:center;max-width:300px;min-height:32px;text-decoration:none;display:flex;padding:17px 100px!important}.sitebutton.narrow{flex-direction:column;justify-content:center;align-items:center;max-width:300px;min-height:10px;text-decoration:none;display:flex}.sitebutton.orange{cursor:pointer;background:#ff7b02;text-decoration:none;transition:all .3s ease-in-out;color:#fff!important;border:1px solid #ff7b02!important}.sitebutton.orange:hover{color:#ff7b02!important;background:#fff!important;border:1px solid #ff7b02!important}.sitebutton.fullwidth{text-align:center;width:calc(100% - 70px)}.sitebutton a{text-decoration:none!important}.bluebutton{color:#fff;background:#39a9e5;border:1px solid #fff;border-radius:0;font-family:Montserrat,sans-serif}.bluebutton:hover{background:#34658d}.content .frm_forms fieldset{padding:0!important}.content .frm_forms .frm_fields_container .frm_form_field{margin-bottom:12px!important}.content .frm_forms .frm_fields_container .frm_form_field input[type=text],.content .frm_forms .frm_fields_container .frm_form_field input[type=password],.content .frm_forms .frm_fields_container .frm_form_field input[type=email],.content .frm_forms .frm_fields_container .frm_form_field input[type=number],.content .frm_forms .frm_fields_container .frm_form_field input[type=url],.content .frm_forms .frm_fields_container .frm_form_field input[type=tel],.content .frm_forms .frm_fields_container .frm_form_field input[type=file],.content .frm_forms .frm_fields_container .frm_form_field input[type=search],.content .frm_forms .frm_fields_container .frm_form_field select,.content .frm_forms .frm_fields_container .frm_form_field .frm-card-element.StripeElement{border-radius:8px!important}.content .frm_forms .frm_submit button{padding:9px 40px;box-shadow:none!important;background:#69b6bc!important;border:1px solid #fff!important;border-radius:14px!important}.content .frm_forms .frm_submit button:hover{color:#fff!important;background:#34658d!important}.content .frm_forms .frm_submit button:after{display:none!important}.content .frm_forms .readynow .frm_error{color:#fff!important}.content .frm_forms .readynow .frm_submit{text-align:center}.content .frm_forms .readynow .frm_submit button{padding:9px 75px;box-shadow:none!important;background:0 0!important;border:1px solid #fff!important;border-radius:14px!important}.content .frm_forms .readynow .frm_submit button:hover{color:#fff!important;background:#34658d!important}.bluefooter .frm_form_fields .frm_submit{text-align:center}.bluefooter .frm_form_fields .frm_submit button{padding:9px 75px;box-shadow:none!important;background:0 0!important;border:1px solid #fff!important;border-radius:14px!important}.bluefooter .frm_form_fields .frm_submit button:hover{color:#34658d!important;background:#fff!important}.sendcaseform{max-width:900px;margin:0 auto}.sendcaseform .formrowflex{justify-self:space-between;display:flex}@media (width<=768px){.sendcaseform .formrowflex{flex-wrap:wrap}}.sendcaseform .formrowflex .formflexcol{flex-basis:50%}@media (width<=768px){.sendcaseform .formrowflex .formflexcol{flex-basis:100%}}.sendcaseform .frm_submit{text-align:center}.sendcaseform .frm_submit .frm_button_submit{padding:15px 80px!important}.frm_submit.center{text-align:center}.frm_submit .frm_button_submit{padding:10px 40px!important}.factsmyths .frm_dropzone{width:100%;max-width:100%;background:0 0!important}.homebeforeafter{background:#f5f5f5}@media (width<=480px){.homebeforeafter .beforeafter{padding:0}}.homebeforeafter .beforeafter .homeheroouter{position:relative}.homebeforeafter .beforeafter .homeheroouter .homeheading{z-index:20;width:360px;height:auto;margin-left:-180px;position:absolute;top:-90px;left:49.5%}@media (width<=1000px){.homebeforeafter .beforeafter .homeheroouter .homeheading{position:relative;top:0}}.homebeforeafter .beforeafter .homeheroouter .homeheading h1{color:#34658d}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .homeheading h1{font-size:2.2vw}}@media (width<=1000px){.homebeforeafter .beforeafter .homeheroouter .homeheading h1{font-size:30px}.homebeforeafter .beforeafter .homeheroouter .homeheading .scheduleconsul{opacity:1!important;visibility:visible!important}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter{justify-content:center;width:100%;max-width:1260px;margin:90px auto 0;display:flex;position:relative}@media (width<=1000px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter{display:none}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft{padding-left:14%;position:relative}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft{padding-left:10%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft h3{text-align:left;color:#fff;text-transform:none;width:100%;height:auto;padding-left:41%;font-size:2.5rem;position:absolute;bottom:100px;left:0}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft h3{padding-left:31%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts{width:100%;height:62%;display:block;position:absolute;top:12px;left:0}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc{z-index:10;cursor:pointer;background:#69b6bc;border-radius:60%;width:20px;height:20px;position:absolute}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc{width:17px;height:17px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.one{top:0%;left:286px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.one{left:38.5%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.two{top:14%;left:268px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.two{left:36%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.three{top:28%;left:252px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.three{left:34%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.four{top:42%;left:254px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.four{left:35%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.five{top:56%;left:259px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.five{left:37%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.six{top:70%;left:220px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.six{left:31%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.seven{top:84%;left:183px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.seven{left:22%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc span{z-index:0;background:#fff;border-radius:2px;transition:all .3s;position:absolute}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc span:first-child{width:10%;top:25%;bottom:25%;left:45%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc span:nth-child(2){height:10%;top:45%;left:25%;right:25%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.active span{transform:rotate(90deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.active span:nth-child(2){left:50%;right:50%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.active .callout{visibility:visible;opacity:1}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.active .callout{font-size:1.2vw}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc .callout{white-space:nowrap;visibility:hidden;opacity:0;border-bottom:1px solid #69b6bc;width:auto;height:23px;transition:visibility .3s linear,opacity .3s linear;position:absolute;top:-27px;right:57px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc .callout{font-size:1.2vw;top:-32px;right:48px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-1px;left:100%;transform:rotate(16deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.right .callout{left:57px;right:auto}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.right .callout{top:-32px;left:48px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitleft .leftcallouts .calloutcirc.right .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-12px;left:-37px;right:auto;transform:rotate(344deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright{padding-right:11%;position:relative}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright{padding-right:10%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright h3{text-align:right;color:#fff;text-transform:none;width:100%;height:auto;padding-right:45%;font-size:2.5rem;position:absolute;bottom:100px;right:0}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright h3{padding-right:43%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts{width:100%;height:62%;display:block;position:absolute;top:12px;right:0}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc{z-index:10;cursor:pointer;background:#69b6bc;border-radius:60%;width:20px;height:20px;position:absolute}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc{width:17px;height:17px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.eight{top:0%;right:333px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.eight{right:52%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.nine{top:14%;right:321px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.nine{right:50%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.ten{top:28%;right:306px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.ten{right:48%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.eleven{top:42%;right:309px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.eleven{right:49%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.twelve{top:56%;right:298px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.twelve{right:46%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.thirteen{top:64%;right:247px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.thirteen{right:39%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.fourteen{top:76%;right:193px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.fourteen{right:30%}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc span{z-index:0;background:#fff;border-radius:2px;transition:all .3s;position:absolute}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc span:first-child{width:10%;top:25%;bottom:25%;left:45%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc span:nth-child(2){height:10%;top:45%;left:25%;right:25%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.active span{transform:rotate(90deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.active span:nth-child(2){left:50%;right:50%}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.active .callout{visibility:visible;opacity:1}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc .callout{white-space:nowrap;visibility:hidden;opacity:0;border-bottom:1px solid #69b6bc;width:auto;height:23px;transition:visibility .3s linear,opacity .3s linear;position:absolute;top:-27px;right:57px}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc .callout{font-size:1.2vw;top:-32px;right:48px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-1px;left:100%;transform:rotate(16deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.right .callout{left:57px;right:auto}@media (width<=1290px){.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.right .callout{top:-32px;left:48px}}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .portraitright .rightcallouts .calloutcirc.right .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-12px;left:-37px;right:auto;transform:rotate(344deg)}.homebeforeafter .beforeafter .homeheroouter .portraitsouter .vertrule{border-left:2px solid #69b6bc;position:absolute;top:150px;bottom:10px;left:50%;transform:translate(-50%)}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob{width:100%;height:700px;margin:30px auto 0;display:none;position:relative;overflow:hidden}@media (width<=1000px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob{display:block}}@media (width<=768px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob{height:72vw}}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero{text-align:center;position:relative}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnafter{width:130px;height:87px;position:absolute;top:20%;right:14%;background:0 0!important;border:none!important}@media (width<=768px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnafter{max-width:24vw}}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnafter img{width:130px;height:87px}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnbefore{width:160px;height:107px;position:absolute;top:17%;left:6%;background:0 0!important;border:none!important}@media (width<=768px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnbefore{max-width:27vw}}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhero .btnbefore img{width:160px;height:107px}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhomesplide .splide__arrow--next{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homemobafterbtn.svg),none;background-position:0 0,0 0;background-repeat:no-repeat;background-size:contain;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:0;width:82px;height:55px;top:25%;right:14%}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .mobhomesplide .splide__arrow--next svg{display:none}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner{justify-content:center;height:100%;display:flex}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft{flex-basis:50%;justify-content:center;align-items:end;display:flex}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp{position:relative}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp:after{content:"";z-index:10;background:#69b6bc;width:5px;height:100%;display:block;position:absolute;top:0;right:-3px}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp h3{text-align:center;color:#fff;text-transform:none;z-index:10;opacity:0;width:100%;height:auto;font-size:2.5rem;line-height:1.1;transition:all .5s ease-in-out;position:absolute;bottom:4vw;left:0}@media (width<=768px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp h3{font-size:5vw;bottom:5vw}}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp h3.active{opacity:1}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp img{opacity:0;transition:all .5s ease-in-out}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobleft .imgwrp img.active{opacity:1}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright{flex-basis:50%;justify-content:center;align-items:end;display:flex}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp{position:relative}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp h3{text-align:center;color:#fff;text-transform:none;z-index:10;opacity:0;width:100%;height:auto;font-size:2.5rem;line-height:1.1;transition:all .5s ease-in-out;position:absolute;bottom:4vw;left:0}@media (width<=768px){.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp h3{font-size:5vw;bottom:5vw}}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp h3.active{opacity:1}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp img{opacity:0;transition:all .5s ease-in-out}.homebeforeafter .beforeafter .homeheroouter .beforeaftermob .beforeaftermobinner .beforeaftermobright .imgwrp img.active{opacity:1}.forground{z-index:50;width:100%;height:100%;position:absolute;top:0;left:0}.forground .forecallouts{z-index:60;width:70%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.forground .forecallouts .calloutcircmob{z-index:60;cursor:pointer;background:#69b6bc;border-radius:60%;width:20px;height:20px;position:absolute}@media (width<=1290px){.forground .forecallouts .calloutcircmob{width:max(13px,2.8vw);height:max(13px,2.8vw)}}.forground .forecallouts .calloutcircmob.mobone{top:10px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobone{top:calc(6px + 5.5%);left:35.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobone{top:calc(10px + 3.5%);left:35.7vw;right:auto}}.forground .forecallouts .calloutcircmob.mobtwo{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobtwo{top:calc(39px + 5.5%);left:32.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobtwo{top:calc(36px + 3.5%);left:32.7vw;right:auto}}.forground .forecallouts .calloutcircmob.mobthree{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobthree{top:calc(90px + 3.5%);left:31.3vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobthree{top:calc(66px + 3.5%);left:31.3vw;right:auto}}.forground .forecallouts .calloutcircmob.mobfour{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobfour{top:calc(116px + 5.5%);left:30.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobfour{top:calc(96px + 3.5%);left:32.7vw;right:auto}}.forground .forecallouts .calloutcircmob.mobfive{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobfive{top:calc(153px + 5.5%);left:31.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobfive{top:calc(133px + 3.5%);left:32.7vw;right:auto}}.forground .forecallouts .calloutcircmob.mobsix{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobsix{top:calc(195px + 5.5%);left:32.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobsix{top:calc(165px + 3.5%);left:32.7vw;right:auto}}.forground .forecallouts .calloutcircmob.mobseven{top:48px;left:292px}@media (width<=1290px){.forground .forecallouts .calloutcircmob.mobseven{top:calc(231px + 5.5%);left:29.7vw;right:auto}}@media (width<=480px){.forground .forecallouts .calloutcircmob.mobseven{top:calc(200px + 3.5%);left:32.7vw;right:auto}}.forground .forecallouts .calloutcircmob span{z-index:0;background:#fff;border-radius:2px;transition:all .3s;position:absolute}.forground .forecallouts .calloutcircmob span:first-child{width:10%;top:25%;bottom:25%;left:45%}.forground .forecallouts .calloutcircmob span:nth-child(2){height:10%;top:45%;left:25%;right:25%}.forground .forecallouts .calloutcircmob.active span{transform:rotate(90deg)}.forground .forecallouts .calloutcircmob.active span:nth-child(2){left:50%;right:50%}.forground .forecallouts .calloutcircmob.active .callout{visibility:visible;opacity:1}@media (width<=1290px){.forground .forecallouts .calloutcircmob.active .callout{font-size:clamp(13px,2.2vw,17px)}}.forground .forecallouts .calloutcircmob .callout{white-space:nowrap;visibility:hidden;opacity:0;border-bottom:1px solid #69b6bc;width:auto;height:23px;transition:visibility .3s linear,opacity .3s linear;position:absolute;top:-27px;right:57px}@media (width<=1290px){.forground .forecallouts .calloutcircmob .callout{top:calc(2.8vw - 51px);right:calc(37px + 2.8vw)}}@media (width<=700px){.forground .forecallouts .calloutcircmob .callout{top:calc(2.8vw - 45px);right:calc(37px + 2.8vw)}}@media (width<=480px){.forground .forecallouts .calloutcircmob .callout{top:calc(2.8vw - 38px);right:calc(18px + 2.8vw)}}.forground .forecallouts .calloutcircmob .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-1px;left:100%;transform:rotate(16deg)}@media (width<=480px){.forground .forecallouts .calloutcircmob .callout .rule{width:20px}}.forground .forecallouts .calloutcircmob.right .callout{left:57px;right:auto}@media (width<=1290px){.forground .forecallouts .calloutcircmob.right .callout{top:-32px;left:48px}}.forground .forecallouts .calloutcircmob.right .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-12px;left:-37px;right:auto;transform:rotate(344deg)}.forground h3{text-align:left;color:#fff;text-transform:none;white-space:nowrap;width:100%;height:auto;font-size:5vw;position:absolute;bottom:10.7vw;left:34.7vw}.background{z-index:20;width:100%;height:100%;position:absolute;top:0;left:0}.background .calloutcircmob{z-index:60;cursor:pointer;background:#69b6bc;border-radius:60%;width:20px;height:20px;position:absolute}@media (width<=1290px){.background .calloutcircmob{width:max(13px,2.8vw);height:max(13px,2.8vw)}}.background .calloutcircmob.mobeight{top:10px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobeight{top:calc(6px + 5.5%);left:auto;right:35.7vw}}@media (width<=480px){.background .calloutcircmob.mobeight{top:calc(10px + 3.5%);left:auto;right:35.7vw}}.background .calloutcircmob.mobnine{top:48px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobnine{top:calc(39px + 5.5%);left:auto;right:32.7vw}}@media (width<=480px){.background .calloutcircmob.mobnine{top:calc(36px + 3.5%);left:auto;right:31.7vw}}.background .calloutcircmob.mobten{top:99px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobten{top:calc(76px + 5.5%);left:auto;right:28.7vw}}@media (width<=480px){.background .calloutcircmob.mobten{top:calc(66px + 3.5%);left:auto;right:28.7vw}}.background .calloutcircmob.mobeleven{top:99px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobeleven{top:calc(116px + 5.5%);left:auto;right:27.7vw}}@media (width<=480px){.background .calloutcircmob.mobeleven{top:calc(96px + 3.5%);left:auto;right:26.7vw}}.background .calloutcircmob.mobtwelve{top:99px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobtwelve{top:calc(153px + 5.5%);left:auto;right:26.7vw}}@media (width<=480px){.background .calloutcircmob.mobtwelve{top:calc(133px + 3.5%);left:auto;right:23.7vw}}.background .calloutcircmob.mobthirteen{top:99px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobthirteen{top:calc(195px + 5.5%);left:auto;right:24.7vw}}@media (width<=480px){.background .calloutcircmob.mobthirteen{top:calc(165px + 3.5%);left:auto;right:21.7vw}}.background .calloutcircmob.mobfourteen{top:99px;left:292px}@media (width<=1290px){.background .calloutcircmob.mobfourteen{top:calc(231px + 5.5%);left:auto;right:22.7vw}}@media (width<=480px){.background .calloutcircmob.mobfourteen{top:calc(200px + 3.5%);left:auto;right:16.7vw}}.background .calloutcircmob span{z-index:0;background:#fff;border-radius:2px;transition:all .3s;position:absolute}.background .calloutcircmob span:first-child{width:10%;top:25%;bottom:25%;left:45%}.background .calloutcircmob span:nth-child(2){height:10%;top:45%;left:25%;right:25%}.background .calloutcircmob.active span{transform:rotate(90deg)}.background .calloutcircmob.active span:nth-child(2){left:50%;right:50%}.background .calloutcircmob.active .callout{visibility:visible;opacity:1}@media (width<=1290px){.background .calloutcircmob.active .callout{font-size:clamp(13px,2.2vw,17px)}}.background .calloutcircmob .callout{white-space:nowrap;visibility:hidden;opacity:0;border-bottom:1px solid #69b6bc;width:auto;height:23px;transition:visibility .3s linear,opacity .3s linear;position:absolute;top:-27px;left:57px;right:auto}@media (width<=1290px){.background .calloutcircmob .callout{top:calc(2.8vw - 51px);left:calc(37px + 2.8vw)}}@media (width<=700px){.background .calloutcircmob .callout{top:calc(2.8vw - 45px);left:calc(37px + 2.8vw)}}@media (width<=480px){.background .calloutcircmob .callout{top:calc(2.8vw - 38px);left:calc(18px + 2.8vw)}}.background .calloutcircmob .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;width:40px;position:absolute;bottom:-12px;left:-37px;right:auto;transform:rotate(344deg)}@media (width<=480px){.background .calloutcircmob .callout .rule{width:20px;bottom:-7px;left:-19px}}.background h3{text-align:right;color:#fff;text-transform:none;white-space:nowrap;width:100%;height:auto;font-size:5vw;position:absolute;bottom:10.7vw;right:29.7vw}.scheduleconsul{opacity:0;visibility:hidden;transition:opacity 1s ease-in-out}.scheduleconsul.active{opacity:1;visibility:visible}.homereadynow{background:linear-gradient(90deg,#65b1b9 0%,#34648c 100%);border-radius:15px;max-width:1060px;margin:-55px auto 0;padding:30px}.homereadynow h2{text-transform:none;color:#fff;line-height:1.2}.homereadynow h3{text-transform:none;color:#fff;font-weight:600;line-height:1.2}.homereadynow .colleft{padding-right:30px}@media (width<=1000px){.homereadynow .colleft{padding-right:0}}@media (width<=768px){.homereadynow .colleft{padding-bottom:40px}}.homereadynow .colright{border-left:1px solid #fff;padding-left:30px}@media (width<=1000px){.homereadynow .colright{border:none;padding-left:0}}.homethreegrid{max-width:1150px;margin:0 auto;padding-bottom:140px;overflow:hidden}@media (width<=850px){.homethreegrid{padding-bottom:60px}}.homethreegrid .full_section_inner{justify-content:space-between;gap:26px;display:flex}@media (width<=850px){.homethreegrid .full_section_inner{flex-wrap:wrap;gap:0;margin-top:15px}}.homethreegrid .full_section_inner .wpb_column{cursor:pointer;flex-basis:33%;min-height:350px;padding:15px;position:relative}@media (width<=850px){.homethreegrid .full_section_inner .wpb_column{flex-basis:100%;min-height:auto}}.homethreegrid .full_section_inner .wpb_column .vc_column-inner{border:3px solid #f5f5f5;border-radius:15px;width:100%;height:100%;padding:23px;transition:top .5s;position:absolute;top:-115%;left:0}@media (width<=850px){.homethreegrid .full_section_inner .wpb_column .vc_column-inner{position:relative;top:0!important}}.homethreegrid .full_section_inner .wpb_column .vc_column-inner.active{top:30px}.homethreegrid .full_section_inner .wpb_column .vc_column-inner h3{color:#34658d;font-size:1.2rem}.homethreegrid .full_section_inner .wpb_column .vc_column-inner .wpb_single_image img{max-width:220px;margin:0 auto;padding:20px 0;display:block}.padgrid{max-width:1150px;margin:0 auto}.padgrid .wpb_column{padding:15px}.padgrid .wpb_column .vc_column-inner{border:3px solid #f5f5f5;border-radius:15px;height:100%;padding:23px}.padgrid .wpb_column .vc_column-inner h3{color:#34658d;font-size:1.2rem}.homevertcarousel{background:#d0ece8 url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/Circle_HomePage_Photo_new.png);margin:0 -20px;background-position:0 100%!important;background-repeat:no-repeat!important;background-size:420px!important}@media (width<=850px){.homevertcarousel{background-image:none}}.homevertcarousel .wpb_wrapper{max-width:1060px;margin:0 auto;padding:0 15px 15px}.homevertcarousel .wpb_wrapper h2{color:#34658d;margin-bottom:12px}.homevertcarousel .wpb_wrapper .homecarousel{padding-bottom:40px}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter{padding:50px 8px 76px;position:relative}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter{padding:30px 8px 46px 125px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads{justify-content:space-between;width:100%;height:80px;display:flex;position:absolute;top:0}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads{flex-direction:column;width:122px;height:250px;top:50px;left:0}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads .splidehead{flex-basis:50%;justify-content:center;align-items:center;display:flex}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads .splidehead h4{text-align:center;font-weight:700}@media (width<=980px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads .splidehead h4{font-size:1.8vw}}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .homesplideheads .splidehead h4{text-align:left;font-size:1rem}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide{z-index:10;background:0 0}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_prev.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;top:-35px}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev svg{display:none}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{top:-42px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_next.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;bottom:-41px}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--next svg{display:none}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{bottom:-42px}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide{justify-content:center;align-items:center;display:flex}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide:before{content:"";display:none}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap{padding:8px 0}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap{padding:0}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{justify-content:space-between;align-items:center;display:flex}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{flex-direction:column}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{background:linear-gradient(90deg,#65b1b9 0%,#34648c 100%);border:1px solid #fff;border-radius:20px 0 0 20px;flex-basis:42%;align-items:center;min-height:70px;margin:0 auto;padding:13px;display:flex}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{border-radius:20px;min-height:50px;padding-bottom:24px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{color:#fff;padding-right:30px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{padding-right:0}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{max-width:120px;height:50px;margin-top:-54px;margin-left:-56px;position:absolute;top:50%;left:50%}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{height:90px;margin-top:-25px;margin-bottom:-25px;margin-left:0;position:relative;top:auto;left:auto}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{aspect-ratio:1;border-radius:50%;width:110px;height:110px}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{width:90px;height:90px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{background:#b5b5b5;border:1px solid #fff;border-radius:0 20px 20px 0;flex-basis:42%;align-items:center;min-height:70px;margin:0 auto;padding:13px;display:flex}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{border-radius:20px;min-height:50px;padding-top:24px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{color:#000;padding-left:40px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{padding-left:0}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack{z-index:0;width:16px;height:90%;position:absolute;top:5%;left:calc(50% - 8px)}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack{z-index:0;width:16px;height:325px;position:absolute;top:9px;left:calc(50% + 51px)}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack img{object-fit:cover;width:30px;height:95%;position:absolute;top:3px}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack img.short{display:none}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack img{height:97%}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack img.short{display:block}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .splidetrack img.tall{display:none}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .ctatext{text-align:center;color:#34658d;width:100%;height:30px;position:absolute;bottom:2px;left:0}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .ctatext{bottom:-26px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .ctatext h4{color:#34658d}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .ctatext h4{text-indent:122px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks{justify-content:center;width:100%;height:50px;display:flex;position:absolute;bottom:-40px;left:0}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks{bottom:-70px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link{flex-basis:10%}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link{flex-basis:15%}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link button{background:0 0;border:none;width:100%;height:auto;padding:12px}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link button{padding:7px}}.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link button img{border-radius:50%;width:100%;max-width:55px;height:auto}@media (width<=850px){.homevertcarousel .wpb_wrapper .homecarousel .homesplideouter .jumplinks .link button img{flex-basis:15%}}.homevertcarouselcol{padding-left:17%}@media (width<=850px){.homevertcarouselcol{padding-left:0}}.secondaryvertcarousel{margin:0 -20px}.secondaryvertcarousel .wpb_wrapper{max-width:900px;margin:0 auto;padding:0 15px 15px}.secondaryvertcarousel .wpb_wrapper h2{color:#34658d;margin-bottom:12px}.secondaryvertcarousel .wpb_wrapper .secondarycarousel{padding-bottom:40px}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter{padding:50px 8px 76px;position:relative}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter{padding:30px 8px 46px 125px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads{justify-content:space-between;width:100%;height:80px;display:flex;position:absolute;top:0}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads{flex-direction:column;width:122px;height:250px;top:50px;left:0}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads .splidehead{flex-basis:50%;justify-content:center;align-items:center;display:flex}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads .splidehead h4{text-align:center;font-weight:700}@media (width<=980px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads .splidehead h4{font-size:1.8vw}}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .homesplideheads .splidehead h4{text-align:left;font-size:1rem}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide{z-index:10;background:0 0}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_blue_prev.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;top:-35px}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev svg{display:none}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{top:-42px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_blue_next.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;bottom:-41px}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--next svg{display:none}@media (width<=480px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{bottom:-42px}}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide{justify-content:center;align-items:center;display:flex}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap{padding:8px 0}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap{padding:0}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{justify-content:space-between;align-items:center;display:flex}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{flex-direction:column}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{background:#b5b5b5;border:1px solid #fff;border-radius:20px 0 0 20px;flex-basis:42%;align-items:center;min-height:70px;margin:0 auto;padding:13px;display:flex}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{border-radius:20px;min-height:50px;margin:0;padding-bottom:24px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{color:#000;padding-right:35px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{padding-right:0}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{max-width:120px;height:50px;margin-top:-54px;margin-left:-54px;position:absolute;top:50%;left:50%}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{height:90px;margin-top:-25px;margin-bottom:-25px;margin-left:0;position:relative;top:auto;left:auto}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{aspect-ratio:1;border:1px solid #34658d;border-radius:50%;width:108px;height:108px}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{width:90px;height:90px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{background:linear-gradient(90deg,#65b1b9 0%,#34648c 100%);border:1px solid #fff;border-radius:0 20px 20px 0;flex-basis:42%;align-items:center;min-height:70px;margin:0 auto;padding:13px;display:flex}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{border-radius:20px;min-height:50px;margin:0;padding-top:24px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{color:#fff;padding-left:30px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{padding-left:0}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splide .splide__slide ul li{text-indent:0!important;padding-left:0!important}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack{z-index:0;border:none;width:16px;height:90%;position:absolute;top:5%;left:calc(50% - 8px)}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack{z-index:0;width:16px;height:325px;position:absolute;top:9px;left:calc(50% + 50px)}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack img{object-fit:cover;width:30px;height:95%;position:absolute;top:3px}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack img.short{display:none}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack img{height:97%}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack img.short{display:block}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .splidetrack img.tall{display:none}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .ctatext{text-align:center;color:#34658d;width:100%;height:30px;position:absolute;bottom:2px;left:0}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .ctatext{bottom:-26px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .ctatext h4{color:#34658d}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .ctatext h4{text-indent:122px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks{justify-content:center;width:100%;height:50px;display:flex;position:absolute;bottom:-40px;left:0}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks{bottom:-70px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link{flex-basis:11%}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link{flex-basis:15%}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link button{background:0 0;border:none;padding:12px}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link button{padding:7px}}.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link button img{border:1px solid #34658d;border-radius:50%;width:55px;max-width:55px;height:55px}@media (width<=850px){.secondaryvertcarousel .wpb_wrapper .secondarycarousel .homesplideouter .jumplinks .link button img{width:30px;max-width:30px;height:30px}}.homebenefits{background-color:#34648c;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/uploads/2023/07/Benefits_hero.png),linear-gradient(135deg,#34648c 0%,#65b1b9 100%);background-position:0 0;background-repeat:no-repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;margin:-10px -20px 0;padding:50px;background-position:100% 100%!important;background-size:contain!important}@media (width<=850px){.homebenefits{background-position:-300% 0!important;background-size:auto 100%!important}}.homebenefits .homebenefitswrap{max-width:1150px;margin:0 auto}.homebenefits .homebenefitswrap .homebenefitscontent,.homebenefits .homebenefitswrap .homebenefitscontent h2,.homebenefits .homebenefitswrap .homebenefitscontent p{color:#fff}.homebenefits .homebenefitswrap .homebenefitscontent h2{margin-bottom:12px}.homebenefits .homebenefitswrap .homebenefitscontent p{margin-bottom:12px;font-size:18px}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid{flex-wrap:wrap;justify-content:space-between;display:flex}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon{flex-basis:28%;width:100%;max-width:28%;padding:12px;position:relative}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon{flex-basis:40%;max-width:40%}}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon img.icon.active,.homebenefits .homebenefitswrap .homebenefitscontent .benefitsgrid .gridicon img.icontext.active{opacity:1;visibility:visible}@media (width<=640px){.homelocationsouter{margin-bottom:100px!important}}.homelocationsouter.nopad .homelocations{padding:0!important}.homelocationsouter .homelocations{position:relative;padding:40px 0 40px 60px!important}@media (width<=768px){.homelocationsouter .homelocations{padding:40px 0!important}}.homelocationsouter .homelocations .homelocationshead{position:relative}@media (width<=768px){.homelocationsouter .homelocations .homelocationshead{padding:0 0 0 30px!important}}.homelocationsouter .homelocations .homelocationshead h2{color:#34658d}.homelocationsouter .homelocations .homelocationouterwrap{position:relative}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap{margin-left:0;transition:margin .7s ease-in-out;display:flex}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active{margin-left:0}@media (width<=768px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active{margin-left:-60%}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active .backtolist{visibility:visible;opacity:1;display:flex;height:100%!important}}@media (width<=640px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active{margin-left:-60%}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active .backtolist{visibility:visible;opacity:1;display:flex;height:calc(100% + 152px)!important}}@media (width<=480px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap.active img{margin-left:26px}}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft{flex-basis:33.3333%!important}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .vc_column-inner{padding-top:0;padding-bottom:0}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .homelocationsplide{height:100%!important}@media (width<=640px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .homelocationsplide{height:calc(100% + 140px)!important}}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .homelocations{position:relative}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolright{flex-basis:66.6667%!important}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .backtolist{z-index:10;visibility:hidden;opacity:0;background-color:#929292;justify-content:center;align-items:center;width:100px;transition:visibility .1s linear,opacity .1s linear;position:absolute;top:0;left:-10px;height:100%!important}@media (width<=640px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .backtolist{height:calc(100% + 115px)!important}}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .backtolist img{width:50px}@media (width<=1000px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft,.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolright{flex-basis:50%!important}}@media (width<=768px){.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap{width:150%}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft{flex-basis:50%!important;width:50%!important}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .vc_column-inner{padding-left:0!important;padding-right:0!important}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .vc_column-inner .homemaplogo,.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolleft .vc_column-inner .homemaptitle{padding-left:40px}.homelocationsouter .homelocations .homelocationouterwrap .homelocationinnerwrap .homemapcolright{flex-basis:50%!important;width:50%!important}}.homemap{width:100%;height:1200px;display:block;position:relative}@media (width<=640px){.homemap{height:calc(100% + 152px)!important}}.homemap #map{width:100%;height:100%;position:absolute;top:0;bottom:0}.homelocationstwowrap{margin-top:0;margin-left:-20px;margin-right:-20px}.homelocationstwowrap .vc_column-inner{padding:0!important}.homemaptwo{width:100%;height:700px;display:block;position:relative}@media (width<=768px){.homemaptwo{height:500px}}.homemaptwo #maptwo{width:100%;height:100%;position:absolute;top:0;bottom:0}.homemapcolleft .homemaplogo img{max-width:260px}.homemapcolleft h2{color:#34658d}.homemapcolleft .homemap__list{flex-direction:column;justify-content:stretch;height:100%;list-style:none;display:flex}.homemapcolleft .homemap__list .home_loc{flex-basis:20%}.homemapcolleft .locationwrap{border:2px solid #fff;justify-content:space-between;align-items:center;height:100%;padding:0 30px;transition:all .5s ease-in-out;display:flex}@media (width<=640px){.homemapcolleft .locationwrap{padding:0 30px 10px}}.homemapcolleft .locationwrap.active{border:2px solid #34658d}.homemapcolleft .locationwrap.locone{background-color:#cbd6e0}.homemapcolleft .locationwrap.loctwo{background-color:#b1d8dc}.homemapcolleft .locationwrap.locthree{background-color:#d4eeea}.homemapcolleft .locationwrap.locfour{background-color:#cbd6e0}.homemapcolleft .locationwrap.locfive{background-color:#b1d8dc}.homemapcolleft .locationwrap.locsix{background-color:#d4eeea}.homemapcolleft .locationwrap.locseven{background-color:#cbd6e0}.homemapcolleft .locationwrap .locationleft{flex-basis:70%}.homemapcolleft .locationwrap .locationleft p{font-size:.86rem;line-height:1.2}.homemapcolleft .locationwrap .locationleft p a{color:#34658d}.homemapcolleft .locationwrap .locationleft p a:hover{color:#34658d;text-decoration:underline}.homemapcolleft .locationwrap .locationright{text-align:right;background:0 0;border:none;flex-basis:30%}.homemapcolleft .locationwrap .locationright img{max-width:40px}.locations a{color:#34658d;text-decoration:underline;transition:color .3s ease-in-out}.locations a:hover{color:#000}.factsmyths{background:#34658d;margin-top:0;margin-left:-20px;margin-right:-20px;padding:60px 40px}.factsmyths.marginminustop{margin-top:0 -20px}.factsmyths .factsmythsinner{max-width:800px;margin:0 auto}.factsmyths .factsmythsinner.wide{max-width:1140px}.factsmyths .factsmythsinner .factsmythsleft img{max-width:100%}.factsmyths .factsmythsinner .factsmythsright h2{color:#fff;margin-bottom:20px;font-size:1.6rem}.factsmyths .factsmythsinner .factsmythsright .kepler h2{font-size:2.3rem;line-height:1.2}.factsmyths .factsmythsinner .factsmythsright h2,.factsmyths .factsmythsinner .factsmythsright h3,.factsmyths .factsmythsinner .factsmythsright h4,.factsmyths .factsmythsinner .factsmythsright h5,.factsmyths .factsmythsinner .factsmythsright h6,.factsmyths .factsmythsinner .factsmythsright p,.factsmyths .factsmythsinner .factsmythsright label{color:#fff}.factsmyths .factsmythsinner.flexvertcenter .full_section_inner{justify-content:space-between;display:flex}@media (width<=850px){.factsmyths .factsmythsinner.flexvertcenter .full_section_inner{flex-wrap:wrap}.factsmyths .factsmythsinner.flexvertcenter .full_section_inner .factsmythsleft{flex-basis:100%}}.factsmyths .factsmythsinner.flexvertcenter .full_section_inner .factsmythsright{flex-direction:column;justify-content:center;display:flex}@media (width<=850px){.factsmyths .factsmythsinner.flexvertcenter .full_section_inner .factsmythsright{flex-basis:100%}}.factsmyths .factsmythsinner .frm_forms .frm_message,.factsmyths .factsmythsinner .frm_forms .frm_error_style{text-align:center;background:#34658d}.factsmyths .factsmythsinner .frm_submit.center{text-align:center}.factsmyths .factsmythsinner .frm_submit.center .frm_button_submit.blueback{margin:10px auto 0;padding:10px 50px;background:#34658d!important}.factsmyths .factsmythsinner .frm_submit.center .frm_button_submit.blueback:hover{color:#34658d!important;background:#fff!important}.factsmyths .factsmythsinner p a{text-decoration:underline;color:#fff!important}.homebeforeaftersearch{background-color:#fff;justify-content:space-between;margin-top:15px;padding:5px 12px;display:flex;position:relative;border-radius:9px!important}.homebeforeaftersearch .search-field{color:#000;background-color:#0000;border:none}.homebeforeaftersearch .searchbtn{width:30px;height:30px}.lifeafterleadwrap{background:#f5f5f5;margin-left:-20px;margin-right:-20px}.lifeafterleadwrap .lifeafterlead .full_section_inner{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;display:flex}@media (width<=900px){.lifeafterleadwrap .lifeafterlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft{flex-basis:30%;margin-right:-39px}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft h1{color:#34658d;margin-bottom:12px}@media (width<=1200px){.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft h1{margin-bottom:9px;font-size:24px}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft p{font-size:.8rem;line-height:23px}}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid{z-index:10;flex-basis:60%}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid .lifeaftermob{display:none}@media (width<=768px){.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid .lifeafterdsktp{display:none}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid .lifeaftermob{display:block}}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright{flex-basis:30%;margin-left:-73px}@media (width<=768px){.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright{display:none}}@media (width<=1200px){.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft{flex-basis:40%}}@media (width<=900px){.lifeafterleadwrap .lifeafterlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft{flex-basis:40%}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid{flex-basis:40%;margin-bottom:-20px}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright{flex-basis:20%}}@media (width<=768px){.lifeafterleadwrap .lifeafterlead .full_section_inner{flex-wrap:wrap}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterleft{flex-basis:100%;order:1;margin:0 auto}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeaftermid{flex-basis:100%;order:3;margin-bottom:-30px}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright{flex-basis:100%;order:2;margin:0 auto}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright .wpb_wrapper{text-align:center}.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright .wpb_wrapper img{max-width:300px}}@media (width<=768px) and (width<=768px){.lifeafterleadwrap .lifeafterlead .full_section_inner .lifeafterright .wpb_wrapper img{max-width:200px}}.beautifulnewwrap{background:#f5f5f5;margin-left:-20px;margin-right:-20px}.beautifulnewwrap .beautifulnewlead .full_section_inner{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;display:flex}@media (width<=900px){.beautifulnewwrap .beautifulnewlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft{flex-basis:35%;margin-right:-39px;padding-right:20px}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft h1{color:#34658d;margin-bottom:12px}@media (width<=1200px){.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft h1{margin-bottom:9px;font-size:24px}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft p{font-size:.8rem;line-height:23px}}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid{z-index:10;flex-basis:60%}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid .missingteethmob{display:none}@media (width<=768px){.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid .missingteethdsktp{display:none}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid .missingteethmob{display:block}}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright{z-index:50;flex-basis:25%;margin-left:-142px;padding-top:20px}@media (width<=768px){.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright{display:none}}@media (width<=1200px){.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft{flex-basis:40%}}@media (width<=900px){.beautifulnewwrap .beautifulnewlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft{flex-basis:40%}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid{flex-basis:40%;margin-bottom:-20px}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright{flex-basis:20%}}@media (width<=768px){.beautifulnewwrap .beautifulnewlead .full_section_inner{flex-wrap:wrap}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewleft{flex-basis:100%;order:1;margin:0 auto}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewmid{flex-basis:100%;order:3;margin-bottom:-30px}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright{flex-basis:100%;order:2;margin:0 auto}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright .wpb_wrapper{text-align:center}.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright .wpb_wrapper img{max-width:300px}}@media (width<=768px) and (width<=768px){.beautifulnewwrap .beautifulnewlead .full_section_inner .beautifulnewright .wpb_wrapper img{max-width:200px}}.leadblue{z-index:10;background:linear-gradient(90deg,#65b1b9 0%,#34648c 100%);border-radius:15px;max-width:1060px;margin:-12px auto 0;padding:30px}.leadblue.reverse{background:linear-gradient(90deg,#34648c 0%,#65b1b9 100%)}.leadblue.flatblue{background:#34658d}.leadblue.minustopmargin{margin-top:-120px!important}.leadblue h2{text-transform:none;color:#fff;font-size:30px;line-height:1.2}.leadblue h3,.leadblue h4{text-transform:none;color:#fff;margin-bottom:12px;font-weight:600;line-height:1.2}.leadblue p{color:#fff}.leadblue .leadbluelist h3{font-size:22px!important}.leadblue .leadbluelist ul li{color:#fff;font-size:22px;font-weight:600;line-height:1.6}.leadblue .colleft{padding-right:30px}.leadblue .colleft.bordered{border-right:1px solid #fff}@media (width<=768px){.leadblue .colleft.bordered{border-right:none}}@media (width<=1000px){.leadblue .colleft{padding-right:0}}@media (width<=768px){.leadblue .colleft{padding-bottom:40px}}.leadblue .colright{padding-left:30px}.leadblue .colright.bordered{border-left:1px solid #fff}@media (width<=768px){.leadblue .colright.bordered{border-left:none}}@media (width<=1000px){.leadblue .colright{border:none;padding-left:0}}.leadblue.flexvertcenter .full_section_inner{justify-content:center;align-items:center;display:flex}@media (width<=768px){.leadblue.flexvertcenter .full_section_inner{display:block}}.bolded h2,.bolded h3,.bolded h4{font-weight:500!important}.bolded h2 strong,.bolded h3 strong,.bolded h4 strong{font-weight:700!important}.bolded h3{font-size:1.6rem}.bolded h4{font-size:1.2rem}#back_to_top .backtotopicon img{width:48px;height:38px}.bluegrad{z-index:10;background:linear-gradient(135deg,#34648c 0%,#65b1b9 100%);margin:-10px -20px 0;padding:50px}.bluegrad.vert{background:linear-gradient(190deg,#34648c 0%,#65b1b9 100%)}.bluegrad.rounded{border-radius:20px}.bluegrad.nopadbot{padding-bottom:0}.bluegrad .full_section_inner{color:#fff;max-width:1150px;margin:0 auto}.bluegrad .full_section_inner h1,.bluegrad .full_section_inner h2,.bluegrad .full_section_inner p{color:#fff}.bluegrad .full_section_inner h2{margin-bottom:12px}.bluegrad .full_section_inner p{margin-bottom:12px;font-size:18px}.bluegrad .locationrowbtns ul{justify-content:center;align-items:center;gap:15px;list-style:none;display:flex}@media (width<=700px){.bluegrad .locationrowbtns ul{flex-wrap:wrap}}.bluegrad .locationrowbtns ul li{text-indent:0;text-align:center;padding:0}@media (width<=700px){.bluegrad .locationrowbtns ul li{flex-basis:100%}}.bluegrad .locationrowbtns ul li:before{display:none}.bluegrad .locationrowbtns ul li a{color:#fff;text-transform:none;cursor:pointer;text-align:center;border:1px solid #fff;border-radius:14px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:table;height:auto!important;padding:11px 16px!important;line-height:1.2!important}.bluegrad .locationrowbtns ul li a:hover{color:#fff!important;background:#34658d!important}.roundicon .vc_single_image-wrapper{max-width:220px}@media (width<=768px){.roundicon .vc_single_image-wrapper{padding:20px 0}}.roundicon.max300 .vc_single_image-wrapper{max-width:300px!important}.roundicon.max250 .vc_single_image-wrapper{max-width:250px!important}.hiddencosts{background:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/hidden_costs_hero2.jpg),#26252a;margin:-10px -20px 0;padding:70px 50px;background-position:100% 0!important;background-size:cover!important}@media (width<=1100px){.hiddencosts{background-position:80% 0!important;background-size:auto 100%!important}}@media (width<=768px){.hiddencosts{background-position:-300% 0!important;background-size:auto 100%!important}}.hiddencosts .hiddencostswrap{max-width:1150px;margin:0 auto}.hiddencosts .hiddencostswrap .hiddencostscontent,.hiddencosts .hiddencostswrap .hiddencostscontent h2,.hiddencosts .hiddencostswrap .hiddencostscontent p{color:#fff}.hiddencosts .hiddencostswrap .hiddencostscontent h2{margin-bottom:12px}.hiddencosts .hiddencostswrap .hiddencostscontent p{margin-bottom:12px;font-size:18px}.hiddencosts .hiddencostswrap .hiddencostscontent .benefitsgrid p{flex-wrap:wrap;justify-content:space-between;display:flex}.hiddencosts .hiddencostswrap .hiddencostscontent .benefitsgrid p img{flex-basis:28%;width:100%;padding:12px}@media (width<=850px){.hiddencosts .hiddencostswrap .hiddencostscontent .benefitsgrid p img{flex-basis:40%}}.bluetable.fullwidth table{width:100%}.bluetable tr:nth-child(odd){background:#34658d}.bluetable td{border-right:1px dotted #fff;padding:12px 40px}@media (width<=768px){.bluetable td{padding:12px 15px}}.bluetable td:first-child{text-align:left}.bluetable td:last-child{border-right:none}.bluetable tfoot tr{background:0 0!important}.bluetable .flexrow{justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media (width<=768px){.bluetable .flexrow{flex-wrap:wrap}}.bluetable .flexrow button{flex-basis:50%;margin:0 4px}@media (width<=768px){.bluetable .flexrow button{flex-basis:100%;margin:4px}}.overdentures{background:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/overdentures_bk.jpg),#fff;background-position:100% 21px!important;background-size:200px 200px!important}@media (width<=768px){.overdentures{background:#fff}}.medicalhealthwrap{max-width:1140px;margin:0 auto}.medicalhealthwrap .medicalhealth{width:100%;height:auto;display:block}.medicalhealthwrap .medicalhealth .medicalhealthimg{text-align:center;width:auto;margin:0 auto;display:table;container-type:inline-size}.medicalhealthwrap .medicalhealth .medicalhealthimg img{max-height:800px;margin:0 auto}.medicalhealthwrap .medicalhealth .medcirc{z-index:10;cursor:pointer;background:#69b6bc;border-radius:60%;width:31px;height:31px;position:absolute}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc{width:20px;height:20px}}.medicalhealthwrap .medicalhealth .medcirc.medone{top:91px;left:49%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medone{top:12%}}.medicalhealthwrap .medicalhealth .medcirc.medone .callout{top:24px;right:calc(50% + 138px)}.medicalhealthwrap .medicalhealth .medcirc.medone .callout .rule{width:141px;transform:rotate(-15deg)}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medone .callout{top:24px;right:calc(50% + 94px)}.medicalhealthwrap .medicalhealth .medcirc.medone .callout .rule{width:105px;transform:rotate(-21deg)}}@media (width<=840px){.medicalhealthwrap .medicalhealth .medcirc.medone .callout{top:24px;right:calc(50% + 61px)}.medicalhealthwrap .medicalhealth .medcirc.medone .callout .rule{width:73px;transform:rotate(-31deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medone .callout{height:3.5vw;font-size:2.7vw;line-height:.7;top:-1.6vw;right:calc(50% + 60px)}.medicalhealthwrap .medicalhealth .medcirc.medone .callout strong{font-weight:400}.medicalhealthwrap .medicalhealth .medcirc.medone .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medone .callout .rule{width:72px;transform:rotate(0)}}.medicalhealthwrap .medicalhealth .medcirc.medtwo{top:380px;left:37%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medtwo{top:50%}}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout{padding-right:50px;top:-66px;right:calc(50% + 92px)}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout strong br{display:none}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout .rule{width:108px;transform:rotate(29deg)}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout{top:-86px;right:calc(50% + 41px)}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout .rule{width:84px;transform:rotate(60deg)}}@media (width<=840px){.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout{top:-97px;right:calc(50% + 19px)}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout .rule{width:84px;transform:rotate(76deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout{height:3.5vw;padding-right:44px;font-size:2.7vw;line-height:.7;top:-1.6vw;right:calc(50% + 19px)}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout strong{margin-top:-2.7vw;font-weight:400;line-height:1.1}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout strong br{display:block}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medtwo .callout .rule{width:20px;transform:rotate(0)}}.medicalhealthwrap .medicalhealth .medcirc.medthree{top:634px;left:38%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medthree{top:79%;left:38%}}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout{padding-right:91px;top:-106px;right:calc(50% + 136px)}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout .rule{width:165px;transform:rotate(34deg)}@media (width<=1090px){.medicalhealthwrap .medicalhealth .medcirc.medthree .callout{padding-right:57px;top:-86px;right:calc(50% + 84px)}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout .rule{width:108px;transform:rotate(40deg)}}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medthree .callout{top:-86px;right:calc(50% + 42px)}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout .rule{width:85px;transform:rotate(59deg)}}@media (width<=840px){.medicalhealthwrap .medicalhealth .medcirc.medthree .callout{top:-97px;right:calc(50% + 19px)}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout .rule{width:84px;transform:rotate(76deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medthree .callout{height:3.5vw;padding-right:57px;font-size:2.7vw;line-height:.7;top:-1.6vw;right:calc(50% + 19px)}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout strong{font-weight:400}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medthree .callout .rule{width:23px;transform:rotate(0)}}.medicalhealthwrap .medicalhealth .medcirc.medfour{top:245px;left:48%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medfour{top:31%;left:47.3%}}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout{padding-left:15px;top:-106px;left:calc(50% + 136px)}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout .rule{width:165px;transform:rotate(145deg)}@media (width<=1090px){.medicalhealthwrap .medicalhealth .medcirc.medfour .callout{top:-106px;left:calc(50% + 136px)}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout .rule{width:165px;transform:rotate(145deg)}}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medfour .callout{top:-106px;left:calc(50% + 117px)}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout .rule{width:153px;transform:rotate(142deg)}}@media (width<=840px){.medicalhealthwrap .medicalhealth .medcirc.medfour .callout{top:-106px;left:calc(50% + 99px)}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout .rule{width:138px;transform:rotate(137deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medfour .callout{height:3.5vw;padding-right:0;font-size:2.7vw;line-height:.7;top:-1.6vw;left:calc(50% + 52px)}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout strong{font-weight:400}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medfour .callout .rule{width:55px;transform:rotate(180deg)!important}}.medicalhealthwrap .medicalhealth .medcirc.medfive{top:479px;left:50.3%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medfive{top:59%;left:51.3%}}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout{padding-left:15px;top:-175px;left:calc(50% + 214px)}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout .rule{width:271px;transform:rotate(143deg)}@media (width<=1090px){.medicalhealthwrap .medicalhealth .medcirc.medfive .callout{top:-175px;left:calc(50% + 214px)}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout .rule{width:271px;transform:rotate(143deg)}}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medfive .callout{top:-106px;left:calc(50% + 117px)}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout .rule{width:153px;transform:rotate(142deg)}}@media (width<=840px){.medicalhealthwrap .medicalhealth .medcirc.medfive .callout{top:-106px;left:calc(50% + 99px)}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout .rule{width:138px;transform:rotate(137deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medfive .callout{height:3.5vw;padding-right:0;font-size:2.7vw;line-height:.7;top:-62px;left:calc(50% + 84px)}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout strong{font-weight:400}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medfive .callout .rule{width:99px;transform:rotate(148deg)}}.medicalhealthwrap .medicalhealth .medcirc.medsix{top:584px;left:82.3%}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medsix{top:72.2%;left:82.3%}}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout{padding-left:12px;top:-51px;left:calc(50% + 77px)}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout strong br{display:none}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout .rule{width:79px;transform:rotate(154deg)}@media (width<=1090px){.medicalhealthwrap .medicalhealth .medcirc.medsix .callout{top:-51px;left:calc(50% + 77px)}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout .rule{width:79px;transform:rotate(154deg)}}@media (width<=950px){.medicalhealthwrap .medicalhealth .medcirc.medsix .callout{top:64px;left:calc(50% - 7px)}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout .rule{width:80px;transform:rotate(274deg)}}@media (width<=768px){.medicalhealthwrap .medicalhealth .medcirc.medsix .callout{border-bottom:none;height:3.5vw;padding-right:17px;font-size:2.7vw;line-height:1.1;top:-34px;right:calc(50% - 15px)}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout br{display:block}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout strong{font-weight:400}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout strong br{display:block}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout p{display:none}.medicalhealthwrap .medicalhealth .medcirc.medsix .callout .rule{width:75px;transform:rotate(0);bottom:-14px!important;left:11px!important}}.medicalhealthwrap .medicalhealth .medcirc span{z-index:20;background:#fff;border-radius:2px;transition:all .3s;position:absolute}.medicalhealthwrap .medicalhealth .medcirc span:first-child{width:10%;top:50%;bottom:50%;left:45%}.medicalhealthwrap .medicalhealth .medcirc span:nth-child(2){height:10%;top:45%;left:25%;right:25%}.medicalhealthwrap .medicalhealth .medcirc.active span{transform:rotate(90deg)}.medicalhealthwrap .medicalhealth .medcirc.active span:first-child{top:25%;bottom:25%}.medicalhealthwrap .medicalhealth .medcirc.active .callout{visibility:visible;opacity:1}.medicalhealthwrap .medicalhealth .medcirc .callout{white-space:nowrap;visibility:hidden;opacity:0;text-align:left;border-bottom:1px solid #69b6bc;width:auto;height:23px;font-size:.85rem;line-height:1.4;transition:visibility .3s linear,opacity .3s linear;position:absolute}.medicalhealthwrap .medicalhealth .medcirc .callout strong{margin-bottom:8px;display:block}.medicalhealthwrap .medicalhealth .medcirc .callout .rule{transform-origin:0 0;box-sizing:border-box;border-top:1px solid #69b6bc;position:absolute;bottom:-1px;left:100%}.medicalhealthwrap .medicalhealth .medcirc .callout .rule.right{bottom:-2px;left:0}.medicalhealthmob{display:none}@media (width<=768px){.medicalhealthmob{display:block}}.futuresmilewrap{background:#f5f5f5;margin-left:-20px;margin-right:-20px}.futuresmilewrap .futuresmilenewlead .full_section_inner{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;display:flex}@media (width<=900px){.futuresmilewrap .futuresmilenewlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}}@media (width<=768px){.futuresmilewrap .futuresmilenewlead .full_section_inner{margin-bottom:0!important}}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft{flex-basis:35%;margin-right:-39px;padding-right:20px}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft h1{color:#34658d;margin-bottom:12px}@media (width<=1200px){.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft h1{margin-bottom:9px;font-size:24px}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft p{font-size:.8rem;line-height:23px}}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid{z-index:30;flex-basis:60%}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid .futuresmilemob{display:none}@media (width<=768px){.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid .futuresmiledsktp{display:none}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid .futuresmilemob{display:block}}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright{z-index:10;flex-basis:25%;margin-left:-142px;padding-top:0}@media (width<=768px){.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright{display:none}}@media (width<=1200px){.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft{flex-basis:40%}}@media (width<=900px){.futuresmilewrap .futuresmilenewlead .full_section_inner{align-items:flex-start;margin-bottom:9px;font-size:24px}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft,.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid{flex-basis:40%}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright{flex-basis:20%}}@media (width<=768px){.futuresmilewrap .futuresmilenewlead .full_section_inner{flex-wrap:wrap}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewleft{flex-basis:100%;order:1;margin:0 auto}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewmid{flex-basis:100%;order:3}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright{flex-basis:100%;order:2;margin:0 auto}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright .wpb_wrapper{text-align:center}.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright .wpb_wrapper img{max-width:300px}}@media (width<=768px) and (width<=768px){.futuresmilewrap .futuresmilenewlead .full_section_inner .futuresmilenewright .wpb_wrapper img{max-width:200px}}.quizwrap,.gpsquiz{background:#fff;border:1px solid #34658d;border-radius:10px;display:block;position:relative}.quizwrap .vc_column-inner,.gpsquiz .vc_column-inner{padding:0}.quizwrap .gpslogo,.gpsquiz .gpslogo{padding:20px 20px 0 32px}.quizwrap .gpslogo img,.gpsquiz .gpslogo img{max-width:200px;padding-bottom:14px}.quizwrap .frm_pro_form,.gpsquiz .frm_pro_form{padding-bottom:30px}.quizwrap .frm_pro_form .frm_error_style p,.gpsquiz .frm_pro_form .frm_error_style p{color:#000;font-size:13px}.quizwrap .frm_pro_form .frm_rootline_group,.gpsquiz .frm_pro_form .frm_rootline_group{margin-top:0}.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar,.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar{border-top:1px solid #34658d;border-bottom:1px solid #34658d}.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single,.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single{margin-bottom:0;padding-left:0}.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single:before,.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single:before{display:none!important}.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button],.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button]{background:#f5f5f5;border:0;border-radius:0;height:15px;margin:0}.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,.quizwrap .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_page_back,.gpsquiz .frm_pro_form .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_page_back{background:#69b6bc}.quizwrap .frm_pro_form .frm_fields_container,.gpsquiz .frm_pro_form .frm_fields_container{padding:0 40px}.quizwrap .frm_pro_form .frm_fields_container .frm_primary_label,.quizwrap .frm_pro_form .frm_fields_container label,.gpsquiz .frm_pro_form .frm_fields_container .frm_primary_label,.gpsquiz .frm_pro_form .frm_fields_container label{color:#34658d;font-family:Montserrat,sans-serif;font-weight:600}.quizwrap .frm_pro_form .frm_fields_container .frm_radio,.gpsquiz .frm_pro_form .frm_fields_container .frm_radio{margin-bottom:12px}.quizwrap .frm_pro_form .frm_submit button:before,.gpsquiz .frm_pro_form .frm_submit button:before{display:none}.webinarhead{margin-left:-36px;margin-right:-36px;position:relative}.webinarhead .full_section_inner{justify-content:space-between;align-items:stretch;display:flex}@media (width<=680px){.webinarhead .full_section_inner{flex-wrap:wrap}.webinarhead .full_section_inner .webinarleft{flex-basis:100%;display:none}}.webinarhead .full_section_inner .webinarmid{background:linear-gradient(45deg,#34648c 0%,#65b1b9 100%);justify-content:center;align-items:center;display:flex}@media (width<=680px){.webinarhead .full_section_inner .webinarmid{flex-basis:100%;padding:40px 0}}.webinarhead .full_section_inner .webinarmid .wpb_text_column h1{text-transform:uppercase;font-size:26px;font-weight:400;color:#fff!important}@media (width<=1000px){.webinarhead .full_section_inner .webinarmid .wpb_text_column h1{font-size:1.2rem}}@media (width<=680px){.webinarhead .full_section_inner .webinarright{flex-basis:100%;display:none}}.costsgrid{flex-wrap:wrap;justify-content:space-between;display:flex}.costsgrid .gridicon{flex-basis:22%;width:100%;max-width:28%;padding:12px;position:relative}.costsgrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.costsgrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.costsgrid .gridicon{flex-basis:40%;max-width:40%}}.costsgrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.costsgrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.costsgrid .gridicon img.icon.active,.costsgrid .gridicon img.icontext.active{opacity:1;visibility:visible}.specialistsgrid{justify-content:center;gap:12px;display:flex}@media (width<=850px){.specialistsgrid{flex-wrap:wrap}}.specialistsgrid .gridicon{flex-basis:20%;width:100%;max-width:28%;position:relative}.specialistsgrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.specialistsgrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.specialistsgrid .gridicon{flex-basis:40%;max-width:40%}}.specialistsgrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.specialistsgrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.specialistsgrid .gridicon img.icon.active,.specialistsgrid .gridicon img.icontext.active{opacity:1;visibility:visible}.labgrid{justify-content:center;gap:24px;margin:20px 0;display:flex}@media (width<=850px){.labgrid{flex-wrap:wrap}}.labgrid .gridicon{flex-basis:20%;width:100%;max-width:28%;position:relative}.labgrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.labgrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.labgrid .gridicon{flex-basis:40%;max-width:40%}}.labgrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.labgrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.labgrid .gridicon img.icon.active,.labgrid .gridicon img.icontext.active{opacity:1;visibility:visible}.boneissuesgrid{flex-wrap:wrap;justify-content:space-between;display:flex}.boneissuesgrid .gridiconouter{flex-basis:31%;width:100%;max-width:24%;padding:12px;position:relative}@media (width<=768px){.boneissuesgrid .gridiconouter{flex-basis:80%;max-width:80%;margin:0 auto}}.boneissuesgrid .gridiconouter h3{text-align:center;opacity:0;visibility:hidden;margin-bottom:15px;transition:all 1s ease-in-out;display:block}.boneissuesgrid .gridiconouter h3.active{opacity:1;visibility:visible}.boneissuesgrid .gridiconouter .gridicon{position:relative}.boneissuesgrid .gridiconouter .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.boneissuesgrid .gridiconouter .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}.boneissuesgrid .gridiconouter .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.boneissuesgrid .gridiconouter .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.boneissuesgrid .gridiconouter .gridicon img.icon.active,.boneissuesgrid .gridiconouter .gridicon img.icontext.active{opacity:1;visibility:visible}@media (width<=768px){.zygomaticdsktp{display:none}}.zygomaticmob{display:none}@media (width<=768px){.zygomaticmob{display:block}}.hoverrow .vc-hoverbox-wrapper{max-width:200px;margin:0 auto}.hoverrow .vc-hoverbox-wrapper .vc-hoverbox-inner{min-height:200px!important}.hoverrow .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-front{background-repeat:no-repeat;background-size:contain}.hoverrow .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back h2{font-size:20px}.hoverrow .vc-hoverbox-wrapper .vc-hoverbox-inner .vc-hoverbox-back p{font-size:12px;line-height:1.2}.consulgrid{justify-content:center;gap:5%;display:flex}@media (width<=850px){.consulgrid{flex-wrap:wrap;gap:20px}}.consulgrid .gridicon{cursor:pointer;flex-basis:25%;width:100%;max-width:28%;position:relative}.consulgrid .gridicon .after{z-index:10;opacity:0;visibility:hidden;width:100%;height:100%;position:absolute;top:-4px;left:0;transform:translateY(70px)}.consulgrid .gridicon.active .after{opacity:1;visibility:visible;transform:translateY(0)}@media (width<=850px){.consulgrid .gridicon{flex-basis:40%;max-width:40%}}.consulgrid .gridicon img{opacity:1;visibility:visible;width:100%;max-width:100%;transition:all .7s ease-in-out}.squaregrid{margin-bottom:20px!important}@media (width<=768px){.squaregrid{margin-left:10px;margin-right:10px}}.squaregrid .full_section_inner{justify-content:space-between;gap:20px;display:flex}@media (width<=768px){.squaregrid .full_section_inner{flex-wrap:wrap}}.squaregrid .full_section_inner .wpb_column{background:#fff;border-radius:12px}@media (width<=768px){.squaregrid .full_section_inner .wpb_column{flex-basis:100%}}.squaregrid .full_section_inner .wpb_column .wpb_wrapper{padding:15px 10px}.squaregrid .full_section_inner .wpb_column .wpb_wrapper img{max-width:160px}.initalicon{background:#34658d;border-radius:50%;justify-content:center;align-items:center;width:160px;max-width:160px;height:160px;max-height:160px;margin-bottom:20px;display:flex}@media (width<=1040px){.initalicon{width:12vw;max-width:12vw;height:12vw;max-height:12vw}}@media (width<=768px){.initalicon{width:120px;max-width:120px;height:120px;max-height:120px}}.initalicon span{color:#fff;text-align:center;font-size:80px;line-height:1}@media (width<=1040px){.initalicon span{font-size:8vw}}@media (width<=768px){.initalicon span{font-size:80px}}.specialistscolumns .full_section_inner{justify-content:space-between;display:flex}@media (width<=850px){.specialistscolumns .full_section_inner{flex-wrap:wrap}}.specialistscolumns .full_section_inner>.vc_column_container:first-child{flex-basis:54%}@media (width<=850px){.specialistscolumns .full_section_inner>.vc_column_container:first-child{flex-basis:100%}}.specialistscolumns .full_section_inner>.vc_column_container:last-child{flex-basis:46%;position:relative}@media (width<=850px){.specialistscolumns .full_section_inner>.vc_column_container:last-child{flex-basis:100%}}.specialistscolumns .full_section_inner>.vc_column_container:last-child .vc_column-inner{width:110%;position:absolute;bottom:-20px}@media (width<=850px){.specialistscolumns .full_section_inner>.vc_column_container:last-child .vc_column-inner{position:relative}}.valuegrid{flex-wrap:wrap;justify-content:center;gap:0 42px;max-width:900px;margin:0 auto;display:flex}.valuegrid .gridicon{flex-basis:33.33%;width:100%;max-width:28%;position:relative}.valuegrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.valuegrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.valuegrid .gridicon{flex-basis:40%;max-width:40%}}.valuegrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.valuegrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.valuegrid .gridicon img.icon.active,.valuegrid .gridicon img.icontext.active{opacity:1;visibility:visible}.daysaway{width:2800px;max-width:100%;height:auto;position:relative}@media (width<=768px){.daysaway{display:none}}.daysaway img{opacity:1;visibility:visible;z-index:10;width:100%;max-width:100%;transition:all .7s ease-in-out;position:absolute;top:0;left:0}.daysaway img.artimg{opacity:0;visibility:hidden}.daysaway img.artimg.active{opacity:1;visibility:visible}.daysaway img.bkimg{z-index:1;position:relative}.daysawaymob{width:100%;max-width:420px;height:auto;margin:0 auto;display:none;position:relative}@media (width<=768px){.daysawaymob{display:block}}.daysawaymob img{opacity:1;visibility:visible;z-index:10;width:100%;max-width:100%;transition:all .7s ease-in-out;position:absolute;top:0;left:0}.daysawaymob img.artimg{opacity:0;visibility:hidden}.daysawaymob img.artimg.active{opacity:1;visibility:visible}.daysawaymob img.bkimg{z-index:1;position:relative}.comparisonvertcarousel{margin:0 -20px}.comparisonvertcarousel .wpb_wrapper{margin:0 auto;padding:0 15px 15px}.comparisonvertcarousel .wpb_wrapper h3{color:#fff;max-width:960px;margin:0 auto;padding:0 8px;font-size:32px}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel{max-width:960px;margin:0 auto;padding-bottom:40px}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter{padding:50px 8px 60px;position:relative}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter{padding:30px 8px 46px 125px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads{justify-content:space-between;width:100%;height:80px;display:flex;position:absolute;top:0}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads{flex-direction:column;width:122px;height:250px;top:50px;left:0}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads .splidehead{flex-basis:50%;justify-content:flex-start;align-items:center;display:flex}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads .splidehead h4{text-align:left;padding-left:40px;font-weight:700}@media (width<=980px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads .splidehead h4{font-size:1.8vw}}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .homesplideheads .splidehead h4{text-align:left;padding-left:0;font-size:1rem}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide{z-index:10;background:0 0}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_prev.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;top:-33px}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev svg{display:none}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--prev{top:-21px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{background-color:#0000;background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/homevert_arrow_next.svg);background-repeat:no-repeat;border-radius:0;width:50px;height:30px;bottom:-32px}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--next svg{display:none}@media (width<=480px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__arrows .splide__arrow--next{bottom:-31px}}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide{justify-content:center;align-items:center;display:flex}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap{padding:13px 0}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap{padding:0}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{justify-content:space-between;align-items:center;display:flex}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter{flex-direction:column}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{background:#b5b5b5;border:1px solid #fff;border-radius:20px 0 0 20px;flex-basis:44%;align-items:center;min-height:70px;margin:0 -80px 0 0;padding:13px;display:flex}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol{border-radius:20px;min-height:50px;margin:0;padding-bottom:24px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{color:#000;padding-right:35px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .leftcol p{padding-right:0}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{max-width:120px;height:50px;margin-top:-71px;margin-left:-60px;position:absolute;top:50%;left:50%}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon{height:90px;margin-top:-25px;margin-bottom:-25px;margin-left:0;position:relative;top:auto;left:auto}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{aspect-ratio:1;border:1px solid #34658d;border-radius:50%;width:120px;height:120px}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .midicon img{width:90px;height:90px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{background:linear-gradient(90deg,#65b1b9 0%,#34648c 100%);border:1px solid #fff;border-radius:0 20px 20px 0;flex-basis:44%;align-items:center;min-height:70px;margin:0 0 0 -80px;padding:13px;display:flex}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol{border-radius:20px;min-height:50px;margin:0;padding-top:24px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{color:#fff;padding-left:30px;font-size:.8rem;font-weight:600;line-height:1.5}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide .vertwrap .vertouter .rightcol p{padding-left:0}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splide .splide__slide ul li{text-indent:0!important;padding-left:0!important}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack{z-index:0;width:16px;height:97%;position:absolute;top:5%;left:calc(50% - 8px)}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack{z-index:0;width:16px;height:308px;position:absolute;top:22px;left:calc(50% + 51px)}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack img{object-fit:cover;width:30px;height:90%}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack img.short{display:none}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack img{height:97%}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack img.short{display:block}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .splidetrack img.tall{display:none}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .ctatext{text-align:center;color:#34658d;width:100%;height:30px;position:absolute;bottom:2px;left:0}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .ctatext{bottom:-19px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .ctatext h4{color:#34658d}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .ctatext h4{text-indent:122px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks{justify-content:center;width:100%;height:50px;display:flex;position:absolute;bottom:-40px;left:0}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks{bottom:-70px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link{flex-basis:11%}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link{flex-basis:15%}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link button{background:0 0;border:none;padding:12px}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link button{padding:7px}}.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link button img{border:1px solid #34658d;border-radius:50%;width:55px;max-width:55px;height:55px}@media (width<=850px){.comparisonvertcarousel .wpb_wrapper .comparisoncarousel .homesplideouter .jumplinks .link button img{width:30px;max-width:30px;height:30px}}.carouselgreenback{background:linear-gradient(135deg,#c6ebe7 0%,#6eb9be 100%);border-radius:12px;margin-left:-20px;margin-right:-20px}@media (width<=480px){.carouselgreenback{margin-left:0;margin-right:0}}.comparisongrid{justify-content:center;gap:12px;display:flex}@media (width<=850px){.comparisongrid{flex-wrap:wrap}}.comparisongrid .gridicon{flex-basis:20%;width:100%;max-width:28%;position:relative}.comparisongrid .gridicon .icon{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.comparisongrid .gridicon .icontext{z-index:12;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=850px){.comparisongrid .gridicon{flex-basis:40%;max-width:40%}}.comparisongrid .gridicon img{opacity:0;visibility:hidden;width:100%;max-width:100%;transition:all 1s ease-in-out}.comparisongrid .gridicon img.iconcircle.active{opacity:1;visibility:visible;transform:rotate(180deg)}.comparisongrid .gridicon img.icon.active,.comparisongrid .gridicon img.icontext.active{opacity:1;visibility:visible}.biowrap{position:relative}.biowrap .bioitem{border:8px solid #f5f5f5;border-radius:30px;margin-bottom:60px;margin-left:100px;padding:40px 40px 40px 190px;position:relative}@media (width<=650px){.biowrap .bioitem{margin-left:0;padding:40px}}.biowrap .bioitem .bioimg{z-index:10;position:absolute;top:30px;left:-125px}@media (width<=650px){.biowrap .bioitem .bioimg{text-align:center;width:100%;margin-bottom:20px;position:relative;top:0;left:auto}}.biowrap .bioitem .bioimg img{border-radius:50%;width:250px;height:250px;overflow:hidden}.biowrap .bioitem .biotext h3{color:#34658d;margin-bottom:10px;font-size:2rem;font-weight:700}.biowrap .bioitem .biotext h4{color:#000;text-transform:uppercase;margin-bottom:10px;font-size:1.4rem;font-weight:700}.biowrap .bioitem .biotext .moretext{display:none}.biowrap .bioitem .biotext .morebutton{margin-top:40px}.biowrap .bioitem .biotext .morebutton .less{display:none}.biowrap .bioitem .biotext .morebutton img{object-fit:cover;width:40px;height:21px}.biowrap .bioitem .biotext .morebutton a{color:#69b6bc;font-size:1.4rem;font-weight:500;text-decoration:none}.biowrap .bioitem.active .biotext .moretext{display:block}.biowrap .bioitem.active .biotext .morebutton .more{display:none}.biowrap .bioitem.active .biotext .morebutton .less{display:block}.faqsouter{margin-bottom:30px}.faqsouter .faq{cursor:pointer;position:relative}.faqsouter .faq .faqicon{width:50px;height:50px;position:absolute;top:-10px;left:15px}.faqsouter .faq .faqicon .close{opacity:0;visibility:hidden;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.faqsouter .faq .faqicon .open{opacity:1;visibility:visible;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.faqsouter .faq .question{color:#000;margin-bottom:10px;padding:0 90px;font-size:20px;font-weight:600}.faqsouter .faq .question h3{color:#000;font-size:20px}.faqsouter .faq .answer{visibility:hidden;opacity:0;height:0;padding:0 90px;font-size:16px;line-height:1.5;transition:opacity .2s,visibility .8s,height 2s}.faqsouter .faq .answer p a{color:#000;font-weight:700;text-decoration:none}.faqsouter .faq .answer p a:hover{text-decoration:underline}.faqsouter .faq hr{border:0;border-top:1px solid #f5f5f5;height:1px;margin:25px 0;padding:0;display:block}.faqsouter .faq.active .faqicon .close{opacity:1;visibility:visible}.faqsouter .faq.active .faqicon .open{opacity:0;visibility:hidden}.faqsouter .faq.active .answer{visibility:visible;opacity:1;height:auto}.openpositionswrap .openpositions .openpositionslist .openposition{border:5px solid #f5f5f5;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:30px;display:flex}@media (width<=800px){.openpositionswrap .openpositions .openpositionslist .openposition{flex-wrap:wrap}}.openpositionswrap .openpositions .openpositionslist .openposition .icon{flex-basis:8%}@media (width<=800px){.openpositionswrap .openpositions .openpositionslist .openposition .icon{text-align:center;flex-basis:100%}.openpositionswrap .openpositions .openpositionslist .openposition .icon img{max-width:100px;margin:0 auto}}.openpositionswrap .openpositions .openpositionslist .openposition .info{flex-basis:72%;padding:0 20px 0 40px;line-height:1.3}@media (width<=800px){.openpositionswrap .openpositions .openpositionslist .openposition .info{text-align:center;flex-basis:100%;padding:20px 0}}.openpositionswrap .openpositions .openpositionslist .openposition .info br{display:none}@media (width<=800px){.openpositionswrap .openpositions .openpositionslist .openposition .info br{display:block}}.openpositionswrap .openpositions .openpositionslist .openposition .viewdetails{flex-basis:20%}@media (width<=800px){.openpositionswrap .openpositions .openpositionslist .openposition .viewdetails{text-align:center;flex-basis:100%}.openpositionswrap .openpositions .openpositionslist .openposition .viewdetails a{margin:0 auto}}.locationinfo .maxrow .full_section_inner{justify-content:space-between;display:flex}@media (width<=768px){.locationinfo .maxrow .full_section_inner{display:block}}.locationinfo .maxrow .full_section_inner>.wpb_column:first-child,.locationinfo .maxrow .full_section_inner>.wpb_column:last-child{position:relative}@media (width<=768px){.locationinfo .maxrow .full_section_inner>.wpb_column:last-child{height:500px}}.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner,.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper,.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper>.wpb_content_element,.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper>.wpb_content_element>.wpb_wrapper,.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper>.wpb_content_element>.wpb_wrapper .mapouter{height:100%}.locationinfo .maxrow .full_section_inner>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper>.wpb_content_element>.wpb_wrapper .mapouter iframe{width:100%}.checklist{margin-top:30px;margin-left:50px;position:relative}.checklist ul{list-style:none}.checklist ul li{margin-bottom:25px;margin-left:0;list-style:none;position:relative;text-indent:0!important}.checklist ul li:before{background-image:url(https://dentalimplastg.wpenginepowered.com//wp-content/themes/bridge-child/resources/images/checkmark.png);background-repeat:no-repeat;background-size:contain;width:25px;height:28px;position:absolute;transform:translateY(-50%);content:" "!important;top:10px!important;left:-14px!important}.blogfilters{max-width:100%;margin:0 auto;position:relative}.blogfilters .blogfiltersinner{margin-bottom:30px}.blogfilters .blogfiltersinner ul{flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none;display:flex}.blogfilters .blogfiltersinner ul li{text-indent:0;list-style:none}.blogfilters .blogfiltersinner ul li a{color:#34658d;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-block}.blogfilters .blogfiltersinner ul li a:hover{color:#69b6bc}.bloglistouter{max-width:100%;margin:0 auto;position:relative}.bloglistouter .bloglistinner{flex-wrap:wrap;display:flex}.bloglistouter .bloglistinner .blogitem{flex-basis:33.33%;align-items:stretch;display:flex}@media (width<=1000px){.bloglistouter .bloglistinner .blogitem{flex-basis:50%}}@media (width<=640px){.bloglistouter .bloglistinner .blogitem{flex-basis:100%}}.bloglistouter .bloglistinner .blogitem .blogitemouter{align-items:stretch;padding:7px;display:flex}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner{border:6px solid #f5f5f5;border-radius:15px;padding:23px}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogtitle{margin-bottom:20px}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogtitle a{color:#34658d;transition:all .3s ease-in-out}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogtitle a h3{color:#34658d}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogtitle a:hover,.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogtitle a:hover h3{color:#69b6bc}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogexcerpt{margin-bottom:20px}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogexcerpt .readmore{color:#34658d;font-weight:700;transition:all .3s ease-in-out}.bloglistouter .bloglistinner .blogitem .blogitemouter .blogiteminner .blogexcerpt .readmore:hover{color:#69b6bc}.bloglistmore{position:relative}.bloglistmore .bloglistmoreinner{justify-content:center;align-items:center;margin:0 auto;padding:20px 0;display:flex}.bloglistmore .no-more-posts{color:#34658d;font-size:1.6rem;font-weight:700}.single-post{position:relative}.single-post .title_outer{padding-top:145px}.single-post .title_outer .title{position:relative}.single-post .title_outer .title:before{content:"";z-index:10;background:#00000064;width:1366px;height:100%;margin-left:-683px;position:absolute;top:0;left:50%}.single-post .title_outer .title .title_holder{padding-top:85px!important}@media (width<=1000px){.single-post .title_outer .title .title_holder{padding-top:0!important}}.single-post .title_outer .title .title_holder .title_subtitle_holder_inner h1{color:#fff;text-align:center;font-size:1.7rem;font-weight:400}@media (width<=768px){.single-post .title_outer .title .title_holder .title_subtitle_holder_inner h1{font-size:1rem}}.single-post .container .blog_single.blog_holder{padding-bottom:100px}.single-post .container .blog_single.blog_holder .post_text .post_text_inner h2{text-transform:none;color:#34658d}.single-post .container .blog_single.blog_holder .post_text .post_text_inner h4{font-size:1.3rem}.single-post .container .blog_single.blog_holder .post_text .post_text_inner .post_info{color:#000}.single-post .container .blog_single.blog_holder .post_text .post_text_inner .post_info .post_author_link{color:#34658d}.readmoreposts{text-align:center;margin-top:30px}.readmoreposts a{margin:0 auto}.locationlinklist{position:relative}.locationlinklist ul{flex-wrap:wrap;justify-content:center;max-width:900px;margin:0 auto;padding:0;list-style:none;display:flex}.locationlinklist ul li{color:#fff;text-align:center;flex-basis:29%;margin:12px 10px;font-size:14px;padding:0!important}@media (width<=900px){.locationlinklist ul li{flex-basis:100%}}.locationlinklist ul li a{color:#fff;border:1px solid #fff;border-radius:8px;margin:0 auto;padding:8px 40px;text-decoration:none;transition:all .3s ease-in-out;display:block}@media (width<=900px){.locationlinklist ul li a{display:inline-block}}.locationlinklist ul li a:hover{color:#34658d;background:#fff}.confusionclarity{position:relative}.confusionclarity .full_section_inner{justify-content:space-between;display:flex}@media (width<=768px){.confusionclarity .full_section_inner{flex-wrap:wrap}}.confusionclarity .full_section_inner .confusion{border-right:1px solid #000;flex-basis:45%;padding:0 20px}@media (width<=768px){.confusionclarity .full_section_inner .confusion{border:none;flex-basis:100%;margin-bottom:40px}}.confusionclarity .full_section_inner .confusion h3{height:60px;font-size:15px}.confusionclarity .full_section_inner .confusion h2{margin-bottom:15px;font-size:28px}.confusionclarity .full_section_inner .clarity{flex-basis:55%;padding:0 20px}@media (width<=768px){.confusionclarity .full_section_inner .clarity{flex-basis:100%}}.confusionclarity .full_section_inner .clarity h3{height:60px;font-size:15px}.confusionclarity .full_section_inner .clarity h2{margin-bottom:15px;font-size:28px}.fullarchworkflowouter{margin:40px 0 60px;position:relative}.fullarchworkflowouter .fullarchworkflowinner{display:block;position:relative}.fullarchworkflowouter .fullarchworkflowinner .steps{z-index:10;opacity:0;transition:opacity 1s ease-in-out;position:relative}.fullarchworkflowouter .fullarchworkflowinner .steps.active{opacity:1;visibility:visible}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .steps{flex-direction:column;display:flex}.fullarchworkflowouter .fullarchworkflowinner .steps .stepcnt{order:1}}.fullarchworkflowouter .fullarchworkflowinner .steps .stepcnt h3{color:#69b6bc}.fullarchworkflowouter .fullarchworkflowinner .steps .stepcnt p{margin-bottom:12px;line-height:1.4}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .steps .stepcnt2{order:3}}.fullarchworkflowouter .fullarchworkflowinner .steps .stepcnt2 p{margin-top:12px;line-height:1.4}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .steps img{order:2;max-width:400px}}.fullarchworkflowouter .fullarchworkflowinner .steps .calloutright{background-image:url(flowcalloutright.68043d6c.svg);background-repeat:no-repeat;background-size:contain;width:100px;height:17px;position:absolute;top:3px;right:calc(50% - 9px)}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .steps .calloutright{background-image:url(flowcalloutleft.ccf3eda7.svg);background-repeat:no-repeat;background-size:contain;width:75px;height:13px;position:absolute;top:5px;left:calc(25vw - 77px)}}.fullarchworkflowouter .fullarchworkflowinner .steps .calloutleft{background-image:url(flowcalloutleft.ccf3eda7.svg);background-repeat:no-repeat;background-size:contain;width:100px;height:17px;position:absolute;top:3px;left:calc(50% - 7px)}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .steps .calloutleft{background-image:url(flowcalloutleft.ccf3eda7.svg);background-repeat:no-repeat;background-size:contain;width:75px;height:13px;position:absolute;top:5px;left:calc(25vw - 77px)}}.fullarchworkflowouter .fullarchworkflowinner .track{z-index:1;opacity:0;visibility:hidden;background:linear-gradient(#34648c 0%,#65b1b9 100%);width:50px;height:calc(100% + 40px);margin-left:-25px;transition:opacity 1s ease-in-out;position:absolute;top:-20px;left:50%}.fullarchworkflowouter .fullarchworkflowinner .track.active{opacity:1;visibility:visible}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner .track{left:calc(25vw - 73px)}}.fullarchworkflowouter .fullarchworkflowinner #step1,.fullarchworkflowouter .fullarchworkflowinner #step3,.fullarchworkflowouter .fullarchworkflowinner #step5{text-align:right;padding-right:calc(50% + 110px)}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner #step1,.fullarchworkflowouter .fullarchworkflowinner #step3,.fullarchworkflowouter .fullarchworkflowinner #step5{text-align:left;margin-top:0;margin-bottom:80px;padding-left:calc(25vw + 9px);padding-right:10px}}.fullarchworkflowouter .fullarchworkflowinner #step2,.fullarchworkflowouter .fullarchworkflowinner #step4,.fullarchworkflowouter .fullarchworkflowinner #step6{margin-top:-200px;padding-left:calc(50% + 110px)}@media (width<=1000px){.fullarchworkflowouter .fullarchworkflowinner #step2,.fullarchworkflowouter .fullarchworkflowinner #step4,.fullarchworkflowouter .fullarchworkflowinner #step6{text-align:left;margin-top:0;margin-bottom:80px;padding-left:calc(25vw + 9px);padding-right:10px}}.comparisonchartouter .comparisonchartinner{max-width:865px;margin:0 auto;position:relative}.comparisonchartouter .comparisonchartinner .track{z-index:1;background:#fff;width:6px;height:100%;margin-left:-3px;position:absolute;top:0;left:50%}.comparisonchartouter .comparisonchartinner .chartrow{justify-content:space-between;display:flex}.comparisonchartouter .comparisonchartinner .chartrow .chartleft{text-align:center;color:#000;background:#ededed;flex-basis:50%;padding:30px 10px;line-height:1.3;position:relative}.comparisonchartouter .comparisonchartinner .chartrow .chartleft.dk{background:#d3d3d3}.comparisonchartouter .comparisonchartinner .chartrow .chartleft.head{background:#000;padding:10px}.comparisonchartouter .comparisonchartinner .chartrow .chartleft.head h2{color:#fff;font-size:1.2rem}.comparisonchartouter .comparisonchartinner .chartrow .chartleft p{margin-bottom:0}.comparisonchartouter .comparisonchartinner .chartrow .chartleft .ltgreyarrow{z-index:10;border-top:15px solid #ededed;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;margin-left:-20px;position:absolute;top:0;left:50%}.comparisonchartouter .comparisonchartinner .chartrow .chartleft .drkgreyarrow{z-index:10;border-top:15px solid #d3d3d3;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;margin-left:-20px;position:absolute;top:0;left:50%}.comparisonchartouter .comparisonchartinner .chartrow .chartright{text-align:center;color:#000;background:#d4f0ec;flex-basis:50%;padding:30px 10px;line-height:1.3;position:relative}.comparisonchartouter .comparisonchartinner .chartrow .chartright p{margin-bottom:0}.comparisonchartouter .comparisonchartinner .chartrow .chartright.dk{background:#bcdfdb}.comparisonchartouter .comparisonchartinner .chartrow .chartright.head{background:#69b6bc;padding:10px}.comparisonchartouter .comparisonchartinner .chartrow .chartright.head h2{color:#fff;font-size:1.2rem}.comparisonchartouter .comparisonchartinner .chartrow .chartright .ltgreenarrow{z-index:10;border-top:15px solid #d4f0ec;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;margin-left:-20px;position:absolute;top:0;left:50%}.comparisonchartouter .comparisonchartinner .chartrow .chartright .drkgreenarrow{z-index:10;border-top:15px solid #bcdfdb;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;margin-left:-20px;position:absolute;top:0;left:50%}.referrallogos{margin:0 auto;position:relative}.referrallogos .dktopimg{opacity:.45;display:block;position:relative}@media (width<=800px){.referrallogos .dktopimg{display:none}}.referrallogos .tabletimg{opacity:.45;display:none}@media (width<=800px){.referrallogos .tabletimg{display:block}}@media (width<=500px){.referrallogos .tabletimg{display:none}}.referrallogos .mobileimg{opacity:.45;display:none}@media (width<=500px){.referrallogos .mobileimg{display:block}}.referrallogos .referrallogosinner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.gpssmiles .gpssmilesrow .full_section_inner{justify-content:space-between;display:flex}@media (width<=640px){.gpssmiles .gpssmilesrow .full_section_inner{flex-wrap:wrap}}.gpssmiles .gpssmilesrow .full_section_inner .wpb_column{flex-basis:25%;margin-bottom:60px}@media (width<=640px){.gpssmiles .gpssmilesrow .full_section_inner .wpb_column{flex-basis:50%;margin-bottom:20px}}.gpssmiles .gpssmilesrow .full_section_inner .wpb_column:nth-child(2){margin-left:-20px}@media (width<=640px){.gpssmiles .gpssmilesrow .full_section_inner .wpb_column:nth-child(2){margin-left:0}}.gpssmiles .gpssmilesrow .full_section_inner .wpb_column:nth-child(3){margin-left:80px;margin-right:-20px}@media (width<=1165px){.gpssmiles .gpssmilesrow .full_section_inner .wpb_column:nth-child(3){margin-left:4vw}}@media (width<=640px){.gpssmiles .gpssmilesrow .full_section_inner .wpb_column:nth-child(3){margin-left:0;margin-right:0}}.grecaptcha-badge{visibility:hidden}.bookletrow .full_section_inner{justify-content:space-between;align-items:stretch;display:flex}@media (width<=768px){.bookletrow .full_section_inner{flex-wrap:wrap}}.bookletrow .full_section_inner .vc_column_container:first-child{flex:.7}@media (width<=768px){.bookletrow .full_section_inner .vc_column_container:first-child{flex-basis:100%}}.bookletrow .full_section_inner .vc_column_container:nth-child(2){flex:.32}@media (width<=768px){.bookletrow .full_section_inner .vc_column_container:nth-child(2){flex-basis:100%;justify-content:center;display:flex}.bookletrow .full_section_inner .vc_column_container:nth-child(2) .vc_column-inner{max-width:350px;margin-top:30px}}.eventpopupwrap{text-align:center;max-width:640px;display:none}.eventpopupwrap h2{text-transform:none;letter-spacing:0;font-size:22px;line-height:1.1}.eventpopupwrap p{margin-bottom:15px}#locationmap{height:100%}:host(:not(.disabled):not(.variant-text).emphasis-primary.action-standard) .button,:host(:not(.variant-text).emphasis-primary.action-standard) .button:not(.disabled){background:red!important}.paddedbk{background:#edf8f6;margin-top:0;margin-left:-20px;margin-right:-20px;padding:60px 40px}.paddedbk.marginminustop{margin-top:0 -20px}.paddedbk .paddedbkinner{max-width:800px;margin:0 auto}.paddedbk .paddedbkinner.wide{max-width:1140px}.healthrisks{margin-left:-20px;margin-right:-20px;padding:80px 80px 0}@media (width<=1000px){.healthrisks{padding:50px 39px 0}}@media (width<=400px){.healthrisks{padding:50px 0}}.healthrisks h2{color:#fff;font-size:32px}@media (width<=400px){.healthrisks h2{padding:0 20px}}.healthrisks p{color:#fff}@media (width<=400px){.healthrisks p{padding:0 20px}}.healthrisks .healthrisksgraphouter{padding:30px 0;position:relative}.healthrisks .healthrisksgraphouter .healthrisksgraph{padding:10px 0;position:relative}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph{display:flex}}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop{justify-content:space-between;width:100%;height:auto;display:flex;position:relative;top:0;left:0}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop{flex-direction:column;flex-basis:30%}}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9{z-index:10;opacity:0;visibility:hidden;flex-basis:11%;margin-bottom:-15px;margin-right:0;padding:10px 7px 0;transition:all 1s ease-in-out;position:relative}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9{flex-basis:auto;margin-bottom:0;margin-right:-30px;padding:15px 0}}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9.active{opacity:1;visibility:visible}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9 img{width:100%;height:100%;position:relative}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9 .callout{display:block}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9 .callout{display:none}}.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9 .calloutmob{display:none}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-1 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-2 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-3 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-4 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-5 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-6 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-7 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-8 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .bartop .bartop-9 .calloutmob{height:auto;display:block}}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar{background:linear-gradient(90deg,#d94012 0%,#f7a509 22%,#f0e234 64%,#a1d9d2 100%);justify-content:space-between;align-items:center;width:calc(100% - 30px);height:80px;padding:0 15px;display:flex;position:relative}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar{background:linear-gradient(#d94012 0%,#f7a509 22%,#f0e234 64%,#a1d9d2 100%);flex-direction:column;flex-basis:30%;width:200px;margin:0 auto;height:auto!important}}@media (width<=400px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar{flex-basis:20%}}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label{opacity:0;visibility:hidden;max-height:17px;transition:all 1s ease-in-out}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label.active{opacity:1;visibility:visible}@media (width<=860px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label{max-height:15px}}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label{width:auto;position:absolute}}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label:first-child{width:auto;height:17px;top:6%;left:50%}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label:first-child{width:auto;height:18vw;max-height:3.5vw;margin-left:-13.5vw;padding-left:0;position:absolute;top:9%;left:50%;max-width:none!important}}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label:nth-child(2){padding-left:18%}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label:nth-child(2){z-index:10;width:auto;height:18vw;max-height:3.5vw;margin-left:-19vw;padding-left:0;position:absolute;top:48%;left:50%;max-width:none!important}.healthrisks .healthrisksgraphouter .healthrisksgraph .graphbar .label:nth-child(3){z-index:10;width:auto;height:18vw;max-height:3.5vw;margin-left:-22vw;padding-left:0;position:absolute;bottom:11%;left:50%;max-width:none!important}}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom{justify-content:space-between;width:100%;height:auto;display:flex;position:relative;top:0;left:0}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom{flex-direction:column;flex-basis:30%}}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9{z-index:10;opacity:0;visibility:hidden;flex-basis:11%;margin-top:-15px;margin-left:0;padding:0 7px 10px;transition:all 1s ease-in-out;position:relative}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9{flex-basis:auto;margin-top:0;margin-left:-30px;padding:15px 0}}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8.active,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9.active{opacity:1;visibility:visible}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8 img,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9 img{width:100%;height:100%;position:relative}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9 .callout{display:block}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8 .callout,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9 .callout{display:none}}.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9 .calloutmob{display:none}@media (width<=768px){.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-1 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-2 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-3 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-4 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-5 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-6 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-7 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-8 .calloutmob,.healthrisks .healthrisksgraphouter .healthrisksgraph .barbottom .barbottom-9 .calloutmob{height:auto;display:block}}.healthsources{background:#000;margin-left:-20px;margin-right:-20px;padding:40px 80px}.healthsources .viewsources{color:#fff;text-transform:none;border:none;margin-bottom:0;padding-left:52px;font-size:15px;font-weight:400;position:relative}.healthsources .viewsources.active{background-color:#0000}.healthsources .viewsources.active:before{rotate:180deg}.healthsources .viewsources:hover{background-color:#0000}.healthsources .viewsources:before{content:"";background:url(https://dentalimplastg.wpenginepowered.com/wp-content/themes/bridge-child/resources/images/arrowdown.svg) no-repeat;width:17px;height:10px;position:absolute;top:15px;left:23px;rotate:none}@media (width<=768px){.healthsources .viewsources:before{left:-23px}}.healthsources .sourcestext{color:#fff;opacity:0;visibility:hidden;height:0;transition:all .3s ease-in-out;display:block}.healthsources .sourcestext.active{opacity:1;visibility:visible;height:auto}.healthsources .sourcestext p,.healthsources .sourcestext a{color:#fff}.seenonlogos>.wpb_wrapper>ul{align-items:center;gap:55px;list-style:none;display:flex}@media (width<=850px){.seenonlogos>.wpb_wrapper>ul{gap:30px}}.seenonlogos>.wpb_wrapper>ul:nth-child(2){margin-top:30px}@media (width<=850px){.seenonlogos>.wpb_wrapper>ul:nth-child(2){margin-top:5px}}.seenonlogos>.wpb_wrapper>ul li{padding:0;list-style:none}.seenonlogos>.wpb_wrapper>ul li:before{display:none}.inofficepopup{text-align:center;position:relative}.inofficepopup h2{text-transform:uppercase;color:#fff;background-color:#34658d;margin-bottom:20px;margin-left:-30px;margin-right:-30px;padding:15px;font-size:2.5rem;font-weight:400;line-height:1.2}.inofficepopup h3{text-transform:none;margin-bottom:15px;font-size:1.7rem;font-weight:600;line-height:1.1}.inofficepopup h4{text-transform:uppercase;margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.1}.inofficepopup img{width:100%;margin:0 auto 15px;max-width:400px!important}.inofficepopup p{font-size:1.3rem;font-weight:400;line-height:1.2}.inofficepopup .popupfooter{margin-top:20px}.inofficepopup .popupfooter p{font-size:1.3rem;font-weight:600;line-height:1.2}.inofficepopup .popupfooter a{color:#34658d;font-size:2.5rem}.rippling{max-width:1140px;margin:0 auto}.rippling>.full_section_inner{margin-left:-5%;margin-right:-5%}.surveyimages{position:relative}.surveyimages .surveyimagesinner{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.surveyimages .surveyimagesinner .image-25{flex-basis:23%}@media (width<=580px){.surveyimages .surveyimagesinner .image-25{flex-basis:48%}}.surveyimages .surveyimagesinner .image-50{flex-basis:50%}@media (width<=580px){.surveyimages .surveyimagesinner .image-50{flex-basis:100%}}.surveyimages .surveyimagesinner p.small{font-size:.8rem}@media (width<=768px){#surveyimages .full_section_inner{flex-wrap:wrap;justify-content:space-between;display:flex}#surveyimages .full_section_inner .vc_col-sm-3{flex-basis:50%}#surveyimages .full_section_inner .vc_col-sm-6{flex-basis:100%}}.surveymapwrap{height:500px}@media (width<=640px){.surveymapwrap{height:380px}}.surveymapwrap #surveymap{width:100%;height:100%}.surveykey ul{padding-left:20px}.surveykey ul li:first-child:before{content:"•";color:#f8830f;font-size:3rem;position:absolute;top:-26px;left:0}.surveykey ul li:last-child:before{content:"•";color:#39a9e5;font-size:3rem;position:absolute;top:-26px;left:0}.surveyslider{position:relative}.surveyslider .owl-nav .owl-prev{left:-20px}.surveyslider .owl-nav .owl-next{right:-20px}.surveyslider .owl-nav .qode-prev-icon,.surveyslider .owl-nav .qode-next-icon{background:#39a9e5;border:none;width:30px;height:30px;font-size:20px;line-height:1.4}.greybar{background:#96989a;padding:2px 18px;position:relative}.greybar p{text-transform:uppercase;color:#fff;font-weight:600}.bordervideo{border:1px solid #dfdfdf}.splide.trustslider{visibility:visible}.splide.trustslider .splide__track .splide__list .splide__slide{margin-bottom:20px}.splide.trustslider .splide__arrows .splide__arrow--prev{opacity:1;background:#00aceb;left:-1em}.splide.trustslider .splide__arrows .splide__arrow--prev svg{fill:#fff}.splide.trustslider .splide__arrows .splide__arrow--next{opacity:1;background:#00aceb;right:-1em}.splide.trustslider .splide__arrows .splide__arrow--next svg{fill:#fff}.notice{text-align:center}.notice img{max-width:240px;margin:0 auto 20px}.notice h3{letter-spacing:0;margin-bottom:0;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.notice h3.blue{color:#34658d}.notice p{margin-bottom:20px}.notice a{text-decoration:underline}body{background:#00f!important}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;height:100%;display:flex;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{pointer-events:none;flex-wrap:wrap;justify-content:center;align-items:center;margin:0;display:flex}.splide__pagination li{pointer-events:auto;margin:0;line-height:1;list-style-type:none;display:inline-block}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{visibility:hidden;position:relative}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;margin:0;position:relative;list-style-type:none!important}.splide__slide img{vertical-align:bottom}.splide__spinner{contain:strict;border:2px solid #999;border-left-color:#0000;border-radius:50%;width:20px;height:20px;margin:auto;animation:1s linear infinite splide-loading;display:inline-block;position:absolute;inset:0}.splide__sr{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{z-index:0;position:relative;overflow:hidden}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{opacity:0;z-index:0;margin:0!important}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{cursor:pointer;opacity:.7;z-index:1;background:#ccc;border:0;border-radius:50%;justify-content:center;align-items:center;width:2em;height:2em;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.splide__arrow svg{fill:#000;width:1.2em;height:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline-offset:3px;outline:3px solid #0bf}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline-offset:3px;outline:3px solid #0bf}.splide__pagination{z-index:1;padding:0 1em;position:absolute;bottom:.5em;left:0;right:0}.splide__pagination__page{opacity:.7;background:#ccc;border:0;border-radius:50%;width:8px;height:8px;margin:3px;padding:0;transition:transform .2s linear;display:inline-block;position:relative}.splide__pagination__page.is-active{z-index:1;background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible,.splide.is-focus-in .splide__pagination__page:focus{outline-offset:3px;outline:3px solid #0bf}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:#0000}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline-offset:-3px;outline:3px solid #0bf}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline-offset:-3px;outline:3px solid #0bf}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible,.splide.is-focus-in .splide__toggle:focus{outline-offset:3px;outline:3px solid #0bf}.splide__track--nav>.splide__list>.splide__slide{cursor:pointer;border:3px solid #0000}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{top:auto;bottom:1em}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{flex-direction:column;padding:1em 0;display:flex;inset:0 .5em 0 auto}
/*# sourceMappingURL=parcel.css.map */
