@charset "UTF-8";:root{--bpa-pt-main-green:#12d488;--bpa-pt-main-green-darker:#0dc37c;--bpa-pt-royal-blue:#2167f1;--bpa-pt-navy-blue:#2c33ae;--bpa-pt-secondary-orange:#f5ae41;--bpa-pt-secondary-orange-darker:#eca335;--bpa-sc-success:#01cb62;--bpa-sc-success-darker:#0bac58;--bpa-sc-warning:#f4b125;--bpa-pt-blue:#1f63e7;--bpa-pt-brown:#834e1e;--bpa-sc-danger:#ee2445;--bpa-sc-danger-darker:#cb1936;--bpa-sc-danger-alpha-08:rgba(238,36,69,.08);--bpa-sc-danger-alpha-6:#fdeef0;--bpa-dt-black-400:#202c45;--bpa-dt-black-400-darker:#121b2c;--bpa-dt-black-300:#535d71;--bpa-dt-black-200:#727e95;--bpa-dt-black-100:#b8c1d3;--bpa-gt-gray-400:#cfd6e5;--bpa-gt-gray-300:#dce4f5;--bpa-gt-gray-200:#e9edf5;--bpa-gt-gray-100:#f4f7fb;--bpa-gt-gray-50:#fafcff;--bpa-cl-white:#fff;--bpa-pt-main-green-alpha-12:rgba(18,212,136,.12);--bpa-pt-secondary-orange-alpha-12:rgba(245,174,65,.12);--bpa-dt-black-200-alpha-12:rgba(114,126,149,.12);--bpa-primary-font:"Poppins",sans-serif;--bpa-secondary-font:"Inter",sans-serif;--bpa-radius-32px:32px;--bpa-radius-24px:24px;--bpa-radius-16px:16px;--bpa-radius-12px:12px;--bpa-radius-8px:8px;--bpa-radius-6px:6px;--bpa-radius-4px:4px;--bpa-radius-2px:2px;--bpa-radius-circle:50%}.bpa-frontend-main-container *{margin:0;padding:0;list-style:none;text-decoration:none!important}.bpa-frontend-main-container a:focus{outline:0;box-shadow:none}.bpa-front-thankyou-module-container p,.bpa-frontend-main-container p,.bpa-thankyou--page p{margin:0!important}.bpa-front-btn,.el-button--bpa-front-btn,.el-date-picker.has-time button.el-button--mini,.el-date-picker.has-time button.el-time-panel__btn{padding:14px 24px;margin:unset!important;border-radius:var(--bpa-radius-8px)!important;background-color:transparent!important;border:1px solid var(--bpa-dt-black-100)!important;font-weight:500;color:var(--bpa-dt-black-300);text-transform:none;letter-spacing:0;font-size:16px;line-height:20px;display:flex;align-items:center;font-family:var(--bpa-primary-font)!important}.bpa-front-btn::after,.bpa-front-btn::before{display:none}.bpa-front-btn+.bpa-front-btn,.el-button--bpa-front-btn+.el-button--bpa-front-btn{margin-left:16px!important}.bpa-front-btn span{vertical-align:middle}.bpa-front-btn svg{width:20px;vertical-align:bottom}.bpa-front-btn:not(.bpa-front-btn--icon-without-box) span svg{margin-right:4px}.bpa-front-btn--primary svg{vertical-align:middle}.bpa-front-btn:hover,.el-button--bpa-front-btn:hover,.el-date-picker.has-time button.el-button--mini:hover,.el-date-picker.has-time button.el-time-panel__btn:hover{border-color:var(--bpa-dt-black-200)!important;color:var(--bpa-dt-black-200);background-color:var(--bpa-cl-white)}.bpa-front-btn:focus,.el-button--bpa-front-btn:focus,.el-date-picker.has-time button.el-button--mini:focus,.el-date-picker.has-time button.el-time-panel__btn:focus{border-color:var(--bpa-dt-black-400)!important;color:var(--bpa-dt-black-400);background-color:var(--bpa-cl-white);outline:0}.bpa-front-btn--borderless{padding:14px 12px;border-color:transparent!important;background-color:transparent!important}.bpa-front-btn__medium{padding:10px 18px;font-weight:500;font-size:14px;line-height:16px;border-radius:var(--bpa-radius-6px)!important}.bpa-front-btn--primary{border-color:var(--bpa-pt-main-green)!important;background-color:var(--bpa-pt-main-green)!important;color:var(--bpa-cl-white)!important}.bpa-front-btn--primary span,.bpa-front-btn--primary strong{color:var(--bpa-cl-white)!important}.bpa-front-btn--primary svg{fill:var(--bpa-cl-white)}.bpa-front-btn--borderless:focus,.bpa-front-btn--borderless:hover{border-color:transparent!important}.bpa-front-btn--primary:focus,.bpa-front-btn--primary:hover{border-color:var(--bpa-pt-main-green-darker)!important;background-color:var(--bpa-pt-main-green-darker)!important;color:var(--bpa-cl-white)}.bpa-front-btn--primary:focus{-webkit-box-shadow:2px 4px 12px rgba(18,212,136,.28);-moz-box-shadow:2px 4px 12px rgba(18,212,136,.28);-o-box-shadow:2px 4px 12px rgba(18,212,136,.28);box-shadow:2px 4px 12px rgba(18,212,136,.28)}.bpa-front-btn .bpa-front-btn--loader__circles{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:var(--bpa-radius-8px);align-items:center;justify-content:center}.bpa-front-btn .bpa-front-btn--loader__circles div{animation:stretch running .5s infinite ease-out alternate;border-radius:50%;display:block;height:8px;width:8px;animation-delay:.1s;margin:0 4px}.bpa-front-btn .bpa-front-btn--loader__circles div:first-child{animation-delay:0s;margin:0}.bpa-front-btn .bpa-front-btn--loader__circles div:last-child{animation-delay:.2s;margin:0}.bpa-front-btn--is-loader{position:relative}.bpa-front-btn--is-loader .bpa-front-btn--loader__circles{display:flex}.bpa-front-btn--is-loader .bpa-btn__label{opacity:0}@keyframes stretch{0%{transform:scale(.5);background-color:rgba(255,255,255,.2)}50%{background-color:rgba(255,255,255,.5)}100%{transform:scale(1);background-color:#fff}}@-webkit-keyframes stretch{0%{transform:scale(.5);background-color:rgba(255,255,255,.2)}50%{background-color:rgba(255,255,255,.5)}100%{transform:scale(1);background-color:#fff}}@-moz-keyframes stretch{0%{transform:scale(.5);background-color:rgba(255,255,255,.2)}50%{background-color:rgba(255,255,255,.5)}100%{transform:scale(1);background-color:#fff}}@-o-keyframes stretch{0%{transform:scale(.5);background-color:rgba(255,255,255,.2)}50%{background-color:rgba(255,255,255,.5)}100%{transform:scale(1);background-color:#fff}}#bpa-front-customer-panel-container,#bpa-front-data-empty-view,#bpa-front-data-empty-view--my-bookings,#bpa-front-tabs{display:none}.bpa-frontend-main-container{max-width:1140px!important;margin:0 auto!important;position:relative;min-height:700px;display:block}.bpa-frontend-main-container .bpa-front-loader-container{position:absolute;left:50%;z-index:99;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bpa-front-default-card{background-color:var(--bpa-cl-white);border:1px solid var(--bpa-gt-gray-400);border-radius:var(--bpa-radius-8px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}.bpa-front-tabs--panel-body .bpa-front-dc--body{padding:24px;min-height:600px;box-sizing:border-box;box-sizing:border-box;max-height:600px;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box}@keyframes bpa-zoom-in-left{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(1,1,.1) translate3d(-12px,0,0);-moz-transform:scale3d(1,1,.1) translate3d(-12px,0,0);-o-transform:scale3d(1,1,.1) translate3d(-12px,0,0);transform:scale3d(1,1,.1) translate3d(-12px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(1,1,.375) translate3d(0,0,0);-moz-transform:scale3d(1,1,.375) translate3d(0,0,0);-o-transform:scale3d(1,1,.375) translate3d(0,0,0);transform:scale3d(1,1,.375) translate3d(0,0,0)}}@-webkit-keyframes bpa-zoom-in-down{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(1,1,.1) translate3d(0,-12px,0);-moz-transform:scale3d(1,1,.1) translate3d(0,-12px,0);-o-transform:scale3d(1,1,.1) translate3d(0,-12px,0);transform:scale3d(1,1,.1) translate3d(0,-12px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(1,1,.375) translate3d(0,0,0);-moz-transform:scale3d(1,1,.375) translate3d(0,0,0);-o-transform:scale3d(1,1,.375) translate3d(0,0,0);transform:scale3d(1,1,.375) translate3d(0,0,0)}}@keyframes bpa-zoom-in-down{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-moz-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-o-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(1,1,.1) translate3d(0,-12px,0);-moz-transform:scale3d(1,1,.1) translate3d(0,-12px,0);-o-transform:scale3d(1,1,.1) translate3d(0,-12px,0);transform:scale3d(1,1,.1) translate3d(0,-12px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-moz-animation-timing-function:cubic-bezier(.175,.885,.32,1);-o-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(1,1,.375) translate3d(0,0,0);-moz-transform:scale3d(1,1,.375) translate3d(0,0,0);-o-transform:scale3d(1,1,.375) translate3d(0,0,0);transform:scale3d(1,1,.375) translate3d(0,0,0)}}@-webkit-keyframes bpa-left-reveal{0%{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);transform:translate(-100%,0);opacity:0}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);opacity:1}}@keyframes bpa-left-reveal{0%{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);transform:translate(-100%,0);opacity:0}100%{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);opacity:1}}.bpa-front-module--booking-summary .bpa-front-module--bs-head h4,.bpa-front-module-heading{font-size:18px;line-height:24px;margin:0;margin-bottom:12px;font-weight:600;color:var(--bpa-dt-black-400);font-family:var(--bpa-primary-font);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.645,.045,.355,1);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.el-form-item__error{color:var(--bpa-sc-danger);font-size:12px;line-height:16px;left:16px;margin-top:6px;padding-top:0;padding-left:20px}.el-form-item__error::before{content:"";position:absolute;background-color:var(--bpa-sc-danger);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");left:0;top:calc(50% - 8px);width:16px;height:16px}.bpa-front-form-label{font-size:14px;line-height:18px;font-weight:500;margin-bottom:6px;display:block;color:var(--bpa-dt-black-200);position:relative;font-family:var(--bpa-primary-font)}.bpa-custom-checkbox--is-label{margin-bottom:0;display:flex;align-items:center;cursor:pointer}.bpa-front-tabs--vertical-left{display:flex}.bpa-front-tabs--vertical-left .bpa-front-tab-menu{margin-right:32px;display:flex;flex-direction:column;align-self:flex-start;min-width:220px;border:1px solid var(--bpa-gt-gray-400);background-color:var(--bpa-cl-white);border-radius:var(--bpa-radius-8px);padding:24px 20px;-webkit-box-shadow:0 4px 10px rgba(166,176,196,.08),0 9px 22px rgba(166,176,196,.18);-moz-box-shadow:0 4px 10px rgba(166,176,196,.08),0 9px 22px rgba(166,176,196,.18);-o-box-shadow:0 4px 10px rgba(166,176,196,.08),0 9px 22px rgba(166,176,196,.18);box-shadow:0 4px 10px rgba(166,176,196,.08),0 9px 22px rgba(166,176,196,.18);overflow:hidden}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item{border:1px solid transparent;border-radius:var(--bpa-radius-8px);font-size:14px;line-height:16px;font-weight:500;display:flex;align-items:center;margin-bottom:20px;color:var(--bpa-dt-black-300);font-family:var(--bpa-primary-font)!important;-webkit-animation:.3s cubic-bezier(.46,.08,.48,.75) 0s bpa-left-reveal;-moz-animation:.3s cubic-bezier(.46,.08,.48,.75) 0s bpa-left-reveal;-o-animation:.3s cubic-bezier(.46,.08,.48,.75) 0s bpa-left-reveal;animation:.3s cubic-bezier(.46,.08,.48,.75) 0s bpa-left-reveal;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(2){animation-delay:60ms}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(3){animation-delay:.12s}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(4){animation-delay:.18s}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(5){animation-delay:.22s}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(6){animation-delay:.28s}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:nth-child(7){animation-delay:.34s}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:last-child{margin-bottom:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:hover{color:var(--bpa-dt-black-300)}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:focus{color:var(--bpa-dt-black-300);outline:0!important;background-color:transparent!important;text-decoration:none!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item span{font-size:18px;margin-right:12px;color:var(--bpa-dt-black-200);border:1px solid var(--bpa-gt-gray-400);width:32px;height:32px;line-height:30px;border-radius:var(--bpa-radius-6px);text-align:center}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon{margin-right:12px;border:1px solid var(--bpa-gt-gray-400);width:32px;min-width:32px;height:32px;min-height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--bpa-radius-6px)}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon svg{width:18px;height:18px;fill:var(--bpa-dt-black-200)}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon svg{fill:var(--bpa-cl-white)}.bpa-front-tabs--panel-body{display:none}.bpa-front-tabs--foot{background-color:var(--bpa-cl-white);padding:16px 28px 16px 0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:flex-end;border-radius:0 0 var(--bpa-radius-8px) var(--bpa-radius-8px);border-top:1px solid var(--bpa-gt-gray-400)}.bpa-front-tabs--foot .bpa-front-btn>span{display:flex;align-items:center}.bpa-front-tabs--foot .bpa-front-btn.bpa-front-btn--primary>span svg{margin-right:0;margin-left:4px}.bpa-front-module--pm__empty-view{display:flex;flex-direction:column;align-items:center}.bpa-front-module--pm__empty-view svg{width:80px}.bpa-front-module--pm__empty-view svg .bpa-ev__vector-primary-color{fill:var(--bpa-pt-main-green)}.bpa-front-module--pm__empty-view svg .bpa-ev__vector-primary-color--is-storke{stroke:var(--bpa-pt-main-green)}.bpa-front-module--pm__empty-view .bpa-front-pm-ev__title{font-size:15px;color:var(--bpa-dt-black-200);line-height:20px;margin-top:12px;font-family:var(--bpa-primary-font);font-weight:500}.bpa-front-data-empty-view,.bpa-front-data-empty-view--my-bookings{display:flex;flex-direction:column;align-items:center}.bpa-front-data-empty-view,.bpa-front-data-empty-view--my-bookings.__bpa-is-guest-view{background:var(--bpa-cl-white);border-radius:var(--bpa-radius-6px);padding:24px 0}.bpa-front-data-empty-view svg,.bpa-front-data-empty-view--my-bookings svg{width:120px;height:120px}.bpa-front-data-empty-view .bpa-front-dev__form-bg,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__form-bg{fill:var(--bpa-cl-white)}.bpa-front-data-empty-view .bpa-front-dev__primary-bg,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__primary-bg{fill:var(--bpa-pt-main-green)}.bpa-front-data-empty-view .bpa-front-dev__primary-bg,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__primary-bg{stroke:var(--bpa-pt-main-green)}.bpa-front-data-empty-view .bpa-front-dev__panel-bg,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__panel-bg{fill:var(--bpa-gt-gray-100)}.bpa-front-data-empty-view .bpa-front-dev__title,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__title{font-size:16px;font-weight:600;font-family:var(--bpa-primary-font);color:var(--bpa-dt-black-200);margin-top:12px;text-transform:none}.bpa-front-toast-notification{position:relative;top:20px;left:20px;z-index:5;width:calc(100% - 48px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.bpa-front-extras-error.bpa-front-toast-notification{top:0;left:0;width:calc(100% - 30px);margin-bottom:5px}.bpa-front-toast-notification.--bpa-error{background-color:var(--bpa-cl-white);border-left:4px solid var(--bpa-sc-danger);box-shadow:0 4px 12px rgba(114,124,149,.16);padding:8px 16px;border-radius:var(--bpa-radius-4px);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front-toast-notification.--bpa-error .bpa-front-tn-body{display:flex;align-items:center}.bpa-front-toast-notification.--bpa-error p{font-size:14px;font-weight:500;line-height:20px;font-family:var(--bpa-primary-font);color:var(--bpa-sc-danger)}.bpa-front-toast-notification.--bpa-error span{font-size:16px;color:var(--bpa-sc-danger);margin-right:8px}.bpa-front-toast-notification.--bpa-error svg{fill:var(--bpa-sc-danger);width:16px;margin-right:8px}.bpa-front-module--category .bpa-front-cat-items-wrapper{width:100%}.bpa-front-module--category .bpa-front-cat-items{display:flex;flex-wrap:wrap}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag{border-color:var(--bpa-gt-gray-400);background-color:transparent;display:flex;align-items:center;height:auto;padding:6px 12px;line-height:20px;margin-right:12px;margin-bottom:12px;font-weight:500;font-size:16px;color:var(--bpa-dt-black-300);border-radius:var(--bpa-radius-4px);cursor:pointer;min-width:0;max-width:fit-content;font-family:var(--bpa-primary-font);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(2){animation-delay:.1s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(3){animation-delay:.2s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(4){animation-delay:.3s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(5){animation-delay:.4s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(6){animation-delay:.5s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(7){animation-delay:.6s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:nth-child(8){animation-delay:.7s}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag .bpa-front-ci-item-title{white-space:pre-wrap;max-width:200px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag svg{width:20px;margin-left:6px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:hover{background-color:transparent;border-color:var(--bpa-pt-main-green)}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag.__bpa-is-active svg{fill:var(--bpa-pt-main-green)}.bpa-front-module--service{margin-top:16px}.bpa-front-module--service-items-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-left:-12px;margin-right:-12px}.bpa-front-module--service-items-row .bpa-fm--si--col{padding-left:12px;padding-right:12px}.bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col .bpa-front-sm-card{display:flex;border:1px solid var(--bpa-gt-gray-400);padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;align-items:center;cursor:pointer;border-radius:var(--bpa-radius-8px);margin-bottom:24px;position:relative;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front-module--service-item .bpa-front-si-card{align-items:flex-start}@keyframes bpaFadeInUp{0%{opacity:0;transform:translateY(10%);transform-origin:center}100%{opacity:1;transform:translateY(0)}}.bpa-fm--si--col:nth-child(2) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(2) .bpa-front-sm-card{animation-delay:.1s}.bpa-fm--si--col:nth-child(3) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(3) .bpa-front-sm-card{animation-delay:.2s}.bpa-fm--si--col:nth-child(4) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(4) .bpa-front-sm-card{animation-delay:.3s}.bpa-fm--si--col:nth-child(5) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(5) .bpa-front-sm-card{animation-delay:.4s}.bpa-fm--si--col:nth-child(6) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(6) .bpa-front-sm-card{animation-delay:.5s}.bpa-fm--si--col:nth-child(7) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(7) .bpa-front-sm-card{animation-delay:.6s}.bpa-fm--si--col:nth-child(8) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(8) .bpa-front-sm-card{animation-delay:.7s}.bpa-fm--si--col:nth-child(9) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(9) .bpa-front-sm-card{animation-delay:.8s}.bpa-fm--si--col:nth-child(10) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(10) .bpa-front-sm-card{animation-delay:.9s}.bpa-fm--si--col:nth-child(11) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(11) .bpa-front-sm-card{animation-delay:1s}.bpa-fm--si--col:nth-child(12) .bpa-front-module--service-item .bpa-front-si-card,.bpa-front-sm--col:nth-child(12) .bpa-front-sm-card{animation-delay:1.1s}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon{position:absolute;top:12px;right:12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon span{color:var(--bpa-pt-main-green);font-size:28px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon svg{width:28px;fill:var(--bpa-pt-main-green)}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left{margin-right:20px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left img{width:56px;height:56px;border-radius:var(--bpa-radius-circle);object-fit:cover;object-position:center;max-width:unset}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img{width:56px;height:56px;border:1px solid var(--bpa-gt-gray-400);border-radius:var(--bpa-radius-circle);display:flex;align-items:center;justify-content:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img svg{width:32px;height:32px;fill:var(--bpa-dt-black-200)}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body{max-width:100%;width:100%}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading{font-size:18px;line-height:24px;color:var(--bpa-dt-black-300);margin-bottom:8px;font-weight:500;max-width:90%;font-family:var(--bpa-primary-font)}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs{display:flex;align-items:baseline}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item{display:flex;align-items:center;flex-wrap:wrap}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item:first-child{margin-right:20px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body p{font-size:16px;line-height:20px;font-weight:400;color:var(--bpa-dt-black-200);font-family:var(--bpa-primary-font)}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body strong{color:var(--bpa-dt-black-300);font-weight:600;display:inline-flex}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body strong.--is-service-price{background-color:var(--bpa-pt-main-green);color:var(--bpa-cl-white);padding:4px 8px;-webkit-border-radius:var(--bpa-radius-4px);-moz-border-radius:var(--bpa-radius-4px);-o-border-radius:var(--bpa-radius-4px);border-radius:var(--bpa-radius-4px);display:inline-flex;line-height:20px!important}#bpa-front-module-calendar-integration{display:none}.bpa-front-module--date-and-time .bpa-front--dt__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin:0 -12px}.bpa-front-module--date-and-time .bpa-front--dt__wrapper .bpa-front--dt__col{padding:0 12px}.bpa-front-module--note-desc{font-size:15px;line-height:20px;font-weight:400;color:var(--bpa-dt-black-200)}.bpa-front-module--date-and-time .bpa-front-module--note-desc{margin-bottom:16px}.bpa-front--dt__calendar{height:430px;margin-bottom:24px}.bpa-front--dt__calendar .vc-arrows-container .vc-svg-icon path{fill:var(--bpa-dt-black-300)}.bpa-front--dt__calendar .vc-day-content.vc-focusable:hover{background-color:transparent!important}.bpa-front--dt__calendar .vc-nav-header .vc-nav-arrow .vc-svg-icon path{fill:var(--bpa-dt-black-200)!important}.bpa-front--dt__time-slots{padding:20px 16px;border:1px solid var(--bpa-gt-gray-400);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:430px;overflow:auto;position:relative}.bpa-front__no-timeslots-body{height:calc(100% - 36px);display:flex;align-items:center;justify-content:center;flex-direction:column}.bpa-front__no-timeslots-body svg{width:80px;margin-bottom:12px;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front__no-timeslots-body svg .bpa-front-dev__panel-bg{fill:var(--bpa-gt-gray-100)}.bpa-front__no-timeslots-body svg .bpa-front-dev__form-bg{fill:var(--bpa-cl-white)}.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg{fill:var(--bpa-pt-main-green)}.bpa-front__no-timeslots-body svg .bpa-front-dev__primary-bg{stroke:var(--bpa-pt-main-green)}.bpa-front__no-timeslots-body .bpa-front-ntb__val{font-size:14px;font-family:var(--bpa-primary-font);font-weight:400;color:var(--bpa-dt-black-300);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row{margin-bottom:16px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row:last-child{margin-bottom:0}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading{color:var(--bpa-dt-black-300);font-size:16px;font-weight:500;line-height:20px;margin:0;margin-bottom:12px;letter-spacing:0;text-transform:unset}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items{display:flex;flex-wrap:wrap;justify-content:space-between}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row{-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row:nth-child(2){animation-delay:.2s}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row:nth-child(3){animation-delay:.3s}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row:nth-child(4){animation-delay:.4s}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item{font-size:14px;color:var(--bpa-dt-black-300);line-height:18px;margin-bottom:12px;width:calc(50% - 5px);border-radius:var(--bpa-radius-4px);box-sizing:border-box;border:1px solid var(--bpa-gt-gray-400);cursor:pointer;display:flex;flex-wrap:wrap;padding:8px 10px;font-family:var(--bpa-primary-font);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item:hover{border-color:var(--bpa-pt-main-green);color:var(--bpa-dt-black-400)}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span{width:100%;display:block;font-weight:500;color:var(--bpa-dt-black-300)}.bpa-front-module--booking-summary{margin-bottom:24px}.bpa-front-module--booking-summary .bpa-front-module--bs-head{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector{margin:20px 0;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector-item,.bpa-front-module--confirmation .bpa-head__vector--confirmation .bpa-head__vector-item,.bpa-front-thankyou-module-container .bpa-front-tmc__head .bpa-front-tmc__vector--confirmation .bpa-head__vector-item{fill:var(--bpa-pt-main-green)}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-front-module-heading{margin-bottom:8px!important;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.1s;animation-delay:.1s}.bpa-front-module--booking-summary .bpa-front-module--bs-head p{font-size:16px;line-height:20px;font-weight:500;font-family:var(--bpa-primary-font);color:var(--bpa-dt-black-200);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.2s;animation-delay:.2s}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-front-module--note-desc{text-align:center;margin-top:12px;padding:0 40px;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.3s;animation-delay:.3s}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content,.bpa-front-tmc__summary-content{display:flex;justify-content:center;margin-bottom:20px;flex-wrap:wrap}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item{padding:12px 28px;position:relative;border-right:1px solid var(--bpa-gt-gray-400);-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.3s;animation-delay:.3s}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item:nth-child(3),.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item:nth-child(3){border-right:none}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__label{font-size:14px;line-height:20px;color:var(--bpa-dt-black-300);margin-bottom:16px;font-weight:400;font-family:var(--bpa-primary-font);display:block}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item h4,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val{font-size:16px;font-weight:500;line-height:20px;color:var(--bpa-dt-black-400);font-family:var(--bpa-primary-font);margin:0}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item h4 span,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val span{max-width:150px;word-wrap:break-word;display:block}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content{width:100%}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item{padding:12px 24px;max-width:46%}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item:nth-child(2){border-right:none}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val{max-width:320px}.bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm{display:none}.bpa-front-module--booking-summary .bpa-front-module--bs-customer-detail{text-align:center;margin-bottom:24px}.bpa-front-module--booking-summary .bpa-front-module--bs-customer-detail .bpa-front-module--bs-summary-content-item{max-width:100%;border-right:none;padding:0}.bpa-front-module--bs-customer-detail .bpa-front-bs-sm__item-val{max-width:100%}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details{border-top:1px solid var(--bpa-gt-gray-400);border-bottom:1px solid var(--bpa-gt-gray-400);padding:12px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item{display:flex;align-items:center;justify-content:space-between;padding:0 32px;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.4s;animation-delay:.4s}.bpa-front-tmc__head svg{margin-bottom:20px}.bpa-front-module--payment-methods{width:100%;-webkit-animation-name:bpaFadeInUp;animation-name:bpaFadeInUp;animation-timing-function:cubic-bezier(.51,.92,.24,1.15);-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.5s;animation-delay:.5s}.bpa-front-module--payment-methods .bpa-front--pm-body-items{display:flex;align-items:center;flex-wrap:wrap}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item{padding:10px 14px;display:flex;border:1px solid var(--bpa-gt-gray-400);border-radius:var(--bpa-radius-6px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative;align-items:center;cursor:pointer;margin-right:16px;margin-top:8px;margin-bottom:8px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;min-width:168px}.bpa-front-module--payment-methods .bpa-front-module--pm-head .bpa-front-module-heading{margin-bottom:4px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item .bpa-front-si-card--checkmark-icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:var(--bpa-cl-white);border-radius:var(--bpa-radius-6px);height:100%;width:20px;margin:0 8px;line-height:40px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item .bpa-front-si-card--checkmark-icon span{color:var(--bpa-pt-main-green);font-size:20px;display:inline-block;padding:0 6px;margin:0;line-height:28px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item .bpa-front-si-card--checkmark-icon svg{fill:var(--bpa-pt-main-green);margin:0;display:inline-block;vertical-align:middle}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item:last-child{margin-right:0}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item svg{margin-right:8px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item svg.bpa-front-pm-pay-local-icon{width:24px;fill:var(--bpa-dt-black-200)}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item svg.bpa-front-pm__credit-card-icon path{fill:var(--bpa-pt-main-green)}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p{font-size:14px;font-family:var(--bpa-primary-font);line-height:18px;color:var(--bpa-dt-black-300);margin-top:8px;padding:0;font-weight:400}.bpa-front-form-control.--bpa-country-dropdown{border:1px solid var(--bpa-gt-gray-400)!important;border-radius:var(--bpa-radius-4px)}.bpa-front-form-control.--bpa-country-dropdown .vti__dropdown .vti__selection svg{width:16px;fill:var(--bpa-dt-black-200)}.bpa-front-loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99}.bpa-front-loader{width:72px;height:72px;position:relative;margin:auto}.bpa-front-loader .bpa-front-loader-cl-primary{fill:var(--bpa-pt-main-green)}.bpa-front-module--date-and-time{display:block}.bpa-front-module--date-and-time.__sm{display:none}.bpa-tn__dropdown-head .bpa-cp-avatar__default-img svg{width:20px;height:20px;fill:var(--bpa-dt-black-200)}.bpa-tn__dropdown-head svg{width:18px;fill:var(--bpa-dt-black-200)}.bpa-tn__dropdown-menu .bpa-tn__dropdown-item svg{margin-right:8px;width:16px;fill:var(--bpa-dt-black-200)}.bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active svg{fill:var(--bpa-pt-main-green)}.bpa-front-cp--filter-wrapper .bpa-front-btn svg{fill:var(--bpa-cl-white);width:20px;display:none}.bpa-cp-ma-table.el-table td.el-table__cell .bpa-ma-date-time-details .bpa-ma-dt__time-val svg{width:16px;fill:var(--bpa-dt-black-200);margin-right:4px}.bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card .bpa-front-btn--icon-without-box span svg{fill:var(--bpa-dt-black-200);vertical-align:middle}.bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card .bpa-front-btn--icon-without-box:hover span svg{fill:var(--bpa-cl-white);vertical-align:middle}.bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card .bpa-front-taw__reschedule-icon span svg{width:19px}.bpa-ma-vac--action-btn-group .bpa-front-btn span svg{fill:var(--bpa-dt-black-300)}.bpa-ma-vac--action-btn-group .bpa-front-btn span svg{vertical-align:middle}.bpa-ma-vac--action-btn-group .bpa-front-btn:hover span svg{fill:var(--bpa-cl-white)}.bpa-full-container-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bpa-cl-white);z-index:999}.bpa-frontend-main-container .bpa-front-loader-container{position:absolute;left:50%;z-index:99;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#bpa-external-script{position:absolute;left:-20000px}@media (min-width:1368px) and (max-width:1599px){.bpa-frontend-main-container{max-width:1140px!important}.bpa-front-module--service-item .bpa-front-si-card{padding:24px 0 24px 24px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item{font-size:13px;line-height:16px;margin-bottom:10px;margin-right:10px}.bpa-front-module--date-and-time .bpa-front--dt__wrapper,.bpa-front-module--service-items-row{grid-template-columns:repeat(auto-fit,minmax(410px,1fr))}}@media (min-width:1200px) and (max-width:1367px){.bpa-frontend-main-container{max-width:100%!important;padding:0 40px}.bpa-front-module-heading{font-size:18px;line-height:22px}.bpa-front-btn:not(.bpa-front-btn--icon-without-box){padding:10px 20px;font-size:14px}.el-form-item__error{font-size:12px;left:0;padding-left:16px}.el-form-item__error::before{font-size:12px}.bpa-front-dc--body{padding:40px 32px 0}.bpa-front-module-container .bpa-front-module-heading{margin-bottom:12px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag{padding:8px 12px;line-height:18px;margin-right:20px;margin-bottom:20px;font-size:15px}.bpa-front-module--service-item .bpa-front-si-card{padding:20px 0 20px 20px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item:first-child{margin-right:12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading{font-size:15px;line-height:20px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p{font-size:14px;line-height:18px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item{font-size:13px;line-height:16px;border-radius:var(--bpa-radius-6px);margin-right:8px;margin-bottom:8px;flex-basis:calc(50% - 8px)}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span{font-size:14px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val{font-size:15px;line-height:18px}.bpa-front--dt__time-slots{padding:28px 20px 18px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p{font-size:14px;line-height:18px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item:first-child{margin-right:20px}.bpa-front-module--date-and-time .bpa-front--dt__wrapper,.bpa-front-module--service-items-row{grid-template-columns:repeat(auto-fit,minmax(410px,1fr))}}@media (max-width:767px){.bpa-front-module--bs-summary-content.bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item{max-width:36%}}@media (max-width:1024px){.bpa-front-tabs--vertical-left{flex-direction:column}.bpa-frontend-main-container{max-width:100%!important;padding:0 32px}.bpa-front-tabs--vertical-left .bpa-front-tab-menu{flex-direction:row;align-self:auto;min-width:100%;padding:16px 20px;margin-right:0;margin-bottom:24px;justify-content:flex-start;overflow-x:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item{margin-bottom:0;margin-right:32px}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:last-child{margin-right:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-label{min-width:54px}.bpa-front-module-heading{font-size:16px;line-height:20px;margin-bottom:12px}.bpa-front-btn:not(.bpa-front-btn--icon-without-box){padding:10px 20px;font-size:14px}.bpa-front-btn__small span svg{width:16px;height:16px}.el-form-item__error{font-size:12px;left:0;padding-left:16px}.el-form-item__error::before{font-size:12px}.bpa-front-tabs--panel-body .bpa-front-dc--body{min-height:550px;max-height:600px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag{padding:8px 12px;line-height:18px;margin-right:16px;margin-bottom:16px;font-size:14px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag svg{width:16px;margin-left:4px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item:first-child{margin-right:12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading{font-size:15px;line-height:20px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p{font-size:14px;line-height:18px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong{font-size:14px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon{top:8px;right:8px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon svg{width:20px}.bpa-front--dt__calendar{height:410px}.bpa-front--dt__time-slots{padding:28px 20px 18px;height:410px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item{font-size:14px}.bpa-front-module--booking-summary .bpa-front-module--bs-head img{max-width:104px}.bpa-front--dt__time-slots .bpa-front--dt__ts-heading .bpa-front-module-heading{font-size:16px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading{font-size:15px;line-height:18px}.bpa-front-module--booking-summary{margin-bottom:24px}.bpa-front-module--booking-summary .bpa-front-module--bs-head p{font-size:15px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item span svg{max-width:24px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p{font-size:14px;line-height:18px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item:first-child{margin-right:20px}.bpa-front-module--booking-summary .bpa-front-module--bs-head{margin-bottom:20px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content{margin-bottom:24px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item{padding:12px 16px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span{font-size:13px;line-height:16px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val{font-size:14px;line-height:18px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item:last-child{border-bottom:none}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details{padding:20px 0}.bpa-front-ma-view-appointment-card .bpa-ma-vac--action-btn-group .bpa-front-btn__small span svg{vertical-align:bottom}.bpa-tn__dropdown-head .bpa-cp-avatar__default-img svg{width:16px;height:16px}}@media (min-width:768px) and (max-width:991px){.el-form-item__error{margin-top:2px}.bpa-front--dt__time-slots{padding:20px}.bpa-front--dt__time-slots .bpa-front--dt__ts-heading .bpa-front-module-heading{margin-bottom:8px}.bpa-front-module--service-items-row .bpa-fm--si--col{flex-basis:100%}.bpa-front-module--date-and-time{display:none}.bpa-front-module--date-and-time.__sm{display:block}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn{width:100%;margin-bottom:12px}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn{width:100%;padding:8px 12px;border-radius:var(--bpa-radius-4px)!important}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn span svg{width:18px;margin-right:4px;fill:var(--bpa-dt-black-300)}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn label{font-size:14px;color:var(--bpa-dt-black-300);display:initial;font-weight:400}.bpa-front-cp--filter-wrapper .bpa-front-btn svg{display:block}}@media (max-width:576px){.bpa-front-tabs--vertical-left{flex-direction:column}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon,.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item span{border:transparent;background-color:transparent;margin-right:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item::after{content:"";background-color:var(--bpa-pt-main-green);bottom:-17px;width:100%;position:absolute;height:0;left:0;transition:all .2s ease}.bpa-frontend-main-container{max-width:100%!important;padding:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu{justify-content:space-between!important;padding:16px 28px!important}.bpa-front-default-card{overflow:visible}.bpa-front-tabs--panel-body{transition:all .4s ease}.bpa-front-tab-menu{min-width:auto!important;width:100%;transition:all .4s ease;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item{font-size:0!important;position:relative}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-label{min-width:unset!important}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:last-child{margin-right:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item span{font-size:0;margin-right:0}.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon svg{width:24px;height:24px}.bpa-front-tabs--panel-body .bpa-front-dc--body{min-height:400px;max-height:unset;padding:24px 0}.bpa-front-module-heading{font-size:16px;line-height:20px}.bpa-front-btn{padding:8px 18px;font-size:13px;line-height:16px;border-radius:var(--bpa-radius-4px)}.el-form-item__error{font-size:11px;left:0;padding-left:16px;margin-top:2px}.el-form-item__error::before{font-size:12px}.bpa-front-tabs--foot{padding:12px;margin:0;width:100%;align-items:center;justify-content:center;border-radius:0 0 var(--bpa-radius-8px) var(--bpa-radius-8px)}.bpa-front-tabs--foot .bpa-front-btn+.bpa-front-btn{margin-left:0}.bpa-front-module--category .bpa-front-cat-items-wrapper .bpa-front-cat-items{padding:0 20px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag{padding:6px;line-height:18px;margin-right:12px;border-radius:var(--bpa-radius-4px);margin-bottom:12px;font-size:14px}.bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag svg{width:14px;margin-left:4px}.bpa-front-module--category .bpa-front-module-heading,.bpa-front-module--date-and-time.__sm .bpa-front-module--note-desc,.bpa-front-module--date-and-time.__sm .bpa-front-module-heading,.bpa-front-module--service .bpa-front-module-heading{padding-left:20px}.bpa-front-module--payment-methods .bpa-front-module--pm-head .bpa-front-module-heading{padding-left:20px}.bpa-front-module--service{margin-top:12px}.bpa-front-module--service-items-row,.bpa-front-tabs.--bpa-top .bpa-front-module--service-items-row{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));margin:0}.bpa-front-module--service-items-row .bpa-fm--si--col{padding:0}.bpa-front-module--service-items-row .bpa-front-module--service-item{padding:8px 0;border-bottom:1px solid var(--bpa-gt-gray-400)}.bpa-front-module--service-item .bpa-front-si-card{flex-direction:column;padding:16px 0;margin-bottom:0;border-radius:0;border:none;text-align:center;align-items:center}.bpa-front-module--service-items-row .bpa-fm--si--col:last-child .bpa-front-module--service-item{border-bottom:none}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left{margin-right:0;margin-bottom:12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img{margin:0 auto}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading{font-size:15px;line-height:18px;max-width:85%;margin:0 auto 12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs{justify-content:center}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p{font-size:13px;line-height:18px;word-break:normal}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon{top:12px;right:12px}.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon svg{width:20px}.bpa-front--dt__calendar{margin-bottom:24px}.bpa-front--dt__time-slots{padding:0;border:none;height:auto;min-height:400px}.bpa-front--dt__time-slots .bpa-front--dt__ts-heading .bpa-front-module-heading{margin-bottom:8px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body{padding:0 20px}.bpa-front__no-timeslots-body{min-height:calc(400px - 64px);height:auto}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item{flex-basis:calc(50% - 6px);margin-bottom:12px;margin-right:12px;text-align:center;font-size:13px}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item:nth-child(2n){margin-right:0}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content,.bpa-front-tmc__summary-content{flex-direction:column;margin-bottom:20px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item{width:100%;text-align:center;padding:8px 0;border-right:none;max-width:100%;border-bottom:1px solid var(--bpa-dt-black-100)}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item:nth-child(3),.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item:nth-child(3){border-bottom:none}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,.bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item h4 span,.bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val span{font-size:14px;line-height:16px;max-width:100%}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val{font-size:14px;line-height:18px}.bpa-front-module--booking-summary .bpa-front-module--bs-head{text-align:center}.bpa-front-module--booking-summary .bpa-front-module--bs-head img{max-width:84px}.bpa-front-module--booking-summary .bpa-front-module--bs-head p{font-size:14px}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-front-module--note-desc{padding:0 16px}.bpa-front-module--booking-summary{margin-bottom:12px}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details{padding:12px 0}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading{font-size:14px;line-height:16px}.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector{margin-top:20px}.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content{margin-bottom:16px}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content{margin-bottom:0}.bpa-fm__booking-summary-v47 .bpa-front-summary-content__lg{display:none}.bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm{display:block;margin-bottom:0}.bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm .bpa-front-bs-sm__item-vals:not(:last-child){margin-bottom:24px}.bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm .bpa-front-bs-sm__item-vals .bpa-front-bs-sm__item-val{margin-bottom:6px}.bpa-fm__booking-summary-v47 .bpa-front-module--bs-customer-detail{margin-bottom:0;border-bottom:1px solid var(--bpa-gt-gray-400)}.bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item{padding:0 20px}.bpa-front-module--payment-methods .bpa-front-module--pm-body{padding-left:0}.bpa-front-module--payment-methods .bpa-front--pm-body-items{flex-direction:column;padding:0 20px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item{max-width:100%;min-width:100%;display:flex;justify-content:center;margin-right:0;margin-bottom:12px;border:1px solid var(--bpa-gt-gray-400);border-radius:var(--bpa-radius-4px)}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item:first-child{margin-right:0}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item:last-child{margin-bottom:0}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p{font-size:13px}.bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item svg{width:20px;height:20px}.bpa-front-module--date-and-time{display:none}.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row{margin-bottom:4px}.bpa-front-module--date-and-time.__sm{display:block}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn{width:100%;margin-bottom:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;padding:0 20px}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn{width:100%;padding:8px 12px;border-color:var(--bpa-gt-gray-400)!important;border-radius:var(--bpa-radius-4px)!important}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn span svg{width:18px;margin-right:4px;fill:var(--bpa-dt-black-300)}.bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn label{font-size:14px;color:var(--bpa-dt-black-300)}.bpa-front-module--basic-details{padding:0 20px;box-sizing:border-box}.bpa-front-toast-notification{left:0;top:14px;width:calc(100% - 40px);margin:8px 0}.bpa-front-toast-notification.--bpa-error{padding:8px 12px;border-left-width:2px;margin:12px 12px 0;width:calc(100% - 24px)}.bpa-front-extras-error.bpa-front-toast-notification.--bpa-error{margin:0;width:calc(100% - 5px)}.bpa-front-toast-notification.--bpa-error p{font-size:13px;line-height:16px}.bpa-front-module--note-desc{padding-right:12px}.bpa-front-data-empty-view .bpa-front-dev__title,.bpa-front-data-empty-view--my-bookings .bpa-front-dev__title{text-align:center;padding:0 8px}.bpa-front-cp--filter-wrapper .bpa-front-btn svg{display:block;margin-right:0}.bpa-front-dcw__vector svg{width:280px;height:auto}.bpa-front-tabs.bpa-front-tabs--vertical-left .bpa-front-tab-menu a.__bpa-is-active .bpa-front-tm--item-icon svg{fill:var(--bpa-pt-main-green)!important}}.bpa-front-dc--footer .summery-book-appointment-btn{margin-left:16px!important}.bpa-front-tabs--foot:has(#paypal-button-container) .summery-book-appointment-btn{margin-left:0!important}#paypal-button-container{margin-left:16px}@media only screen and (max-width:700px){.bpa-front-module--bs-summary-content.bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item{max-width:30%}}@media only screen and (max-width:600px){.bpa-front--dt__ts-sm-back-btn{margin-top:10px}}