#baguetteBox-overlay{background-color:#222;background-color:rgba(0,0,0,.8);display:none;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:1000000}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;height:100%;position:relative;text-align:center;width:100%}#baguetteBox-overlay .full-image figure{display:inline;height:100%;margin:0}#baguetteBox-overlay .full-image img{box-shadow:0 0 8px rgba(0,0,0,.6);display:inline-block;height:auto;max-height:100%;max-width:100%;vertical-align:middle;width:auto}#baguetteBox-overlay .full-image figcaption{background-color:#000;background-color:rgba(0,0,0,.6);bottom:0;color:#ccc;display:block;font-family:sans-serif;line-height:1.8;position:absolute;text-align:center;white-space:normal;width:100%}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}#baguetteBox-slider{height:100%;left:0;position:absolute;top:0;transition:left .4s ease,transform .4s ease;white-space:nowrap;width:100%}#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}to{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}to{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{height:60px;top:50%;top:calc(50% - 30px);width:44px}.baguetteBox-button{background-color:#323232;background-color:rgba(50,50,50,.5);border:0;border-radius:15%;color:#ddd;cursor:pointer;font:1.6em sans-serif;margin:0;outline:none;padding:0;position:absolute;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{height:30px;right:2%;right:calc(2% + 6px);top:20px;width:30px}.baguetteBox-button svg{left:0;position:absolute;top:0}.baguetteBox-spinner{display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{animation:bounce 2s ease-in-out infinite;background-color:#fff;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.baguetteBox-double-bounce2{animation-delay:-1s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:#000;background-color:rgba(0,0,0,.4);bottom:0;display:none;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";left:0;position:fixed;right:0;top:0;z-index:10000}.sweet-alert{background-color:#fff;border-radius:5px;display:none;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;left:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;padding:17px;position:fixed;text-align:center;top:50%;width:478px;z-index:99999}@media (max-width:540px){.sweet-alert{left:15px;margin-left:0;margin-right:0;right:15px;width:auto}}.sweet-alert h2{color:#575757;display:block;font-size:30px;font-weight:600;line-height:40px;margin:25px 0;text-transform:none}.sweet-alert h2,.sweet-alert p{padding:0;position:relative;text-align:center}.sweet-alert p{color:#797979;float:none;font-size:16px;font-weight:300;line-height:normal;margin:0;text-align:inherit}.sweet-alert fieldset{border:none;position:relative}.sweet-alert .sa-error-container{webkit-transition:padding .15s,max-height .15s;background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;max-height:0;overflow:hidden;padding:0 10px;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{webkit-transition:padding .2s,max-height .2s;max-height:100px;padding:10px 0;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{background-color:#ea7d7d;border-radius:50%;color:#fff;display:inline-block;height:24px;line-height:24px;margin-right:3px;text-align:center;width:24px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{height:20px;opacity:0;position:absolute;right:26px;top:29px;transform:scale(.5);transform-origin:50% 50%;transition:all .1s;width:20px}.sweet-alert .sa-input-error:after,.sweet-alert .sa-input-error:before{background-color:#f06e57;border-radius:3px;content:"";height:6px;left:50%;margin-left:-9px;margin-top:-4px;position:absolute;top:50%;width:20px}.sweet-alert .sa-input-error:before{transform:rotate(-45deg)}.sweet-alert .sa-input-error:after{transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;transform:scale(1)}.sweet-alert input{border:1px solid #d7d7d7;border-radius:3px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box;display:none;font-size:18px;height:43px;margin-bottom:17px;margin-top:10px;padding:0 12px;transition:all .3s;width:100%}.sweet-alert input:focus{border:1px solid #b4dbed;box-shadow:0 0 3px #c4e6f5;outline:none}.sweet-alert input:focus::-moz-placeholder{opacity:.5;-moz-transition:opacity .3s ease .03s;transition:opacity .3s ease .03s}.sweet-alert input:focus:-ms-input-placeholder{opacity:.5;-ms-transition:opacity .3s ease .03s;transition:opacity .3s ease .03s}.sweet-alert input:focus::-webkit-input-placeholder{opacity:.5;-webkit-transition:opacity .3s ease .03s;transition:opacity .3s ease .03s}.sweet-alert input::-moz-placeholder{color:#bdbdbd}.sweet-alert input:-ms-input-placeholder{color:#bdbdbd}.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd}.sweet-alert.show-input input{display:block}.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative}.sweet-alert .la-ball-fall{left:50%;margin-left:-27px;margin-top:4px;opacity:0;position:absolute;top:50%;visibility:hidden}.sweet-alert button{background-color:#8cd4f5;border:none;border-radius:5px;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:26px 5px 0;padding:10px 32px}.sweet-alert button:focus{box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05);outline:none}.sweet-alert button:hover{background-color:#7ecff4}.sweet-alert button:active{background-color:#5dc2f1}.sweet-alert button.cancel{background-color:#c1c1c1}.sweet-alert button.cancel:hover{background-color:#b9b9b9}.sweet-alert button.cancel:active{background-color:#a8a8a8}.sweet-alert button.cancel:focus{box-shadow:0 0 2px rgba(197,205,211,.8),inset 0 0 0 1px rgba(0,0,0,.047)!important}.sweet-alert button[disabled]{cursor:default;opacity:.6}.sweet-alert button.confirm[disabled]{color:transparent}.sweet-alert button.confirm[disabled]~.la-ball-fall{opacity:1;transition-delay:0s;visibility:visible}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{border:4px solid gray;border-radius:40px;border-radius:50%;box-sizing:content-box;height:80px;margin:20px auto;padding:0;position:relative;width:80px}.sweet-alert .sa-icon.sa-error{border-color:#f27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{display:block;position:relative}.sweet-alert .sa-icon.sa-error .sa-line{background-color:#f27474;border-radius:2px;display:block;height:5px;position:absolute;top:37px;width:47px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{left:17px;transform:rotate(45deg)}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{right:16px;transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-warning{border-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-body{background-color:#f8bb86;border-radius:2px;height:47px;left:50%;margin-left:-2px;position:absolute;top:10px;width:5px}.sweet-alert .sa-icon.sa-warning .sa-dot{background-color:#f8bb86;border-radius:50%;bottom:10px;height:7px;left:50%;margin-left:-3px;position:absolute;width:7px}.sweet-alert .sa-icon.sa-info{border-color:#c9dae1}.sweet-alert .sa-icon.sa-info:before{background-color:#c9dae1;border-radius:2px;bottom:17px;content:"";height:29px;left:50%;margin-left:-2px;position:absolute;width:5px}.sweet-alert .sa-icon.sa-info:after{background-color:#c9dae1;border-radius:50%;content:"";height:7px;margin-left:-3px;position:absolute;top:19px;width:7px}.sweet-alert .sa-icon.sa-success{border-color:#a5dc86}.sweet-alert .sa-icon.sa-success:after,.sweet-alert .sa-icon.sa-success:before{background:#fff;border-radius:40px;border-radius:50%;content:"";height:120px;position:absolute;transform:rotate(45deg);width:60px}.sweet-alert .sa-icon.sa-success:before{border-radius:120px 0 0 120px;left:-33px;top:-7px;transform:rotate(-45deg);transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success:after{border-radius:0 120px 120px 0;left:30px;top:-11px;transform:rotate(-45deg);transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{border:4px solid hsla(98,55%,69%,.2);border-radius:40px;border-radius:50%;box-sizing:content-box;height:80px;left:-4px;position:absolute;top:-4px;width:80px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{background-color:#fff;height:90px;left:28px;position:absolute;top:8px;transform:rotate(-45deg);width:5px;z-index:1}.sweet-alert .sa-icon.sa-success .sa-line{background-color:#a5dc86;border-radius:2px;display:block;height:5px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{left:14px;top:46px;transform:rotate(45deg);width:25px}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{right:8px;top:38px;transform:rotate(-45deg);width:47px}.sweet-alert .sa-icon.sa-custom{background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;border-radius:0}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}to{transform:scale(1);-webkit-transform:scale(1)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}to{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes slideFromTop{0%{top:0}to{top:50%}}@keyframes slideToTop{0%{top:50%}to{top:0}}@keyframes slideFromBottom{0%{top:70%}to{top:50%}}@keyframes slideToBottom{0%{top:50%}to{top:70%}}.showSweetAlert[data-animation=pop]{animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{animation:none}.showSweetAlert[data-animation=slide-from-top]{animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{animation:none}.hideSweetAlert[data-animation=slide-from-top]{animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{animation:slideToBottom .3s}@keyframes animateSuccessTip{0%{left:1px;top:19px;width:0}54%{left:1px;top:19px;width:0}70%{left:-8px;top:37px;width:50px}84%{left:21px;top:48px;width:17px}to{left:14px;top:45px;width:25px}}@keyframes animateSuccessLong{0%{right:46px;top:54px;width:0}65%{right:46px;top:54px;width:0}84%{right:0;top:35px;width:55px}to{right:8px;top:38px;width:47px}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}to{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{animation:animateSuccessTip .75s}.animateSuccessLong{animation:animateSuccessLong .75s}.sa-icon.sa-success.animate:after{animation:rotatePlaceholder 4.25s ease-in}@keyframes animateErrorIcon{0%{opacity:0;transform:rotateX(100deg);-webkit-transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0deg);-webkit-transform:rotateX(0deg)}}.animateErrorIcon{animation:animateErrorIcon .5s}@keyframes animateXMark{0%{margin-top:26px;opacity:0;transform:scale(.4);-webkit-transform:scale(.4)}50%{margin-top:26px;opacity:0;transform:scale(.4);-webkit-transform:scale(.4)}80%{margin-top:-6px;transform:scale(1.15);-webkit-transform:scale(1.15)}to{margin-top:0;opacity:1;transform:scale(1);-webkit-transform:scale(1)}}.animateXMark{animation:animateXMark .5s}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.pulseWarning{animation:pulseWarning .75s infinite alternate}@keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}.pulseWarningIns{animation:pulseWarningIns .75s infinite alternate}@keyframes rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.avatar-style{display:block;position:relative}.avatar-style:before{box-shadow:inset 0 0 1px rgba(0,0,0,.25);content:"";display:block;left:0;position:absolute;top:0;z-index:10}.avatar-style img,.avatar-style:before{border-radius:4px;height:100%;width:100%}.avatar-style.no-border:before{box-shadow:none}html[region] .logo-zl{background-size:100% auto}html[region] .logo-zl.default{background-image:url('//platform.docplanner.com/img/en/logo/logo-default-en.svg?v=4')}html[region] .logo-zl.white{background-image:url('//platform.docplanner.com/img/en/logo/logo-white-en.svg?v=4')}html[region] .logo-zl.small{width:148px}html[region] .logo-zl.medium{width:218px}.dp-logo svg{display:block}.dp-logo.green svg path{fill:#00c3a5}.dp-logo.blue svg path{fill:#3d83df}.dp-logo.white svg path{fill:#fff}.dp-logo.dp-logo-general.small svg{width:150px}.dp-logo.dp-logo-general.medium svg{width:210px}.dp-logo.dp-logo-ar.small svg{width:150px}.dp-logo.dp-logo-ar.medium svg{width:210px}.dp-logo.dp-logo-br.small svg{width:150px}.dp-logo.dp-logo-br.medium svg{width:210px}.dp-logo.dp-logo-cl.small svg{width:150px}.dp-logo.dp-logo-cl.medium svg{width:210px}.dp-logo.dp-logo-co.small svg{width:150px}.dp-logo.dp-logo-co.medium svg{width:210px}.dp-logo.dp-logo-es.small svg{width:150px}.dp-logo.dp-logo-es.medium svg{width:210px}.dp-logo.dp-logo-cz.small svg{width:167px}.dp-logo.dp-logo-cz.medium svg{width:234px}.dp-logo.dp-logo-it.small svg{width:150px}.dp-logo.dp-logo-it.medium svg{width:210px}.dp-logo.dp-logo-mx.small svg{width:150px}.dp-logo.dp-logo-mx.medium svg{width:210px}.dp-logo.dp-logo-pe.small svg{width:150px}.dp-logo.dp-logo-pe.medium svg{width:210px}.dp-logo.dp-logo-pl.small svg{width:170px}.dp-logo.dp-logo-pl.medium svg{width:242px}.dp-logo.dp-logo-pt.small svg{width:150px}.dp-logo.dp-logo-pt.medium svg{width:210px}.dp-logo.dp-logo-tr.small svg{width:191px}.dp-logo.dp-logo-tr.medium svg{width:270px}.dp-logo.dp-logo-de.small svg{width:110px}.dp-logo.dp-logo-de.medium svg{width:170px}html[region=general] .logo-zl.default{background-image:url('//platform.docplanner.com/img/general/logo/logo-default-general.svg?v=7')}html[region=general] .logo-zl.white{background-image:url('//platform.docplanner.com/img/general/logo/logo-white-general.svg?v=7')}html[region=general] .logo-zl.small{width:150px}html[region=general] .logo-zl.medium{width:210px}html[region=ar] .logo-zl.default{background-image:url('//platform.docplanner.com/img/ar/logo/logo-default-ar.svg?v=7')}html[region=ar] .logo-zl.white{background-image:url('//platform.docplanner.com/img/ar/logo/logo-white-ar.svg?v=7')}html[region=ar] .logo-zl.small{width:150px}html[region=ar] .logo-zl.medium{width:210px}html[region=br] .logo-zl.default{background-image:url('//platform.docplanner.com/img/br/logo/logo-default-br.svg?v=7')}html[region=br] .logo-zl.white{background-image:url('//platform.docplanner.com/img/br/logo/logo-white-br.svg?v=7')}html[region=br] .logo-zl.small{width:150px}html[region=br] .logo-zl.medium{width:210px}html[region=cl] .logo-zl.default{background-image:url('//platform.docplanner.com/img/cl/logo/logo-default-cl.svg?v=7')}html[region=cl] .logo-zl.white{background-image:url('//platform.docplanner.com/img/cl/logo/logo-white-cl.svg?v=7')}html[region=cl] .logo-zl.small{width:150px}html[region=cl] .logo-zl.medium{width:210px}html[region=co] .logo-zl.default{background-image:url('//platform.docplanner.com/img/co/logo/logo-default-co.svg?v=7')}html[region=co] .logo-zl.white{background-image:url('//platform.docplanner.com/img/co/logo/logo-white-co.svg?v=7')}html[region=co] .logo-zl.small{width:150px}html[region=co] .logo-zl.medium{width:210px}html[region=es] .logo-zl.default{background-image:url('//platform.docplanner.com/img/es/logo/logo-default-es.svg?v=7')}html[region=es] .logo-zl.white{background-image:url('//platform.docplanner.com/img/es/logo/logo-white-es.svg?v=7')}html[region=es] .logo-zl.small{width:150px}html[region=es] .logo-zl.medium{width:210px}html[region=cz] .logo-zl.default{background-image:url('//platform.docplanner.com/img/cz/logo/logo-default-cz.svg?v=7')}html[region=cz] .logo-zl.white{background-image:url('//platform.docplanner.com/img/cz/logo/logo-white-cz.svg?v=7')}html[region=cz] .logo-zl.small{width:167px}html[region=cz] .logo-zl.medium{width:234px}html[region=it] .logo-zl.default{background-image:url('//platform.docplanner.com/img/it/logo/logo-default-it.svg?v=7')}html[region=it] .logo-zl.white{background-image:url('//platform.docplanner.com/img/it/logo/logo-white-it.svg?v=7')}html[region=it] .logo-zl.small{width:150px}html[region=it] .logo-zl.medium{width:210px}html[region=mx] .logo-zl.default{background-image:url('//platform.docplanner.com/img/mx/logo/logo-default-mx.svg?v=7')}html[region=mx] .logo-zl.white{background-image:url('//platform.docplanner.com/img/mx/logo/logo-white-mx.svg?v=7')}html[region=mx] .logo-zl.small{width:150px}html[region=mx] .logo-zl.medium{width:210px}html[region=pe] .logo-zl.default{background-image:url('//platform.docplanner.com/img/pe/logo/logo-default-pe.svg?v=7')}html[region=pe] .logo-zl.white{background-image:url('//platform.docplanner.com/img/pe/logo/logo-white-pe.svg?v=7')}html[region=pe] .logo-zl.small{width:150px}html[region=pe] .logo-zl.medium{width:210px}html[region=pl] .logo-zl.default{background-image:url('//platform.docplanner.com/img/pl/logo/logo-default-pl.svg?v=7')}html[region=pl] .logo-zl.white{background-image:url('//platform.docplanner.com/img/pl/logo/logo-white-pl.svg?v=7')}html[region=pl] .logo-zl.small{width:170px}html[region=pl] .logo-zl.medium{width:242px}html[region=pt] .logo-zl.default{background-image:url('//platform.docplanner.com/img/pt/logo/logo-default-pt.svg?v=7')}html[region=pt] .logo-zl.white{background-image:url('//platform.docplanner.com/img/pt/logo/logo-white-pt.svg?v=7')}html[region=pt] .logo-zl.small{width:150px}html[region=pt] .logo-zl.medium{width:210px}html[region=tr] .logo-zl.default{background-image:url('//platform.docplanner.com/img/tr/logo/logo-default-tr.svg?v=7')}html[region=tr] .logo-zl.white{background-image:url('//platform.docplanner.com/img/tr/logo/logo-white-tr.svg?v=7')}html[region=tr] .logo-zl.small{width:191px}html[region=tr] .logo-zl.medium{width:270px}html[region=de] .logo-zl.default{background-image:url('//platform.docplanner.com/img/de/logo/logo-default-de.svg?v=7')}html[region=de] .logo-zl.white{background-image:url('//platform.docplanner.com/img/de/logo/logo-white-de.svg?v=7')}html[region=de] .logo-zl.small{width:110px}html[region=de] .logo-zl.medium{width:170px}.map{border-radius:.2667rem;cursor:pointer;height:200px;max-height:600px;overflow:hidden;position:relative;width:100%}.map:hover{opacity:.9}.map:hover:after{background:rgba(0,0,0,.4);content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.map.map-placeholder{align-items:center;background:transparent url('//platform.docplanner.com/img/general/map-placeholder/map-placeholder-300-600.jpg') 100% 100% no-repeat;display:flex;height:100%;justify-content:center;min-height:100px;text-align:center}.map.map-placeholder .btn{position:static}.map.map-placeholder:focus,.map.map-placeholder:hover{text-decoration:none}.map.map-xs{height:120px;width:120px}.map.map-xs .btn .svg-icon,.map.map-xs:not(.show-cta) .btn{display:none}.map.map-xs:hover:not(.map-placeholder) .btn{top:-80px}.map.map-xs:hover .btn{display:inline-flex;margin:0 10%;position:relative;width:80%}.map .btn{position:absolute;right:0;top:0;z-index:20}.map-link{cursor:pointer}.dp-highlight{background-color:rgba(0,0,0,.5);height:0;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:-99999}.dp-highlight.fade-in{height:100%;opacity:1;z-index:1040}.dp-highlight.fade-out{height:100%;opacity:0;z-index:-99999}.dp-highlight-affix{position:relative;z-index:1050}@media(max-width:767.98px){.object-scrollspy{position:fixed;transition:all .6s ease 0s;z-index:1000}.object-scrollspy.affixed-bottom{bottom:0!important}.object-scrollspy.affixed-top{top:0!important}}.branding{background-repeat:no-repeat;background-size:100% auto}.branding #breadcrumbs{margin-bottom:80px}.branding #profile-header{background-color:hsla(0,0%,100%,.95)}.branding #branding-gradient{position:absolute;top:0;width:100%;z-index:-1}.branding #branding-gradient.has-header{top:50px}.branding #branding-gradient.uninav-enabled{width:calc(100% - 320px)}.branding #branding-gradient img{overflow:hidden;position:relative;width:100%}.branding #branding-gradient .gradient{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxIDEiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjAlIiB4Mj0iMCUiIHkxPSIwJSIgeTI9IjEwMCUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgxdjFIMHoiLz48L3N2Zz4=");background:linear-gradient(0deg,hsla(0,0%,95%,0) 0,#f1f1f1 95%);background:linear-gradient(180deg,hsla(0,0%,95%,0) 0,#f1f1f1 95%);bottom:-10px;height:550px;left:0;position:absolute;width:100%;z-index:1}.visit-hour-link{color:#1662c6;font-weight:700;text-decoration:underline}.visit-hour-link:focus,.visit-hour-link:hover{color:#196ddd;outline:none}.visit-hour-link:active{outline:none}.visit-hour-link.btn-hover:hover{background:#3d83df;border-radius:4px;color:#fff;cursor:pointer;text-align:center;text-decoration:none}body{background:#edeff2}@media(width >= 1010px)and (width <= 1040px){body{overflow-x:hidden!important}}[placeholder]::-webkit-input-placeholder{color:#98a1ab}[placeholder]:-moz-placeholder,[placeholder]::-moz-placeholder{color:#98a1ab}[placeholder]:-moz-placeholder-shown{color:#98a1ab}[placeholder]:placeholder-shown{color:#98a1ab}[placeholder]:focus::-webkit-input-placeholder{color:#dcdfe3}[placeholder]:focus:-moz-placeholder,[placeholder]:focus::-moz-placeholder{color:#dcdfe3}[placeholder]:focus:-moz-placeholder-shown{color:#dcdfe3}[placeholder]:focus:placeholder-shown{color:#dcdfe3}main[role=main]{padding-bottom:10px}main[role=main].no-breadcrumbs{padding-top:20px}main[role=main].mf-page{padding-left:0;padding-right:0;padding-top:.6667rem}body:has(div.impersonate-bar) .mf-page{padding-bottom:55px}body:has(div.mf-page,main.mf-page){background-color:#f7f8f8!important}.text-error{color:#e74c3c}img[data-src]{background:#f7f9fa;text-indent:-9999vh}img.lazyload:not([src]){visibility:hidden}#search .form-control{border-radius:0;border-width:0;color:#1b2734;font-weight:400;height:40px;padding-right:33px;position:static}#search .form-control[name=q]{border-radius:4px 0 0 4px}#search .icon-trigger{cursor:pointer;height:100%;position:absolute;right:0;width:33px}#search .icon-trigger>svg{height:12px;position:absolute;right:50%;top:50%;transform:translateY(-50%) translateX(50%);width:12px}#search .specialists-col{padding-right:2px}#search .city-col{padding:0 2px}#search .button-col{padding-left:2px}#search .autocomplete-results-container{margin:0 -1px;position:relative}@media(min-width:768px){#search .search-button{border-color:transparent}}@media(max-width:767.98px){#search .button-col,#search .city-col,#search .specialists-col{padding:0 10px}#search .form-control{border-radius:4px}#search .typeahead.dropdown-menu{left:0!important;width:100%}}.transparent-background{background:transparent}hr.dotted{border-top:1px dotted #98a1ab}.uploadcare-dialog-normal-text{width:600px}[data-id=js-link]{cursor:pointer}.impersonate-bar{bottom:0;left:0;position:fixed;width:100%;z-index:900}.dropdown-breadcrumb-menu{width:550px}.dropdown-breadcrumb__element{width:50%}.dropdown-breadcrumb>.dropdown-breadcrumb__element>a{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-breadcrumb__divider{width:100%}.patient-app-global-banner-container{min-height:97px}.mb-0-25{margin-bottom:.166675rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal.fade.fade-in{animation:fadeIn .25s}.dp-banners{left:0;top:0;z-index:1050}.spaces-bar-container{height:auto;max-height:40px;position:sticky;top:0;z-index:105}html.spaces-height-tweak,html.spaces-height-tweak>body{min-height:100%}.gap-0{gap:0}.gap-0-5{gap:.33335rem}.gap-1{gap:.6667rem}.gap-1-5{gap:1.00005rem}.gap-2{gap:1.3334rem}.gap-3{gap:2.0001rem}.gap-4{gap:2.6668rem}.gap-5{gap:3.3335rem}.gap-6{gap:4.0002rem}.gap-7{gap:4.6669rem}.gap-8{gap:5.3336rem}.gap-9{gap:6.0003rem}.gap-10{gap:6.667rem}.gap-11{gap:7.3337rem}.gap-12{gap:8.0004rem}[data-horizontal-scroller]{position:relative}[data-horizontal-scroller]:not(.is-overflowing) [data-scroll-button]{display:none}[data-horizontal-scroller] [data-scroll-element]{-ms-overflow-style:none;margin:0;overflow-x:auto;scroll-padding:0 32px;scrollbar-width:none;white-space:nowrap}[data-horizontal-scroller] [data-scroll-element]::-webkit-scrollbar{display:none}[data-horizontal-scroller] [data-scroll-button]{background-color:#fff;background-position:50%;background-repeat:no-repeat;border:1px solid #ddd;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);cursor:pointer;height:32px;position:absolute;top:50%;transform:translateY(-50%);width:32px;z-index:2}[data-horizontal-scroller] [data-scroll-button][hidden]{display:none}[data-horizontal-scroller] [data-scroll-button=left]{left:0}[data-horizontal-scroller] [data-scroll-button=right]{right:0}@media(min-width:992px){#search.top-search{flex-grow:1}}#search.top-search .specialists-col{padding-right:1px}#search.top-search .city-col{padding:0}#search.top-search .button-col{padding-left:1px}#search.top-search .is-focused .icon-trigger,#search.top-search.is-focused .icon-trigger{fill:#98a1ab}@media(min-width:768px){#search.top-search .search-field{background:rgba(0,0,0,.08);color:#fff;font-size:14px;transition:background .4s}#search.top-search .search-field::-webkit-input-placeholder{color:#fff}#search.top-search .search-field:-moz-placeholder,#search.top-search .search-field::-moz-placeholder{color:#fff}#search.top-search .search-field:-moz-placeholder-shown{color:#fff}#search.top-search .search-field:placeholder-shown{color:#fff}#search.top-search .search-button{background:rgba(0,0,0,.08);border:none;border-bottom-left-radius:0;border-top-left-radius:0;height:40px;width:44px}#search.top-search .search-button:hover{background:#00b39b}#search.top-search .search-button .svg-icon-search{margin:0}#search.top-search .is-focused .search-field,#search.top-search.is-focused .search-field{background:#fff;color:#1b2734}#search.top-search .is-focused .search-field::-webkit-input-placeholder,#search.top-search.is-focused .search-field::-webkit-input-placeholder{color:#98a1ab}#search.top-search .is-focused .search-field:-moz-placeholder,#search.top-search .is-focused .search-field::-moz-placeholder,#search.top-search.is-focused .search-field:-moz-placeholder,#search.top-search.is-focused .search-field::-moz-placeholder{color:#98a1ab}#search.top-search .is-focused .search-field:-moz-placeholder-shown, #search.top-search.is-focused .search-field:-moz-placeholder-shown{color:#98a1ab}#search.top-search .is-focused .search-field:placeholder-shown,#search.top-search.is-focused .search-field:placeholder-shown{color:#98a1ab}}@media(max-width:767.98px){#search.top-search .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;line-height:1.3333;padding:8px 15px}#search.top-search .icon-trigger{fill:#98a1ab}#search.top-search .button-col,#search.top-search .city-col,#search.top-search .specialists-col{padding:0 10px}}.logo-zl{background-position:0;background-repeat:no-repeat;display:block;height:25px}.logo-zl span{display:none}.logo-zl.medium{height:35px}.footer{border-top:1px solid #edeff2}.footer .consent-settings{font-size:1rem!important}.footer .consent-settings:hover{text-decoration:underline}body,html{height:100%}.wrapper{height:auto!important;min-height:100%;overflow-x:hidden}.no-overflow-wrapper .wrapper{overflow:initial}.dp-placeholder{padding:10px}@keyframes placeHolderShimmer{0%{background-position:-460px 0}to{background-position:460px 0}}.dp-placeholder__background{background:#edeff2;background-size:cover;min-height:45px;position:relative}.dp-placeholder__background--animated{animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:linear-gradient(90deg,#edeff2 8%,#dcdfe3 18%,#edeff2 33%);background:linear-gradient(270deg,#edeff2 8%,#dcdfe3 18%,#edeff2 33%)}.dp-placeholder__line{height:10px;position:relative}.dp-placeholder__line__masker{background:#fff;bottom:0;position:absolute;right:0;top:0;width:0}.dp-placeholder__line--masker{background:#fff;height:12px;position:relative}.dp-placeholder__masker{background:#fff;box-sizing:border-box;position:absolute}.dp-placeholder__masker--image-right{bottom:0;left:50px;top:0;width:20px}.dp-placeholder__masker--image-bottom{bottom:0;left:0;top:50px;width:70px}.dp-placeholder--avatar .dp-placeholder__line{margin-left:70px}.typeahead{max-height:420px;max-width:490px;min-width:490px;overflow-y:auto;z-index:1041}.typeahead em{font-style:normal}.typeahead>.active em{background:transparent}.typeahead>.active>a{font-weight:400}@media(max-width:767.98px){.typeahead{max-width:100%;min-width:100%;width:100%}}#search .type-wrapper{display:block}@media(max-width:767.98px){#search .type-wrapper{display:none}}#search .capitalize{text-transform:capitalize}#search .prevent-shrink{flex-shrink:0}#search .show-more{color:#1662c6}#search .text-squash{line-height:1.5}#search .text-squeeze{line-height:1.2}html[region=de] #search .capitalize{text-transform:none}.unified-doctor-header .unified-doctor-header-info{position:relative;z-index:100}.unified-doctor-header .unified-doctor-header-info__name{display:inline-block}.unified-doctor-header .unified-doctor-header-info__rating-text{font-size:1rem}.unified-doctor-header .unified-doctor-header-info__avatar{flex-basis:140px;height:140px;width:140px}@media(max-width:767.98px){.unified-doctor-header .unified-doctor-header-info__avatar{flex-basis:80px;height:80px;width:80px}}.unified-doctor-header .public-health-icon{height:18px;margin-right:5px;width:18px}.unified-doctor-header .book-visit-wrapper{bottom:-100px;left:0;padding:5px;position:fixed}@media(max-width:575.98px){.unified-doctor-header .unified-doctor-header-avatar{width:100%}}.unified-doctor-header__cta{flex-wrap:wrap}.unified-doctor-header__cta>*{flex:1 1 auto}.section-hero{border-bottom:.06667rem solid #edeff2;border-bottom-left-radius:0;border-bottom-right-radius:0}@media(max-width:991.98px){.section-hero{border-bottom-width:0}}.section-navbar{border-top-left-radius:0;border-top-right-radius:0;top:0;z-index:10}.section-navbar .nav-responsive .nav .nav-item:last-child{padding-right:0}[data-nav-scroll]{scroll-margin-top:calc(var(--profile-navbar-height, 4rem) + .6667rem)}@media(min-width:768px){[data-nav-scroll]{scroll-margin-top:calc(var(--profile-navbar-height, 4rem) + 1.00005rem)}}#facility-opinion-stats .text-white,#profile-info .text-white,#profile-reviews .text-white{color:#fff}#facility-opinion-stats .card-body.bg-gray-100,#profile-info .card-body.bg-gray-100,#profile-reviews .card-body.bg-gray-100{background-color:#f7f9fa;border-color:#edeff2;border-style:solid;border-width:1px 0;margin:0 -1px}#facility-opinion-stats .opinion .less-link,#facility-opinion-stats .opinion .more-link,#profile-info .opinion .less-link,#profile-info .opinion .more-link,#profile-reviews .opinion .less-link,#profile-reviews .opinion .more-link{color:#627282}#facility-opinion-stats .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-more,#facility-opinion-stats .opinion .read-less,#profile-info .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-more,#profile-info .opinion .read-less,#profile-reviews .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-more,#profile-reviews .opinion .read-less{display:none}#facility-opinion-stats .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-less,#facility-opinion-stats .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-more,#profile-info .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-less,#profile-info .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-more,#profile-reviews .opinion .opinion-rating-details-toggle-btn .opinion-rating-details-less,#profile-reviews .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-more{display:inline}#facility-opinion-stats .highlighted-opinions-container li:last-child hr,#facility-opinion-stats .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-less,#facility-opinion-stats .standard-opinions-container li:last-child hr,#profile-info .highlighted-opinions-container li:last-child hr,#profile-info .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-less,#profile-info .standard-opinions-container li:last-child hr,#profile-reviews .highlighted-opinions-container li:last-child hr,#profile-reviews .opinion .opinion-rating-details-toggle-btn.collapsed .opinion-rating-details-less,#profile-reviews .standard-opinions-container li:last-child hr{display:none}#facility-opinion-stats .opinion-overall-rating-details-toggle,#profile-info .opinion-overall-rating-details-toggle,#profile-reviews .opinion-overall-rating-details-toggle{cursor:pointer}#facility-opinion-stats .opinion-overall-rating-details-toggle .opinion-overall-rating-details-more,#profile-info .opinion-overall-rating-details-toggle .opinion-overall-rating-details-more,#profile-reviews .opinion-overall-rating-details-toggle .opinion-overall-rating-details-more{display:none}#facility-opinion-stats .opinion-overall-rating-details-toggle .opinion-overall-rating-details-less,#facility-opinion-stats .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-more,#profile-info .opinion-overall-rating-details-toggle .opinion-overall-rating-details-less,#profile-info .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-more,#profile-reviews .opinion-overall-rating-details-toggle .opinion-overall-rating-details-less,#profile-reviews .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-more{display:inline-block}#facility-opinion-stats .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-less,#profile-info .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-less,#profile-reviews .opinion-overall-rating-details-toggle.collapsed .opinion-overall-rating-details-less{display:none}#facility-opinion-stats .highlighted-opinions-container,#profile-info .highlighted-opinions-container,#profile-reviews .highlighted-opinions-container{border-left:3px solid #00c3a5}#facility-opinion-stats .opinions-rating-filter-icons-container .svg-icon:not(:last-child),#profile-info .opinions-rating-filter-icons-container .svg-icon:not(:last-child),#profile-reviews .opinions-rating-filter-icons-container .svg-icon:not(:last-child){margin-right:-3px}html{scroll-behavior:smooth}#object-profile .unified-doctor-content .show-more:hover{text-decoration:none}#object-profile .unified-doctor-content #profile-info .nav-responsive{overflow:hidden}#object-profile .unified-doctor-content #profile-info .nav-responsive .focus{z-index:1}#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls{padding-left:31px;padding-right:31px}#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls:after,#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls:before{content:"";height:31px;pointer-events:none;position:absolute;top:5px;width:1.3334rem;z-index:3}#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls:before{background:linear-gradient(90deg,#fff 70%,hsla(0,0%,100%,0));left:16px}#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls:after{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);right:26px}#object-profile .unified-doctor-content #profile-info .nav-responsive.has-controls .nav:before{display:none}#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-left,#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-right{border:0;height:31px;position:absolute;top:4px;width:31px;z-index:3}#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-left[disabled],#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-right[disabled]{opacity:.3}#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-left{left:0}#object-profile .unified-doctor-content #profile-info .nav-responsive .nav-control-right{right:0}#object-profile .unified-doctor-content #profile-info .location-details{min-height:30px}#object-profile .no-active-calendar{min-height:25px}#object-profile .nearest-slot-date-content{min-height:72px}#object-profile .check-your-insurance{min-height:75px}#object-profile .insurance-checker{min-height:22px}#object-profile .opinions-search{min-height:35px}#object-profile .online-payments-cls{min-height:43px}#object-profile .online-payments-banner-cls{min-height:136px}@media(max-width:1199.98px){#object-profile .online-payments-banner-cls{min-height:159px}}@media(max-width:991.98px){#object-profile .online-payments-banner-cls{min-height:136px}}@media(max-width:767.98px){#object-profile{overflow-anchor:none}#object-profile .unified-doctor-content-column{margin-top:-1px}}#object-profile .recommended-doctors-on-mobile{min-height:430px}@media(max-width:767.98px){#object-profile .breadcrumb .breadcrumb-dropdown-right{max-width:380px;width:calc(100vw - 100px)}#object-profile .section-header{font-size:1.2rem}}#object-profile .wrapper{overflow:initial}#object-profile .toggleable-list.unhidden .hide{display:list-item!important}#object-profile .dimmed-backdrop{position:relative}#object-profile .dimmed-backdrop:after{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#object-profile .dimmed-backdrop img{position:relative;z-index:1}#object-profile .dimmed-backdrop .hidden-photos-count{color:#fff;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.icon-smooth-rotation .svg-icon{transition-duration:.4s;transition-property:transform}.icon-rotate-90:not(.collapsed) .svg-icon{transform:rotate(90deg)}.icon-rotate-180:not(.collapsed) .svg-icon{transform:rotate(180deg)}.cursor-pointer{cursor:pointer}.section-addresses .map-placeholder{background:transparent url('//platform.docplanner.com/img/general/map-placeholder/map-placeholder.jpg') 100% 100% no-repeat;border-radius:4px;flex-shrink:0;height:140px;width:140px}@media(max-width:767.98px){.section-addresses .map-placeholder{height:120px;width:100%}}.section-addresses .online-jumbotron{border-radius:3px}.section-addresses .desktop-online-icon-container{flex-shrink:0;height:140px;width:140px}.section-addresses .online-icon-container-radius{border-radius:8px}.modal-z-index-stacked{z-index:1051}#profile-questions .doctor-question-title a{color:#1b2734;text-decoration:underline}.btn-whatsapp{background-color:#2ad366;border-color:#2ad366;color:#fff}.btn-whatsapp:hover{background-color:#22bf5a;border-color:#22bf5a;color:#fff}.btn-whatsapp:focus{box-shadow:none;outline:none}.floating-cookie-info{bottom:0;left:0;position:fixed;z-index:1040}.floating-cookie-info a{color:#1662c6}.floating-cookie-info.floating-cookie-info-hidden{visibility:hidden}@media(min-width:768px){.floating-cookie-info .floating-cookie-info-wrapper{max-width:615px}}.floating-cookie-info .floating-cookie-info-panel{border-bottom:0;border-radius:.2667rem;box-shadow:0 0 22px 0 rgba(0,0,0,.1);margin-left:0;margin-right:0}@media(min-width:768px){.floating-cookie-info .floating-cookie-info-panel{margin-left:-10px;margin-right:-10px}}.floating-cookie-info .floating-cookie-info-img{height:94px;margin-left:auto;order:2;width:138px}@media(min-width:768px){.floating-cookie-info .floating-cookie-info-img{height:126px;order:0;width:185px}}.floating-cookie-info .floating-cookie-info-btn{position:absolute;right:0;top:6px}@media(min-width:768px){.floating-cookie-info .floating-cookie-info-btn{right:22px;top:22px}}.above-cookie-info{z-index:4125}.gallery .gallery-grid{grid-gap:10px;display:grid}.gallery .gallery-variant-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;height:308px}@media(max-width:1199.98px){.gallery .gallery-variant-3{grid-template-columns:1fr 1fr;grid-template-rows:251px 1fr;height:383px}}.gallery .gallery-variant-3 :first-child{grid-column:1/1;grid-row:1/3}@media(max-width:1199.98px){.gallery .gallery-variant-3 :first-child{grid-column:1/3;grid-row:1/1}}.gallery .gallery-variant-2{grid-template-columns:1fr 1fr;height:308px}@media(max-width:1199.98px){.gallery .gallery-variant-2{grid-template-columns:1fr}}.gallery .gallery-variant-1{grid-template-columns:1fr;height:210px}.gallery .image-border-radius{border-radius:6px}@media(min-width:768px){.gallery .gallery-image{cursor:pointer}}.gallery .gallery-slider-item{height:627px}@media(max-width:991.98px){.gallery .gallery-slider-item{height:294px}}.gallery .gallery-slider-video{aspect-ratio:16/9;background:red;width:100%}.gallery .image-zoom-animation img{transition:transform 1.5s ease}@media(hover:hover){.gallery .image-zoom-animation:hover img{transform:scale(1.05)}}.gallery .object-cover{-o-object-fit:cover;object-fit:cover}.gallery .gallery-label{bottom:10px;right:10px}.vip-cover-photo{aspect-ratio:10/3;overflow:hidden;position:relative;width:100%}@media(max-width:767.98px){.vip-cover-photo{width:calc(100% + 40px)}}.vip-cover-photo-img{height:100%}.vip-cover-photo-gallery-button{bottom:10px;position:absolute;right:10px}@media(max-width:575.98px){.vip-cover-photo+.section-hero{padding-top:20px}}.section-news .news-preview-text{-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media(max-width:767.98px){.section-news .news-preview-text{-webkit-line-clamp:3;line-clamp:3}}.section-news .news-overflow-text-wrap{overflow-wrap:anywhere}.about-description{-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media(max-width:767.98px){.about-description{-webkit-line-clamp:7;line-clamp:7}}.about-description.unhidden{-webkit-line-clamp:unset;line-clamp:unset}.about-content b,.about-content strong{font-weight:500}.text-underline{text-decoration:underline}.bg-gold{background:#f7f4f0}.badges{margin-left:-1.3334rem;margin-right:-1.3334rem;scrollbar-width:thin}@media(max-width:767.98px){.breadcrumb{flex-wrap:nowrap;margin-bottom:15px;margin-top:15px;padding:0 20px;white-space:nowrap}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{float:none}.breadcrumb .breadcrumb-item:last-child span{margin-right:20px}.scrollable-container{background-color:#fff;position:relative}.scrollable-container:before{background:linear-gradient(270deg,transparent,#fff);left:0}.scrollable-container:after,.scrollable-container:before{bottom:0;content:"";position:absolute;top:0;width:20px;z-index:1}.scrollable-container:after{background:linear-gradient(90deg,transparent,#fff);right:0}.scrollable-container.fill-space{margin-left:-20px;margin-right:-20px}.scrollable-area{overflow:auto hidden}.scrollable-area::-webkit-scrollbar{display:none}}
