#popup_overlay{display:none;background:var(--overlay-bg);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden}#popup_overlay .popup_overlay_wrap{position:relative;height:100%;width:100%;overflow-y:auto;overflow-x:auto}#popup_overlay #popup{max-width:700px;width:100%;margin:20px auto;position:relative;display:block}#popup_overlay #popup:not(.not-centered){margin:0 auto;top:50%;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}@media(max-width: 991px){#popup_overlay #popup{margin:10px auto}}@media(max-width: 767px){#popup_overlay #popup{margin:0 auto}}#popup_overlay #popup .close_popup{position:absolute;right:0;left:auto;top:0;z-index:500}#popup_overlay #popup .thumb_wrap{position:relative;width:100%;height:0;padding-bottom:56.25%;display:block}#popup_overlay #popup .thumb_wrap .thumb{background-attachment:scroll;background-size:cover;background-color:#f8f8f8;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%}.accessibility_BW #popup_overlay #popup .thumb_wrap .thumb{-webkit-filter:grayscale(100%) contrast(2);filter:grayscale(100%) contrast(2)}.accessibility_BY #popup_overlay #popup .thumb_wrap .thumb{-webkit-filter:grayscale(0) contrast(2);filter:grayscale(0) contrast(2)}#popup_overlay #popup .content_wrap{padding:50px 75px;position:relative;background:var(--body_background)}@media(max-width: 991px){#popup_overlay #popup .content_wrap{padding:25px 36px}}@media(min-width: 992px){#popup_overlay #popup .content_wrap .the_title{font-weight:300;font-style:normal;font-family:var(--second_font);line-height:120%;position:relative;letter-spacing:.05em;color:var(--title_color);font-size:2em}#popup_overlay #popup .content_wrap .the_title strong{font-weight:inherit}#popup_overlay #popup .content_wrap .the_title strong{font-weight:500;color:var(--content_strong)}}#popup_overlay #popup .content_wrap .the_subtitle{margin-bottom:20px}#popup_overlay #popup .content_wrap .btns_wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;margin:2em auto 0}#popup_overlay #popup .content_wrap .btns_wrap .book{display:inline-block;height:50px;text-align:center}#popup_overlay #popup .content_wrap .btns_wrap .book a{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;padding:0 1.5em;height:100%;font-family:var(--first_font);font-size:16px;font-weight:300;font-style:normal;text-align:center;text-decoration:none;text-transform:uppercase;z-index:1;position:relative;line-height:120%;border-width:1px;border-style:solid;min-width:160px;letter-spacing:var(--letter-spacing);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:var(--main_color);border-color:var(--main_color)}#popup_overlay #popup .content_wrap .btns_wrap .book a.alternative{color:var(--main_color_associate);border-color:var(--main_color_associate)}#popup_overlay #popup .content_wrap .btns_wrap .book a.alternative:hover{background:var(--main_color_associate);color:var(--main_color)}#popup_overlay #popup .content_wrap .btns_wrap .book a *{color:inherit;font-weight:inherit}#popup_overlay #popup .content_wrap .btns_wrap .book a:hover,#popup_overlay #popup .content_wrap .btns_wrap .book a:focus{text-decoration:none;background:var(--main_color);color:var(--main_color_associate)}#popup_overlay #popup .content_wrap .btns_wrap .book a{background-color:var(--main_color);color:var(--main_color_associate)}#popup_overlay #popup .content_wrap .btns_wrap .book a.alternative{background:var(--main_color_associate);color:var(--main_color)}#popup_overlay #popup .content_wrap .btns_wrap .book a.alternative:hover{color:#fff;background:rgba(0,0,0,0)}#popup_overlay #popup .content_wrap .btns_wrap .book a:hover{color:var(--main_color);background:rgba(0,0,0,0)}.fancybox-close-small,.close{position:absolute;top:0;left:0;width:50px;height:50px;z-index:500;overflow:hidden;display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.fancybox-close-small:before,.fancybox-close-small:after,.close:before,.close:after{width:70%;height:1px;background:var(--main_color_associate);content:"";display:block;position:absolute;left:25%;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.fancybox-close-small:before,.close:before{top:25%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-close-small:after,.close:after{bottom:25%;top:auto;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-close-small:hover,.close:hover{background:var(--main_color)}.fancybox-close-small:hover:before,.fancybox-close-small:hover:after,.close:hover:before,.close:hover:after{background:var(--main_color_associate)}