.arm-material-style .arm-df__form-group{margin-bottom:32px}.arm-material-style:not(.arm--material-outline-style) .arm-df__label-text{position:absolute}.arm-material-style.arm--material-outline-style .arm-df__label-text{position:relative}.arm-material-style.arm--material-outline-style .arm-df__label-text.active{padding:4px 0}.arm-material-style .arm-df__label-text{font-size:16px;line-height:18px;color:var(--arm-dt-black-400);padding:0;cursor:text;left:0;transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;z-index:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:inherit;max-width:100%}.arm-material-style .arm-df__label-text.active{top:-15px!important;font-size:12px}.arm-material-style .arm-df__label-text.--arm-has-prefix-icon{padding:0 0 0 40px}.arm-material-style:not(.arm--material-outline-style) .arm-df__dropdown-control .arm__dc--head,.arm-material-style:not(.arm--material-outline-style) input.arm-df__form-control,.arm-material-style:not(.arm--material-outline-style) textarea.arm-df__form-control{border-top:none!important;border-left:none!important;border-right:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;-o-box-shadow:none!important;-ms-box-shadow:none!important}.arm-material-style .arm-df__dropdown-control .arm__dc--head,.arm-material-style input.arm-df__form-control,.arm-material-style textarea.arm-df__form-control{background-color:#fff0;border-color:var(--arm-gt-gray-100);border-radius:0;-webkit-border-radius:0;-o-border-radius:0;-moz-border-radius:0;outline:0;width:100%;font-size:14px;line-height:16px;padding:4px 0 4px 0;color:var(--arm-dt-black-200);box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;transition:all .3s cubic-bezier(.64,.09,.08,1);-webkit-transition:all .3s cubic-bezier(.64,.09,.08,1);-moz-transition:all .3s cubic-bezier(.64,.09,.08,1);-ms-transition:all .3s cubic-bezier(.64,.09,.08,1);-o-transition:all .3s cubic-bezier(.64,.09,.08,1)}.arm-default-form.arm-material-style .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head,.arm-default-form.arm-material-style .arm-df__form-field-wrap textarea.arm-df__form-control,.arm-material-style .arm-df__form-control:not([type=checkbox],[type=radio],.arm-df__dc--head__autocomplete){border-radius:0!important;-webkit-border-radius:0!important;-o-border-radius:0!important;-moz-border-radius:0!important}.arm-material-style .arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete,.arm-material-style .arm-df__dropdown-control .arm__dc--head .arm__dc--head__title{margin-right:35px}.arm_form_rtl.arm-material-style .arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete,.arm_form_rtl.arm-material-style .arm-df__dropdown-control .arm__dc--head .arm__dc--head__title{margin-right:0;margin-left:35px}.arm-material-style textarea.arm-df__form-control{resize:none;min-height:92px!important}.arm-material-style .arm-df__label-text .arm-df__label-asterisk{position:absolute;top:0;font-size:16px;margin-left:2px;font-weight:400;color:var(--arm-sc-error)}.arm-material-style .arm-df__fc-icon.--arm-prefix-icon{left:16px}.arm-material-style.arm_form_ltr .arm-df__fc-icon.--arm-suffix-icon{left:auto;right:16px}.arm-material-style .arm-df__fc-icon .armfa{font-size:18px}.arm-material-style .arm-df__checkbox input[type=checkbox]:checked,.arm-material-style .arm-df__checkbox input[type=checkbox]:not(:checked){position:absolute;opacity:0;pointer-events:none}.arm-material-style .arm-df__checkbox input[type=checkbox]+label{position:relative;padding-left:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0!important}.arm-material-style .arm-df__checkbox input[type=checkbox]+label:after,.arm-material-style .arm-df__checkbox input[type=checkbox]+label:before{content:'';left:0;position:absolute;-webkit-transition:.2s;transition:.2s}.arm-material-style .arm-df__checkbox input[type=checkbox]+label:after{height:22px;width:22px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border-radius:var(--arm-radius-6px);-webkit-border-radius:var(--arm-radius-6px);-moz-border-radius:var(--arm-radius-6px);-o-border-radius:var(--arm-radius-6px);background-color:#fff0;border:2px solid var(--arm-gt-gray-100);top:calc(50% - 10px);z-index:0}.arm-material-style .arm-df__checkbox input[type=checkbox]:checked+label:after{background-color:var(--arm-pt-theme-blue);border-color:var(--arm-pt-theme-blue)}.arm-material-style .arm-df__checkbox input[type=checkbox]:checked:focus+label:after{background-color:var(--arm-pt-theme-blue);border-color:var(--arm-pt-theme-blue)}.arm-material-style .arm-df__checkbox input[type=checkbox]:focus+label:after{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 8px rgb(26 37 56 / .1);box-shadow:0 0 0 8px rgb(26 37 56 / .1);background-color:rgb(26 37 56 / .1);border-color:var(--arm-dt-black-100)}.arm-material-style .arm-df__checkbox input[type=checkbox]+label:before{width:0;height:0;border:3px solid #fff0;left:6px;top:10px;-webkit-transform:rotateZ(40deg);transform:rotateZ(40deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s}.arm-material-style .arm-df__checkbox input[type=checkbox]:checked+label:before{top:calc(50% - 5px);left:5px;width:5px;height:9px;border-top:2px solid #fff0;border-left:2px solid #fff0;border-right:2px solid #fff;border-bottom:2px solid #fff;z-index:1;-webkit-transform:rotateZ(40deg);transform:rotateZ(40deg)}.arm-material-style .arm-df__checkbox input[type=checkbox]:checked:disabled+label:before{border-right:2px solid rgb(26 37 56 / .42);border-bottom:2px solid rgb(26 37 56 / .42)}.arm-material-style .arm-df__checkbox input[type=checkbox]:disabled:not(:checked)+label:before{background-color:#fff0;border:2px solid #fff0}.arm-material-style .arm-df__checkbox input[type=checkbox]:disabled:not(:checked)+label:after{border-color:#fff0;background-color:var(--arm-gt-gray-200)}.arm-material-style .arm-df__checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#fff0}.arm-material-style .arm-df__checkbox input[type=checkbox]:disabled:checked+label:after{background-color:var(--arm-gt-gray-200);border-color:var(--arm-gt-gray-200)}.arm-material-style .arm-df__radio input[type=radio]:checked,.arm-material-style .arm-df__radio input[type=radio]:not(:checked){position:absolute;opacity:0;pointer-events:none}.arm-material-style .arm-df__radio input[type=radio]+label{position:relative;padding-left:28px;cursor:pointer;-webkit-transition:.28s ease;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:0!important}.arm-material-style .arm-df__radio input[type=radio]+label:after,.arm-material-style .arm-df__radio input[type=radio]+label:before{content:'';position:absolute;left:0;top:calc(50% - 11px);width:20px;height:20px;z-index:0;-webkit-transition:.28s ease;transition:.28s ease;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-material-style .arm-df__radio input[type=radio]+label:after,.arm-material-style .arm-df__radio input[type=radio]+label:before,.arm-material-style .arm-df__radio input[type=radio]:checked+label:after,.arm-material-style .arm-df__radio input[type=radio]:checked+label:before{border-radius:50%}.arm-material-style .arm-df__radio input[type=radio]+label:after,.arm-material-style .arm-df__radio input[type=radio]+label:before{border:2px solid var(--arm-gt-gray-100)}.arm-material-style .arm-df__radio input[type=radio]+label:after{-webkit-transform:scale(0);transform:scale(0)}.arm-material-style .arm-df__radio input[type=radio]:checked+label:before{border-color:#fff0}.arm-material-style .arm-df__radio input[type=radio]:checked+label:after,.arm-material-style .arm-df__radio input[type=radio]:checked+label:before{border-color:var(--arm-pt-theme-blue)}.arm-material-style .arm-df__radio input[type=radio]:checked+label:after{background-color:var(--arm-pt-theme-blue)}.arm-material-style .arm-df__radio input[type=radio]:checked+label:after{-webkit-transform:scale(1.02);transform:scale(1.02)}.arm-material-style .arm-df__radio input[type=radio]:checked+label:after{-webkit-transform:scale(.5);transform:scale(.5)}.arm-material-style .arm-df__radio input[type=radio]:focus+label:before{-webkit-box-shadow:0 0 0 10px rgb(0 0 0 / .1);box-shadow:0 0 0 10px rgb(0 0 0 / .1)}.arm-material-style .arm-df__radio input[type=radio]:disabled:checked+label:before,.arm-material-style .arm-df__radio input[type=radio]:disabled:not(:checked)+label:before{background-color:#fff0;border-color:rgb(26 37 56 / .4)}.arm-material-style .arm-df__radio input[type=radio]:disabled+label{color:var(--arm-gt-gray-300)}.arm-material-style .arm-df__radio input[type=radio]:disabled:checked+label:after{background-color:rgb(26 37 56 / .42);border-color:var(--arm-gt-gray-100)}.arm-waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;vertical-align:middle;z-index:1;-webkit-transition:.3s ease-out;transition:.3s ease-out}.arm-waves-effect .arm-waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgb(0 0 0 / .2);-webkit-transition:all .7s ease-out;transition:all .7s ease-out;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:scale(0);transform:scale(0);pointer-events:none}.arm-waves-effect.arm-waves-light .arm-waves-ripple{background-color:rgb(255 255 255 / .45)}.arm-material-style .arm-df__form-field-wrap_textarea{margin-top:12px;padding-top:10px}.is_form_class_rtl.arm-material-style .arm-df__radio input[type=radio]+label:after,.is_form_class_rtl.arm-material-style .arm-df__radio input[type=radio]+label:before{right:0}.is_form_class_rtl.arm-material-style .arm-df__radio input[type=radio]+label{padding-left:0;padding-right:28px}.is_form_class_rtl.arm-material-style .arm-df__radio:not(:first-child){margin-right:10px}.arm-rounded-style .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.arm-df__form-group_button,.arm-rounded-style div.arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.arm_cl_submit_{-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;border-radius:25px}.arm_template_wrapper.arm_template_wrapper_profiletemplate6 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_wrapper{border:none;display:block;width:100%;box-sizing:border-box;border-left:none;border-right:none;background:#F5F9FF!important}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block{width:100%;height:280px;display:block;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;position:relative;padding-bottom:40px;text-align:left}.arm_template_wrapper.arm_template_wrapper_profiletemplat5 .arm_template_container{display:inline-block}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block{margin:30px auto auto auto;max-height:400px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-left:20px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div{width:83%;position:relative;background-color:#fff;margin:-99px auto 0 auto;z-index:99;padding-bottom:20px}.arm_template_wrapper_profiletemplate6 .arm_profile_social_fields_wrapper{width:calc(100% - 270px);display:inline-block;padding:0 20px 0 20px}.arm_template_wrapper_profiletemplate6 .arm_user_last_active_text{font-weight:500!important;line-height:100%}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block{margin:auto;width:100%}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info{margin:auto;display:inline-block;vertical-align:middle;width:80%}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left .arm_user_badges_detail{margin-top:8px;margin-bottom:8px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{flex:1;text-align:right;margin-top:10px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block;z-index:9999;position:relative;float:right;top:10px}.arm_template_wrapper_profiletemplate6 .arm_user_avatar .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate6 .arm_user_avatar:hover .arm_cover_upload_container{display:block}.arm_template_wrapper_profiletemplate6 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_avatar{position:relative!important}.arm_template_wrapper_profiletemplate6 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative}.arm_template_wrapper_profiletemplate6 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner{width:100%}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner{padding:20px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div .arm_profile_picture_block_inner{padding:28px;border-bottom:1px solid #F5F9FF}.arm_template_wrapper_profiletemplate6.tab .social_profile_fields{float:left}.arm_template_wrapper_profiletemplate6.tab .arm_profile_picture_block_inner{left:26%;bottom:-65px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div .arm_user_avatar{display:inline-block!important;text-align:center;margin:0;vertical-align:middle;position:relative}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div .arm_user_avatar img{min-width:auto;min-height:auto;background:#fff0;width:200px;height:200px;border-radius:unset}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link{display:inline-block;text-decoration:none;font-weight:700;color:#33334c;text-align:left;width:100%;line-height:40px!important;font-weight:500!important;font-family:var(--arm-primary-font)!important}.arm_template_wrapper_profiletemplate6 .arm_profile_header_info_left .arm_user_last_active_text{display:inline-block;text-decoration:none;font-weight:700;text-align:left;width:100%;line-height:100%!important;font-weight:500!important}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate6 .arm_user_last_login_time{font-size:16px;color:#33334c;display:inline-block;margin-right:50px}.arm_template_wrapper_profiletemplate6 .arm_user_last_login_time .arm_user_last_active_text{font-size:16px;color:#33334c;display:inline-block;padding:10px 0}.arm_template_wrapper_profiletemplate6 .arm_user_last_login_time .arm_item_status_text{margin-left:15px;padding:5px 0 5px 15px;border-left:2px solid #D2D2D2}.arm_template_wrapper_profiletemplate6 .arm_user_about_me{display:block;margin:8px 2px;font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link a{text-decoration:none;border:0;outline:0;text-transform:capitalize}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_data:not(.arm_data_value){font-weight:500!important;vertical-align:middle;line-height:100%;padding-left:30px!important;font-size:14px!important;font-family:var(--arm-primary-font)!important}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_data.arm_data_value{vertical-align:middle;line-height:100%;font-size:18px!important;font-family:var(--arm-primary-font);font-weight:500!important}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data{padding:10px 20px!important;text-align:left;width:240px}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_row{display:flex;column-count:2;align-items:center}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{font-weight:500!important}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate6 .arm_profile_tabs{display:inline-block;width:100%;border-width:1px 0 1px 0;background-color:#33334c;padding:10px 10px;text-align:right}.arm_template_wrapper_profiletemplate6 .arm_profile_tabs .arm_profile_tab_link{padding:8px 10px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#8893ad;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate6 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table.arm_profile_detail_tbl tr td:first-child{width:240px}.arm_template_wrapper_profiletemplate6 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate6 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;background:#FFF}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail{margin:30px auto 30px auto;display:block;padding-bottom:0}.arm_template_wrapper_profiletemplate6 .arm_general_info_container{width:90%;padding:24px}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container,.arm_template_wrapper_profiletemplate6 .arm_activities_container{border:0;padding:0 30px 10px 30px;width:100%}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table{width:100%;margin:45px 0 10px;border:0;border-spacing:0;border-collapse:collapse}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table td{padding:12px 10px;border:0;text-align:left}[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_general_info_container table td{text-align:right}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate6 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate6 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate6 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate6 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate6 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate6 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate6 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate6 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activity_item_right a{color:#13b0a5}.arm_template_wrapper_profiletemplate6 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activity_item_right a:hover{color:#f1b136}.arm_template_wrapper_profiletemplate6 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate6 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_link.arm_profile_tab_link_active{color:#8893ad!important}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_link:hover{color:#8893ad!important}.arm_template_wrapper_profiletemplate6 .arm_profile_form_rtl .arm_user_avatar{direction:rtl;left:auto}.arm_template_wrapper_profiletemplate6 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr;left:40px}.arm_template_wrapper_profiletemplate6 .arm_profile_form_rtl .arm_profile_tabs{direction:rtl;text-align:left}.arm_template_wrapper_profiletemplate6 .social_profile_fields{float:right;width:auto;display:inline;margin-right:15px;position:absolute}.arm_template_wrapper_profiletemplate6 .social_profile_fields .arm_social_prof_div{display:inline-block;margin:0 4px 4px}.arm_template_wrapper_profiletemplate6 .social_profile_fields .arm_social_prof_div>a{background-color:#9B9DA9;color:#fff;cursor:pointer;display:inline-block;font-size:12px;line-height:normal;margin:0;min-height:36px;min-width:36px;padding:2px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:36px;height:36px}.arm_template_wrapper_profiletemplate6 .social_profile_fields .arm_social_prof_div>a::before{position:relative;top:10px!important}.arm_template_wrapper_profiletemplate6 .arm_solid_divider{width:100%;border-bottom:1px solid var(--arm-gt-gray-100)!important;display:block;margin:32px 0}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{padding:2px 20px;line-height:100%}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail_wrapper{margin:30px auto 0 auto;width:83%;background-color:#fff}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner_div .arm_user_avatar{display:block!important}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{padding:1px 20px 2px 13px;margin-left:0}.arm_template_wrapper_profiletemplate6.mobile .arm_solid_divider{margin:20px 0 32px 0}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner_div .arm_user_avatar img{margin:0}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner{padding:20px 20px 0 20px}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block{height:250px;background-position:top center!important}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_social_fields_wrapper{width:100%}.arm_template_wrapper_profiletemplate6.mobile .arm_user_avatar img{width:130px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.arm_template_wrapper_profiletemplate6.mobile .social_profile_fields{float:left;margin:20px 0 0 0}.arm_template_wrapper_profiletemplate6.tab .arm_profile_detail_tbl .arm_profile_detail_data,.arm_template_wrapper_profiletemplate6.tab .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{font-size:18px!important}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_tbl .arm_profile_detail_data,.arm_template_wrapper_profiletemplate6.mobile .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{font-size:14px!important}.arm_template_wrapper_profiletemplate6.tab .arm_profile_detail_tbl .arm_profile_detail_row{column-count:unset}.arm_template_wrapper_profiletemplate6.tab .arm_profile_tab_detail .arm_profile_detail_tbl .arm_profile_detail_row .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset;margin-left:-10px}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{text-align:left}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_detail_text{margin-left:30px}.arm_template_wrapper_profiletemplate6.mobile .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{margin-top:10px;padding-left:0}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_picture_block{height:230px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_avatar{bottom:-55px!important;margin:0 auto!important;left:50px!important;position:absolute;width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_profile_picture_block_inner .arm_profile_header_info,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_social_fields_wrapper,.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_wall_post_display_container,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_wall_post_display_container,.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_wrapper,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_wrapper{width:100%!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_media_item img{width:80px;height:75px;object-fit:cover}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_wall_posts_paging_div,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_wall_posts_paging_div{margin-bottom:24px}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_people,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_people,.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_community,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_community,.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_update,.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_com_sidebar_div_update{margin-left:0!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_avatar img{width:130px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_avatar img{width:130px!important;height:130px!important;max-width:130px!important;min-width:130px!important;max-height:130px!important;min-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_detail_data{column-count:unset}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .social_profile_fields{min-width:100%;width:100%;max-width:100%}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_header_info{margin-top:60px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_detail_text{margin-left:10px;border-left:2px solid #000}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail{margin-top:20px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_name_link{margin-bottom:15px;text-align:center}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_user_badges_detail{margin:0 0 20px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_general_info_container{margin:0 auto 50px;width:calc(100% - 50px)}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset;display:block;padding:8px 10px 8px 30px;text-align:left!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_header_info{flex-direction:column}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_header_info_right{text-align:left}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{padding-left:0}.arm_template_wrapper_profiletemplate6 .arm_user_avatar .arm_cover_upload_container{left:20px;top:45px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate6 .arm_delete_profile_popup.arm_confirm_box{left:60px;margin-top:38px}.arm_template_wrapper_profiletemplate6 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{float:left;margin-left:35px}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_profile_detail_text:empty{background:none}.arm_template_wrapper_profiletemplate6 .arm_confirm_box.arm_delete_profile_popup.armopen .arm_confirm_box_body{margin-left:-25px}.arm_template_wrapper_profiletemplate6 .arm_confirm_box.arm_delete_profile_popup.armopen,.arm_template_wrapper_profiletemplate6 .arm_confirm_box.arm_delete_cover_popup.armopen{margin-top:0}.arm_template_wrapper_profiletemplate6 .arm_profile_field_after_content_wrapper{padding-left:52px}.arm_template_wrapper_profiletemplate6 .arm_profile_field_before_content_wrapper,.arm_template_wrapper_profiletemplate6 .arm_profile_field_after_content_wrapper{padding:15px 30px 15px 44px!important}.arm_template_wrapper_profiletemplate6 .arm_user_last_active_text{margin-top:8px}.arm_template_wrapper_profiletemplate6 .arm_com_user_personal_info_heading{padding:5.5px 0;border-left:2px solid #000}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_body{margin-top:20px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_profile_social_fields_wrapper{padding:unset}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate6 .arm_general_info_container{margin:unset!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_com_user_personal_info_heading{border:unset!important}[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_container .arm_profile_detail_text{text-align:right}[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_name_link,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_name_link a,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_directory_container .arm_user_link,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_container .arm_user_last_login_time,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_container .arm_user_last_active_text,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_container .arm_user_about_me,[dir="rtl"] .arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail .arm_profile_detail_tbl .arm_profile_detail_row .arm_profile_detail_data{float:right;text-align:right}.rtl .arm_template_wrapper_profiletemplate6 .arm_com_user_personal_info_heading{border-left:0!important;border-right:2px solid #000}@media (max-width:1024px){.arm_template_wrapper_profiletemplate6 .arm_user_avatar img{width:130px!important;min-width:130px!important;height:130px!important;min-height:130px!important}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link,.arm_template_wrapper_profiletemplate6 .arm_profile_name_link a{font-size:20px!important;line-height:100%!important}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{font-size:18px!important}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data{font-size:16px!important}}@media (max-width:575px){.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block{height:230px;background-size:100% 230px;margin:auto;width:100%}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table.arm_profile_detail_tbl tr td{width:100%;display:block;height:auto}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table.arm_profile_detail_tbl tr td:first-child{border-bottom:none!important;padding-bottom:0;text-align:left}.arm_template_wrapper_profiletemplate6 .arm_general_info_container table.arm_profile_detail_tbl tr td:last-child{padding-top:0}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate6 .arm_user_avatar{top:15px!important;bottom:0px!important;margin:0 auto!important;left:0!important}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate6 .arm_user_badges_detail{margin:5px 0 5px 0;text-align:left}.arm_template_wrapper_profiletemplate6 .arm_user_avatar{top:70%!important;bottom:0px!important;margin:0 auto!important;position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%)}.arm_template_wrapper_profiletemplate6 .social_profile_fields{float:left;margin:20px 0 0 20px}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate6 .arm_profile_header_info_left{width:100%;display:inline-block;float:none}.arm_template_wrapper_profiletemplate6 .arm_user_avatar{top:70%!important;bottom:0px!important;margin:0 auto!important;left:50%!important;position:absolute;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%)}.arm_template_wrapper_profiletemplate6 .arm_user_last_active_text{float:left}.arm_template_wrapper_profiletemplate6 .arm_profile_header_info_right{padding-top:0}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail{margin-top:30px}.arm_template_wrapper_profiletemplate6 .arm_profile_header_info{flex-direction:column}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner{margin-top:60px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{margin-top:unset;padding-left:unset}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{text-align:left;padding-left:24px}.arm_template_wrapper_profiletemplate6 .arm_general_info_container{width:calc(100% - 50px)}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_text{margin-left:10px}.arm_template_wrapper_profiletemplate6 .arm_profile_social_fields_wrapper{width:100%!important}.arm_template_wrapper_profiletemplate6 .arm_profile_social_fields_wrapper{padding:12px}.arm_template_wrapper_profiletemplate6 .arm_profile_name_link{text-align:center}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data,.arm_template_wrapper_profiletemplate6 .social_profile_fields.arm_profile_header_info_right{display:block;text-align:center;margin:16px auto 0 auto;float:unset;position:unset}.arm_template_wrapper_profiletemplate6 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{margin-top:0!important;padding-top:5px!important}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div .arm_user_avatar img{width:108px!important;height:108px!important;min-height:108px!important;max-height:108px!important;min-width:108px!important}.arm_template_wrapper_profiletemplate6 .arm_profile_header_info_left{width:100%;display:inline-block;float:none}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner .arm_profile_header_info{width:100%!important}.arm_template_wrapper_profiletemplate6 .arm_user_last_active_text{text-align:center!important}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail_wrapper{margin:0 auto!important;width:95%!important}.arm_template_wrapper_1 .arm_profile_tab_detail .arm_profile_detail_tbl .arm_profile_detail_row .arm_profile_detail_data{text-align:left!important}.arm_template_wrapper_profiletemplate6 .arm_profile_tab_detail .arm_general_info_container .arm_profile_detail_text{padding:0!important}.arm_template_wrapper_1 .arm_profile_tab_detail .arm_profile_detail_tbl .arm_profile_detail_row .arm_profile_detail_data{padding:12px!important}}@media (max-width:479px){.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained{padding:0 10px}.arm_template_wrapper_profiletemplate6 .arm_profile_picture_block_inner_div{width:95%;padding-bottom:0}.arm_template_wrapper .arm_profile_picture_block_inner .arm_user_avatar{max-width:142px!important}}.arm_template_wrapper.arm_template_wrapper_profiletemplate1{width:100%;text-align:center}.arm_template_wrapper.arm_template_wrapper_profiletemplate1 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper_profiletemplate1{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_wrapper{border:none;border-radius:4px;display:block;width:100%;box-sizing:border-box;border-left:none;border-right:none}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;margin:30px auto auto auto;height:250px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-bottom:0}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile) .arm_confirm_box{display:none}.arm_template_wrapper_profiletemplate1 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_wrapper_profiletemplate1 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative;float:left}.arm_template_wrapper_profiletemplate1 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block_inner{float:left;width:100%;padding:20px 40px;height:250px}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block_inner .arm_user_avatar{display:inline-block!important;text-align:center;vertical-align:top;float:left;max-width:140px;width:140px;max-height:140px;border-radius:100%;border:2px #f1b136 solid;margin:30px 12px 10px;height:140px}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block_inner .arm_user_avatar img{min-width:auto;min-height:auto;width:100%;height:100%;border-radius:100%;background:#fff0}.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:70%!important;width:100%;display:inline-block;padding:0;margin:0;text-align:left}.arm_template_wrapper_profiletemplate1.tab .arm_profile_header_info{max-width:70%!important}.arm_template_wrapper_profiletemplate1 .arm_profile_name_link{display:inline-block;text-decoration:none;font-size:24px;font-weight:700;color:#33334c;margin-bottom:6px;float:left;width:100%}.arm_template_wrapper_profiletemplate1 .arm_user_badges_detail{float:left;width:100%}.arm_template_wrapper_profiletemplate1 .arm_profile_separator{float:left;height:230px;width:1px}.arm_template_wrapper_profiletemplate1 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate1 .arm_user_last_login_time{font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate1 .arm_user_last_active_text{float:left;width:100%;color:#ffffff!important;margin-bottom:10px}.arm_template_wrapper_profiletemplate1 .arm_user_last_login_time .arm_item_status_text{margin-left:50px}.arm_template_wrapper_profiletemplate1 .arm_user_about_me{display:block;margin:10px 2px 30px;font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate1 .arm_profile_name_link a{text-decoration:none;border:0;outline:0}.arm_template_wrapper_profiletemplate1 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate1 .social_profile_fields{float:left;display:inline-block;max-width:100%!important;width:100%;vertical-align:top;padding:0;margin:15px 0 10px;text-align:left}.arm_template_wrapper_profiletemplate1 .social_profile_fields .arm_social_prof_div{display:inline-block;margin:0 5px 5px 0}.arm_template_wrapper_profiletemplate1 .social_profile_fields .arm_social_prof_div>a{border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:28px;line-height:normal;min-height:28px;min-width:28px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:28px}.arm_template_wrapper_profiletemplate1 .arm_profile_tabs{display:inline-block;width:100%;border-width:1px 0 1px 0;background-color:#33334c;padding:10px 40px}.arm_template_wrapper_profiletemplate1 .arm_profile_tabs .arm_profile_tab_link{padding:6px 8px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#8893ad;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate1 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate1 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate1 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;color:#f1b136}.arm_template_wrapper_profiletemplate1 .arm_profile_tab_detail{box-sizing:border-box;padding:0}.arm_template_wrapper_profiletemplate1 .arm_general_info_container,.arm_template_wrapper_profiletemplate1 .arm_member_listing_container{border:0;padding:0 0 10px 0}.arm_template_wrapper_profiletemplate1 .arm_general_info_container table{margin:10px 0 10px;border:0;border-spacing:0;border-collapse:collapse;width:100%}.arm_template_wrapper_profiletemplate1 .arm_general_info_container table td{padding:12px 10px;border:0;text-align:left}[dir="rtl"] .arm_template_wrapper_profiletemplate1 .arm_general_info_container table td{text-align:right}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate1 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate1 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate1 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate1 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate1 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate1 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate1 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate1 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activity_item_right a{color:#13b0a5}.arm_template_wrapper_profiletemplate1 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activity_item_right a:hover{color:#f1b136}.arm_template_wrapper_profiletemplate1 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate1 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate1 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr;left:40px}.arm_template_wrapper_profiletemplate1 .arm_profile_field_after_content_wrapper,.arm_template_wrapper_profiletemplate1 .arm_profile_field_before_content_wrapper{padding-left:52px}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_wrapper_profiletemplate1.mobile .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_name_link{margin-bottom:15px!important}.arm_template_wrapper_profiletemplate1.mobile .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_wrapper_profiletemplate1.mobile .social_profile_fields{width:100%!important;display:block!important;max-width:100%!important;text-align:center!important;margin-right:0!important;margin-top:0}.arm_template_wrapper_profiletemplate1.mobile .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_picture_block{height:350px;width:100%;margin:auto}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_text{width:100%;font-weight:600;color:#1A2538;float:left;text-align:left;padding:15px 30px 15px 52px}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_row{display:table-row;column-count:2}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_body{display:table-row-group}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 52px;border-bottom:2px solid #CED4DE;text-align:left}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{font-weight:500!important}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_picture_block{height:380px;width:100%;margin:auto;background-size:cover!important}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_field_after_content_wrapper,.arm_template_wrapper_profiletemplate1.mobile .arm_profile_field_before_content_wrapper,.arm_template_wrapper_profiletemplate1.mobile .arm_profile_detail_text{padding-left:32px}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_wrapper_profiletemplate1.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}@media screen and (max-width:1600px) and (min-width:1400px){.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:64%!important}}@media (max-width:768px){.arm_template_wrapper_profiletemplate1 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{position:absolute!important}}@media (min-width:769px) and (max-width:1024px){.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:50%!important}}@media only screen and (width:1024px){.arm_template_wrapper_profiletemplate1 .arm_user_avatar{position:relative;left:35px}.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{margin:40px 0 0 0px!important}}@media (min-width:501px) and (max-width:660px){.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{margin:40px 0 10px 15px!important;max-width:55%!important}}@media (max-width:550px){.arm_template_wrapper_profiletemplate1 .arm_profile_detail_wrapper{border-radius:16PX;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_wrapper_profiletemplate1 .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_wrapper_profiletemplate1 .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_wrapper_profiletemplate1 .arm_profile_name_link{margin-bottom:15px!important}.arm_template_wrapper_profiletemplate1 .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_wrapper_profiletemplate1 .social_profile_fields{float:left!important;width:100%!important;display:block!important;max-width:100%!important;text-align:center!important;margin-left:0!important;margin-right:0!important}.arm_template_wrapper_profiletemplate1 .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block{height:370px;width:100%;margin:auto;background-size:cover!important}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_text{padding-left:32px}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate1 .arm_profile_header_info{position:relative!important}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl,.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_body,.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .arm_profile_detail_row{display:contents!important;width:100%!important}}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_picture_block{height:380px;width:100%;margin:auto;background-size:cover!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_detail_text{padding-left:32px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_preview_popup.popup_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_header_info,.arm_template_preview_popup.popup_wrapper.arm_desktop_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_header_info,.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:70%!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_name_link{margin-bottom:15px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .social_profile_fields{float:left!important;width:100%!important;display:block!important;max-width:100%!important;text-align:center!important;margin-left:0!important;margin-right:0!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .arm_profile_picture_block{height:350px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate1 .social_profile_fields{min-width:100%!important;max-width:100%!important;width:100%!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate1 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_wrapper_profiletemplate1 .arm_user_avatar .arm_cover_upload_container{left:75px;right:0;top:130px}.arm_template_wrapper_profiletemplate1 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate1 .arm_delete_profile_popup.arm_confirm_box{left:0;margin-top:38px}.arm_template_wrapper_profiletemplate1 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{float:left;margin-left:35px}.arm_template_wrapper_profiletemplate1 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_template_wrapper.arm_template_wrapper_profiletemplate2{width:100%;text-align:center}.arm_template_wrapper.arm_template_wrapper_profiletemplate2 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper.arm_template_wrapper_profiletemplate2 .arm_template_container{display:inline-block}.arm_template_wrapper_profiletemplate2{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_wrapper{border:none;border-radius:4px;display:block;width:100%;box-sizing:border-box}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;margin:30px auto auto auto;height:220px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-bottom:0}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block}.arm_template_wrapper_profiletemplate2 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_wrapper_profiletemplate2 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative;float:left}.arm_template_wrapper_profiletemplate2 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block_inner .arm_user_avatar{display:block!important;text-align:center;vertical-align:top;max-width:142px;width:142px;max-height:142px;height:142px;background-color:#f1b136;border:6px #e0a432 solid;border-radius:100%;margin:5px 0 30px 0;z-index:999;position:relative;flex:1}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block_inner .arm_user_avatar img{width:132px;height:130px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;background:#fff0}.arm_template_wrapper_profiletemplate2 .arm_profile_header_bottom_box{width:100%;display:inline-block;box-sizing:border-box;vertical-align:top;padding:0;margin:5px 0 6px;text-align:center;position:relative}.arm_template_wrapper_profiletemplate2 .arm_profile_header_top_box{width:100%;display:flex;position:absolute;left:0;bottom:-100px}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_header_top_box{justify-content:center}.arm_template_wrapper_profiletemplate2 .arm_profile_name_link{display:inline-block;text-decoration:none;font-size:24px;font-weight:700;color:#33334c;padding-top:5px;margin-bottom:15px;float:left;width:100%;margin-top:70px;margin-bottom:10px}.arm_template_wrapper_profiletemplate2 .arm_user_last_active_text{float:left;width:100%;text-align:center;color:#ffffff!important}.arm_template_wrapper_profiletemplate2 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate2 .arm_user_last_login_time{font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate2 .arm_user_last_login_time span{font-size:16px;color:#33334c;margin-left:40px}.arm_template_wrapper_profiletemplate2 .arm_user_about_me{display:block;font-size:16px;color:#33334c;width:60%;margin:5px auto}.arm_template_wrapper_profiletemplate2 .arm_profile_name_link a{text-decoration:none;border:0;outline:0}.arm_template_wrapper_profiletemplate2 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate2 .arm_profile_tabs{display:inline-block;width:100%;background-color:#1e1e28;padding:10px;text-align:center}.arm_template_wrapper_profiletemplate2 .arm_profile_tabs .arm_profile_tab_link{padding:6px 8px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#908c84;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate2 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate2 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate2 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;color:#e89900}.arm_template_wrapper_profiletemplate2 .arm_profile_tab_detail{box-sizing:border-box;margin-top:0}.arm_template_wrapper_profiletemplate2 .arm_general_info_container,.arm_template_wrapper_profiletemplate2 .arm_member_listing_container,.arm_template_wrapper_profiletemplate2 .arm_activities_container{border:0;width:100%}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate2 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate2 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate2 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate2 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate2 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate2 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate2 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate2 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activity_item_right a{color:#e89900}.arm_template_wrapper_profiletemplate2 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activity_item_right a:hover{color:#333}.arm_template_wrapper_profiletemplate2 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate2 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate2 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr;left:40px}.arm_template_wrapper_profiletemplate2 .social_profile_fields{display:block;float:none}.arm_template_wrapper_profiletemplate2 .social_profile_fields.arm_mobile_wrapper{display:none}.arm_template_wrapper_profiletemplate2 .social_profile_fields .arm_social_prof_div{display:inline-block}.arm_template_wrapper_profiletemplate2 .social_profile_fields .arm_social_prof_div>a{border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:30px;line-height:normal;margin:5px 9px 5px 0;min-height:30px;min-width:30px;padding:2px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:30px}.arm_template_wrapper_profiletemplate2 .social_profile_fields.arm_mobile .arm_social_prof_div{margin:0 5px 5px 0}.arm_template_wrapper_profiletemplate2 .social_profile_fields .arm_social_prof_div>a::before{position:relative;top:4px!important}.arm_template_wrapper_profiletemplate2 .arm_user_badge_icons_left{justify-content:flex-end;text-align:right}.arm_template_wrapper_profiletemplate2 .arm_user_badge_icons_left,.arm_template_wrapper_profiletemplate2 .arm_user_social_icons_right{flex:1}.arm_template_wrapper_profiletemplate2 .arm_user_social_icons_left .social_profile_fields{float:right;margin:65px 0 0;text-align:right;width:100%}.arm_template_wrapper_profiletemplate2 .arm_user_social_icons_right .social_profile_fields{float:left;text-align:left;width:100%}.arm_template_wrapper_profiletemplate2 .arm_profile_field_before_content_wrapper,.arm_template_wrapper_profiletemplate2 .arm_profile_field_after_content_wrapper{padding-left:40px}.arm_template_wrapper_profiletemplate2 .arm_mobile{display:none;float:left;width:100%;text-align:center}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_text{width:100%;padding:15px 30px 15px 40px;text-align:left;float:left}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 52px;border-bottom:2px solid #CED4DE;column-count:2;text-align:left}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_row{display:table-row;column-count:2}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_body{display:table-row-group}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 40px;border-bottom:2px solid #CED4DE;column-count:2;text-align:left}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{font-weight:500!important}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_picture_block{height:250px;width:100%;margin:auto;background-size:cover!important}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_field_before_content_wrapper,.arm_template_wrapper_profiletemplate2.mobile .arm_profile_field_after_content_wrapper .arm_template_wrapper_profiletemplate2.mobile .arm_profile_detail_text{padding-left:32px}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}@media (max-width:768px){.arm_template_wrapper_profiletemplate2 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_wrapper_profiletemplate2 .arm_user_avatar img{width:130px!important;height:130px!important}}.arm_template_wrapper_profiletemplate2.mobile .arm_desktop{display:none}.arm_template_wrapper_profiletemplate2.mobile .arm_mobile{display:block}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_header_top_box{position:absolute}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_header_info{margin-top:150px}.arm_template_wrapper_profiletemplate2.mobile .arm_user_badges_detail{margin:10px 0 0 0}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_tab_detail{margin-top:10px}.arm_template_wrapper_profiletemplate2.mobile .arm_general_info_container{padding:0;width:100%;max-width:100%}.arm_template_wrapper_profiletemplate2:not(.mobile) .arm_user_social_icons_all{display:none}.arm_template_wrapper_profiletemplate2.mobile .arm_user_social_icons_all{display:block}.arm_template_wrapper_profiletemplate2:not(.mobile) .arm_user_badge_icons_all{display:none}.arm_template_wrapper_profiletemplate2.mobile .arm_user_badge_icons_all{display:block}.arm_template_wrapper_profiletemplate2.arm_desktop .arm_user_badge_icons_all{display:none}.arm_template_wrapper_profiletemplate2.mobile .social_profile_fields{width:100%}.arm_template_wrapper_profiletemplate2.mobile .social_profile_fields .arm_social_prof_div{width:30px;margin-right:5px}@media (max-width:550px){.arm_template_wrapper_profiletemplate2 .arm_desktop{display:none}.arm_template_wrapper_profiletemplate2 .arm_mobile{display:block}.arm_template_wrapper_profiletemplate2 .arm_profile_header_top_box{position:absolute;justify-content:center}.arm_template_wrapper_profiletemplate2 .arm_user_badges_detail{margin:0}.arm_template_wrapper_profiletemplate2 .arm_general_info_container{padding:0;width:100%;max-width:100%}.arm_template_wrapper_profiletemplate2 .arm_user_social_icons_all.arm_mobile{display:inline-block}.arm_template_wrapper_profiletemplate2 .arm_user_badge_icons_all.arm_mobile{display:inline-block;margin:5px 0 5px 0}.arm_template_wrapper_profiletemplate2 .arm_user_badge_icons_left.arm_desktop{display:none}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block{margin:auto;width:100%}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_text{padding-left:32px}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_avatar img{width:130px!important;height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_desktop{display:none}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_profile_picture_block{height:250px}.arm_template_wrapper_profiletemplate2.mobile .arm_profile_picture_block{width:100%;margin:0}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_mobile{display:block}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_profile_header_top_box{justify-content:center}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_avatar{width:140px!important;max-width:140px!important;min-width:140px!important;height:140px!important;max-height:140px!important;min-height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_avatar img{width:130px!important;max-width:130px!important;min-width:130px!important;height:130px!important;max-height:130px!important;min-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_badges_detail{margin:0 0 10px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .social_profile_fields{margin:10px auto}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_profile_tab_detail{margin-top:10px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_general_info_container{padding:0;width:100%;max-width:100%}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .social_profile_fields{min-width:100%!important;max-width:100%!important;width:100%!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate2 .arm_user_last_active_text{margin-bottom:10px}.arm_template_wrapper_profiletemplate2 .arm_user_avatar .arm_cover_upload_container{top:70px;left:30px;right:0;top:55px}.arm_template_wrapper_profiletemplate2 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate2 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{margin-right:15px}.arm_template_wrapper_profiletemplate2 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_template_wrapper.arm_template_wrapper_profiletemplate3{width:100%;text-align:center}.arm_template_wrapper.arm_template_wrapper_profiletemplate3 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper_profiletemplate3{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_wrapper{border:none;border-radius:4px;display:block;width:100%;box-sizing:border-box;border-left:none;border-right:none}.arm_template_wrapper.arm_template_wrapper_profiletemplate3 .arm_template_container{display:inline-block}.arm_template_wrapper_profiletemplate3{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;margin:30px auto auto auto;height:220px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-bottom:0}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_picture_block{margin:auto;width:100%}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block}.arm_template_wrapper_profiletemplate3 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_wrapper_profiletemplate3 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative;float:left}.arm_template_wrapper_profiletemplate3 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block .arm_user_avatar{display:inline-block!important;text-align:center;vertical-align:top;max-width:142px;width:142px;max-height:142px;height:142px;border:6px solid #FFF;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;margin:0}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block .arm_user_avatar img{min-width:auto;min-height:auto;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-o-border-radius:15px;background:#fff0;width:130px;height:130px;max-width:unset}.arm_template_wrapper_profiletemplate3.mobile .arm_user_badges_detail{display:block}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link{display:inline-block;text-decoration:none;font-size:24px;font-weight:700;color:#33334c}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate3 .arm_user_last_login_time{font-size:16px;color:#33334c;display:inline-block;margin-right:50px}.arm_template_wrapper_profiletemplate3 .arm_user_last_login_time .arm_user_last_active_text{font-size:16px;color:#33334c;display:inline-block;padding:10px 0}.arm_template_wrapper_profiletemplate3 .arm_user_last_login_time .arm_item_status_text{margin-left:15px;padding:5px 0 5px 15px;border-left:2px solid #D2D2D2}.arm_template_wrapper_profiletemplate3 .arm_user_about_me{display:block;margin:8px 2px;font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link a{text-decoration:none;border:0;outline:0}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate3 .arm_profile_tabs{display:inline-block;width:100%;border-width:1px 0 1px 0;background-color:#33334c;padding:10px 10px;text-align:right}.arm_template_wrapper_profiletemplate3 .arm_profile_tabs .arm_profile_tab_link{padding:8px 10px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#8893ad;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate3 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate3 .arm_general_info_container table.arm_profile_detail_tbl tr td:first-child{width:240px}.arm_template_wrapper_profiletemplate3 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate3 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;background:#FFF}.arm_template_wrapper_profiletemplate3 .arm_profile_tab_detail{box-sizing:border-box}.arm_template_wrapper_profiletemplate3 .arm_general_info_container,.arm_template_wrapper_profiletemplate3 .arm_member_listing_container,.arm_template_wrapper_profiletemplate3 .arm_activities_container{border:0;width:100%}.arm_template_wrapper_profiletemplate3 .arm_general_info_container table{width:100%;margin:10px 0 10px;border:0;border-spacing:0;border-collapse:collapse}.arm_template_wrapper_profiletemplate3 .arm_general_info_container table td{padding:12px 10px;border:0;text-align:left}[dir="rtl"] .arm_template_wrapper_profiletemplate3 .arm_general_info_container table td{text-align:right}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate3 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate3 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate3 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate3 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate3 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate3 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate3 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate3 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activity_item_right a{color:#13b0a5}.arm_template_wrapper_profiletemplate3 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activity_item_right a:hover{color:#f1b136}.arm_template_wrapper_profiletemplate3 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate3 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate3 .arm_profile_tab_link.arm_profile_tab_link_active{color:#8893ad!important}.arm_template_wrapper_profiletemplate3 .arm_profile_tab_link:hover{color:#8893ad!important}.arm_template_wrapper_profiletemplate3 .arm_profile_form_rtl .arm_user_avatar{direction:rtl;float:right;left:auto;right:40px}.arm_template_wrapper_profiletemplate3 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr;left:40px}.arm_template_wrapper_profiletemplate3 .arm_profile_form_rtl .arm_profile_tabs{direction:rtl;text-align:left}.arm_template_wrapper_profiletemplate3 .social_profile_fields .arm_social_prof_div{display:inline-block;margin:0 5px 5px 5px}.arm_template_wrapper_profiletemplate3 .social_profile_fields .arm_social_prof_div>a{border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:28px;line-height:normal;min-height:28px;min-width:28px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:28px}.arm_template_wrapper_profiletemplate3 .social_profile_fields .arm_social_prof_div>a::before{position:relative;top:6px}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block_inner{position:absolute;top:115px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info{display:flex}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_user_avatar{margin-left:40px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_profile_header_info_left{margin-left:40px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_profile_header_info_left .arm_user_badges_detail{margin-top:9px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .social_profile_fields.arm_profile_header_info_right{margin-top:36px;margin-right:35px;text-align:right}.arm_template_wrapper_profiletemplate3 .arm_profile_field_before_content_wrapper,.arm_template_wrapper_profiletemplate3 .arm_profile_field_after_content_wrapper{padding:0 30px 15px 68px}.arm_template_wrapper_profiletemplate3.tab .arm_profile_header_info{flex-wrap:wrap}.arm_template_wrapper_profiletemplate3.tab .social_profile_fields.arm_profile_header_info_right{flex-basis:auto;width:50%;position:relative;left:220px;margin:0;top:-25px;text-align:left}.arm_template_wrapper_profiletemplate3.tab .arm_profile_detail_text{padding-top:40px}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_picture_block{height:280px;background-position:top center!important}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_detail_text{margin-top:265px}.arm_template_wrapper_profiletemplate3.mobile .social_profile_fields.arm_profile_header_info_right{text-align:left;margin-top:10px}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_header_info .arm_profile_header_info_left{margin-left:0;margin-top:15px}.arm_template_wrapper_profiletemplate3.mobile .arm_user_avatar{transform:translateX(-38%);-webkit-transform:translateX(-38%);-o-transform:translateX(-38%);-moz-transform:translateX(-38%);max-width:110px;width:110px;max-height:110px;height:110px}.arm_template_wrapper_profiletemplate3.mobile .arm_user_avatar img{width:100px!important;height:100px!important;min-height:100px!important;max-height:100px!important}.arm_template_wrapper_profiletemplate3.mobile .social_profile_fields{min-width:100%;width:100%;max-width:100%;text-align:left}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_header_info{padding:20px 20px 10px 40px;flex-direction:column}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_text{float:left;width:100%;padding:15px 30px 15px 68px;text-align:left;margin-top:60px}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_row{display:table-row;column-count:2}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_body{display:table-row-group}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 68px;border-bottom:2px solid #CED4DE;column-count:2;text-align:left}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{font-weight:500!important}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_picture_block{height:200px;width:100%;margin:auto;background-size:cover!important}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_detail_text{padding-left:32px}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_wrapper_profiletemplate3.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate3 .arm_template_container.arm_profile_container .social_profile_fields .arm_social_prof_div>a::before{top:6px}@media (max-width:1024px){.arm_template_wrapper_profiletemplate3 .arm_user_avatar{position:absolute!important;width:140px!important;height:140px!important;left:40px!important;bottom:-8%!important;top:inherit!important}.arm_template_wrapper_profiletemplate3 .arm_user_avatar img{width:130px!important;min-width:130px!important;height:130px!important;min-height:130px!important}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info{flex-wrap:wrap}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_text{padding-top:40px}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block_inner{position:absolute;top:63px;margin-left:40px}}@media (max-width:768px){.arm_template_wrapper_profiletemplate3 .arm_profile_header_info{flex-direction:column}}@media (max-width:550px){.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block{height:280px;background-size:100% 280px;margin:auto;width:100%}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate3 .arm_user_avatar{top:15px!important;bottom:0px!important;margin:0 auto!important;left:0!important}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate3 .arm_user_badges_detail{margin:5px 0 5px 0;text-align:left}.arm_template_wrapper_profiletemplate3 .arm_user_avatar{transform:translateX(-38%);-webkit-transform:translateX(-38%);-o-transform:translateX(-38%);-moz-transform:translateX(-38%);max-width:110px;width:110px;max-height:110px;height:110px}.arm_template_wrapper_profiletemplate3.mobile .arm_user_avatar img{width:100px!important;height:100px!important;min-height:100px!important;max-height:100px!important}.arm_template_wrapper_profiletemplate3 .arm_profile_tab_detail{margin-top:0}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block_inner{bottom:-280px}.arm_template_wrapper_profiletemplate3 .social_profile_fields{min-width:100%;width:100%;max-width:100%;text-align:left}.arm_template_wrapper_profiletemplate3 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info_left{width:100%;display:inline-block}.arm_template_wrapper_profiletemplate3 .arm_user_avatar{top:14%!important;bottom:0px!important;margin:0 auto!important;left:25%!important;position:absolute;width:140px!important;height:140px!important;transform:translateX(-100%);-webkit-transform:translateX(-100%);-o-transform:translateX(-100%);-moz-transform:translateX(-100%)}.arm_template_wrapper_profiletemplate3 .arm_user_last_active_text{float:left}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info{flex-direction:column}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_profile_header_info_left{margin-left:0}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_profile_header_info_left{margin-left:10px;margin-top:180px}.arm_template_wrapper_profiletemplate3 .arm_profile_header_info .social_profile_fields.arm_profile_header_info_right{margin-top:6px;text-align:left;margin-left:10px}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_text{padding:15px 30px 15px 30px;text-align:left;margin-top:214px}}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_picture_block{height:250px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_avatar{top:15px!important;bottom:0px!important;margin:0 auto!important;left:0!important;position:absolute;width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_avatar img{width:130px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_avatar img{width:130px!important;height:130px!important;max-width:130px!important;min-width:130px!important;max-height:130px!important;min-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .social_profile_fields{min-width:100%;width:100%;max-width:100%}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_header_info{margin-top:140px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_name_link{margin-bottom:15px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_badges_detail{margin:0 0 20px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_header_info{flex-direction:column}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_user_badges_detail{display:block}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_detail_text{padding-left:32px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_detail_text{margin-top:150px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_header_info .arm_profile_header_info_left{margin-left:0}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate3 .arm_profile_picture_block{text-align:left}.arm_template_wrapper_profiletemplate3 .arm_user_avatar .arm_cover_upload_container{left:20px;right:0;top:45px}.arm_template_wrapper_profiletemplate3 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate3 .arm_delete_profile_popup.arm_confirm_box{left:0;margin-top:38px}.arm_template_wrapper_profiletemplate3 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{float:left;margin-left:35px}.arm_template_wrapper_profiletemplate3 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_template_wrapper.arm_template_wrapper_profiletemplate4{width:100%;text-align:center}.arm_template_wrapper.arm_template_wrapper_profiletemplate4 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper_profiletemplate4{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_wrapper{border:none;border-radius:4px;display:block;width:100%;box-sizing:border-box;border-left:none;border-right:none}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;margin:30px auto auto auto;height:260px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-bottom:0}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_picture_block{margin:auto;width:100%}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px;text-align:left}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_detail_text{margin-left:32px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile) .arm_confirm_box{display:none}.arm_template_wrapper_profiletemplate4 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_wrapper_profiletemplate4 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative;float:left}.arm_template_wrapper_profiletemplate4 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block_inner{float:left;width:100%;padding:20px 40px;height:280px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block_inner .arm_user_avatar{display:inline-block!important;text-align:center;vertical-align:top;float:right;max-width:120px;width:120px;max-height:120px;border-radius:100%;border:2px solid #F2D229;margin:30px 12px 10px;height:120px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block_inner .arm_user_avatar img{min-width:auto;min-height:auto;width:100%;height:100%;border-radius:100%;background:#fff0}.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{max-width:60%!important;width:100%;display:inline-block;vertical-align:top;padding:0;margin:40px 0 10px 20px;text-align:left}.arm_template_wrapper_profiletemplate4 .arm_profile_name_link{display:inline-block;text-decoration:none;font-size:24px;font-weight:700;color:#33334c;padding-top:5px;margin-bottom:20px;width:100%}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_name_link{width:100%}.arm_template_wrapper_profiletemplate4 .arm_user_badges_detail{width:100%;margin:0 0 15px 0}.arm_template_wrapper_profiletemplate4.mobile .arm_user_badges_detail{width:100%}.arm_template_wrapper_profiletemplate4 .arm_profile_separator{float:left;height:280px;width:1px}.arm_template_wrapper_profiletemplate4 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate4 .arm_user_last_login_time{font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate4 .arm_social_share_text{float:left;margin:5px 0 15px}.arm_template_wrapper_profiletemplate4.mobile .arm_social_share_text{float:none}.arm_template_wrapper_profiletemplate4 .arm_user_last_active_text{float:left;width:100%;color:#ffffff!important}.arm_template_wrapper_profiletemplate4 .arm_user_last_login_time .arm_item_status_text{margin-left:50px}.arm_template_wrapper_profiletemplate4 .arm_user_about_me{display:block;margin:10px 2px 30px;font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate4 .arm_profile_name_link a{text-decoration:none;border:0;outline:0}.arm_template_wrapper_profiletemplate4 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate4 .social_profile_fields{float:left;display:inline-block;max-width:100%!important;width:auto;vertical-align:top;padding:0;margin:10px 0 10px;text-align:left;min-width:auto}.arm_template_wrapper_profiletemplate4 .social_profile_fields .arm_social_prof_div{display:inline-block;margin:0 5px 5px 5px}.arm_template_wrapper_profiletemplate4 .social_profile_fields .arm_social_prof_div>a{background-color:#9B9DA9;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:30px;line-height:normal;min-height:30px;min-width:30px;padding-top:3px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:30px}.arm_template_wrapper_profiletemplate4 .arm_template_container.arm_profile_container .social_profile_fields .arm_social_prof_div>a::before{position:relative;top:3px}.arm_template_wrapper_profiletemplate4 .arm_profile_tabs{display:inline-block;width:100%;border-width:1px 0 1px 0;background-color:#33334c;padding:10px 40px}.arm_template_wrapper_profiletemplate4 .arm_profile_tabs .arm_profile_tab_link{padding:6px 8px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#8893ad;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate4 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl{background:none!important}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_row{display:table-row;column-count:2}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_body{display:table-row-group}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 40px;border-bottom:2px solid #CED4DE;column-count:auto;text-align:right}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{text-align:left}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate4 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate4 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;color:#f1b136}.arm_template_wrapper_profiletemplate4 .arm_profile_tab_detail{box-sizing:border-box;padding:0}.arm_template_wrapper_profiletemplate4 .arm_general_info_container,.arm_template_wrapper_profiletemplate4 .arm_member_listing_container{border:0;padding:0 0 10px 0}.arm_template_wrapper_profiletemplate4 .arm_general_info_container table{margin:10px 0 10px;border:0;border-spacing:0;border-collapse:collapse;width:100%}.arm_template_wrapper_profiletemplate4 .arm_general_info_container table td{padding:12px 10px;border:0;text-align:left}[dir="rtl"] .arm_template_wrapper_profiletemplate4 .arm_general_info_container table td{text-align:right}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate4 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate4 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate4 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate4 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate4 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate4 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate4 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate4 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activity_item_right a{color:#13b0a5}.arm_template_wrapper_profiletemplate4 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activity_item_right a:hover{color:#f1b136}.arm_template_wrapper_profiletemplate4 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate4 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate4 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr}.arm_template_wrapper_profiletemplate4 .arm_profile_field_before_content_wrapper,.arm_profile_field_after_content_wrapper{padding-left:40px}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(1){width:250px}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_wrapper_profiletemplate4.mobile .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_name_link{margin-bottom:15px!important}.arm_template_wrapper_profiletemplate4.mobile .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_wrapper_profiletemplate4.mobile .social_profile_fields{width:100%!important;max-width:100%!important;text-align:center!important}.arm_template_wrapper_profiletemplate4.mobile .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_wrapper_profiletemplate4.mobile .arm_profile_picture_block{height:350px}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_text{float:left;margin:10px 0 0 40px}.arm_template_wrapper.arm_template_wrapper_1.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{margin:30px auto auto auto}@media (max-width:768px){.arm_template_wrapper_profiletemplate4 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_wrapper_profiletemplate4 .arm_user_avatar img{width:115px!important;height:115px!important}.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{margin:40px 0 10px 40px!important}}@media (min-width:769px) and (max-width:1024px){.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{margin:40px 0 10px 40px!important;max-width:50%!important}}@media only screen and (width:1024px){.arm_template_wrapper_profiletemplate4 .arm_user_avatar{position:relative;left:35px}.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{margin:40px 0 0 0px!important}}@media (min-width:501px) and (max-width:660px){.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{margin:40px 0 10px 15px!important;max-width:55%!important}}@media (max-width:550px){.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block{width:100%;margin:auto}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate4 .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_wrapper_profiletemplate4 .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_wrapper_profiletemplate4 .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_wrapper_profiletemplate4 .arm_profile_name_link{margin-bottom:15px!important}.arm_template_wrapper_profiletemplate4 .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_wrapper_profiletemplate4 .social_profile_fields{float:left!important;width:100%!important;display:block!important;max-width:100%!important;text-align:center!important;margin-left:0!important;margin-right:0!important}.arm_template_wrapper_profiletemplate4 .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block{height:350px;background-size:100% 350px!important}.arm_template_wrapper_profiletemplate4 .arm_user_badges_detail{width:100%}.arm_template_wrapper_profiletemplate4 .arm_social_share_text{float:none}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px;text-align:left}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_text{margin-left:32px}}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_detail_data{display:block;padding:8px 10px 8px 30px;text-align:left}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_detail_text{margin-left:30px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_picture_block_inner{float:left;width:100%;text-align:center}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_user_avatar{float:none!important;margin:5px auto!important;display:block!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_separator{width:0px!important;height:0px!important;display:none!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_header_info{max-width:100%!important;text-align:center;margin:0 0 0 2px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_name_link{margin-bottom:15px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_user_badges_detail{margin-bottom:10px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .social_profile_fields{float:left!important;width:100%!important;display:block!important;max-width:100%!important;text-align:center!important;margin-left:0!important;margin-right:0!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_general_info_container{border:0;padding:0 0 0 0;width:100%;margin:0 auto}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .arm_profile_picture_block{height:350px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate4 .social_profile_fields{min-width:100%!important;max-width:100%!important;width:100%!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate4 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate4 .arm_user_avatar img{width:115px!important;height:115px!important}.arm_template_wrapper_profiletemplate4 .arm_user_avatar .arm_cover_upload_container{right:80px;top:130px}.arm_template_wrapper_profiletemplate4 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate4 .arm_delete_profile_popup.arm_confirm_box{margin-top:38px;right:-17px}.arm_template_wrapper_profiletemplate4 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{float:right;margin-left:35px}.arm_template_wrapper_profiletemplate4 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_template_wrapper.arm_template_wrapper_profiletemplate5 .arm_template_container{display:inline-block;margin:0 auto;float:none;max-width:1120px}.arm_template_wrapper_profiletemplate5{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_wrapper{border:none;border-radius:4px;display:block;width:100%;box-sizing:border-box;border-left:none;border-right:none}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block{width:100%;height:280px;display:block;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;position:relative;padding-bottom:40px;text-align:left}.arm_template_wrapper.arm_template_wrapper_profiletemplat5 .arm_template_container{display:inline-block}.arm_template_wrapper_profiletemplate5{font-size:14px;line-height:normal;color:#565765}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;margin:30px auto auto auto;height:220px;display:block;box-sizing:border-box;background-repeat:no-repeat;position:relative;text-align:left;width:calc(100% - 60px);background-size:cover!important;background-position:center center;padding-bottom:0}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block{margin:auto;width:100%}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block .arm_template_loading{display:none;position:absolute;left:0;top:0;z-index:9998;width:100%;height:100%;text-align:center}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info{display:flex;width:calc(100% - 65px);margin:auto}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{flex:2;margin-top:10px;padding-left:200px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left .arm_user_badges_detail{margin-top:10px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{flex:1;text-align:right;margin-top:10px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block .arm_template_loading img{margin-top:80px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block:hover .arm_cover_upload_container:not(.arm_profile){display:block}.arm_template_wrapper_profiletemplate5 .arm_cover_upload_container{display:none;position:absolute;right:40px;bottom:-1px;z-index:99}.arm_template_wrapper_profiletemplate5 .arm_cover_upload_container .armCoverUploadBtnContainer{position:relative;float:left}.arm_template_wrapper_profiletemplate5 i{vertical-align:middle;cursor:pointer}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block_inner{width:100%}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block_inner{bottom:-195px;left:2%}.arm_template_wrapper_profiletemplate5.tab .arm_profile_picture_block_inner{left:26%;bottom:-65px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block .arm_user_avatar{display:inline-block!important;text-align:center;vertical-align:top;width:142px;max-height:142px;border:6px solid #FFF;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;margin:0;position:absolute;bottom:-33%;left:40px;height:142px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block .arm_user_avatar img{min-width:auto;min-height:auto;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;background:#fff0;width:130px;height:130px}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link{display:inline-block;text-decoration:none;font-size:24px;font-weight:700;color:#33334c;text-align:left;width:100%}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link a{color:#33334c}.arm_template_wrapper_profiletemplate5 .arm_user_last_login_time{font-size:16px;color:#33334c;display:inline-block;margin-right:50px}.arm_template_wrapper_profiletemplate5 .arm_user_last_login_time .arm_user_last_active_text{font-size:16px;color:#33334c;display:inline-block;padding:10px 0}.arm_template_wrapper_profiletemplate5 .arm_user_last_login_time .arm_item_status_text{margin-left:15px;padding:5px 0 5px 15px;border-left:2px solid #D2D2D2}.arm_template_wrapper_profiletemplate5 .arm_user_about_me{display:block;margin:8px 2px;font-size:16px;color:#33334c}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link a{text-decoration:none;border:0;outline:0}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data{display:table-cell;padding:20px 10px 22px 52px;border-bottom:2px solid #CED4DE;text-align:left}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl{display:table;width:100%}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_row{display:table-row;column-count:2}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_body{display:table-row-group}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data.arm_data_value{font-weight:500!important}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_row:last-child .arm_profile_detail_data{border-bottom:none}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link a:hover{box-shadow:none}.arm_template_wrapper_profiletemplate5 .arm_profile_tabs{display:inline-block;width:100%;border-width:1px 0 1px 0;background-color:#33334c;padding:10px 10px;text-align:right}.arm_template_wrapper_profiletemplate5 .arm_profile_tabs .arm_profile_tab_link{padding:8px 10px;display:inline-block;margin:0 5px 0 0;font-size:16px;color:#8893ad;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}.arm_template_wrapper_profiletemplate5 .arm_profile_tabs .arm_profile_tab_count{font-style:italic}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table.arm_profile_detail_tbl tr td:first-child{width:240px}.arm_template_wrapper_profiletemplate5 .arm_profile_tabs .arm_profile_tab_link:hover,.arm_template_wrapper_profiletemplate5 .arm_profile_tabs .arm_profile_tab_link.arm_profile_tab_link_active{font-size:16px;background:#FFF}.arm_template_wrapper_profiletemplate5 .arm_profile_tab_detail{box-sizing:border-box;padding:10px 0;margin-top:50px}.arm_template_wrapper_profiletemplate5 .arm_general_info_container{border:1px solid #CED4DE;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;margin:auto;margin:0 50px 50px 50px}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container,.arm_template_wrapper_profiletemplate5 .arm_activities_container{border:0;padding:0 30px 10px 30px;width:100%}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table{width:100%;margin:45px 0 10px;border:0;border-spacing:0;border-collapse:collapse}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table td{padding:12px 10px;border:0;text-align:left}[dir="rtl"] .arm_template_wrapper_profiletemplate5 .arm_general_info_container table td{text-align:right}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_listing_wrapper{border:0}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_block{padding:15px 0 10px}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_left{max-width:80px;width:80px}.arm_template_wrapper_profiletemplate5 .arm_activity_item .arm_activity_avatar,.arm_template_wrapper_profiletemplate5 .arm_member_info_block .arm_user_avatar{display:inline-block;width:60px;height:60px;vertical-align:middle;box-shadow:0 0 1px #fff0;border:1px solid #ededed;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.arm_template_wrapper_profiletemplate5 .arm_activities_container img.avatar,.arm_template_wrapper_profiletemplate5 .arm_member_info_block img.avatar{display:block;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;margin:0 auto}.arm_template_wrapper_profiletemplate5 .arm_activities_container img.arm_avatar_small_width,.arm_template_wrapper_profiletemplate5 .arm_member_info_block img.arm_avatar_small_width{width:auto;min-width:auto}.arm_template_wrapper_profiletemplate5 .arm_activities_container img.arm_avatar_small_height,.arm_template_wrapper_profiletemplate5 .arm_member_info_block img.arm_avatar_small_height{height:auto;min-height:auto}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activity_item_right{padding-top:8px}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_right,.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_right *,.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activity_item_right,.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activity_item_right *{font-size:14px;color:#7a7d84}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_right a,.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activity_item_right a{color:#13b0a5}.arm_template_wrapper_profiletemplate5 .arm_member_listing_container .arm_member_info_right a:hover,.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activity_item_right a:hover{color:#f1b136}.arm_template_wrapper_profiletemplate5 .arm_activities_container .arm_activities_pagination_block{text-align:right}.arm_template_wrapper_profiletemplate5 .arm_transactions_container{padding:10px}.arm_template_wrapper_profiletemplate5 .arm_profile_tab_link.arm_profile_tab_link_active{color:#8893ad!important}.arm_template_wrapper_profiletemplate5 .arm_profile_tab_link:hover{color:#8893ad!important}.arm_template_wrapper_profiletemplate5 .arm_profile_form_rtl .arm_user_avatar{direction:rtl;float:right;left:auto;right:40px}.arm_template_wrapper_profiletemplate5 .arm_profile_form_rtl .arm_cover_upload_container{direction:ltr;left:40px}.arm_template_wrapper_profiletemplate5 .arm_profile_form_rtl .arm_profile_tabs{direction:rtl;text-align:left}.arm_template_wrapper_profiletemplate5 .social_profile_fields{flex:1}.arm_template_wrapper_profiletemplate5 .social_profile_fields .arm_social_prof_div{display:inline-block;margin:0 5px 5px 5px}.arm_template_wrapper_profiletemplate5 .social_profile_fields .arm_social_prof_div>a{background-color:#9B9DA9;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:30px;line-height:normal;margin:0;min-height:30px;min-width:30px;padding:2px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:30px}.arm_template_wrapper_profiletemplate5 .social_profile_fields .arm_social_prof_div>a::before{position:relative;top:4px!important}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block{height:250px;background-position:top center!important}.arm_template_wrapper_profiletemplate5.mobile .arm_user_avatar{top:70%!important;bottom:0px!important;margin:0 auto!important;left:25%!important;position:absolute;width:140px!important;height:140px!important;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%)}.arm_template_wrapper_profiletemplate5.mobile .arm_user_avatar img{width:130px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.arm_template_wrapper_profiletemplate5.mobile .social_profile_fields{min-width:100%;width:100%;max-width:100%;text-align:left}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_header_info{padding:20px 20px 20px 26px;flex-direction:column}.arm_template_wrapper_profiletemplate5.tab .arm_profile_detail_tbl .arm_profile_detail_row{column-count:unset}.arm_template_wrapper_profiletemplate1.tab .arm_profile_tab_detail .arm_profile_detail_tbl .arm_profile_detail_row .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate5.mobile .arm_general_info_container{margin:0 auto 50px;width:calc(100% - 50px)}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{text-align:left}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_tab_detail{margin-top:10px}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_text{float:left;padding:16px 20px;border-radius:28px;background:#F0F5FC;margin-left:70px;margin-top:-30px}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_detail_text{margin-left:30px}.arm_template_wrapper_profiletemplate5.mobile .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{margin-top:52px;padding-left:0}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_picture_block{height:230px}.arm_template_preview_popup.popup_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{padding-left:200px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_user_avatar{bottom:-55px!important;margin:0 auto!important;left:24px!important;position:absolute;width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_user_avatar img{width:130px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate5 .arm_user_avatar{width:140px!important;height:140px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate5 .arm_user_avatar img{width:130px!important;height:130px!important;max-width:130px!important;min-width:130px!important;max-height:130px!important;min-height:130px!important}.arm_template_preview_popup.popup_wrapper.arm_tablet_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_detail_data{column-count:unset}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .social_profile_fields{min-width:100%;width:100%;max-width:100%}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_header_info{margin-top:60px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_detail_text{margin-left:10px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_tab_detail{margin-top:20px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_name_link{margin-bottom:15px}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_user_badges_detail{margin:0 0 20px!important}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_general_info_container{margin:0 auto 50px;width:calc(100% - 50px)}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset;display:block;padding:8px 10px 8px 30px;text-align:left}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_header_info{flex-direction:column}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_header_info_right{text-align:left}.arm_template_preview_popup.popup_wrapper.arm_mobile_wrapper .arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{padding-left:0}.arm_template_wrapper_profiletemplate5 .arm_user_avatar .arm_cover_upload_container{left:20px;right:0;top:45px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block .arm_user_avatar:hover .arm_profile{display:block}.arm_template_wrapper_profiletemplate5 .arm_delete_profile_popup.arm_confirm_box{left:0;margin-top:38px}.arm_template_wrapper_profiletemplate5 .arm_delete_profile_popup.arm_confirm_box .arm_confirm_box_arrow{float:left;margin-left:35px}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .hidden_section{display:none}::i-block-chrome,.armCoverUploadBtn{height:29px!important}.arm_profile_detail_text:empty{background:none}@media (max-width:1024px){.arm_template_wrapper_profiletemplate5 .arm_user_avatar img{width:130px!important;min-width:130px!important;height:130px!important;min-height:130px!important}}@media (max-width:550px){.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block{height:230px;background-size:100% 230px;margin:auto;width:100%}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table.arm_profile_detail_tbl tr td{width:100%;display:block;height:auto}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table.arm_profile_detail_tbl tr td:first-child{border-bottom:none!important;padding-bottom:0;text-align:left}.arm_template_wrapper_profiletemplate5 .arm_general_info_container table.arm_profile_detail_tbl tr td:last-child{padding-top:0}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_wrapper{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px}.arm_template_wrapper_profiletemplate5 .arm_user_avatar{top:15px!important;bottom:0px!important;margin:0 auto!important;left:0!important}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate5 .arm_user_badges_detail{margin:5px 0 5px 0;text-align:left}.arm_template_wrapper_profiletemplate5 .arm_user_avatar{top:70%!important;bottom:0px!important;margin:0 auto!important;position:absolute;width:140px!important;height:140px!important;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%)}.arm_template_wrapper_profiletemplate5 .social_profile_fields{min-width:100%;width:100%;max-width:100%;text-align:left}.arm_template_wrapper_profiletemplate5 .arm_profile_name_link{margin-top:15px}.arm_template_wrapper_profiletemplate5 .arm_profile_header_info_left{width:100%;display:inline-block;float:none}.arm_template_wrapper_profiletemplate5 .arm_user_avatar{top:70%!important;bottom:0px!important;margin:0 auto!important;left:25%!important;position:absolute;width:140px!important;height:140px!important;transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%)}.arm_template_wrapper_profiletemplate5 .arm_user_last_active_text{float:left}.arm_template_wrapper_profiletemplate5 .arm_profile_header_info_right{padding-top:0}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data{display:block;padding:8px 10px 8px 32px}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data:nth-child(odd){border:none}.arm_template_wrapper_profiletemplate5 .arm_profile_tab_detail{margin-top:30px}.arm_template_wrapper_profiletemplate5 .arm_profile_header_info{flex-direction:column}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner{margin-top:60px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_left{margin-top:12px;padding-left:24px}.arm_template_wrapper_profiletemplate5 .arm_profile_picture_block_inner .arm_profile_header_info .arm_profile_header_info_right{text-align:left;padding-left:24px}.arm_template_wrapper_profiletemplate5 .arm_general_info_container{margin:0 auto 50px;width:calc(100% - 50px)}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_row{display:block;column-count:unset}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_tbl .arm_profile_detail_data{column-count:unset}.arm_template_wrapper_profiletemplate5 .arm_profile_detail_text{margin-left:10px}}.arm_template_wrapper.arm_template_wrapper_directorytemplate1{float:none;width:100%;max-width:1100px;border:1px solid #e0e0e0;padding:30px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 15px 0 15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto;margin-right:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_btn{float:left;background:#ececec;border:1px solid #e0e0e0;color:#000;position:relative;height:38px;cursor:pointer}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_btn span{margin-left:4px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_btn{width:26px;height:30px;padding:4px 7px 4px 9px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_clear_wrapper{float:left;padding:3px 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_template_container{display:inline-block}.arm_template_wrapper_directorytemplate1 .arm_user_block{width:25%;min-width:175px;display:inline-block;margin:0;padding:5px 20px;vertical-align:top;position:relative;border-left:1px solid #e2e9ed}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_3_column{width:33%}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_2_column{width:50%}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_1_column{width:100%}.arm_template_wrapper_directorytemplate1 .arm_user_block:first-child{border-left:0}.arm_template_wrapper_directorytemplate1 .arm_directorytemplate1_seperator+.arm_user_block{border-left:0}.arm_template_wrapper_directorytemplate1 .arm_directorytemplate1_seperator{float:none;display:block;margin:0 auto!important;width:98%!important;height:1px!important;padding:0!important;border-top:1px solid #e2e9ed}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_user_block_with_follow{padding:15px 5px 30px}.arm_search_filter_container_type_1 #arm_loader_img{display:none;position:inherit;width:28px;height:28px;margin-left:10px;margin-top:5px}.arm_template_wrapper_directorytemplate1 .arm_user_avatar{display:block;max-width:75%;width:84px;height:84px;margin:10px auto 10px auto;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px #fff0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.arm_template_wrapper_directorytemplate1 .arm_user_avatar:before{content:'';position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.arm_template_wrapper_directorytemplate1 .arm_user_block:hover .arm_user_avatar:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1}.arm_template_wrapper_directorytemplate1 .arm_dp_user_link{display:block;border:0}.arm_template_wrapper_directorytemplate1 .arm_dp_user_link:hover,.arm_template_wrapper_directorytemplate1 .arm_user_link:hover,.arm_template_wrapper_directorytemplate1 .arm_view_profile_btn_wrapper .arm_view_profile_user_link:hover,.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields a:hover{box-shadow:none}.arm_template_wrapper_directorytemplate1 .arm_user_avatar img{width:100%;height:100%;-moz-border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;border-radius:15px;border:0!important;padding:0}.arm_template_wrapper_directorytemplate1 .arm_user_link{display:block;font-size:17px;font-weight:700;text-align:center;color:#565765;margin:5px 0 8px 0;text-transform:capitalize;float:left;width:100%;line-break:anywhere}.arm_template_wrapper_directorytemplate1 .arm_member_since_detail_wrapper{width:100%;float:left;margin-bottom:10px}.arm_template_wrapper_directorytemplate1 ul.arm_memeber_field_wrapper li{margin-bottom:15px}.arm_template_wrapper_directorytemplate1 .arm_member_since_detail_wrapper span{text-align:center;display:block}.arm_template_wrapper_directorytemplate1 .arm_badges_detail{float:left;width:100%;text-align:center;margin-bottom:10px}.arm_template_wrapper_directorytemplate1 .arm_badges_detail .arm-user-badge{float:none;display:inline-block;width:30px!important;height:30px!important;margin:0 5px 5px 0}.arm_template_wrapper_directorytemplate1 .arm_badges_detail .arm-user-badge img{width:100%!important;height:100%!important;box-shadow:none;border:none;padding:0}.arm_template_wrapper_directorytemplate1 .arm_directory_container ul{margin-bottom:10px}.arm_template_wrapper_directorytemplate1 .arm_template_container.arm_directory_container .arm_user_block .arm_view_profile_btn_wrapper a{margin-bottom:10px;border:1px solid #C6C9DF;box-sizing:border-box;border-radius:6px}.arm_template_wrapper_directorytemplate1 .arm_last_active_text{float:left;width:100%;text-align:center;margin-bottom:20px}.arm_template_wrapper_directorytemplate1 .arm_view_profile_btn_wrapper{float:left;width:100%;text-align:center;margin-top:15px}.arm_template_wrapper_directorytemplate1 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate1 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;padding-top:0;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 20px;border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields{float:left;width:26px;height:26px;margin-right:5px;margin-top:8px;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks{width:100%;text-align:center;margin-bottom:10px}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields{float:none;width:22px;height:22px;background:#ccc;margin-right:10px;margin-bottom:10px;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;display:inline-block}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:0;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields>a{color:#fff;padding-right:2px;display:inline-block;border-radius:50%;width:100%;height:100%;margin-top:-1px}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields>a::before{position:relative;top:0;left:0}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate1 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:4px}.arm_template_wrapper_directorytemplate1 .arm_user_btns{text-align:center;margin:10px auto;display:block;width:100%;min-height:35px}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_user_block_with_follow .arm_user_btns{margin:0 auto 10px;position:absolute;left:0;bottom:0}.arm_template_wrapper_directorytemplate1 a.disabled{cursor:not-allowed}.arm_template_wrapper_directorytemplate1 .arm_user_badges_detail{text-align:center;display:inline-block}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_user_block_left{float:right}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_user_block{border-left:none;border-right:1px solid #e2e9ed}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_user_block:first-child{border-left:none;border-right:0}.arm_template_wrapper_directorytemplate1 .arm_directory_form_rtl .arm_directorytemplate1_seperator+.arm_user_block{border-right:0}.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper,.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper .arm_display_member_profile{width:100%}.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{text-align:left;width:100%;display:inline-block;vertical-align:middle;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{text-align:left;width:100%;vertical-align:middle;display:inline-block;word-break:break-all;word-break:break-word;line-height:22px;font-weight:bold!important}.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li:last-child{border:none}.arm_template_wrapper_directorytemplate1 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value .arm_old_uploaded_file{float:none;margin:10px 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:100%;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:52%;margin-right:2%;padding:0 0 0 16px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:5px;line-height:initial;padding:0 30px!important;height:38px;margin-right:12px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:flex;margin-left:10px;margin-right:-7px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{padding:0 30px!important}@media (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:31%;margin-right:2%}}@media (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_filters_wrapper{padding:0 0 0 15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper{margin-right:0;margin-bottom:15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_field_list_filter{width:45%;margin-right:5%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_field_list_filter select{width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_list_by_filters{width:31%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_list_by_filters select{width:90%;float:left}}@media (max-width:768px){.arm_template_wrapper_directorytemplate1 .arm_user_block{width:33%!important;margin:0 auto!important;float:none!important;display:inline-block!important}.arm_template_wrapper_directorytemplate1 .arm_directorytemplate1_seperator{margin-bottom:0!important;width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_field_list_filter{width:45%;margin-right:5%}.arm_search_filter_container_type_0 .arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper{width:50%;min-width:50%}.arm_search_filter_container_type_0 .arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper{width:50%;min-width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_filters_wrapper{padding:0 0 0 15px}.arm_template_wrapper .arm_directory_list_by_filters select{max-width:100%}}@media (max-width:600px){.arm_template_wrapper_directorytemplate1 .arm_directory_filters_wrapper{padding:0!important;border-bottom:none!important}.arm_template_wrapper_directorytemplate1 .arm_directorytemplate1_seperator{display:none!important}.arm_template_wrapper_directorytemplate1 .arm_user_block{border:none!important;border-bottom:1px solid #DBE1E8!important;margin-bottom:15px!important;float:none!important;margin:0 auto!important;display:block!important}.arm_template_wrapper_directorytemplate1 .remove_bottom_border{border-bottom:none!important}.arm_template_wrapper_directorytemplate1 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate1 .arm_directory_field_list_filter{float:left;width:100%!important;text-align:center;max-width:100%;margin-bottom:20px}.arm_template_wrapper_directorytemplate1 .arm_directory_field_list_filter select,.arm_template_wrapper_directorytemplate1 .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_0 .arm_directory_search_wrapper{width:80%;min-width:80%;max-width:80%!important;margin-left:0;margin-right:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_wrapper,.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_list_by_filters{width:45%;min-width:45%;max-width:45%!important;margin-left:0;margin-right:8px}.arm_template_wrapper_directorytemplate1 .arm_user_block{width:70%!important;min-width:165px}.arm_template_wrapper_directorytemplate1 .arm_user_social_blocks .arm_user_social_fields>a::before{top:5px}}.arm_template_preview_popup.arm_mobile_wrapper .arm_template_wrapper_directorytemplate1 .remove_bottom_border_preview{border-bottom:none!important}.arm_template_preview_popup.arm_mobile_wrapper .arm_template_wrapper_directorytemplate1 .arm_directorytemplate1_seperator{display:none!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:80%}@media(max-width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper input.arm_directory_search_box{max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 #arm_loader_img{display:none;position:relative;width:32px;height:32px;margin-left:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_user_top{margin-top:35px}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{max-width:100%;display:flex;width:100%;flex-wrap:wrap;flex-direction:column!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper_top{display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%;max-width:100%;margin-top:10px;margin-left:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{display:flex;flex-direction:column;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_wrapper>.arm_button_search_filter_btn_div_top{align-self:center}}@media(max-width:961px) and (min-width:769px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_directory_list_by_filters{min-width:19%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:46%;margin-right:20px}.arm_template_wrapper_directorytemplate1 .arm_user_block{width:33%;min-width:175px;display:inline-block;margin:0;padding:5px;vertical-align:top;position:relative;border-left:1px solid #e2e9ed}}@media(max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 #arm_loader_img{display:none;position:relative!important;width:32px;height:32px}}@media(max-width:425px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_wrapper>.arm_button_search_filter_btn_div_top{display:flex;align-self:center}}@media (max-width:500px){.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_search_wrapper,.arm_template_wrapper.arm_template_wrapper_directorytemplate1 .arm_search_filter_container_type_1 .arm_directory_list_by_filters{min-width:45%;max-width:100%!important;margin-left:0;margin-right:8px}.arm_template_wrapper_directorytemplate1 .arm_user_block.arm_directorytemplate1_last_field{border-bottom:1px solid #e2e9ed!important}}.arm_template_wrapper.arm_template_wrapper_directorytemplate2{border:1px #e0e0e0 solid;padding-left:20px;padding-right:20px;max-width:1200px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;float:none;display:block;margin:0 auto;width:100%;max-width:1000px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 0 0 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_template_container .arm_user_block{border:1px solid #e2e9ed;display:flex;flex-grow:1;margin-top:32px;height:auto;padding-left:10px;padding-right:6px;padding-top:15px;padding-top:15px;margin-left:15px;margin-right:15px;margin-bottom:0;flex-direction:row;box-shadow:0 2px 12px rgb(31 73 223 / .16);border-radius:16px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 #arm_loader_img{display:none;position:relative;width:28px;height:28px;margin-top:0;left:8px;top:6px;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_template_container .arm_user_block:first-child{border-top:1px solid #e2e9ed}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"].arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_btn{float:left;background:#ececec;border:1px #e0e0e0 solid;color:#454545;line-height:37px;position:relative;height:38px;width:38px;margin-left:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_btn img{margin-top:9px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_btn{width:26px;height:30px;padding:4px 7px 4px 9px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_clear_wrapper{float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_template_container{display:inline-block}.arm_template_wrapper_directorytemplate2 .arm_template_container{border:0}.arm_template_wrapper_directorytemplate2 .arm_user_block{width:97%;display:block;padding:15px 0;border:1px solid #e1e1e1;border-width:0 0 1px 0;transition:all 0.2s ease 0s;float:left}.arm_template_wrapper_directorytemplate2 .arm_user_block:hover{box-shadow:0 0 25px 0 rgb(1 121 233 / .15);-webkit-box-shadow:0 0 25px 0 rgb(1 121 233 / .15);-moz-box-shadow:0 0 25px 0 rgb(1 121 233 / .15);-o-box-shadow:0 0 25px 0 rgb(1 121 233 / .15)}.arm_template_wrapper_directorytemplate2 .arm_user_block_left{float:left;vertical-align:top;max-width:25%;width:91px;height:91px;display:inline-block;margin:0 0 5px 15px}.arm_template_wrapper_directorytemplate2 .arm_user_block_right{float:left;vertical-align:top;max-width:83%;width:100%;margin:0 0 0 30px;text-align:left}.arm_template_wrapper_directorytemplate2 .arm_dp_user_link{display:block}.arm_template_wrapper_directorytemplate2 .arm_user_avatar{width:100%;height:100%;border:1px #e9e9e9 solid;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.arm_template_wrapper_directorytemplate2 .arm_user_avatar img{min-width:85px;min-height:85px;max-width:89px;max-height:89px;width:91px;height:91px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;border:0!important}.arm_template_wrapper_directorytemplate2 .arm_user_link{display:inline-block;margin:4px 20px 8px 0;font-size:18px;float:left;color:#0179e9;text-transform:capitalize;width:auto}.arm_template_wrapper_directorytemplate2 .arm_user_desc_box,.arm_template_wrapper_directorytemplate2 .arm_last_active_text{float:left;width:100%;margin-top:5px;text-align:justify}.arm_template_wrapper_directorytemplate2 .arm_last_active_text{margin-bottom:15px}.arm_template_wrapper_directorytemplate2 .arm_user_block:hover .arm_user_link{color:#000!important}.arm_template_wrapper_directorytemplate2 .arm_user_block:hover .arm_user_link:hover,.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_user_social_fields a:hover{box-shadow:none}.arm_template_wrapper_directorytemplate2 .arm_user_desc_box{display:block;font-size:14px;color:#9c9c9c;margin:5px 0 10px}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks{width:100%;text-align:center;margin-bottom:10px}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_user_social_fields{float:left;width:22px;height:22px;background:#ccc;margin-right:10px;margin-bottom:10px;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;text-align:center}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:0;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate2 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate2 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;border-radius:6px;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 15px;border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate2 .arm_view_profile_btn_wrapper .arm_view_profile_user_link{height:34px;padding:0 24px 0 24px;line-height:34px}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_user_social_fields>a{color:#fff;padding-right:2px;display:inline-block;border-radius:50%;width:100%;height:100%;margin-top:-1px}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_user_social_fields>a::before{position:relative;top:0;left:0}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate2 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:4px}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right;margin-right:20px;margin-left:0}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_user_block_left{float:right;margin-right:10px;margin-left:0}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate2 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper_directorytemplate2 .arm_directory_paging_container.arm_directory_paging_container_infinite,.arm_template_wrapper_directorytemplate2 .arm_directory_paging_container_infinite{margin-bottom:20px;margin-top:20px;display:inline-block;width:100%}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper{width:100%;display:inline-block}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile{width:100%}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li{padding:9px 0 9px 0;border-bottom:1px solid #ebebeb}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{width:40%;text-align:left;display:inline-block;vertical-align:middle;word-break:break-all;word-break:break-word;padding-right:5px;line-height:22px}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:60%;text-align:left;vertical-align:middle;display:inline-block;word-break:break-all;word-break:break-word;padding-left:5px;line-height:22px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:100%;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:56%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:5px;line-height:initial;padding:0 30px!important;height:38px;margin-right:15px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:flex;margin-left:10px;margin-right:-7px;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{padding:0 30px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:85%;padding:0 0 0 12px}@media (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{width:41%;min-width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_field_list_filter{width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_field_list_filter select{max-width:100%;width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_list_by_filters select{width:100%;max-width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_filters_wrapper{padding:0 0 0 15px}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label,.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:50%}}@media (max-width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_field_list_filter{width:35%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{margin-right:0;max-width:50%;width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_list_by_filters select{width:100%;max-width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_list_by_filters{max-width:100%;width:50%}}@media(max-width:1024px) and (min-width:962px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:95%}.arm_template_wrapper_directorytemplate2 .arm_user_block_right{width:inherit}}@media(max-width:961px) and (min-width:769px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_list_by_filters{min-width:19%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:46%;margin-right:10px}.arm_template_wrapper_directorytemplate2 .arm_user_block_right{width:80%;margin-top:25px}.arm_template_wrapper_directorytemplate2 .arm_user_social_blocks{margin-left:15%;margin-top:-5%}}@media(max-width:768px) and (min-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_user_top{margin-top:35px}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{max-width:100%;display:flex;width:100%;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper_top{display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:78%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_list_by_filters{min-width:48%}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{display:flex;flex-direction:column;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_container_type_1 .arm_directory_search_wrapper>.arm_button_search_filter_btn_div_top{align-self:center}}@media(max-width:425px){.arm_template_wrapper_directorytemplate2 .arm_user_block_right{display:flex;max-width:80%;flex-wrap:wrap;flex-direction:column;align-items:center}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2{padding-left:20px!important}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label,.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:100%;text-align:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_user_top{display:flex;flex-direction:column;flex-wrap:wrap}.arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%;max-width:100%}.arm_template_wrapper_directorytemplate2 .arm_user_block_right{float:left;vertical-align:top;max-width:80%;width:100%;margin:0 0 0 30px;text-align:center!important}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li{padding:9px 0 9px 0;display:grid;border-bottom:1px solid #ebebeb}.arm_template_wrapper_directorytemplate2 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{width:100%}.arm_template_wrapper_directorytemplate2 .arm_user_block_left{margin:0 0 5px 0;float:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_template_container .arm_user_block{display:block;padding-left:0;padding-right:0}}@media(max-width:320px){.arm_template_wrapper.arm_template_wrapper_directorytemplate2 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:-31px}}.arm_template_wrapper.arm_template_wrapper_directorytemplate3{float:none;width:100%;max-width:1100px;border:1px solid #e0e0e0;padding-left:20px!important;padding-right:20px!important;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:85%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_btn{float:left;width:38px;height:38px;background:#ececec;border:1px solid #e0e0e0;color:#000;padding:0 7px 0 9px;position:relative;margin-left:12px;line-height:35px}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:56%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_clear_wrapper{float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_template_container{display:inline-block}.arm_template_wrapper_directorytemplate3 .arm_user_block{border:1px solid #e0e0e0;min-width:244px;display:inline-block;position:relative;border-radius:8px;width:244px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;vertical-align:top;padding:10px 15px;margin:0 10px 30px 10px}.arm_template_wrapper_directorytemplate3 .arm_user_block.arm_user_block_with_follow{padding:10px 10px}.arm_template_wrapper_directorytemplate3 .arm_cover_bg_wrapper{display:inline-block;width:100%;background-color:#F4F4F4;height:105px;position:absolute;top:0;left:0;right:0;border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0}.arm_template_wrapper_directorytemplate3 .arm_cover_bg_wrapper img{border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0}.arm_template_wrapper_directorytemplate3 .arm_dp_user_link{display:inline-block;width:100%;text-align:center}.arm_template_wrapper_directorytemplate3 .arm_dp_user_link:hover,.arm_template_wrapper_directorytemplate3 .arm_user_link:hover,.arm_template_wrapper_directorytemplate3 .arm_view_profile_btn_wrapper .arm_view_profile_user_link:hover{box-shadow:none}.arm_template_wrapper_directorytemplate3 .arm_user_avatar{max-width:75%;width:110px;margin:43px auto 15px auto;vertical-align:middle;position:relative;background-color:#FFF;border:6px solid #FFF;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px}.arm_template_wrapper_directorytemplate3 .arm_user_avatar img{width:100%;height:100%;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px;max-width:100%;max-height:100%;transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0)}.arm_template_wrapper_directorytemplate3 .arm_user_block:hover .arm_user_avatar img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-o-transition-duration:0.6s;-ms-transition-duration:0.6s}.arm_template_wrapper_directorytemplate3 .arm_user_link{display:inline-block;width:100%;text-align:center;color:#424242!important;margin:0 0 12px;text-transform:capitalize;position:relative}.arm_template_wrapper_directorytemplate3 .arm_user_link span{font-size:inherit;display:inline-block;background:#FFF;position:relative;padding:0 5px}.arm_template_wrapper_directorytemplate3 .arm_user_link:before{content:"";display:inline-block;width:100%;background-color:#00aff0;position:absolute;left:0;top:55%;padding:0;margin:0;height:2px}.arm_template_wrapper_directorytemplate3 .arm_last_active_text{font-size:14px;color:#7f7f7f;font-family:Open Sans;margin-bottom:25px}.arm_template_wrapper_directorytemplate3 a.disabled{cursor:not-allowed}.arm_template_wrapper_directorytemplate3 .arm_user_badges_detail{text-align:center;display:inline-block;width:100%;margin-bottom:5px;margin-top:5px}.arm_template_wrapper_directorytemplate3 .arm-user-badge{float:none;display:inline-block;width:30px;height:30px}.arm_template_wrapper_directorytemplate3 .arm-user-badge img{width:100%!important;height:100%!important}.arm_template_wrapper_directorytemplate3 .arm_view_profile_btn_wrapper{float:left;width:100%;text-align:center}.arm_template_wrapper_directorytemplate3 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate3 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;border-radius:6px;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 15px;border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate3 ul.arm_memeber_field_wrapper li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #CED4DE}.arm_template_wrapper_directorytemplate3 ul.arm_memeber_field_wrapper li:last-child{border-bottom:none}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks{float:left;width:100%;margin-bottom:0}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:2px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_prof_div:last-child>a{margin-right:0}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks{width:100%;text-align:center;margin-bottom:10px;display:inline-block;text-align:center}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_user_social_fields{float:none;display:inline-block;margin:0 auto}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate3 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate3 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:4px}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_user_block_left{float:right}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate3 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:100%;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:56%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:5px;line-height:initial;padding:0 30px!important;height:38px;margin-right:15px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:flex;margin-left:10px;margin-right:-7px;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{padding:0 30px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_member_since_detail_wrapper{text-align:center}@media (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_filters_wrapper{padding:0 0 0 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper{float:left;width:46%;min-width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_field_list_filter{width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_field_list_filter select{width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_list_by_filters{width:47%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_list_by_filters select{width:90%;max-width:100%}}@media (max-width:530px){.arm_template_wrapper_directorytemplate3 .arm_directory_filters_wrapper{float:left!important;width:100%!important;padding:0!important;text-align:center!important}.arm_template_wrapper_directorytemplate3 .arm_directory_field_list_filter,.arm_template_wrapper_directorytemplate3 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper{width:100%!important;text-align:center!important;max-width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_box{width:100%!important}.arm_template_wrapper_directorytemplate3 .arm_user_block{margin:0 auto 30px!important;width:90%!important;max-width:90%!important;min-width:90%!important}.arm_template_wrapper_directorytemplate3 .arm_user_avatar{max-width:95%}.arm_template_wrapper_directorytemplate3 .arm_directory_field_list_filter select,.arm_template_wrapper_directorytemplate3 .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper{width:100%!important}}@media (min-width:531px) and (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate3{padding:60px 50px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_filters_wrapper{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_field_list_filter{width:41%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_container_type_0 .arm_directory_search_wrapper{min-width:40%;width:41%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{min-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_list_by_filters select{width:100%;max-width:100%}.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{max-width:48%!important;width:100%}.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:100%;margin-top:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:10px}.arm_template_wrapper_directorytemplate3 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top{max-width:48%;width:100%}}@media (min-width:769px) and (max-width:1200px){.arm_template_wrapper.arm_template_wrapper_directorytemplate3{padding:60px 50px!important}.arm_template_wrapper_directorytemplate3 .arm_user_block{min-width:245px!important;width:28%!important}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_filters_wrapper{border-bottom:0}}@media (max-width:325px){.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate3 .arm_directory_search_wrapper{width:65%!important}}.arm_template_wrapper.arm_template_wrapper_directorytemplate4{float:none;width:100%;max-width:1100px;border:1px solid #e0e0e0;padding-left:20px;padding-right:20px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 0 0 15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto;margin-right:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_btn{float:left;width:38px;height:38px;background:#ececec;border:1px solid #e0e0e0;color:#000;padding:0 7px 4px 9px;position:relative}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_btn span{margin-left:4px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_clear_wrapper{float:left;padding:3px 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_template_container{display:inline-block}.arm_template_wrapper_directorytemplate4 .arm_user_block{background-position:center center;background-size:cover;width:100%;min-width:195px;max-width:220px;display:inline-block;margin:0 13px 25px;padding:0px!important;vertical-align:top;position:relative;height:auto;border:1px #ececec solid;position:relative;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;overflow:hidden;-webkit-overflow:hidden;-o-overflow:hidden;-moz-overflow:hidden}.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container{float:left;width:100%;height:100%;position:absolute;left:0;top:0;display:inherit;overflow:hidden;background:rgb(10 12 21 / .5);opacity:0;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;transition:all 0.6s}.arm_template_wrapper_directorytemplate4 .arm_user_block:hover .arm_user_block_inner_container{opacity:1;transition:all 0.6s}.arm_template_wrapper_directorytemplate4 .arm_user_avatar{width:100%;max-width:220px;height:220px;position:relative;min-width:220px}.arm_template_wrapper_directorytemplate4 .arm_dp_user_link{display:block;border:0}.arm_template_wrapper_directorytemplate4 .arm_user_avatar img{width:220px;height:220px;min-width:220px;min-height:220px;max-width:220px;max-height:220px;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-o-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;border:0!important;z-index:inherit!important}.arm_template_wrapper_directorytemplate4 .arm_user_link{float:left;width:100%;position:absolute;bottom:0;left:0;min-height:40px;text-transform:uppercase;text-align:center;padding:15px 10px;border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-o-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;color:#ffffff!important}.arm_template_wrapper_directorytemplate4 .arm_badges_detail{float:left;width:100%;margin-top:10px;margin-bottom:10px;padding:0 10px}.arm_template_wrapper_directorytemplate4 .arm_badges_detail .arm-user-badge{float:none;display:inline-block;width:23px!important;height:23px!important;margin:0 5px 5px 0!important}.arm_template_wrapper_directorytemplate4 .arm_badges_detail .arm-user-badge img{width:100%!important;height:100%!important}.arm_template_wrapper_directorytemplate4 .arm_last_active_text{float:left;width:100%;text-align:center;margin-bottom:20px;color:#ffffff!important}.arm_template_wrapper_directorytemplate4 .arm_view_profile_btn_wrapper{float:left;width:100%;text-align:center;margin-bottom:0}.arm_template_wrapper_directorytemplate4 .arm_view_profile_btn_wrapper>.arm_view_profile_user_link{float:none;display:inline-block;border:none;min-height:34px;text-transform:uppercase;padding:10px 15px 8px;margin:0 auto 3px;line-height:normal;border-radius:25px;-webkit-border-radius:7px;-o-border-radius:7px;-moz-border-radius:7px;width:auto;min-width:126px;cursor:pointer}.arm_template_wrapper_directorytemplate4 .arm_view_profile_btn_wrapper a.arm_view_profile_user_link:hover{box-shadow:none}.arm_template_wrapper_directorytemplate4 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate4 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;border-radius:6px;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 15px;border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate4 .arm_view_profile_btn_wrapper .arm_view_profile_user_link{height:34px;padding:0 24px 0 24px;line-height:34px;margin-bottom:5px}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_user_social_fields{float:left;width:26px;height:26px;background:#ccc;margin-right:5px;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;text-align:center}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks{width:100%;margin-bottom:10px;text-align:center}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_user_social_fields{float:none;width:22px;height:22px;background:#ccc;margin-right:10px;margin-bottom:10px;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;text-align:center;display:inline-block}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:0;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_user_social_fields>a{color:#fff;padding-right:2px;display:inline-block;border-radius:50%;width:100%;height:100%;margin-top:-1px}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_user_social_fields>a::before{position:relative;top:0;left:0}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate4 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate4 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:4px}.arm_template_wrapper_directorytemplate4 .arm_user_follow_detail{width:100%;display:block}.arm_template_wrapper_directorytemplate4 .arm_follower_count,.arm_template_wrapper_directorytemplate4 .arm_following_count{font-size:14px;color:#c1bbc1;width:49%;display:inline-block;padding:0 5px;margin:0}.arm_template_wrapper_directorytemplate4 .arm_follower_count{text-align:right}[dir='rtl'] .arm_template_wrapper_directorytemplate4 .arm_follower_count{text-align:left}.arm_template_wrapper_directorytemplate4 .arm_following_count{text-align:left}[dir='rtl'] .arm_template_wrapper_directorytemplate4 .arm_following_count{text-align:right}.arm_template_wrapper_directorytemplate4 .arm_follower_count .arm_count_txt,.arm_template_wrapper_directorytemplate4 .arm_following_count .arm_count_txt{color:#565765}.arm_template_wrapper_directorytemplate4 .arm_user_btns{text-align:center;margin:10px auto;display:block;width:100%;min-height:35px}.arm_template_wrapper_directorytemplate4 .arm_user_block.arm_user_block_with_follow .arm_user_btns{margin:0 auto 10px;position:absolute;left:0;bottom:0}.arm_template_wrapper_directorytemplate4 .arm_user_follow_btn a{min-width:85px;height:auto;background:#00aff0;background-position:12px center;background-color:#00aff0;border:1px #019fda solid;color:#fff;font-size:14px;text-align:left;padding:9px 10px 8px 10px;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;opacity:1}.arm_template_wrapper_directorytemplate4 .arm_user_follow_btn a.following{padding:9px 10px 8px 10px;text-align:center;background:transparent!important;color:#333!important}.arm_template_wrapper_directorytemplate4 .arm_user_follow_btn a.following i{display:none}.arm_template_wrapper_directorytemplate4 .arm_user_follow_btn a:hover{opacity:.9;transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s}.arm_template_wrapper_directorytemplate4 a.disabled{cursor:not-allowed}@-webkit-keyframes hvr-ripple-out{100%{top:-20px;right:-20px;bottom:-20px;left:-20px;opacity:0;border:4px #00aff0 solid}}@keyframes hvr-ripple-out{100%{top:-20px;right:-20px;bottom:-20px;left:-20px;opacity:0;border:4px #00aff0 solid}}.arm_template_wrapper_directorytemplate4 .arm_user_badges_detail{text-align:center;display:inline-block}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_user_follow_detail{direction:rtl;right:0}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_user_block_left{float:right}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate4 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper{width:100%}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper .arm_display_member_profile{width:100%;min-height:120px;height:120px;overflow:hidden}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper .arm_display_member_profile ul.arm_memeber_field_wrapper{min-height:120px;height:120px;overflow:hidden;padding:0;margin:0}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li{padding:7px 0 7px 0}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{width:100%;text-align:center;display:inline-block;vertical-align:middle;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper_directorytemplate4 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:100%;text-align:center;vertical-align:middle;display:inline-block;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:80%}@media (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_filters_wrapper{padding:0 0 0 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{float:left;width:45%;min-width:50%;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_field_list_filter{width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_field_list_filter select{width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_list_by_filters{width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_0 .arm_directory_list_by_filters{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_list_by_filters select{width:90%;max-width:100%;float:left}}@media (max-width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4{padding:60px 15px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 0 0 15px}}@media(max-width:425px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 0 0 15px}}@media(min-width:400px) and (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_container .arm_user_block{width:70%!important;max-width:90%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_template_container{display:block!important}}@media (max-width:600px) and (min-width:501px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_field_list_filter select,.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_list_by_filters select{max-width:100%;float:left;width:90%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{width:100%;float:none;max-width:56%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_field_list_filter,.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_list_by_filters{width:100%;text-align:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_clear_wrapper{float:none}.arm_template_wrapper .arm_search_filter_container_type_0 .arm_directory_field_list_filter{max-width:90%;width:90%!important}.arm_template_wrapper .arm_directory_search_wrapper,.arm_template_wrapper .arm_directory_list_of_filters,.arm_template_wrapper .arm_directory_list_by_filters,.arm_template_wrapper .arm_directory_field_list_filter{width:100%;margin-bottom:20px}}@media (max-width:500px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_container .arm_user_block{width:85%;max-width:90%!important}.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_search_wrapper,.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_field_list_filter{width:45%!important;text-align:center;max-width:100%!important}.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important;width:90%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_field_list_filter select,.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_list_by_filters select{width:100%;max-width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{width:50%!important}}@media (max-width:325px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{width:68%!important}}@media (max-width:480px){.arm_template_wrapper_directorytemplate4 .arm_user_block{max-width:100%!important}.arm_template_wrapper_directorytemplate4 .arm_user_avatar{width:100%!important;max-width:100%!important}.arm_template_wrapper_directorytemplate4 .arm_user_avatar img{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper{width:68%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:100%!important;margin-right:0px!important}}.arm_template_wrapper_directorytemplate4 .arm_badges_detail .arm-user-badge{float:none;display:inline-block;width:23px!important;height:23px!important;margin:0 7px 5px 0!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:7px;line-height:initial;padding:10px 30px;height:40px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_template_container{display:flex;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container .arm_user_name{color:#fff;text-align:center;margin-top:28%;margin-bottom:10px;width:200px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;margin:0 auto}.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container .arm_user_joined{text-align:center;margin-bottom:10px}.arm_template_wrapper_directorytemplate4 .arm_user_block{background-position:center center;background-size:cover;width:100%;min-width:195px;max-width:220px;display:inline-block;margin:0 18px 25px;padding:0px!important;vertical-align:top;position:relative;height:auto;border:1px #ececec solid;position:relative;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;overflow:hidden;-webkit-overflow:hidden;-o-overflow:hidden;-moz-overflow:hidden}.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container .arm_user_joined>.arm_member_since_detail_wrapper{color:#FFF!important;font-size:13px!important}.arm_template_wrapper_directorytemplate4 .arm_template_container.arm_directory_container .arm_user_block .arm_view_profile_btn_wrapper a{color:#fff!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%!important;display:flex;max-width:100%;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top{width:100%;display:flex;flex-wrap:wrap;padding:8px;margin-left:5px;margin-top:25px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:flex;margin-right:-7px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:51%;margin-right:2%;padding:0 0 0 16px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:auto;margin-right:10px}@media(max-width:450px){.arm_template_wrapper_directorytemplate4 .arm_badges_detail{float:left;width:100%;text-align:center;margin-top:10px;margin-bottom:10px;padding:0 10px;margin-left:-55px}}@media(max-width:375px){.arm_template_wrapper_directorytemplate4 .arm_user_block{margin:0 auto}.arm_template_wrapper_directorytemplate4 .arm_badges_detail{float:left;width:100%;text-align:center;margin-top:10px;margin-bottom:10px;padding:0 10px;margin-left:-70px}}@media(max-width:320px){.arm_template_wrapper_directorytemplate4 .arm_badges_detail{margin-left:-45px}}@media(min-width:420px)and (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_container .arm_user_block{width:65%;max-width:90%!important}}@media(min-width:376px) and (max-width:426px){.arm_template_wrapper_directorytemplate4 .arm_user_block{margin:0 50px 25px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_container .arm_user_block{width:70%!important;max-width:90%!important}}@media (min-width:480px) and (max-width:600px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%!important;display:flex;max-width:768px;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 input.arm_directory_search_box{max-width:90%!important}}@media(min-width:769px) and (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:53%;margin-right:2%}.arm_template_wrapper_directorytemplate4 .arm_user_block{background-position:center center;background-size:cover;width:100%;min-width:0;max-width:190px}.arm_template_wrapper_directorytemplate4 .arm_user_avatar img{width:190px;min-width:190px;height:230px}}@media (max-width:768px) and (min-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top{width:100%;display:flex;padding:8px;flex-direction:row;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:768px;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:48%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:56%;margin-right:0;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{place-self:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top{max-width:48%;width:100%;margin-right:2%;top:auto;margin-top:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top select{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{float:left;width:100%;min-width:100%;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate4{padding-left:20px!important;padding-right:20px!important}.arm_template_wrapper_directorytemplate4 .arm_user_block{background-position:center center;background-size:cover;width:100%;min-width:0;max-width:190px}.arm_template_wrapper_directorytemplate4 .arm_user_avatar img{width:190px;min-width:190px}.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container .arm_user_joined>.arm_member_since_detail_wrapper{color:#FFF!important;padding:0px!important;font-size:12px!important}}@media (min-width:480px) and (max-width:600px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper input.arm_directory_search_box{max-width:100%!important}}@media (max-width:480px){.arm_template_wrapper_directorytemplate4 .arm_user_block .arm_user_block_inner_container .arm_user_name{color:#fff;text-align:center;margin-top:29%!important;margin-bottom:10px}.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important;width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_container .arm_user_block{width:90%;max-width:90%!important}}@media (max-width:1024px){.arm_template_wrapper_directorytemplate4 .arm_user_block{margin:0 13px 25px}}.arm_template_wrapper_directorytemplate4,.arm_template_wrapper_directorytemplate4 *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;line-height:normal;padding-top:0px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{border-radius:5px;line-height:initial;padding:0 30px!important;height:38px;text-transform:none;cursor:pointer}.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{padding:0 30px!important;margin-left:12px}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate4 .arm_directory_search_wrapper #arm_loader_img{position:absolute!important;margin-top:55px}}.arm_template_wrapper.arm_template_wrapper_directorytemplate5{float:none;width:100%;max-width:1100px;border:1px solid #e0e0e0;padding-left:25px;padding-right:25px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 0 0 50px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto;margin-right:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_0 .arm_directory_search_wrapper{margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_btn{float:left;width:38px;height:38px;background:#ececec;border:1px solid #e0e0e0;color:#000;padding:0 7px 4px 9px;position:relative}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_btn span{margin:4px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_clear_wrapper{float:left;padding:3px 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_template_container{display:flex;flex-wrap:wrap}.arm_template_wrapper_directorytemplate5 .arm_user_block{width:216px;min-width:195px;display:inline-block;margin:10px;padding:17px;vertical-align:top;position:relative;text-align:center}.arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator+.arm_user_block{border-left:0}.arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator{float:none;display:block;margin:0 auto!important;width:98%!important;height:1px!important;padding:0!important;border-top:1px solid #e2e9ed}.arm_template_wrapper_directorytemplate5 .arm_user_block.arm_user_block_with_follow{padding:15px 5px 30px}.arm_template_wrapper_directorytemplate5 .arm_user_avatar{display:block;max-width:100%;width:92px;margin:40px auto 18px auto;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px #fff0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;border:none;overflow:hidden;-moz-border-top-left-radius:20px;-webkit-border-top-left-radius:20px;-o-border-top-left-radius:20px;border-top-left-radius:20px;-moz-border-top-right-radius:4px;-webkit-border-top-right-radius:4px;-o-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-bottom-left-radius:4px;-o-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-bottom-right-radius:20px;-webkit-border-bottom-right-radius:20px;-o-border-bottom-right-radius:20px;border-bottom-right-radius:20px}.arm_template_wrapper_directorytemplate5 .arm_user_avatar:before{content:'';position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:4px solid #e4e6e7;-moz-border-top-left-radius:25px;-webkit-border-top-left-radius:25px;-o-border-top-left-radius:25px;border-top-left-radius:25px;-moz-border-top-right-radius:0;-webkit-border-top-right-radius:0;-o-border-top-right-radius:0;border-top-right-radius:0;-moz-border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;-o-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-bottom-right-radius:25px;-webkit-border-bottom-right-radius:25px;-o-border-bottom-right-radius:25px;border-bottom-right-radius:25px}.arm_template_wrapper_directorytemplate5 .arm_user_block:hover .arm_user_avatar:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1}.arm_template_wrapper_directorytemplate5 .arm_dp_user_link{display:block;border:0}.arm_template_wrapper_directorytemplate5 .arm_dp_user_link:hover,.arm_template_wrapper_directorytemplate5 .arm_user_link:hover,.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_user_social_fields a:hover{box-shadow:none}.arm_template_wrapper_directorytemplate5 .arm_user_avatar img{width:100%;height:100%;-moz-border-top-left-radius:20px;-webkit-border-top-left-radius:20px;-o-border-top-left-radius:20px;border-top-left-radius:20px;-moz-border-top-right-radius:0;-webkit-border-top-right-radius:0;-o-border-top-right-radius:0;border-top-right-radius:0;-moz-border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;-o-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-bottom-right-radius:20px;-webkit-border-bottom-right-radius:20px;-o-border-bottom-right-radius:20px;border-bottom-right-radius:20px;border:0!important}.arm_template_wrapper_directorytemplate5 .arm_user_avatar:after{content:'';bottom:0;left:0;height:100%;width:100%;position:absolute;transition:all 0.3s ease-out}.arm_template_wrapper_directorytemplate5 .arm_user_avatar:hover:after{content:'';transition:all 0.3s ease-out}.arm_template_wrapper_directorytemplate5 .arm_user_avatar:hover .arm_badges_detail{transition:all 0.8s ease-out;top:50%;transform:translate(-50%,-50%);opacity:1}.arm_template_wrapper_directorytemplate5 .arm_user_link{display:block;font-size:17px;font-weight:700;text-align:center;color:#565765;margin:0 0 8px 0;text-transform:capitalize;float:left;width:100%}.arm_template_wrapper_directorytemplate5 .arm_badges_detail{float:left;width:100%;text-align:center;position:absolute;top:100%;transform:translateX(-50%);display:inline-block;left:50%;z-index:1;transition:all 0.8s ease-out;opacity:0}.arm_template_wrapper_directorytemplate5 .arm_badges_detail .arm-user-badge{float:none;display:inline-block;width:23px!important;height:23px!important;margin:6px 9px 6px 3px}.arm_template_wrapper_directorytemplate5 .arm_badges_detail .arm-user-badge img{min-width:30px!important;min-height:30px!important;width:100%!important;height:100%!important;border-radius:11px}.arm_template_wrapper_directorytemplate5 .arm_last_active_text{float:left;width:100%;text-align:center;margin-bottom:20px}.arm_template_wrapper_directorytemplate5 .arm_view_profile_btn_wrapper{float:left;width:100%;text-align:center}.arm_template_wrapper_directorytemplate5 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate5 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;border-radius:6px;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 15px;border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate5 .arm_view_profile_btn_wrapper .arm_view_profile_user_link{height:34px;padding:0 24px 0 24px;line-height:34px;margin-bottom:5px}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_user_social_fields{float:none;width:26px;height:26px;background:#ccc;margin-right:5px;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;text-align:center}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks{width:100%;margin-bottom:10px}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_user_social_fields{float:none;width:22px;height:22px;background:#ccc;margin-right:10px;margin-bottom:10px;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;text-align:center;display:inline-block}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:0;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_user_social_fields>a{color:#fff;padding-right:2px;display:inline-block;border-radius:50%;padding-top:0px!important;width:100%;height:100%;margin-top:-1px}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_user_social_fields>a::before{position:relative;top:0;left:0}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate5 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:4px}.arm_template_wrapper_directorytemplate5 .arm_user_btns{text-align:center;margin:10px auto;display:block;width:100%;min-height:35px}.arm_template_wrapper_directorytemplate5 .arm_user_block.arm_user_block_with_follow .arm_user_btns{margin:0 auto 10px;position:absolute;left:0;bottom:0}.arm_template_wrapper_directorytemplate5 a.disabled{cursor:not-allowed}@-webkit-keyframes hvr-ripple-out{100%{top:-20px;right:-20px;bottom:-20px;left:-20px;opacity:0;border:4px #00aff0 solid}}@keyframes hvr-ripple-out{100%{top:-20px;right:-20px;bottom:-20px;left:-20px;opacity:0;border:4px #00aff0 solid}}.arm_template_wrapper_directorytemplate5 .arm_user_badges_detail{text-align:center;display:inline-block;margin:0}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_user_block_left{float:right}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper{width:100%}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper .arm_display_member_profile{width:100%}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li{padding:9px 0 16px 0}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{width:100%;text-align:left;display:inline-block;vertical-align:middle;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:100%;text-align:left;vertical-align:middle;display:inline-block;word-break:break-all;word-break:break-word;line-height:22px;font-weight:700!important}.arm_template_wrapper_directorytemplate5 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li:last-child{border:none}.arm_template_preview_popup.arm_mobile_wrapper .arm_template_wrapper_directorytemplate5 .remove_bottom_border_preview{border-bottom:none!important}.arm_template_preview_popup.arm_mobile_wrapper .arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator{display:none!important}.arm_template_wrapper_directorytemplate5 .arm_directory_form_rtl .arm_badges_detail .arm-user-badge{margin:6px 3px 6px 9px}.arm_template_wrapper_directorytemplate5 .arm_user_block{box-shadow:0 2.01845px 20.1845px rgb(136 150 200 / .22);border-radius:12px}.arm_template_wrapper_directorytemplate5 .arm_user_block .arm_member_since_detail_wrapper{color:#757982!important;font-size:12px!important}.arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:100%;flex-wrap:wrap;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper_top{width:100%;display:flex;flex-wrap:wrap;padding:8px;margin-top:25px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:flex;margin-left:10px;margin-right:-7px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_container,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_profile_container{width:100%;display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;margin-top:20px;text-align:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:auto}.arm_template_wrapper_directorytemplate5 .arm_user_badges_detail{margin-top:10px;width:100%}.arm_template_wrapper_directorytemplate5 .arm_user_block{margin:10px}.arm_template_wrapper_directorytemplate5 .arm_user_social_blocks{margin-top:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:51%;margin-right:2%;padding:0 0 0 16px}.arm_template_wrapper_directorytemplate5,.arm_template_wrapper_directorytemplate5 *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;line-height:normal;padding-top:0px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:5px;line-height:initial;padding:0 30px!important;height:38px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{padding:0 30px!important;cursor:pointer;margin-left:12px;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_radio .arm_search_filter_field_radio_item_label,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_dir_filter_input .arm_search_filter_field_radio_item_label{margin-left:5px;vertical-align:top;line-height:24px}@media (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{padding:0 0 0 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{float:left;width:45%;min-width:40%;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter{width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter select{width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters{width:19%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters select{width:90%;max-width:100%;float:left}}@media (max-width:768px){.arm_template_wrapper_directorytemplate5 .arm_user_block{width:46%!important;margin:0 auto!important;float:none!important;display:inline-block!important}.arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator{margin-bottom:0!important;width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{width:50%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters select{width:90%;max-width:100%}}@media (max-width:600px) and (min-width:501px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter select,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters select{max-width:100%;float:left;width:90%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{width:100%;float:left;max-width:60%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters{width:100%;float:left!important;text-align:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_1 .arm_directory_clear_wrapper{float:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_0 .arm_directory_clear_wrapper{float:left}}@media (min-width:501px) and (max-width:600px){.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{padding:0!important;border-bottom:none!important}.arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator{display:none!important}.arm_template_wrapper_directorytemplate5 .arm_user_block{border:none!important;border-bottom:1px solid #DBE1E8!important;margin-bottom:15px!important;float:none!important;margin:0 auto!important;display:block!important;width:70%!important}.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{float:left;width:100%!important;text-align:center}.arm_template_wrapper_directorytemplate5 .arm_directory_search_box,.arm_template_wrapper_directorytemplate5 .arm_directory_search_btn{display:inline-block}}@media (max-width:500px){.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{padding:0!important;border-bottom:none!important}.arm_template_wrapper_directorytemplate5 .arm_directorytemplate1_seperator{display:none!important}.arm_template_wrapper_directorytemplate5 .arm_user_block{border:none!important;border-bottom:1px solid #DBE1E8!important;margin-bottom:15px!important;float:none!important;margin:0 auto!important;display:block!important}.arm_template_wrapper_directorytemplate5 .remove_bottom_border{border-bottom:none!important}.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter,.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{width:100%!important;text-align:center;max-width:100%!important}.arm_template_wrapper_directorytemplate5 .arm_user_block{width:70%!important;min-width:165px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important;width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_field_list_filter select,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_list_by_filters select{width:90%;max-width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{width:90%!important;margin-right:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_0 .arm_directory_search_wrapper{width:60%!important;margin-right:8px}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper{width:90%!important}}@media(min-width:769px) and (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{float:left;width:100%;margin-bottom:50px;padding:0 15px 0 50px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:31%;margin-right:2%}}@media (max-width:768px) and (min-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_container,.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_profile_container{width:100%;display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;margin-top:20px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper_top{width:100%;display:flex;padding:8px;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{float:left;max-width:100%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;display:flex;max-width:768px;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%;margin-left:0;max-width:100%;margin-top:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:48%;margin-right:2%;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:100%;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{place-self:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top{max-width:48%;width:100%;margin-right:2%;top:auto;margin-top:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_filters_wrapper{margin-top:-10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top input{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper_top .arm_search_filter_field_item_top select{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{float:left;width:100%;min-width:100%;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5{padding-left:20px!important;padding-right:20px!important}}@media (max-width:475px){.arm_template_wrapper_directorytemplate5 .arm_user_block{width:90%!important}}@media (min-width:480px) and (max-width:600px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%;margin-left:0;max-width:100%;margin-top:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper input.arm_directory_search_box{max-width:100%!important}}@media (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_template_container{display:flex;flex-wrap:wrap;padding-right:25px}.arm_template_wrapper_directorytemplate5 .arm_user_block{width:206px!important;min-width:195px;display:inline-block;margin:8px;padding:6px;vertical-align:top;position:relative;text-align:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%!important;display:flex;max-width:100%;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%;margin-left:0;margin-top:10px;margin-bottom:10px}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate5 .arm_directory_search_wrapper #arm_loader_img{position:inherit!important}}.arm_template_preview_popup:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6{padding:60px 20px}.arm_template_preview_popup:not(.arm_desktop_wrapper):not(.arm_mobile_wrapper).arm_template_wrapper.arm_template_wrapper_directorytemplate6.arm_body_container{width:auto;display:flex;margin-left:-15px;flex-direction:column}.arm_directory_form_left{display:flex;flex-wrap:nowrap}.wp-core-ui select{max-width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:auto}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_container,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_profile_container{float:left;display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;margin-left:0}.arm_search_filter_type_1.arm_body_container{width:100%;display:flex;margin-left:-15px}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container,.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{width:auto;display:contents;margin-left:-15px}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{padding-left:0}.popup_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%}.popup_wrapper:not(.arm_mobile_wrapper):not(.arm_tablet_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:51%;margin-right:2%}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:100%;margin-right:4%;margin-bottom:15px}.arm_tablet_wrapper.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:auto!important}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:-5px;margin-right:0}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:-5px;margin-left:-43px;margin-right:0;display:none}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:0;margin-left:-20px;margin-right:-20px;display:none}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{float:left;max-width:100%;width:100%!important;margin-right:8px;margin-left:-15px;display:block;align-items:center}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{margin-top:10px!important;width:100%!important}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{width:90%!important}.arm_mobile_wrapper.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{margin-left:0;border-radius:5px;line-height:initial;padding:10px 40px;height:40px;text-transform:none}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_btn{max-width:50%}.arm_mobile_wrapper.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{background:#fff;border-radius:5px;padding:10px 30px;height:40px;text-transform:none;margin-left:3px}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper>.arm_directory_filters_wrapper>.arm_directory_search_wrapper{float:left;width:100%;margin-right:8px;align-items:unset}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter select,.arm_mobile_wrapper .arm_template_wrapper .arm_directory_list_by_filters select{float:left;width:100%!important;max-width:100%}.arm_mobile_wrapper .arm_template_wrapper .arm_directory_filters_wrapper{border-bottom:unset}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left{width:94%!important;margin-left:20px;box-shadow:0 0 0 #d9d2d2;margin-top:-65px}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left .arm_search_filter_title_div{display:none}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left{width:100%!important;box-shadow:0 0 0 #d9d2d2;margin-top:-74px}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left .arm_search_filter_title_div{display:none}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_directory_container{margin-top:10px;margin-left:18px;float:left;width:auto}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_directory_container{margin-top:10px;margin-left:0;float:left;width:auto}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{width:auto;display:flex;margin-left:20px}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{float:left;width:100%;margin-left:20px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{float:left;min-width:35%;width:auto;margin-right:8px}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_search_filter_container_type_1 .arm_search_filter_title_div{width:100%;max-width:100%;margin-left:0;margin-bottom:10px}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left select{max-width:100%}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left select{max-width:93%}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper_directorytemplate6 .arm_user_block{min-width:unset}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_container_left.arm_template_advanced_search{float:left;width:34%;box-shadow:1px 1px 10px #d9d2d2;margin-left:10px;padding-left:10px;padding-top:20px;border-radius:10px;overflow:auto;height:100%;display:flex;flex-wrap:wrap;flex-grow:1;flex-direction:column}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:90%;margin-left:0}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:100%;width:100%;height:38px;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{float:left;width:100%;margin-left:33px}.arm_tablet_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:94%;width:100%;height:28px;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}.arm_tablet_wrapper .arm_search_filter_container_type_1 .arm_search_filter_title_div{width:100%;max-width:100%;margin-bottom:0;margin-left:20px}.arm_mobile_wrapper .arm_search_filter_container_type_1 .arm_search_filter_title_div{width:100%;max-width:100%;margin-bottom:15px}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box{width:100%!important;max-width:100%!important}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter,.arm_mobile_wrapper .arm_template_wrapper .arm_directory_search_wrapper,.arm_mobile_wrapper .arm_template_wrapper .arm_directory_list_of_filters,.arm_mobile_wrapper .arm_template_wrapper .arm_directory_list_by_filters{float:left!important;width:100%!important;margin-bottom:20px;max-width:100%}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container>.arm_template_container_left select{max-width:100%}.arm_mobile_wrapper .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{float:left;width:100%;margin-left:20px}.popup_wrapper:not(.arm_tablet_wrapper):not(.arm_mobile_wrapper) .arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;background-color:#FFF;width:100%;max-width:1200px;border:1px solid #e0e0e0;padding-left:58px;padding-right:58px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_container_left_multi,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_profile_container{float:right;display:inline-block;margin-left:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;margin-left:36px;margin-top:-6px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_top.arm_template_advanced_search.arm_button_search_filter_btn_div .arm_button_search_filter_btn_div_left.arm_directory_search_btn{float:left;width:30px;height:30px;background:#ececec;border:1px solid #e0e0e0;border-left:none;color:#000;padding:0 7px 4px 9px;font-size:12px;position:relative}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_top input[type="text"],.arm_search_filter_field_item_top input[type="email"]{max-width:100%;width:100%;height:28px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters select,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter select,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper select{display:inline-block;font-size:15px;height:38px;line-height:normal;color:#5C5C60;background:#FFF!important;border:1px solid #DBE1E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;margin:0;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_search_btn{border-radius:5px;line-height:initial;padding:10px 30px;height:38px;text-transform:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_btn span{margin-left:4px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:100%;width:100%;height:38px;outline:none;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_1 .arm_directory_search_btn{margin-left:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_0 .arm_directory_search_btn{float:left;border-radius:5px;background:#ececec;border:1px solid #e0e0e0;border-left:none;color:#000;padding:10px 7px 4px 9px;font-size:12px;position:relative;outline:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_clear_wrapper{float:left;padding:3px 0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap}.arm_template_wrapper_directorytemplate6 .arm_user_block.arm_user_block_with_follow{padding:10px 10px}.arm_template_wrapper_directorytemplate6 .arm_cover_bg_wrapper{display:inline-block;width:100%;background-color:#FFF;height:100px;position:absolute;top:0;left:0;right:0;border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0}.arm_template_wrapper_directorytemplate6 .arm_cover_bg_wrapper img{border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0}.arm_template_wrapper_directorytemplate6 .arm_dp_user_link{display:inline-block;width:100%;text-align:center}.arm_template_wrapper_directorytemplate6 .arm_dp_user_link:hover,.arm_template_wrapper_directorytemplate6 .arm_user_link:hover,.arm_template_wrapper_directorytemplate6 .arm_view_profile_btn_wrapper .arm_view_profile_user_link:hover{box-shadow:none}.arm_template_wrapper_directorytemplate6 .arm_user_avatar{display:inline-block;max-width:75%;width:110px;margin:10px auto 15px auto;vertical-align:middle;position:relative;background-color:#FFF;border:3px solid #FFF;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px}.arm_template_wrapper_directorytemplate6 .arm_user_avatar img{width:100%;height:100%;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px;max-width:100%;max-height:100%}.arm_template_wrapper_directorytemplate6 .arm_user_link{display:inline-block;width:100%;text-align:center;color:#424242!important;margin:0 0 20px;text-transform:capitalize;position:relative;line-break:anywhere}.arm_template_wrapper_directorytemplate6 .arm_user_link span{font-size:inherit;display:inline-block;background:#FFF;position:relative;padding:0 5px}.arm_template_wrapper_directorytemplate6 .arm_last_active_text{font-size:14px;color:#7f7f7f;font-family:Open Sans;margin-bottom:25px}.arm_template_wrapper_directorytemplate6 a.disabled{cursor:not-allowed}.arm_template_wrapper_directorytemplate6 .arm_user_badges_detail{text-align:center;display:inline-block;width:100%;margin-top:12px}.arm_template_wrapper_directorytemplate6 .arm-user-badge{float:none;display:inline-block;width:30px;height:30px}.arm_template_wrapper_directorytemplate6 .arm-user-badge img{width:100%!important;height:100%!important}.arm_template_wrapper_directorytemplate6 .arm_view_profile_btn_wrapper{float:left;width:100%;text-align:center}.arm_template_wrapper_directorytemplate6 .arm_view_profile_btn_wrapper .arm_view_profile_user_link,.arm_template_wrapper_directorytemplate6 .arm_directory_paging_container .arm_directory_load_more_link{float:none;display:inline-block;font-size:14px;border:1px solid #CED4DE;height:40px;padding-left:32px;padding-right:32px;margin:0 auto 20px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;padding-top:0;width:auto;cursor:pointer;line-height:40px}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks{float:left;width:100%;margin-bottom:0}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_prof_div>a{background-position:15px center;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;height:25px;line-height:normal;margin:5px 9px 5px 0;min-height:25px;min-width:25px;padding:2px;position:relative;text-align:center;text-transform:lowercase!important;vertical-align:middle;width:25px;text-align:center}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks{width:100%;text-align:center;margin-bottom:10px;display:inline-block}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_user_social_fields{float:none;display:inline-block;margin:0 auto}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_facebook>a{background-color:#3b5998;border:2px solid #3b5998}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_facebook>a:hover{background-color:#fff;border:2px solid #3b5998;color:#3b5998}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_twitter>a{background-color:#00abf0;border:2px solid #00abf0}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_twitter>a:hover{background-color:#fff;border:2px solid #00abf0;color:#00abf0}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_linkedin>a{background-color:#0177b5;border:2px solid #0177b5}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_linkedin>a:hover{background-color:#fff;border:2px solid #0177b5;color:#0177b5}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_googleplush>a{background-color:#e94738;border:2px solid #e94738}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_googleplush>a:hover{background-color:#fff;border:2px solid #e94738;color:#e94738}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_pinterest>a{background-color:#ca2026;border:2px solid #ca2026}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_pinterest>a:hover{background-color:#fff;border:2px solid #ca2026;color:#ca2026}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_youtube>a{background-color:#E32C28;border:2px solid #E32C28}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_youtube>a:hover{background-color:#fff;border:2px solid #E32C28;color:#E32C28}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_reddit>a{background-color:#ff4500;border:2px solid #ff4500}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_reddit>a:hover{background-color:#fff;border:2px solid #ff4500;color:#ff4500}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_delicious>a{background-color:#2a96ff;border:2px solid #2a96ff}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_delicious>a:hover{background-color:#fff;border:2px solid #2a96ff;color:#2a96ff}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_tumblr>a{background-color:#36465d;border:2px solid #36465d}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_tumblr>a:hover{background-color:#fff;border:2px solid #36465d;color:#36465d}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_vk>a{background-color:#324f77;border:2px solid #324f77}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_vk>a:hover{background-color:#fff;border:2px solid #324f77;color:#324f77}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_instagram>a{background-color:#2a5b83;border:2px solid #2a5b83}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_instagram>a:hover{background-color:#fff;border:2px solid #2a5b83;color:#2a5b83}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_dribbble>a{background-color:#ea4c89;border:2px solid #ea4c89}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_dribbble>a:hover{background-color:#fff;border:2px solid #ea4c89;color:#ea4c89}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_vine>a{background-color:#1cce94;border:2px solid #1cce94}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_vine>a:hover{background-color:#fff;border:2px solid #1cce94;color:#1cce94}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_skype>a{background-color:#00aff0;border:2px solid #00aff0}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_skype>a:hover{background-color:#fff;border:2px solid #00aff0;color:#00aff0}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_whatsapp>a{background-color:#00e676;border:2px solid #00e676}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_whatsapp>a:hover{background-color:#fff;border:2px solid #00e676;color:#00e676}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_tiktok>a{background-color:#010101;border:2px solid #010101}.arm_template_wrapper_directorytemplate6 .arm_social_prof_div.arm_social_field_tiktok>a:hover{background-color:#fff;border:2px solid #010101;color:#010101}.arm_template_wrapper_directorytemplate6 .arm_user_social_blocks .arm_social_field_tiktok>a:before{margin-top:3px;margin-left:3px}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_search_wrapper{float:right;right:0;direction:rtl}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_list_of_filters{right:0;direction:rtl}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_list_by_filters{direction:ltr;float:left;left:0}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_user_block_right{direction:rtl;right:0;text-align:right;float:right}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_user_block_left{float:right}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_empty_list{text-align:right}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_listby_select{direction:rtl;right:0}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_btn{border-radius:3px 0 0 3px;float:right!important}.arm_template_wrapper_directorytemplate6 .arm_directory_form_rtl .arm_directory_search_wrapper .arm_directory_search_box{float:right!important;border-radius:0 3px 3px 0}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper{width:100%}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper .arm_display_member_profile{width:100%}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li{padding:9px 0 9px 0;border-bottom:1px solid #CED4DE}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_label{width:100%;text-align:left;display:inline-block;vertical-align:middle;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper .arm_member_field_value{width:100%;text-align:left;vertical-align:middle;display:inline-block;word-break:break-all;word-break:break-word;line-height:22px}.arm_template_wrapper_directorytemplate6 .arm_display_members_field_wrapper .arm_display_member_profile .arm_memeber_field_wrapper li:last-child{border:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_member_since_detail_wrapper{font-size:15px;margin:0 auto;margin-left:10px;margin-top:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_member_since_detail_wrapper span{color:#949a9f}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:57%;margin-right:2%;padding:0 0 0 16px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%;margin-left:0;display:flex;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{float:left;width:36%;box-shadow:0 2px 4px rgb(0 90 238 / .04),0 8px 16px rgb(0 90 238 / .12);margin-left:15px;padding-left:20px;padding-right:20px;padding-top:20px;border-radius:10px;overflow:auto;height:100%;display:flex;flex-wrap:wrap;flex-grow:1;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search>.arm_search_filter_field_item_left{padding-top:16px}.arm_template_wrapper_directorytemplate6 .arm_user_block{max-width:232px;width:30%;border:1px solid #CED4DE;box-shadow:none;min-width:245px;height:auto;display:inline-block;position:relative;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;vertical-align:top;padding:10px 20px;margin:0 10px 30px 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_1 .arm_directory_search_wrapper{float:left;max-width:100%;width:100%;margin-right:8px;align-items:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{float:right;margin-top:0px!important;margin:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%;max-width:1200px;border:1px solid #e0e0e0;padding-left:40px;padding-right:20px;padding-top:15px;padding-bottom:10px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:auto;margin-right:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container.arm_search_filter_type_1 .arm_template_container{display:flex;flex-wrap:wrap;justify-content:flex-start}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container.arm_search_filter_type_1 .arm_template_container{display:flex;flex-wrap:wrap;margin-right:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper_top{width:100%;display:inline-grid;padding:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container .arm_template_advanced_search .arm_directory_search_wrapper_left>.arm_button_search_filter_btn_div .arm_directory_search_btn_left{width:80px;margin:0 auto}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container.arm_template_advanced_search.main_text{font-family:inherit;font-size:smaller}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container.arm_template_advanced_search.title_text{font-family:inherit;font-size:12px;margin-top:10px;font-weight:700;color:dimgrey;margin-bottom:15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container.arm_template_advanced_search.arm_filter_box{float:left;max-width:95%;width:100%;height:32px;border:1px #e0e0e0 solid}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_button_search_filter_btn_div .arm_directory_clear_btn{background:#fff;border-radius:5px;padding:10px 30px;height:39px;text-transform:none;margin-left:10px;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{width:100%;margin-top:30px;align-self:center;padding-bottom:24px;text-transform:capitalize}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_button_search_filter_btn_div_left .arm_directory_search_btn{margin-left:10px;width:80px;text-transform:capitalize;height:35px;padding:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_button_search_filter_btn_div_left .arm_directory_clear_btn{float:left;height:35px;background:#FFFFFF!important;border:1px #e0e0e0 solid;color:#000;text-transform:capitalize;font-size:14px;position:relative;border-radius:3px;padding:4px 9px 4px 7px;color:#6C6F95;width:80px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 #arm_loader_img_left{position:relative;width:28px;float:left;height:28px;margin-top:0;display:none;left:8px;top:3px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_button_search_filter_btn_div .arm_directory_search_btn_left{margin-left:0;border-radius:5px;line-height:initial;padding:10px 30px;height:40px;text-transform:none;background-color:#005AEE;border-color:#005AEE;color:#FFF}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:80%}@media (max-width:1023px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{margin-top:10px;align-self:center}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{float:none;width:100%;box-shadow:none!important;margin-left:25px;padding-left:0;padding-top:20px;border-radius:10px;overflow:auto;height:100%;display:flex;flex-wrap:wrap;flex-grow:1;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{padding:0 0 0 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{float:left;width:46%;min-width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter{width:40%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter select{width:75%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters{width:47%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters select{width:90%;max-width:100%}}@media(width:772px){.arm_template_preview_popup.arm_tablet_wrapper.arm_template_wrapper.arm_template_wrapper_directorytemplate6.arm_body_container{width:auto;display:content;margin-left:-15px}}@media(max-width:768px) and (min-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{margin-left:-20px!important;margin-top:-10%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search>.arm_search_filter_field_item_left{padding-top:20px;width:48%;margin-right:2%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper_top{margin-bottom:40px;margin-top:20px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter select{max-width:unset;margin-bottom:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:48%!important;margin-right:0;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{margin-left:0px!important;box-shadow:none;width:100%!important;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_container,.arm_profile_container{width:100%!important}.arm_template_wrapper_directorytemplate6 .arm_user_block{min-width:280px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{display:block!important;margin-left:0;margin-top:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{margin-left:20px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:48%!important;max-width:48%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_button_search_filter_btn_div_left{margin-bottom:4rem;width:100%;flex-direction:row-reverse;flex-wrap:nowrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{float:left;width:100%;margin-left:-15px}}@media(max-width:328px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap;margin-right:-15px}}@media (max-width:530px){.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{float:left!important;width:100%!important;padding:0!important;text-align:center!important;margin-left:-35px!important}.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter,.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters,.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{width:100%!important;text-align:center!important;max-width:100%;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{width:100%!important;float:none;margin-left:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_chk{display:flex;flex-wrap:wrap;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_box{width:100%!important}.arm_template_wrapper_directorytemplate6 .arm_user_block{box-shadow:1px 1px 10px #d9d2d2;max-width:232px;width:30%;border:1px solid #e0e0e0;min-width:245px;height:auto;display:inline-block;position:relative;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;vertical-align:top;padding:10px 20px;margin:0 10px 30px 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%}.arm_template_wrapper_directorytemplate6 .arm_user_avatar{max-width:95%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:100%!important}.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter select,.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters select{width:100%!important;max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:90px;margin-left:90px;display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%;max-width:530px;border:1px solid #e0e0e0;padding-left:58px;padding-right:58px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}}@media (width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%;margin-left:15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_container,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_profile_container{width:100%}}@media (min-width:531px) and (max-width:700px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap;margin-right:-100px}}@media (min-width:768px) and (max-width:980px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block!important;display:flex;flex-wrap:wrap;margin-right:-15px;justify-content:space-between}}@media (min-width:531px) and (max-width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6{padding:60px 25px!important;border:1px solid #e0e0e0;float:none;width:100%;max-width:768px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_field_list_filter{width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_0 .arm_directory_search_wrapper{min-width:80%;width:80%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_list_by_filters select{width:100%;max-width:100%}.arm_template_wrapper_directorytemplate6 .arm_user_block{width:200px;border:1px solid #e0e0e0;display:inline-block;margin:0 10px 30px 10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_dir_filter_input input[type="text"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_dir_filter_input input[type="email"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper input[type="text"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper select,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_wrapper .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{background-color:#fff0;border-radius:5px;width:48%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:100%;margin-right:0;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_0 .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:90%;margin-right:0;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%!important;max-width:95%!important;flex-direction:row}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{max-width:768px;width:auto;display:flex;margin-left:30px;padding-right:0;margin-top:-50px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container .arm_template_container_left>.arm_search_filter_title_div{display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container .arm_template_container_left>.arm_directory_search_wrapper_left .arm_button_search_filter_btn_div_left{padding-left:0%}}@media (min-width:769px) and (max-width:1200px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6{padding:60px 25px!important;border:1px solid #e0e0e0}.arm_template_wrapper_directorytemplate6 .arm_user_block{min-width:232px!important;width:28%!important;border:1px solid #DBE1E8;margin:10px;box-shadow:1px 1px 10px #d9d2d2}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{width:39%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{max-width:100%;width:100%;display:flex}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{width:100%;display:flex;margin-left:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{max-width:1024px;width:auto;display:flex;margin-left:-15px}}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%;margin-bottom:20px}@media (min-width:769px) and (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:89%;max-width:1024px;border:1px solid #e0e0e0;padding-left:58px;padding-right:58px;padding-top:10px!important;padding-bottom:0px!important;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%!important;max-width:100%}}@media(width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{display:flex!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{width:auto;margin-top:10px;margin-left:-8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{float:left;width:47%!important;box-shadow:1px 1px 10px #d9d2d2;margin-left:15px;padding-left:10px;padding-top:20px;border-radius:10px;overflow:auto;height:100%;display:flex;flex-wrap:wrap;flex-grow:1;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap;margin-right:-115px;margin-top:-7px;justify-content:unset!important}}@media (max-width:1200px){@media (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{display:block}.arm_template_wrapper_directorytemplate6 .arm_user_block{border:1px solid #e0e0e0;display:inline-block;box-shadow:1px 1px 10px #d9d2d2;margin:0 10px 30px 10px}}@media (min-width:768px) and (max-width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{width:100%!important;float:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper{max-width:100%!important;width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%;max-width:768px;border:1px solid #e0e0e0;padding-left:58px;padding-right:58px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{max-width:768px;width:auto;display:flex;margin-left:-15px;padding-right:50px}}@media(width:1024px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{width:auto;float:left}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{width:100%;display:inline-grid}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left{float:left;width:80%}}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left{float:left;width:100%;display:inline-grid;margin-left:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_container_left_multi,.arm_profile_container{float:right;display:inline-block;margin-left:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;margin-left:30px;margin-top:10px}}@media (min-width:374px) and (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{width:auto;margin-top:10px;justify-self:center}}@media(min-width:320px) and (max-width:339px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%!important;max-width:375px!important;border:1px solid #e0e0e0!important}.arm_template_wrapper_directorytemplate6 .arm_user_block{box-shadow:1px 1px 10px #d9d2d2;width:30%;border:1px solid #e0e0e0;min-width:245px!important;height:auto;display:inline-block;position:relative;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;vertical-align:top;padding:10px 20px;margin:0 10px 30px 10px;margin-left:-35px!important}}@media(min-width:340px) and (max-width:375px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:90%!important;max-width:375px!important;border:1px solid #e0e0e0!important;padding-left:58px;padding-right:58px;padding-top:60px;padding-bottom:60px;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters select{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_1 .arm_search_filter_title_div{width:100%;max-width:100%;margin-bottom:30px;display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap;margin-right:-15px;flex-direction:column}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container{display:inline-block;display:flex;flex-wrap:wrap}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:100%;width:100%;height:40px;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:100px;margin-left:95px;display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search .arm_search_filter_title_div{display:none}.arm_body_container{width:100%;margin-left:-15px;padding-right:0;margin-top:-74px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper{width:100%;max-width:100%}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_filters_wrapper{border-bottom:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:100px;margin-left:80px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%!important;max-width:480px;border:1px solid #e0e0e0;padding-left:58px;padding-right:0;padding-top:0;padding-bottom:0;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}}@media (min-width:380px) and (max-width:390px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:100%;width:100%;height:28px;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}}@media (max-width:768px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{justify-self:center}}@media (max-width:325px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box{max-width:100%!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search .arm_search_filter_title_div{display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_body_container{width:100%;margin-top:-74px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_container_type_1 .arm_search_filter_title_div{display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_directory_search_box,.arm_search_filter_field_item_left input[type="text"],input[type="email"],select{float:left;max-width:100%;width:100%;height:28px;border-radius:5px;border:1px #e0e0e0 solid;font-size:14px;background:#fff0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper_left{width:100%!important;margin-top:10px!important}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{width:65%!important}.arm_template_wrapper_directorytemplate6 .arm_user_block{border:1px solid #e0e0e0;box-shadow:1px 1px 10px #d9d2d2;display:inline-block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper{float:left;margin-left:10px!important;max-width:100%!important;width:100%!important;margin-right:8px;display:block}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_dir_filter_input input[type="text"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_dir_filter_input input[type="email"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper input[type="text"],.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper select,.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_wrapper .arm_search_filter_fields_wrapper.arm_search_filter_container_type_1 .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{background-color:#fff0;border-radius:5px;height:35px;width:100%!important;margin-left:-15px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{width:100%!important;margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper .arm_button_search_filter_btn_div_top{margin-top:100px;margin-left:95px;display:none}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper_top{width:100%;display:flex;flex-wrap:wrap;padding:8px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6{float:none;width:100%;max-width:325px;border:1px solid #e0e0e0;padding-left:70px!important;padding-right:0px!important;padding-top:0;padding-bottom:0;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;margin:0 auto;display:block}}@media (max-width:480px){.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_directory_search_wrapper #arm_loader_img{position:absolute!important;margin-top:55px}.arm_template_wrapper .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_search_wrapper .arm_directory_search_box{margin-bottom:10px}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_search_filter_fields_wrapper .arm_directory_filters_wrapper .arm_directory_list_by_filters{margin-right:0}.arm_template_wrapper.arm_template_wrapper_directorytemplate6 .arm_template_container_left.arm_template_advanced_search{padding-right:10px}}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration,.2s);transition-duration:var(--ha-tfx-transition-duration,.2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x,0),var(--ha-tfx-translate-y,0)) scale(var(--ha-tfx-scale-x,1),var(--ha-tfx-scale-y,1)) skew(var(--ha-tfx-skew-x,0),var(--ha-tfx-skew-y,0)) rotateX(var(--ha-tfx-rotate-x,0)) rotateY(var(--ha-tfx-rotate-y,0)) rotateZ(var(--ha-tfx-rotate-z,0));transform:translate(var(--ha-tfx-translate-x,0),var(--ha-tfx-translate-y,0)) scale(var(--ha-tfx-scale-x,1),var(--ha-tfx-scale-y,1)) skew(var(--ha-tfx-skew-x,0),var(--ha-tfx-skew-y,0)) rotateX(var(--ha-tfx-rotate-x,0)) rotateY(var(--ha-tfx-rotate-y,0)) rotateZ(var(--ha-tfx-rotate-z,0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover,var(--ha-tfx-translate-x,0)),var(--ha-tfx-translate-y-hover,var(--ha-tfx-translate-y,0))) scale(var(--ha-tfx-scale-x-hover,var(--ha-tfx-scale-x,1)),var(--ha-tfx-scale-y-hover,var(--ha-tfx-scale-y,1))) skew(var(--ha-tfx-skew-x-hover,var(--ha-tfx-skew-x,0)),var(--ha-tfx-skew-y-hover,var(--ha-tfx-skew-y,0))) rotateX(var(--ha-tfx-rotate-x-hover,var(--ha-tfx-rotate-x,0))) rotateY(var(--ha-tfx-rotate-y-hover,var(--ha-tfx-rotate-y,0))) rotateZ(var(--ha-tfx-rotate-z-hover,var(--ha-tfx-rotate-z,0)));transform:translate(var(--ha-tfx-translate-x-hover,var(--ha-tfx-translate-x,0)),var(--ha-tfx-translate-y-hover,var(--ha-tfx-translate-y,0))) scale(var(--ha-tfx-scale-x-hover,var(--ha-tfx-scale-x,1)),var(--ha-tfx-scale-y-hover,var(--ha-tfx-scale-y,1))) skew(var(--ha-tfx-skew-x-hover,var(--ha-tfx-skew-x,0)),var(--ha-tfx-skew-y-hover,var(--ha-tfx-skew-y,0))) rotateX(var(--ha-tfx-rotate-x-hover,var(--ha-tfx-rotate-x,0))) rotateY(var(--ha-tfx-rotate-y-hover,var(--ha-tfx-rotate-y,0))) rotateZ(var(--ha-tfx-rotate-z-hover,var(--ha-tfx-rotate-z,0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon:not(:has(.elementor-widget-container)),.happy-addon:not(:has(.elementor-widget-container)) *{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-has-bg-overlay:not(:has(.elementor-widget-container)){position:relative;z-index:1}.ha-has-bg-overlay:not(:has(.elementor-widget-container)):before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:#fff0}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) #fff0 #fff0 #fff0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:#fff0 #fff0 var(--ha-tooltip-arrow-color) #fff0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:#fff0 #fff0 #fff0 var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:#fff0 var(--ha-tooltip-arrow-color) #fff0 #fff0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) #fff0 #fff0 #fff0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:#fff0 #fff0 var(--ha-tooltip-arrow-color) #fff0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:#fff0 #fff0 #fff0 var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:#fff0 var(--ha-tooltip-arrow-color) #fff0 #fff0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}.ha-scroll-to-top-wrap.ha-scroll-to-top-hide{display:none}.ha-scroll-to-top-wrap.edit-mode,.ha-scroll-to-top-wrap.single-page-off{display:none!important}.ha-scroll-to-top-button{position:fixed;right:15px;bottom:15px;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;border-radius:50px;background-color:#5636d1;color:#fff;text-align:center;opacity:1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ha-scroll-to-top-button i{color:#fff;font-size:16px}.ha-scroll-to-top-button:hover{background-color:#e2498a}.elementor-24 .elementor-element.elementor-element-a3e5550{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-a3e5550:not(.elementor-motion-effects-element-type-background),.elementor-24 .elementor-element.elementor-element-a3e5550>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-24 .elementor-element.elementor-element-b4e63f5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start}.elementor-24 .elementor-element.elementor-element-ee68cbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center}.elementor-24 .elementor-element.elementor-element-83659fc{text-align:center}.elementor-24 .elementor-element.elementor-element-78f7684{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-bda3003 .elementor-button{background-color:#274543;border-radius:0 0 0 0;padding:20px 30px 20px 30px}.elementor-24 .elementor-element.elementor-element-3fa3602{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-3fa3602:not(.elementor-motion-effects-element-type-background),.elementor-24 .elementor-element.elementor-element-3fa3602>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0;background-image:radial-gradient(at center center,#FFFFFF63 0%,#2977F2 100%)}.elementor-24 .elementor-element.elementor-element-193e3a5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start}.elementor-24 .elementor-element.elementor-element-193e3a5.e-con{--flex-grow:0;--flex-shrink:0}.elementor-24 .elementor-element.elementor-element-2b766d9{width:var(--container-widget-width,106.134%);max-width:106.134%;--container-widget-width:106.134%;--container-widget-flex-grow:0}.elementor-24 .elementor-element.elementor-element-2b766d9.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-24 .elementor-element.elementor-element-8703b7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-8703b7c.e-con{--flex-grow:0;--flex-shrink:0}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li a{font-family:"Mulish",Sans-serif;font-size:16px;font-weight:600;color:#222}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li{margin:0 10px 0 10px}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav{text-align:center}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul.sub-menu{text-align:left;border-radius:8px;background:#2977F2}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li a:hover{color:#274543}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav ul li a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper div .nav li>a:before{background-color:#274543}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-item>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-parent>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-ancestor>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul:not(.sub-menu) li.current-menu-item a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li.current-menu-parent ul li.current-menu-item a{color:#274543}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-item>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-parent>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav>li.current-menu-ancestor>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul:not(.sub-menu) li.current-menu-item a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li.current-menu-parent ul li.current-menu-item a:before{background-color:#101010}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li a{color:#FFF}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li a:hover{color:#274543}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li>a:before{background-color:#000}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-item>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-parent>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-ancestor>a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li ul:not(.sub-menu) li.current-menu-item a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li.current-menu-parent ul li.current-menu-item a,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li.current-menu-parent ul>li.current-menu-item>a{color:#274543}.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-item>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-parent>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul>li.current-menu-ancestor>a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li ul:not(.sub-menu) li.current-menu-item a:before,.elementor-24 .elementor-element.elementor-element-20f819b .tg_navigation_wrapper .nav li ul li.current-menu-parent ul li.current-menu-item a:before{background-color:#274543}.elementor-24 .elementor-element.elementor-element-56afb3e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center}.elementor-24 .elementor-element.elementor-element-f07ea17{margin:7px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 20px}.elementor-24 .elementor-element.elementor-element-f07ea17 .elementor-icon-wrapper{text-align:center}.elementor-24 .elementor-element.elementor-element-f07ea17.elementor-view-stacked .elementor-icon{background-color:#162238}.elementor-24 .elementor-element.elementor-element-f07ea17.elementor-view-framed .elementor-icon,.elementor-24 .elementor-element.elementor-element-f07ea17.elementor-view-default .elementor-icon{color:#162238;border-color:#162238}.elementor-24 .elementor-element.elementor-element-f07ea17.elementor-view-framed .elementor-icon,.elementor-24 .elementor-element.elementor-element-f07ea17.elementor-view-default .elementor-icon svg{fill:#162238}.elementor-24 .elementor-element.elementor-element-f07ea17 .elementor-icon{font-size:22px}.elementor-24 .elementor-element.elementor-element-f07ea17 .elementor-icon svg{height:22px}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-b4e63f5{--width:25%}.elementor-24 .elementor-element.elementor-element-ee68cbf{--width:50%}.elementor-24 .elementor-element.elementor-element-78f7684{--width:25%}.elementor-24 .elementor-element.elementor-element-193e3a5{--width:41.715%}.elementor-24 .elementor-element.elementor-element-8703b7c{--width:52.623%}.elementor-24 .elementor-element.elementor-element-56afb3e{--width:25%}}@media(max-width:1024px) and (min-width:768px){.elementor-24 .elementor-element.elementor-element-193e3a5{--width:50%}.elementor-24 .elementor-element.elementor-element-56afb3e{--width:50%}}@media(max-width:1024px){.elementor-24 .elementor-element.elementor-element-b4e63f5{--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-3fa3602{--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px}.elementor-24 .elementor-element.elementor-element-56afb3e{--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-b4e63f5{--width:60%;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:0px}.elementor-24 .elementor-element.elementor-element-78f7684{--width:40%}.elementor-24 .elementor-element.elementor-element-bda3003 .elementor-button{padding:15px 30px 15px 30px}.elementor-24 .elementor-element.elementor-element-3fa3602{--padding-top:15px;--padding-bottom:15px;--padding-left:20px;--padding-right:20px}.elementor-24 .elementor-element.elementor-element-193e3a5{--width:50%}.elementor-24 .elementor-element.elementor-element-56afb3e{--width:50%}.elementor-24 .elementor-element.elementor-element-f07ea17{margin:7px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 20px}}@font-face{font-family:"Happy Icons";src:url(https://restdev.ie/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff2) format("woff2"),url(https://restdev.ie/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff) format("woff"),url(https://restdev.ie/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.svg#happy-icons) format("svg");font-weight:normal;font-style:normal;font-display:swap;}.hm,.fashm{font-family:"Happy Icons"!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.hm-3d-rotate:before{content:"\e900";}.hm-degree:before{content:"\e901";}.hm-accordion-horizontal:before{content:"\e902";}.hm-accordion-vertical:before{content:"\e903";}.hm-alarm-clock:before{content:"\e904";}.hm-alien-gun:before{content:"\e905";}.hm-alien:before{content:"\e906";}.hm-anchor:before{content:"\e907";}.hm-android:before{content:"\e908";}.hm-angle-down:before{content:"\e909";}.hm-angle-left:before{content:"\e90a";}.hm-angle-right:before{content:"\e90b";}.hm-angle-up:before{content:"\e90c";}.hm-apple:before{content:"\e90d";}.hm-arrow-left:before{content:"\e90e";}.hm-arrow-right:before{content:"\e90f";}.hm-arrow-zoom-out:before{content:"\e910";}.hm-arrow-corner:before{content:"\e911";}.hm-arrow-down:before{content:"\e912";}.hm-arrow-left1:before{content:"\e913";}.hm-arrow-right1:before{content:"\e914";}.hm-arrow-up:before{content:"\e915";}.hm-article:before{content:"\e916";}.hm-avatar-man:before{content:"\e917";}.hm-avatar-woman:before{content:"\e918";}.hm-badge1:before{content:"\e919";}.hm-badge2:before{content:"\e91a";}.hm-badge3:before{content:"\e91b";}.hm-bamboo:before{content:"\e91c";}.hm-basketball:before{content:"\e91d";}.hm-battery:before{content:"\e91e";}.hm-beach-seat:before{content:"\e91f";}.hm-bell:before{content:"\e920";}.hm-bicycle:before{content:"\e921";}.hm-blog-content:before{content:"\e922";}.hm-bluetooth:before{content:"\e923";}.hm-board:before{content:"\e924";}.hm-body:before{content:"\e925";}.hm-bomb:before{content:"\e926";}.hm-bond-hand:before{content:"\e927";}.hm-bond:before{content:"\e928";}.hm-bonsai:before{content:"\e929";}.hm-book:before{content:"\e92a";}.hm-bowl:before{content:"\e92b";}.hm-brick-wall:before{content:"\e92c";}.hm-brush-paint:before{content:"\e92d";}.hm-brush-roll:before{content:"\e92e";}.hm-brush:before{content:"\e92f";}.hm-bug:before{content:"\e930";}.hm-bulb:before{content:"\e931";}.hm-calculation:before{content:"\e932";}.hm-calendar:before{content:"\e933";}.hm-camera:before{content:"\e934";}.hm-candle:before{content:"\e935";}.hm-candles:before{content:"\e936";}.hm-car:before{content:"\e937";}.hm-card:before{content:"\e938";}.hm-caret-down:before{content:"\e939";}.hm-caret-fill-down:before{content:"\e93a";}.hm-caret-fill-left:before{content:"\e93b";}.hm-caret-fill-right:before{content:"\e93c";}.hm-caret-fill-up:before{content:"\e93d";}.hm-caret-left:before{content:"\e93e";}.hm-caret-right:before{content:"\e93f";}.hm-caret-up:before{content:"\e940";}.hm-carousal:before{content:"\e941";}.hm-cart-empty:before{content:"\e942";}.hm-cart-full:before{content:"\e943";}.hm-caution:before{content:"\e944";}.hm-chair:before{content:"\e945";}.hm-chair2:before{content:"\e946";}.hm-chat-bubble-single:before{content:"\e947";}.hm-chat-bubble:before{content:"\e948";}.hm-cheese:before{content:"\e949";}.hm-chef-cap:before{content:"\e94a";}.hm-clip-board:before{content:"\e94b";}.hm-clip:before{content:"\e94c";}.hm-cloud-down:before{content:"\e94d";}.hm-cloud-up:before{content:"\e94e";}.hm-cloud:before{content:"\e94f";}.hm-code-browser:before{content:"\e950";}.hm-code-clean:before{content:"\e951";}.hm-code:before{content:"\e952";}.hm-cog:before{content:"\e953";}.hm-color-card:before{content:"\e954";}.hm-color-plate:before{content:"\e955";}.hm-compass-math:before{content:"\e956";}.hm-compass:before{content:"\e957";}.hm-corner:before{content:"\e958";}.hm-crop:before{content:"\e959";}.hm-cross-circle:before{content:"\e95a";}.hm-cross-game:before{content:"\e95b";}.hm-cross-gap:before{content:"\e95c";}.hm-cross:before{content:"\e95d";}.hm-crown:before{content:"\e95e";}.hm-cube:before{content:"\e95f";}.hm-cup-coffee:before{content:"\e960";}.hm-cup:before{content:"\e961";}.hm-currency-paper:before{content:"\e962";}.hm-dashboard:before{content:"\e963";}.hm-delivery-van:before{content:"\e964";}.hm-diamond-ring:before{content:"\e965";}.hm-direction-both:before{content:"\e966";}.hm-direction-right:before{content:"\e967";}.hm-disable-person:before{content:"\e968";}.hm-disc:before{content:"\e969";}.hm-dislike:before{content:"\e96a";}.hm-dollar-on-hand:before{content:"\e96b";}.hm-door-path:before{content:"\e96c";}.hm-Download-circle:before{content:"\e96d";}.hm-download:before{content:"\e96e";}.hm-drag-inside:before{content:"\e96f";}.hm-drag-outside:before{content:"\e970";}.hm-drag:before{content:"\e971";}.hm-drawer:before{content:"\e972";}.hm-dribbble:before{content:"\e973";}.hm-dropper:before{content:"\e974";}.hm-egg-fry:before{content:"\e975";}.hm-ellipsis-fill-h:before{content:"\e976";}.hm-ellipsis-fill-v:before{content:"\e977";}.hm-ellipsis-horizontal:before{content:"\e978";}.hm-ellipsis-vertical:before{content:"\e979";}.hm-emo-normal:before{content:"\e97a";}.hm-emo-sad:before{content:"\e97b";}.hm-emo-smile:before{content:"\e97c";}.hm-envelop:before{content:"\e97d";}.hm-facebook:before{content:"\e97e";}.hm-fancy-futton:before{content:"\e97f";}.hm-feeder:before{content:"\e980";}.hm-file-cabinet:before{content:"\e981";}.hm-file-rotate:before{content:"\e982";}.hm-file:before{content:"\e983";}.hm-files:before{content:"\e984";}.hm-film-roll:before{content:"\e985";}.hm-film:before{content:"\e986";}.hm-finger-index:before{content:"\e987";}.hm-finger-print:before{content:"\e988";}.hm-fire-flame:before{content:"\e989";}.hm-flag:before{content:"\e98a";}.hm-flip-card1:before{content:"\e98b";}.hm-flip-card2:before{content:"\e98c";}.hm-folder-network:before{content:"\e98d";}.hm-folder:before{content:"\e98e";}.hm-football:before{content:"\e98f";}.hm-footer:before{content:"\e990";}.hm-form:before{content:"\e991";}.hm-forward:before{content:"\e992";}.hm-fountain-pen:before{content:"\e993";}.hm-gender-female:before{content:"\e994";}.hm-gender-male:before{content:"\e995";}.hm-gender-sign:before{content:"\e996";}.hm-gender:before{content:"\e997";}.hm-ghost:before{content:"\e998";}.hm-gift-box:before{content:"\e999";}.hm-globe1:before{content:"\e99a";}.hm-globe2:before{content:"\e99b";}.hm-globe3:before{content:"\e99c";}.hm-globe4:before{content:"\e99d";}.hm-google:before{content:"\e99e";}.hm-graduate-cap:before{content:"\e99f";}.hm-graph-bar:before{content:"\e9a0";}.hm-graph-pie:before{content:"\e9a1";}.hm-graph:before{content:"\e9a2";}.hm-grid-even:before{content:"\e9a3";}.hm-grid-masonry:before{content:"\e9a4";}.hm-grid-twist:before{content:"\e9a5";}.hm-grid:before{content:"\e9a6";}.hm-group:before{content:"\e9a7";}.hm-hand-mike:before{content:"\e9a8";}.hm-hand-watch:before{content:"\e9a9";}.hm-hand:before{content:"\e9aa";}.hm-header:before{content:"\e9ab";}.hm-headphone:before{content:"\e9ac";}.hm-headset:before{content:"\e9ad";}.hm-heart-beat:before{content:"\e9ae";}.hm-hexa:before{content:"\e9af";}.hm-highlighter:before{content:"\e9b0";}.hm-home:before{content:"\e9b1";}.hm-hot-spot:before{content:"\e9b2";}.hm-hotdog:before{content:"\e9b3";}.hm-ice-cream:before{content:"\e9b4";}.hm-icon-box:before{content:"\e9b5";}.hm-imac:before{content:"\e9b6";}.hm-image-compare:before{content:"\e9b7";}.hm-image-slider:before{content:"\e9b8";}.hm-image:before{content:"\e9b9";}.hm-inbox:before{content:"\e9ba";}.hm-infinity:before{content:"\e9bb";}.hm-info:before{content:"\e9bc";}.hm-injection:before{content:"\e9bd";}.hm-instagram:before{content:"\e9be";}.hm-jar-chemical:before{content:"\e9bf";}.hm-key:before{content:"\e9c0";}.hm-language-change:before{content:"\e9c1";}.hm-laptop:before{content:"\e9c2";}.hm-layer:before{content:"\e9c3";}.hm-lens:before{content:"\e9c4";}.hm-like:before{content:"\e9c5";}.hm-line-graph-pointed:before{content:"\e9c6";}.hm-link:before{content:"\e9c7";}.hm-linkedin:before{content:"\e9c8";}.hm-linux:before{content:"\e9c9";}.hm-list-2:before{content:"\e9ca";}.hm-list-group:before{content:"\e9cb";}.hm-list:before{content:"\e9cc";}.hm-location-pointer:before{content:"\e9cd";}.hm-lock:before{content:"\e9ce";}.hm-logo-carousel:before{content:"\e9cf";}.hm-logo-grid:before{content:"\e9d0";}.hm-lotus:before{content:"\e9d1";}.hm-love:before{content:"\e9d2";}.hm-madel:before{content:"\e9d3";}.hm-magic-wand:before{content:"\e9d4";}.hm-magnet:before{content:"\e9d5";}.hm-mail-open:before{content:"\e9d6";}.hm-man-range:before{content:"\e9d7";}.hm-map-marker:before{content:"\e9d8";}.hm-map-pointer:before{content:"\e9d9";}.hm-measurement:before{content:"\e9da";}.hm-memory:before{content:"\e9db";}.hm-menu-price:before{content:"\e9dc";}.hm-micro-chip:before{content:"\e9dd";}.hm-microphone1:before{content:"\e9de";}.hm-microphone2:before{content:"\e9df";}.hm-mobile:before{content:"\e9e0";}.hm-money-bag:before{content:"\e9e1";}.hm-money:before{content:"\e9e2";}.hm-monitor:before{content:"\e9e3";}.hm-mouse:before{content:"\e9e4";}.hm-muscle:before{content:"\e9e5";}.hm-net:before{content:"\e9e6";}.hm-network1:before{content:"\e9e7";}.hm-network2:before{content:"\e9e8";}.hm-newspaper:before{content:"\e9e9";}.hm-nuclear-circle:before{content:"\e9ea";}.hm-office-file:before{content:"\e9eb";}.hm-pacman:before{content:"\e9ec";}.hm-paper-fold:before{content:"\e9ed";}.hm-paper-plane-alt:before{content:"\e9ee";}.hm-paper-plane:before{content:"\e9ef";}.hm-pause:before{content:"\e9f0";}.hm-pen-head:before{content:"\e9f1";}.hm-pen-pencil:before{content:"\e9f2";}.hm-pen-scale:before{content:"\e9f3";}.hm-pen-paper:before{content:"\e9f4";}.hm-pen:before{content:"\e9f5";}.hm-pencil:before{content:"\e9f6";}.hm-pendrive:before{content:"\e9f7";}.hm-phone:before{content:"\e9f8";}.hm-pillar:before{content:"\e9f9";}.hm-pin-man-range:before{content:"\e9fa";}.hm-pin-man:before{content:"\e9fb";}.hm-pin:before{content:"\e9fc";}.hm-plane:before{content:"\e9fd";}.hm-play-end:before{content:"\e9fe";}.hm-play-next:before{content:"\e9ff";}.hm-play-previous:before{content:"\ea00";}.hm-play-start:before{content:"\ea01";}.hm-play-button:before{content:"\ea02";}.hm-play-store:before{content:"\ea03";}.hm-play:before{content:"\ea04";}.hm-playing-card:before{content:"\ea05";}.hm-plus-box:before{content:"\ea06";}.hm-plus-circle:before{content:"\ea07";}.hm-plus-gap:before{content:"\ea08";}.hm-plus-open:before{content:"\ea09";}.hm-popup:before{content:"\ea0a";}.hm-power:before{content:"\ea0b";}.hm-printer:before{content:"\ea0c";}.hm-progress-bar:before{content:"\ea0d";}.hm-promo:before{content:"\ea0e";}.hm-pulse:before{content:"\ea0f";}.hm-puzzle:before{content:"\ea10";}.hm-question:before{content:"\ea11";}.hm-quote:before{content:"\ea12";}.hm-radar:before{content:"\ea13";}.hm-radiation:before{content:"\ea14";}.hm-reading-glass-alt:before{content:"\ea15";}.hm-reading-glass:before{content:"\ea16";}.hm-recycle-bin:before{content:"\ea17";}.hm-recycle:before{content:"\ea18";}.hm-refresh-time:before{content:"\ea19";}.hm-reply:before{content:"\ea1a";}.hm-responsive-device:before{content:"\ea1b";}.hm-review:before{content:"\ea1c";}.hm-rocket1:before{content:"\ea1d";}.hm-rocket2:before{content:"\ea1e";}.hm-rss:before{content:"\ea1f";}.hm-safety-cap:before{content:"\ea20";}.hm-safety-kit:before{content:"\ea21";}.hm-sand-watch:before{content:"\ea22";}.hm-scale:before{content:"\ea23";}.hm-scanner:before{content:"\ea24";}.hm-scissor:before{content:"\ea25";}.hm-screen:before{content:"\ea26";}.hm-search:before{content:"\ea27";}.hm-seo:before{content:"\ea28";}.hm-server-network:before{content:"\ea29";}.hm-server:before{content:"\ea2a";}.hm-share:before{content:"\ea2b";}.hm-shield:before{content:"\ea2c";}.hm-ship:before{content:"\ea2d";}.hm-shirt:before{content:"\ea2e";}.hm-shopping-bag1:before{content:"\ea2f";}.hm-shopping-bag2:before{content:"\ea30";}.hm-shopping-bag3:before{content:"\ea31";}.hm-shopping-bag4:before{content:"\ea32";}.hm-shuffle:before{content:"\ea33";}.hm-shutter:before{content:"\ea34";}.hm-sign-in:before{content:"\ea35";}.hm-sign-out:before{content:"\ea36";}.hm-sitemap1:before{content:"\ea37";}.hm-sitemap2:before{content:"\ea38";}.hm-skart:before{content:"\ea39";}.hm-skull:before{content:"\ea3a";}.hm-skyscraper:before{content:"\ea3b";}.hm-slider-doc:before{content:"\ea3c";}.hm-slider-h-range:before{content:"\ea3d";}.hm-slider-image:before{content:"\ea3e";}.hm-slider-range-h:before{content:"\ea3f";}.hm-slider-v-open:before{content:"\ea40";}.hm-slider-video:before{content:"\ea41";}.hm-slider:before{content:"\ea42";}.hm-smart-watch:before{content:"\ea43";}.hm-snow:before{content:"\ea44";}.hm-spa-face:before{content:"\ea45";}.hm-spa-stone-flower:before{content:"\ea46";}.hm-spa-stone:before{content:"\ea47";}.hm-spark:before{content:"\ea48";}.hm-speaker-off:before{content:"\ea49";}.hm-speaker-on:before{content:"\ea4a";}.hm-spoon-fork:before{content:"\ea4b";}.hm-spoon:before{content:"\ea4c";}.hm-star:before{content:"\ea4d";}.hm-step-flow:before{content:"\ea4e";}.hm-steps:before{content:"\ea4f";}.hm-stop-watch:before{content:"\ea50";}.hm-stop:before{content:"\ea51";}.hm-support-call:before{content:"\ea52";}.hm-tab:before{content:"\ea53";}.hm-table-lamp:before{content:"\ea54";}.hm-tablet:before{content:"\ea55";}.hm-tag:before{content:"\ea56";}.hm-target-arrow:before{content:"\ea57";}.hm-target:before{content:"\ea58";}.hm-target1:before{content:"\ea59";}.hm-team-carousel:before{content:"\ea5a";}.hm-team-member:before{content:"\ea5b";}.hm-tennis-ball:before{content:"\ea5c";}.hm-terminal:before{content:"\ea5d";}.hm-testimonial-carousel:before{content:"\ea5e";}.hm-testimonial:before{content:"\ea5f";}.hm-text-animation:before{content:"\ea60";}.hm-theatre:before{content:"\ea61";}.hm-tick-circle:before{content:"\ea62";}.hm-tick:before{content:"\ea63";}.hm-tickets:before{content:"\ea64";}.hm-tie-knot:before{content:"\ea65";}.hm-tie:before{content:"\ea66";}.hm-timeline:before{content:"\ea67";}.hm-toggle:before{content:"\ea68";}.hm-tools:before{content:"\ea69";}.hm-tree-square:before{content:"\ea6a";}.hm-twitter-bird:before{content:"\ea6b";}.hm-twitter:before{content:"\ea6c";}.hm-ufo:before{content:"\ea6d";}.hm-umbralla:before{content:"\ea6e";}.hm-unlock:before{content:"\ea6f";}.hm-up-down:before{content:"\ea70";}.hm-upload:before{content:"\ea71";}.hm-upward-top-right:before{content:"\ea72";}.hm-user-female:before{content:"\ea73";}.hm-user-id:before{content:"\ea74";}.hm-user-male:before{content:"\ea75";}.hm-video-camera:before{content:"\ea76";}.hm-water-drop:before{content:"\ea77";}.hm-weather-cloud-day:before{content:"\ea78";}.hm-weather-cloud:before{content:"\ea79";}.hm-weather-day-rain:before{content:"\ea7a";}.hm-weather-day-snow:before{content:"\ea7b";}.hm-weather-day-windy-rain:before{content:"\ea7c";}.hm-weather-flood:before{content:"\ea7d";}.hm-weather-night-cloud:before{content:"\ea7e";}.hm-weather-rain-alt:before{content:"\ea7f";}.hm-weather-rain:before{content:"\ea80";}.hm-weather-snow:before{content:"\ea81";}.hm-weather-sun-rain:before{content:"\ea82";}.hm-weather-sun:before{content:"\ea83";}.hm-weather-sunny-day:before{content:"\ea84";}.hm-weather-thunder:before{content:"\ea85";}.hm-weather-windy-rain:before{content:"\ea86";}.hm-webcam1:before{content:"\ea87";}.hm-webcam2:before{content:"\ea88";}.hm-weight-scale:before{content:"\ea89";}.hm-windows:before{content:"\ea8a";}.hm-wine-glass2:before{content:"\ea8b";}.hm-wine-glass:before{content:"\ea8c";}.hm-worker-cap:before{content:"\ea8d";}.hm-youtube:before{content:"\ea8e";}.hm-centralize:before{content:"\ea8f";}.hm-add-section:before{content:"\ea90";}.hm-advanced-heading:before{content:"\ea91";}.hm-air-baloon:before{content:"\ea92";}.hm-arrow2:before{content:"\ea93";}.hm-bicycle2:before{content:"\ea94";}.hm-bond2:before{content:"\ea95";}.hm-bond3:before{content:"\ea96";}.hm-bond4:before{content:"\ea97";}.hm-calendar2:before{content:"\ea98";}.hm-carousel:before{content:"\ea99";}.hm-code-page:before{content:"\ea9a";}.hm-comment-circle:before{content:"\ea9b";}.hm-comment-square:before{content:"\ea9c";}.hm-copy:before{content:"\ea9d";}.hm-cursor:before{content:"\ea9e";}.hm-envelop2:before{content:"\ea9f";}.hm-factory:before{content:"\eaa0";}.hm-finger-point:before{content:"\eaa1";}.hm-finger-swipe-both:before{content:"\eaa2";}.hm-finger-swipe-corner:before{content:"\eaa3";}.hm-finger-swipe-left:before{content:"\eaa4";}.hm-finger-swipe-up:before{content:"\eaa5";}.hm-finger-swipe:before{content:"\eaa6";}.hm-finger-touch:before{content:"\eaa7";}.hm-folder-network:before{content:"\eaa8";}.hm-folder-sync:before{content:"\eaa9";}.hm-graph-bar2:before{content:"\eaaa";}.hm-graph-pie2:before{content:"\eaab";}.hm-heading-h:before{content:"\eaac";}.hm-heading-html:before{content:"\eaad";}.hm-heart:before{content:"\eaae";}.hm-home2:before{content:"\eaaf";}.hm-indent-left:before{content:"\eab0";}.hm-indent-right:before{content:"\eab1";}.hm-lock-close:before{content:"\eab2";}.hm-lock-open:before{content:"\eab3";}.hm-map-pointer-add:before{content:"\eab4";}.hm-map-pointer-check:before{content:"\eab5";}.hm-map-pointer-delete:before{content:"\eab6";}.hm-map-pointer2:before{content:"\eab7";}.hm-map:before{content:"\eab8";}.hm-navigation1:before{content:"\eab9";}.hm-navigation2:before{content:"\eaba";}.hm-page-export:before{content:"\eabb";}.hm-page-sync:before{content:"\eabc";}.hm-piramid:before{content:"\eabd";}.hm-plug:before{content:"\eabe";}.hm-point-marker:before{content:"\eabf";}.hm-quote2:before{content:"\eac0";}.hm-refresh-check:before{content:"\eac1";}.hm-refresh:before{content:"\eac2";}.hm-refresh2:before{content:"\eac3";}.hm-scrolling-image:before{content:"\eac4";}.hm-sign-turn-right:before{content:"\eac5";}.hm-speedometer:before{content:"\eac6";}.hm-sticky:before{content:"\eac7";}.hm-sync-cloud:before{content:"\eac8";}.hm-sync:before{content:"\eac9";}.hm-sync2:before{content:"\eaca";}.hm-table-lamp2:before{content:"\eacb";}.hm-target2:before{content:"\eacc";}.hm-timeline-spiral:before{content:"\eacd";}.hm-tv:before{content:"\eace";}.hm-vespa:before{content:"\eacf";}.hm-happyaddons:before{content:"\ead0";}.hm-brain:before{content:"\ead1";}.hm-breadcrumbs:before{content:"\ead2";}.hm-circular-chat:before{content:"\ead3";}.hm-currency-exchange:before{content:"\ead4";}.hm-cta:before{content:"\ead5";}.hm-data-table:before{content:"\ead6";}.hm-display-condition:before{content:"\ead7";}.hm-digital-memory:before{content:"\ead8";}.hm-dollar-box:before{content:"\ead9";}.hm-faq:before{content:"\eada";}.hm-facebook-feed:before{content:"\eadb";}.hm-header-footer:before{content:"\eadc";}.hm-heart:before{content:"\eadd";}.hm-image-accordion:before{content:"\eade";}.hm-image-masking:before{content:"\eadf";}.hm-instagram:before{content:"\eae0";}.hm-mail-chimp:before{content:"\eae1";}.hm-minus-large:before{content:"\eae2";}.hm-minus-small:before{content:"\eae3";}.hm-mobile-chat:before{content:"\eae4";}.hm-motion-button:before{content:"\eae5";}.hm-news-ticker:before{content:"\eae6";}.hm-offcanvas-menu:before{content:"\eae7";}.hm-post-grid:before{content:"\eae8";}.hm-post-list:before{content:"\eae9";}.hm-post-tab:before{content:"\eaea";}.hm-pricing-menu:before{content:"\eaeb";}.hm-scheduled-section:before{content:"\eaec";}.hm-section-link:before{content:"\eaed";}.hm-sticky-video:before{content:"\eaee";}.hm-section-nesting:before{content:"\eaef";}.hm-traffic-signal:before{content:"\eaf0";}.hm-tshirt:before{content:"\eaf1";}.hm-twitter-feed:before{content:"\eaf2";}.hm-grid-layout:before{content:"\eaf3";}.hm-add-to-cart-button:before{content:"\eaf4";}.hm-billing-address:before{content:"\eaf5";}.hm-cart:before{content:"\eaf6";}.hm-Category-Carousel:before{content:"\eaf7";}.hm-Category-Grid:before{content:"\eaf8";}.hm-Category-List:before{content:"\eaf9";}.hm-checkout-1:before{content:"\eafa";}.hm-checkout-2:before{content:"\eafb";}.hm-compare:before{content:"\eafc";}.hm-edit-menu:before{content:"\eafd";}.hm-facebook-review:before{content:"\eafe";}.hm-fb-messanger:before{content:"\eaff";}.hm-filter:before{content:"\eb00";}.hm-google-review:before{content:"\eb01";}.hm-grid-filter:before{content:"\eb02";}.hm-home3:before{content:"\eb03";}.hm-horizontal-timeline:before{content:"\eb04";}.hm-image-scroll:before{content:"\eb05";}.hm-mini-cart:before{content:"\eb06";}.hm-off-canvas-cart:before{content:"\eb07";}.hm-popup1:before{content:"\eb08";}.hm-post-list:before{content:"\eb09";}.hm-Product-Carousel:before{content:"\eb0a";}.hm-product-filter:before{content:"\eb0b";}.hm-product-gallery:before{content:"\eb0c";}.hm-Product-Grid:before{content:"\eb0d";}.hm-Product-List-double:before{content:"\eb0e";}.hm-product-list-single:before{content:"\eb0f";}.hm-product-rating:before{content:"\eb10";}.hm-product-table:before{content:"\eb11";}.hm-product-variation:before{content:"\eb12";}.hm-retina-image:before{content:"\eb13";}.hm-shipping-address:before{content:"\eb14";}.hm-shop:before{content:"\eb15";}.hm-shopping-details:before{content:"\eb16";}.hm-sticky-video-2:before{content:"\eb17";}.hm-Template-Import:before{content:"\eb18";}.hm-trendy-product:before{content:"\eb19";}.hm-user-check:before{content:"\eb1a";}.hm-User-Circle:before{content:"\eb1b";}.hm-user-plus:before{content:"\eb1c";}.hm-user:before{content:"\eb1d";}.hm-video-gallery:before{content:"\eb1e";}.hm-wishlist:before{content:"\eb1f";}.hm-mouse-scroll-h:before{content:"\eb20";}.hm-mouse-scroll-v:before{content:"\eb21";}.hm-speaker:before{content:"\eb22";}.hm-mega-menu:before{content:"\eb23";}.hm-content-slider:before{content:"\eb24";}.hm-text-outline:before{content:"\eb25";}.hm-vector-path:before{content:"\eb26";}.hm-rough-notation:before{content:"\eb27";}.hm-unfold-folder:before{content:"\eb28";}.hm-unfold-paper:before{content:"\eb29";}.hm-speaker2:before{content:"\eb2a";}.hm-video-mask:before{content:"\eb2b";}.hm-dot-navigation:before{content:"\eb2c";}.hm-cursor-hover-click:before{content:"\eb2d";}.hm-finger-hover-touch:before{content:"\eb2e";}.hm-repeat:before{content:"\eb2f";}.hm-event-calendar:before{content:"\eb30";}.hm-map-location-unfold:before{content:"\eb31";}.hm-ticket2:before{content:"\eb32";}.hm-thunder1:before{content:"\eb33";}.hm-thunder2:before{content:"\eb34";}.hm-shield1:before{content:"\eb35";}.hm-switcher:before{content:"\eb36";}.hm-global-badge:before{content:"\eb37";}.hm-wallet:before{content:"\eb38";}.hm-asteroid:before{content:"\eb39";}.hm-repeat2:before{content:"\eb3a";}.hm-corona-covid1:before{content:"\eb3b";}.hm-corona-covid2:before{content:"\eb3c";}.hm-fixed-size-button:before{content:"\eb3d";}.hm-full-page-scroll:before{content:"\eb3e";}.hm-multi-page-scroll:before{content:"\eb3f";}.hm-flag2:before{content:"\eb40";}.hm-advanced-data-table:before{content:"\eb41";}.hm-add-group:before{content:"\eb42";}.hm-add-peoples:before{content:"\eb43";}.hm-age-gate:before{content:"\eb44";}.hm-age-gate2:before{content:"\eb45";}.hm-animated-link:before{content:"\eb46";}.hm-behance-feed:before{content:"\eb47";}.hm-binary-digit:before{content:"\eb48";}.hm-both-way-arrow:before{content:"\eb49";}.hm-camera-plus:before{content:"\eb4a";}.hm-cancel-meeting:before{content:"\eb4b";}.hm-chat-bubble1:before{content:"\eb4c";}.hm-checkout1:before{content:"\eb4d";}.hm-clap:before{content:"\eb4e";}.hm-dribbble-feed:before{content:"\eb4f";}.hm-edd-cart:before{content:"\eb50";}.hm-edd-category-carousel:before{content:"\eb51";}.hm-edd-category:before{content:"\eb52";}.hm-edd-discount:before{content:"\eb53";}.hm-edd-download:before{content:"\eb54";}.hm-edd-login1:before{content:"\eb55";}.hm-edd-login2:before{content:"\eb56";}.hm-edd-mini-cart:before{content:"\eb57";}.hm-edd-my-account-tab:before{content:"\eb58";}.hm-edd-product-carousel:before{content:"\eb59";}.hm-edd-product-grid:before{content:"\eb5a";}.hm-edd-profile-edit:before{content:"\eb5b";}.hm-edd-purchased:before{content:"\eb5c";}.hm-edd-register:before{content:"\eb5d";}.hm-edd-search-bar:before{content:"\eb5e";}.hm-edd-single-product:before{content:"\eb5f";}.hm-facebook-review1:before{content:"\eb60";}.hm-feather:before{content:"\eb61";}.hm-file2:before{content:"\eb62";}.hm-fly-out-menu:before{content:"\eb63";}.hm-grid-link:before{content:"\eb64";}.hm-hexa-bond:before{content:"\eb65";}.hm-image-accordion1:before{content:"\eb66";}.hm-image-swap:before{content:"\eb67";}.hm-link-box:before{content:"\eb68";}.hm-meeting:before{content:"\eb69";}.hm-pdf1:before{content:"\eb6a";}.hm-pdf2:before{content:"\eb6b";}.hm-photo-stack:before{content:"\eb6c";}.hm-qr-code:before{content:"\eb6d";}.hm-remote_carousel:before{content:"\eb6e";}.hm-scroll-top:before{content:"\eb6f";}.hm-square-clock:before{content:"\eb70";}.hm-step-flow2:before{content:"\eb71";}.hm-sub-list:before{content:"\eb72";}.hm-swap-left:before{content:"\eb73";}.hm-tooltips:before{content:"\eb74";}.hm-traveller:before{content:"\eb75";}.hm-tb-archieve-content:before{content:"\eb76";}.hm-tb-archieve-title:before{content:"\eb77";}.hm-tb-author-meta:before{content:"\eb78";}.hm-tb-comments:before{content:"\eb79";}.hm-tb-featured-image:before{content:"\eb7a";}.hm-tb-page-title:before{content:"\eb7b";}.hm-tb-post-content:before{content:"\eb7c";}.hm-tb-post-excerpt:before{content:"\eb7d";}.hm-tb-post-grid:before{content:"\eb7e";}.hm-tb-post-info:before{content:"\eb7f";}.hm-tb-post-list:before{content:"\eb80";}.hm-tb-post-title:before{content:"\eb81";}.hm-tb-site-logo:before{content:"\eb82";}.hm-tb-site-title:before{content:"\eb83";}.hm-lordicon:before{content:"\eb84";}.hm-vault:before{content:"\eb85";}.hm-liquid-hover-image:before{content:"\eb86";}.hm-image-replace:before{content:"\eb87";}.hm-title-tips-vector-path:before{content:"\eb88";}.hm-reading-progress-bar:before{content:"\eb89";}.hm-metro-grid-text-outline:before{content:"\eb8a";}.hm-loop-grid-content-slider:before{content:"\eb8b";}.hm-woo-builder:before{content:"\eb8c";}.hm-verified-info:before{content:"\eb8d";}.hm-unused-media:before{content:"\eb8e";}.hm-related-product:before{content:"\eb8f";}.hm-reading-book:before{content:"\eb90";}.hm-product-title:before{content:"\eb91";}.hm-product-stock:before{content:"\eb92";}.hm-product-rating-78:before{content:"\eb93";}.hm-product-price:before{content:"\eb94";}.hm-product-meta:before{content:"\eb95";}.hm-product-image:before{content:"\eb96";}.hm-product-grid:before{content:"\eb97";}.hm-product-description:before{content:"\eb98";}.hm-product-atribute:before{content:"\eb99";}.hm-media-all:before{content:"\eb9a";}.hm-magic-scroll:before{content:"\eb9b";}.hm-lightbox:before{content:"\eb9c";}.hm-invoice:before{content:"\eb9d";}.hm-global-badge1:before{content:"\eb9e";}.hm-empty-cart-notice:before{content:"\eb9f";}.hm-creative-slider-two:before{content:"\eba0";}.hm-creative-slider-one:before{content:"\eba1";}.hm-comparison-table:before{content:"\eba2";}.hm-checkout-shipping:before{content:"\eba3";}.hm-checkout-payment-method:before{content:"\eba4";}.hm-checkout-order-review:before{content:"\eba5";}.hm-checkout-login:before{content:"\eba6";}.hm-checkout-invoice:before{content:"\eba7";}.hm-checkout-info:before{content:"\eba8";}.hm-checkout-coupon:before{content:"\eba9";}.hm-checkout-bill-form:before{content:"\ebaa";}.hm-cart-total:before{content:"\ebab";}.hm-cart-table:before{content:"\ebac";}.hm-cart-redirection:before{content:"\ebad";}.hm-cart-checkout:before{content:"\ebae";}.hm-cart-btn-number:before{content:"\ebaf";}.hm-ai:before{content:"\ebb0";}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot#1779825469);src:url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot#1779825469) format('embedded-opentype'),url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2#1779825469) format('woff2'),url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff#1779825469) format('woff'),url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf#1779825469) format('truetype'),url(https://restdev.ie/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.ha-site-title-small{font-size:15px}.ha-site-title-medium{font-size:19px}.ha-site-title-large{font-size:29px}.ha-site-title-xl{font-size:39px}.ha-site-title-xxl{font-size:59px}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-54 .elementor-element.elementor-element-311b158{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-54 .elementor-element.elementor-element-311b158:not(.elementor-motion-effects-element-type-background),.elementor-54 .elementor-element.elementor-element-311b158>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff0;background-image:linear-gradient(180deg,#FFFFFFAD 0%,#2977F2 100%)}.elementor-54 .elementor-element.elementor-element-267354d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start}.elementor-54 .elementor-element.elementor-element-267354d.e-con{--flex-grow:0;--flex-shrink:0}.elementor-54 .elementor-element.elementor-element-6639908{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-54 .elementor-element.elementor-element-6639908.e-con{--flex-grow:0;--flex-shrink:0}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li a{font-family:"Mulish",Sans-serif;font-size:16px;font-weight:600;color:#222}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li{margin:0 15px 0 15px}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav{text-align:center}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul.sub-menu{text-align:left;border-radius:4px;background:#2977F2}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li a:hover{color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav ul li a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper div .nav li>a:before{background-color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-item>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-parent>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-ancestor>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul:not(.sub-menu) li.current-menu-item a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li.current-menu-parent ul li.current-menu-item a{color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-item>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-parent>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav>li.current-menu-ancestor>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul:not(.sub-menu) li.current-menu-item a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li.current-menu-parent ul li.current-menu-item a:before{background-color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li a{color:#FFF}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li a:hover{color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li>a:before{background-color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-item>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-parent>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-ancestor>a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li ul:not(.sub-menu) li.current-menu-item a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li.current-menu-parent ul li.current-menu-item a,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li.current-menu-parent ul>li.current-menu-item>a{color:#274543}.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-item>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-parent>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul>li.current-menu-ancestor>a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li ul:not(.sub-menu) li.current-menu-item a:before,.elementor-54 .elementor-element.elementor-element-af86879 .tg_navigation_wrapper .nav li ul li.current-menu-parent ul li.current-menu-item a:before{background-color:#274543}.elementor-54 .elementor-element.elementor-element-0868298{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center}.elementor-54 .elementor-element.elementor-element-33de86d{margin:7px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 20px}.elementor-54 .elementor-element.elementor-element-33de86d .elementor-icon-wrapper{text-align:center}.elementor-54 .elementor-element.elementor-element-33de86d.elementor-view-stacked .elementor-icon{background-color:#162238}.elementor-54 .elementor-element.elementor-element-33de86d.elementor-view-framed .elementor-icon,.elementor-54 .elementor-element.elementor-element-33de86d.elementor-view-default .elementor-icon{color:#162238;border-color:#162238}.elementor-54 .elementor-element.elementor-element-33de86d.elementor-view-framed .elementor-icon,.elementor-54 .elementor-element.elementor-element-33de86d.elementor-view-default .elementor-icon svg{fill:#162238}.elementor-54 .elementor-element.elementor-element-33de86d .elementor-icon{font-size:22px}.elementor-54 .elementor-element.elementor-element-33de86d .elementor-icon svg{height:22px}@media(max-width:1024px){.elementor-54 .elementor-element.elementor-element-311b158{--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px}.elementor-54 .elementor-element.elementor-element-0868298{--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}}@media(max-width:767px){.elementor-54 .elementor-element.elementor-element-311b158{--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px}.elementor-54 .elementor-element.elementor-element-267354d{--width:50%}.elementor-54 .elementor-element.elementor-element-0868298{--width:50%}.elementor-54 .elementor-element.elementor-element-33de86d{margin:7px 0 calc(var(--kit-widget-spacing, 0px) + 0px) 20px}}@media(min-width:768px){.elementor-54 .elementor-element.elementor-element-267354d{--width:33.02%}.elementor-54 .elementor-element.elementor-element-6639908{--width:59.136%}.elementor-54 .elementor-element.elementor-element-0868298{--width:25%}}@media(max-width:1024px) and (min-width:768px){.elementor-54 .elementor-element.elementor-element-267354d{--width:50%}.elementor-54 .elementor-element.elementor-element-0868298{--width:50%}}.ha-site-title-small{font-size:15px}.ha-site-title-medium{font-size:19px}.ha-site-title-large{font-size:29px}.ha-site-title-xl{font-size:39px}.ha-site-title-xxl{font-size:59px}.arm_materialize_form .dropdown-content{background-color:#fff;margin:0!important;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:99999;will-change:width,height;border-width:1px;border-style:solid;padding:0!important;margin-top:-1px!important;width:100%}.arm_materialize_form .dropdown-content li{clear:both;color:rgb(0 0 0 / .87);cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left;text-transform:none;margin:0!important;-webkit-text-transform:none;-moz-text-transform:none;-ms-text-transform:none;-o-text-transform:none;list-style-type:none;outline:0}.arm_materialize_form:not(.arm--material-outline-style) .arm-df__form-field-wrap:not(.arm-df__form-field-wrap_file) .arm-df__label-text{position:absolute;top:60%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transition:all .2s;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;z-index:6}.arm_materialize_form:not(.arm--material-outline-style) .arm-df__form-field-wrap.arm-df__form-field-wrap_textarea .arm-df__label-text{top:20%}.arm_materialize_form .arm-df__label-text.arm_active_selected,.arm_materialize_form:not(.arm--material-outline-style) .arm-df__label-text.active{top:0!important;font-size:12px!important}.arm_materialize_form .sortable_inner_wrapper .arm-controls .arm_main_label.active input.arm_phone_utils{margin-left:46px!important;width:calc(100% - 46px)!important}.arm_materialize_form .dropdown-content li.divider{min-height:0;height:1px}.arm_materialize_form .dropdown-content li>a,.arm_materialize_form .dropdown-content li>span{font-size:16px;display:block;line-height:22px;padding:14px 16px;cursor:pointer!important;min-height:0!important;outline:0}.arm_materialize_form .dropdown-content li>span>label{top:0;left:0;height:18px}.arm_materialize_form .dropdown-content li>a>i{height:inherit;line-height:inherit;float:left;margin:0 24px 0 0;width:24px}.arm_materialize_form .input-field.col .dropdown-content [type=checkbox]+label{top:1px;left:0;height:18px}.arm_materialize_form input[type=checkbox]{width:20px!important;height:20px!important}.arm_form_ltr.arm_materialize_form .arm-df__form-field .arm-df__form-field-wrap_rememberme{margin-left:0!important;padding-right:0}.arm_materialize_form .waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;vertical-align:middle;z-index:1;transition:.3s ease-out;-webkit-transition:.3s ease-out;-moz-transition:.3s ease-out;-ms-transition:.3s ease-out;-o-transition:.3s ease-out}.arm_materialize_form .waves-effect .waves-ripple{position:absolute;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgb(0 0 0 / .2);transition:all .7s ease-out;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-moz-transition-property:opacity,-webkit-transform;-ms-transition-property:opacity,-webkit-transform;-o-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;-webkit-transition-property:transform,opacity;-moz-transition-property:transform,opacity;-ms-transition-property:transform,opacity;-o-transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-property:transform,opacity,-webkit-transform;-moz-transition-property:transform,opacity,-webkit-transform;-ms-transition-property:transform,opacity,-webkit-transform;-o-transition-property:transform,opacity,-webkit-transform;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);pointer-events:none}.arm_materialize_form .waves-effect input[type=button],.arm_materialize_form .waves-effect input[type=reset],.arm_materialize_form .waves-effect input[type=submit]{border:0;font-style:normal;font-size:inherit;text-transform:inherit;-webkit-text-transform:inherit;-moz-text-transform:inherit;-ms-text-transform:inherit;-o-text-transform:inherit;background:0 0}.arm_materialize_form .waves-effect img{position:relative;z-index:-1}.arm_materialize_form .waves-notransition{transition:none!important;-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important}.arm_materialize_form .waves-circle{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.arm_materialize_form .waves-input-wrapper{border-radius:.2em;-webkit-border-radius:.2em;-o-border-radius:.2em;-moz-border-radius:.2em;vertical-align:bottom}.arm_materialize_form .waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.arm_materialize_form .waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;-webkit-mask-image:none}.arm_materialize_form .waves-block{display:block}.arm_materialize_form .waves-effect .waves-ripple{z-index:-1}.waves-effect.waves-light .waves-ripple{background-color:rgb(255 255 255 / .45)}.arm_materialize_form select:focus{outline:1px solid #c9f3ef}.arm_materialize_form ::-webkit-input-placeholder{color:#d1d1d1}.arm_materialize_form :-moz-placeholder{color:#d1d1d1}.arm_materialize_form ::-moz-placeholder{color:#d1d1d1}.arm_materialize_form :-ms-input-placeholder{color:#d1d1d1}.arm_materialize_form input[type=text]:not(.inplace_field).arm_colorpicker{background-color:#fff0;border-color:#b0b0b5!important;border-width:2px!important;border-style:solid!important;border-radius:3px!important;-moz-border-radius:3px!important;-o-border-radius:3px!important;-webkit-border-radius:3px!important;padding-left:10px;padding-right:10px}.arm_materialize_form .input-field{position:relative}.arm_materialize_form .input-field.inline{display:inline-block;vertical-align:middle;margin-left:5px}.arm_materialize_form .input-field.inline .arm-select-dropdown,.arm_materialize_form .input-field.inline input{margin-bottom:1rem}.arm_materialize_form .input-field.col label{left:.75rem}.arm_materialize_form .input-field.col .prefix~.validate~label,.arm_materialize_form .input-field.col .prefix~label{width:calc(100% - 3rem - 1.5rem)}.wp-admin .arm_materialize_form .input-field label.arm_main_label:not(.arm_smiley_btn):not(.arm_star_rating_label):not(.arm_dislike_btn):not(.arm_like_btn):not(.arm_like_btn):not(.arm_field_option_content_cell_label):not(.arm_js_switch_label){transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear}.arm_materialize_form .input-field .prefix{position:absolute;width:3rem;font-size:2rem;transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s}.arm_materialize_form .input-field .prefix.active{color:#26a69a}.arm_materialize_form .input-field .prefix~.autocomplete-content,.arm_materialize_form .input-field .prefix~.validate~label,.arm_materialize_form .input-field .prefix~input,.arm_materialize_form .input-field .prefix~label,.arm_materialize_form .input-field .prefix~textarea{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.arm_materialize_form .input-field .prefix~label{margin-left:3rem}@media only screen and (max-width:992px){.arm_materialize_form .input-field .prefix~input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width:600px){.arm_materialize_form .input-field .prefix~input{width:80%;width:calc(100% - 3rem)}}.arm_materialize_form .autocomplete-content{opacity:1;position:absolute;width:100%;display:none}.arm_materialize_form .autocomplete-content.armactive{display:block}.arm_materialize_form .autocomplete-content li img{height:40px;width:40px;margin:5px 15px}.arm_materialize_form select{display:none}.arm_materialize_form select.browser-default{display:block}.arm_materialize_form select{background-color:rgb(255 255 255 / .9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;height:3rem}.arm_materialize_form .select-label{position:absolute}.arm_materialize_form .select-wrapper{position:relative}.arm_materialize_form .select-wrapper input.arm-select-dropdown{position:relative;cursor:pointer;background-color:#fff0;border:none;border-bottom:1px solid #9e9e9e;outline:0;height:3rem;line-height:3rem;width:100%;font-size:1rem;margin:0 0 20px 0;padding:0;display:block}.arm_materialize_form .select-wrapper .caret{position:absolute;right:0;top:0;bottom:0;margin:auto 0;z-index:0;fill:rgb(0 0 0 / .87)}.arm_materialize_form .select-wrapper.disabled .caret{fill:rgb(0 0 0 / .42)}.arm_materialize_form select:disabled{fill:rgb(0 0 0 / .42)}.arm_materialize_form .select-wrapper input.arm-select-dropdown:disabled{color:rgb(0 0 0 / .3);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:1px solid rgb(0 0 0 / .3)}.arm_materialize_form .select-wrapper i{color:rgb(0 0 0 / .3)}.arm_materialize_form .arm-select-dropdown li.disabled,.arm_materialize_form .arm-select-dropdown li.disabled>span,.arm_materialize_form .arm-select-dropdown li.optgroup{color:rgb(0 0 0 / .3);background-color:#fff0}.arm_materialize_form .prefix~.select-wrapper{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.arm_materialize_form .prefix~label{margin-left:3rem}.arm_materialize_form .arm-select-dropdown li img{height:40px;width:40px;margin:5px 15px;float:right}.arm_materialize_form .arm-select-dropdown li.optgroup{border-top:1px solid #eee}.arm_materialize_form .arm-select-dropdown li.optgroup.selected>span{color:rgb(0 0 0 / .7)}.arm_materialize_form .arm-select-dropdown li.optgroup>span{color:rgb(0 0 0 / .4)}.arm_materialize_form .arm-select-dropdown li.optgroup~li.optgroup-option{padding-left:1rem}.arm_materialize_form .file-field{position:relative}.arm_materialize_form .file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.arm_materialize_form .file-field input.file-path{width:100%}.arm_materialize_form .file-field span{cursor:pointer}.arm_materialize_form .file-field input[type=file]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;-webkit-filter:alpha(opacity=0);-moz-filter:alpha(opacity=0);-o-filter:alpha(opacity=0)}.arm_materialize_form .btn-flat,.arm_materialize_form .btn-large,.arm_materialize_form .btn:not(.timepicker-picker.btn){border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;-moz-border-radius:2px;display:inline-block;height:36px;line-height:36px;text-transform:uppercase;-webkit-text-transform:uppercase;-moz-text-transform:uppercase;-ms-text-transform:uppercase;-o-text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:#fff0}.bootstrap-datetimepicker-widget table td span{border:none!important}.bootstrap-datetimepicker-widget table td a span:hover,.bootstrap-datetimepicker-widget table td span:hover{border-width:1px!important}.arm_materialize_form .arm-multiple-select-dropdown input[type=checkbox]{position:relative;cursor:pointer;height:0;width:0;float:left}.arm_materialize_form .arm-multiple-select-dropdown span label{float:left;margin-left:40px;position:relative}.arm_materialize_form .arm-multiple-select-dropdown input[type=checkbox]:before{content:'';display:block;width:20px;height:20px;border:2px solid #000;position:absolute;left:0;top:0;opacity:1;-webkit-transition:all .12s,border-color .08s;transition:all .12s,border-color .08s}.arm_materialize_form .arm-multiple-select-dropdown input[type=checkbox]:checked:before{width:10px;top:-5px;left:5px;border-radius:0;opacity:1;border-top-color:#fff0;border-left-color:#fff0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.elementor-727 .elementor-element.elementor-element-b086ca1{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center}.elementor-727 .elementor-element.elementor-element-b086ca1:not(.elementor-motion-effects-element-type-background),.elementor-727 .elementor-element.elementor-element-b086ca1>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#DBB094D4}.elementor-727 .elementor-element.elementor-element-6b43aca{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:60px;--padding-bottom:50px;--padding-left:60px;--padding-right:60px}.elementor-727 .elementor-element.elementor-element-6b43aca:not(.elementor-motion-effects-element-type-background),.elementor-727 .elementor-element.elementor-element-6b43aca>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#F3E8E1}.elementor-727 .elementor-element.elementor-element-dfec282{background-color:#274543;padding:10px 10px 0 10px;top:10px;border-radius:10px 10px 10px 10px}.elementor-727 .elementor-element.elementor-element-dfec282.elementor-element{--align-self:flex-end}body:not(.rtl) .elementor-727 .elementor-element.elementor-element-dfec282{right:10px}body.rtl .elementor-727 .elementor-element.elementor-element-dfec282{left:10px}.elementor-727 .elementor-element.elementor-element-dfec282.ha-has-bg-overlay:hover::before{transition:background 0.3s}.elementor-727 .elementor-element.elementor-element-dfec282 .elementor-icon-wrapper{text-align:center}.elementor-727 .elementor-element.elementor-element-dfec282.elementor-view-stacked .elementor-icon{background-color:#FFF}.elementor-727 .elementor-element.elementor-element-dfec282.elementor-view-framed .elementor-icon,.elementor-727 .elementor-element.elementor-element-dfec282.elementor-view-default .elementor-icon{color:#FFF;border-color:#FFF}.elementor-727 .elementor-element.elementor-element-dfec282.elementor-view-framed .elementor-icon,.elementor-727 .elementor-element.elementor-element-dfec282.elementor-view-default .elementor-icon svg{fill:#FFF}.elementor-727 .elementor-element.elementor-element-dfec282 .elementor-icon{font-size:26px}.elementor-727 .elementor-element.elementor-element-dfec282 .elementor-icon svg{height:26px}.elementor-727 .elementor-element.elementor-element-93ab825{text-align:center}.elementor-727 .elementor-element.elementor-element-93ab825 .elementor-heading-title{font-family:"EB Garamond",Sans-serif;font-size:60px;line-height:1em}.elementor-727 .elementor-element.elementor-element-4e58568{width:100%;max-width:100%;text-align:center}.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper label{color:#000}.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper input,.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper textarea{background:#f9f9f9;color:#000;border-color:#f9f9f9;border-radius:5px}.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper input:focus,.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper textarea:focus{border-color:#1C58F6}.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper input[type=submit]{background:#274543;color:#fff;border-color:#274543;border-radius:25px}.elementor-727 .elementor-element.elementor-element-f6efb4c .dotlife-contact-form-content-wrapper input[type=submit]:hover{background:#508682;color:#fff;border-color:#508682}@media(max-width:1024px){.elementor-727 .elementor-element.elementor-element-dfec282 .elementor-icon{font-size:24px}.elementor-727 .elementor-element.elementor-element-dfec282 .elementor-icon svg{height:24px}.elementor-727 .elementor-element.elementor-element-93ab825 .elementor-heading-title{font-size:50px}}@media(min-width:768px){.elementor-727 .elementor-element.elementor-element-6b43aca{--width:60%}}@media(max-width:1024px) and (min-width:768px){.elementor-727 .elementor-element.elementor-element-6b43aca{--width:80%}}@media(max-width:767px){.elementor-727 .elementor-element.elementor-element-6b43aca{--padding-top:60px;--padding-bottom:60px;--padding-left:30px;--padding-right:30px}.elementor-727 .elementor-element.elementor-element-dfec282{width:var(--container-widget-width,40px);max-width:40px;padding:10px 20px 0 20px;--container-widget-width:40px;--container-widget-flex-grow:0;top:10px}body:not(.rtl) .elementor-727 .elementor-element.elementor-element-dfec282{right:10px}body.rtl .elementor-727 .elementor-element.elementor-element-dfec282{left:10px}.elementor-727 .elementor-element.elementor-element-93ab825 .elementor-heading-title{font-size:40px}}.elementor-kit-1{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:-webkit-linear-gradient(right,rgb(0 0 0 / .5),#fff0);background-image:-o-linear-gradient(right,rgb(0 0 0 / .5),#fff0);background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:-webkit-linear-gradient(left,rgb(0 0 0 / .5),#fff0);background-image:-o-linear-gradient(left,rgb(0 0 0 / .5),#fff0);background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:-webkit-linear-gradient(bottom,rgb(0 0 0 / .5),#fff0);background-image:-o-linear-gradient(bottom,rgb(0 0 0 / .5),#fff0);background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(0 0 0 / .5)),to(#fff0));background-image:-webkit-linear-gradient(top,rgb(0 0 0 / .5),#fff0);background-image:-o-linear-gradient(top,rgb(0 0 0 / .5),#fff0);background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.swiper-pagination-progressbar{background:rgb(0 0 0 / .25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgb(255 255 255 / .25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgb(0 0 0 / .25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgb(0 0 0 / .1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgb(0 0 0 / .5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.ah-headline.type .ah-words-wrapper.selected::after,.ah-headline.type b{visibility:hidden}.ah-headline.clip .ah-words-wrapper,.ah-headline.loading-bar .ah-words-wrapper,.ah-headline.slide .ah-words-wrapper,.ah-headline.type .ah-words-wrapper{overflow:hidden;vertical-align:top}.ah-words-wrapper{display:inline-block;position:relative;text-align:left}.ah-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.ah-words-wrapper b.is-visible{position:relative}.no-js .ah-words-wrapper b{opacity:0}.no-js .ah-words-wrapper b.is-visible{opacity:1}.ah-headline.rotate-1 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.ah-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:ah-rotate-1-in 1.2s;animation:ah-rotate-1-in 1.2s}.ah-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:ah-rotate-1-out 1.2s;animation:ah-rotate-1-out 1.2s}@-webkit-keyframes ah-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@keyframes ah-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes ah-rotate-1-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes ah-rotate-1-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.ah-headline.type .ah-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#363636}.ah-headline.type .ah-words-wrapper.waiting::after{-webkit-animation:ah-pulse 1s infinite;animation:ah-pulse 1s infinite}.ah-headline.type .ah-words-wrapper.selected{background-color:#f0f0f0}.ah-headline.type .ah-words-wrapper.selected b{color:#363636}.ah-headline.type b.is-visible{visibility:visible}.ah-headline.type i{position:absolute;visibility:hidden}.ah-headline.type i.in{position:relative;visibility:visible}@-webkit-keyframes ah-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes ah-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.ah-headline.rotate-2 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-2 em,.ah-headline.rotate-2 i{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ah-headline.rotate-2 b{opacity:0}.ah-headline.rotate-2 i{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .ah-headline.rotate-2 i{opacity:1}.ah-headline.rotate-2 i.in{-webkit-animation:ah-rotate-2-in .4s forwards;animation:ah-rotate-2-in .4s forwards}.ah-headline.rotate-2 i.out{-webkit-animation:ah-rotate-2-out .4s forwards;animation:ah-rotate-2-out .4s forwards}.ah-headline.rotate-2 em{-webkit-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .ah-headline.rotate-2 i{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:0}.no-csstransitions .ah-headline.rotate-2 i em{-webkit-transform:scale(1);transform:scale(1)}.no-csstransitions .ah-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes ah-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@keyframes ah-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes ah-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes ah-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.ah-headline.loading-bar .ah-words-wrapper::after{content:'';position:absolute;left:0;bottom:0;height:3px;width:0;background:#356efd;z-index:2;-webkit-transition:width .3s -.1s;transition:width .3s -.1s}.ah-headline.loading-bar .ah-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;transition:width 3s}.ah-headline.loading-bar b{top:.2em;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ah-headline.loading-bar b.is-visible{opacity:1;top:0}.ah-headline.slide b{opacity:0;top:.2em}.ah-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:slide-in .6s;animation:slide-in .6s}.ah-headline.slide b.is-hidden{-webkit-animation:slide-out .6s;animation:slide-out .6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.ah-headline.clip .ah-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background-color:#363636}.ah-headline.clip b{opacity:0}.ah-headline.clip b.is-visible{opacity:1}.ah-headline.zoom .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.zoom b{opacity:0}.ah-headline.zoom b.is-visible{opacity:1;-webkit-animation:zoom-in .8s;animation:zoom-in .8s}.ah-headline.zoom b.is-hidden{-webkit-animation:zoom-out .8s;animation:zoom-out .8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.ah-headline.rotate-3 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-3 b{opacity:0}.ah-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .ah-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0)}.ah-headline.rotate-3 i.in{-webkit-animation:ah-rotate-3-in .6s forwards;animation:ah-rotate-3-in .6s forwards}.ah-headline.rotate-3 i.out{-webkit-animation:ah-rotate-3-out .6s forwards;animation:ah-rotate-3-out .6s forwards}.no-csstransitions .ah-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:0}.no-csstransitions .ah-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes ah-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes ah-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes ah-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes ah-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.ah-headline.scale b{opacity:0}.ah-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);transform:scale(0)}.is-visible .ah-headline.scale i{opacity:1}.ah-headline.scale i.in{-webkit-animation:scale-up .6s forwards;animation:scale-up .6s forwards}.ah-headline.scale i.out{-webkit-animation:scale-down .6s forwards;animation:scale-down .6s forwards}.no-csstransitions .ah-headline.scale i{-webkit-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .ah-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.ah-headline.push b{opacity:0}.ah-headline.push b.is-visible{opacity:1;-webkit-animation:push-in .6s;animation:push-in .6s}.ah-headline.push b.is-hidden{-webkit-animation:push-out .6s;animation:push-out .6s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
 .flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:#fff0;tap-highlight-color:#fff0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsl(0 0% 100% / .75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:none;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://restdev.ie/wp-content/plugins/dotlife-elementor/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}@keyframes tilt{0%{-webkit-transform:rotateX(-30deg);-moz-transform:rotateX(-30deg);transform:rotateX(-30deg)}25%{-webkit-transform:rotateX(30deg);-moz-transform:rotateX(30deg);transform:rotateX(30deg)}50%{-webkit-transform:rotateY(-30deg);-moz-transform:rotateY(-30deg);transform:rotateY(-30deg)}75%{-webkit-transform:rotateY(30deg);-moz-transform:rotateY(30deg);transform:rotateY(30deg)}100%{-webkit-transform:rotateZ(20deg);-moz-transform:rotateZ(20deg);transform:rotateZ(20deg)}}@keyframes wave{0%{-webkit-transform:rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg);-moz-transform:rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg);transform:rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg);-moz-transform:rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg);transform:rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg)}}@keyframes swing2{0%{-webkit-transform:translate3d(70px,0,0) rotateZ(10deg);-moz-transform:translate3d(70px,0,0) rotateZ(10deg);transform:translate3d(70px,0,0) rotateZ(10deg)}100%{-webkit-transform:translate3d(-70px,0,0) rotateZ(-10deg);-moz-transform:translate3d(-70px,0,0) rotateZ(-10deg);transform:translate3d(-70px,0,0) rotateZ(-10deg)}}@keyframes bounce{0%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}100%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes scale{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(2);-moz-transform:scale(2);transform:scale(2)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.if_swing1{-webkit-animation:swing 4s infinite alternate linear;-moz-animation:swing 4s infinite alternate linear;animation:swing 4s infinite alternate linear}.if_swing2{-webkit-animation:swing2 4s 0.1s infinite alternate linear;-moz-animation:swing2 4s 0.1s infinite alternate linear;animation:swing2 4s 0.1s infinite alternate linear}.if_wave{-webkit-animation:wave 8s 0.1s infinite linear;-moz-animation:wave 8s 0.1s infinite linear;animation:wave 8s 0.1s infinite linear}.if_tilt{-webkit-animation:tilt 4s infinite alternate linear;-moz-animation:tilt 4s infinite alternate linear;animation:tilt 4s infinite alternate linear}.if_bounce{-webkit-animation:bounce 4s infinite alternate linear;-moz-animation:bounce 4s infinite alternate linear;animation:bounce 4s infinite alternate linear}.if_scale{-webkit-animation:scale 2s infinite alternate linear;-moz-animation:scale 2s infinite alternate linear;animation:scale 2s infinite alternate linear}.if_spin{-webkit-animation:spin 2s infinite alternate linear;-moz-animation:spin 2s infinite alternate linear;animation:spin 2s infinite alternate linear}.no-smooved{opacity:1!important;transform:translate(0,0)!important}html.elementor-html .smoove{opacity:1!important;transform:translate(0,0)!important}.smoove{opacity:0}.elementor-widget-image.animation,.elementor-widget-image.themegoods-image-animation{opacity:1!important}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-slide_down:after,#page_content_wrapper .elementor-widget-image.themegoods-image-animation-slide_up:after,#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_in:after{width:100%;height:100%;position:absolute;top:0;left:0;background:#fff;display:block;content:'';transform:scaleY(1);transform-origin:50% 100;content:'';transition:all 0.5s cubic-bezier(.645,.045,.355,1);transform-origin:0% 100%}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-slide_up:after{transform-origin:0% 0%}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_in:after,#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_out:after{background:transparent!important;border:200px solid #fff;transform-origin:50% 50%;opacity:1;transition:all 1s cubic-bezier(.645,.045,.355,1)}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_in .elementor-image,#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_out .elementor-image{overflow:hidden}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_in .elementor-image img,{transform:scale(1.7);transition:all 1s cubic-bezier(.645,.045,.355,1);transform-origin:50% 50%}#page_content_wrapper .elementor-widget-image.themegoods-image-animation-zoom_out .elementor-image img{transform:scale(.4);transition:all 1s cubic-bezier(.645,.045,.355,1);transform-origin:50% 50%}#page_content_wrapper .elementor-widget-image.smooved.animation:after,#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-slide_down:after,#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-slide_up:after{transform:scaleY(0)}#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-zoom_in:after,#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-zoom_out:after{border-width:0}#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-zoom_in .elementor-image img,#page_content_wrapper .elementor-widget-image.smooved.themegoods-image-animation-zoom_out .elementor-image img{transform:scale(1);opacity:1}html.elementor-html #page_content_wrapper .elementor-widget-image:after,{display:none}.init-smoove{opacity:0;transform-origin:50% 50%}html.elementor-html .init-smoove{opacity:1}.elementor-accordion-item .elementor-tab-title.elementor-active a:hover{color:#fff}.parallax-mirror img{transform-origin:50% 50%;object-position:50% 50%;min-height:0;max-width:none;object-fit:cover;will-change:transform}.jarallax{position:relative;z-index:0;will-change:transform}.jarallax-img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:2;will-change:transform}body.gallery-horizontal,body.elementor-page{overflow-x:hidden}.elementor .expand_width .elementor-image img{max-width:102%}.translate_bottom_rotate_up{transform:translateY(-20%) rotate(5deg)}.translate_bottom_rotate_down{transform:translateY(-20%) rotate(-5deg)}.translate_left_less{transform:translateX(-8%)}.translate_left{transform:translateX(-20%)}.translate_left_more{transform:translateX(-30%)}.translate_left_half{transform:translateX(-50%)}.translate_right_less{transform:translateX(8%)}.translate_right_less_down{transform:translateX(8%);transform:translateY(20%)}.translate_right_less_down_more{transform:translateX(8%);transform:translateY(30%)}.translate_right{transform:translateX(20%)}.translate_right_more{transform:translateX(30%)}.translate_top_less{transform:translateY(8%)}.translate_top_little{transform:translateY(15%)}.translate_top{transform:translateY(20%)}.translate_top_more{transform:translateY(30%)}.translate_bottom_less{transform:translateY(-8%)}.translate_bottom{transform:translateY(-20%)}.translate_bottom_more{transform:translateY(-30%)}.hover_up{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.hover_up:hover{box-shadow:0 30px 65px rgb(0 0 0 / .15);transform:translateY(-10px)}.elementor-heading-title>div{display:inline}.newsletter_box{width:80%;margin:auto}.newsletter_box .newsletter_notice{display:none}.newsletter_box .input_wrapper{padding:0!important;display:inline;margin-right:10px}.newsletter_box .input_wrapper input[type=email]{width:calc(100% - 170px)}.widget-image-caption.wp-caption-text{opacity:.6;font-size:12px;padding:30px 0 30px 0;width:50%;display:inline-block}.elementor-toggle .elementor-tab-title:not(.elementor-active){border-radius:5px;border:1px solid #d4d4d4}.elementor-toggle .elementor-tab-title.elementor-active{border-radius:0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #d4d4d4;border-bottom:0}.elementor-toggle .elementor-tab-content{border-radius:5px;border:1px solid #d4d4d4}.elementor-toggle .elementor-tab-content.elementor-active{border-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border:1px solid #d4d4d4;border-top:0}.verline{margin:0 12px;height:1px;vertical-align:middle;width:80px;background-color:#000;display:inline-block}.tg_currency{font-size:18px;line-height:36px;vertical-align:top}.width100 .elementor-button{width:100%}.black_bg label{color:#fff!important}.black_bg input[type=submit]{border-color:#fff!important}.black_bg input[type=text],.black_bg input[type=password],.black_bg input[type=email],.black_bg input[type=url],.black_bg input[type=tel],.black_bg input[type=date],.black_bg textarea,.black_bg input[type=submit]{background:transparent!important}.elementor-widget-image.rotated .elementor-image .wp-caption{position:relative}.elementor-widget-image.rotated .elementor-image .wp-caption .widget-image-caption{z-index:2;transform-origin:left bottom;transform:rotate(-90deg);position:absolute;text-align:left;opacity:1}.elementor-widget-image.rotated.right .elementor-image .wp-caption .widget-image-caption{left:100%;bottom:120px}.elementor-widget-image.rotated.right.top .elementor-image .wp-caption .widget-image-caption{left:100%;top:120px;bottom:auto}.elementor-widget-image.rotated.left .elementor-image .wp-caption .widget-image-caption{right:100%;bottom:120px;left:120px;vertical-align:top}.elementor-widget-image.rotated.left.top .elementor-image .wp-caption .widget-image-caption{right:100%;top:120px;bottom:auto}.elementor-widget-image.rotated .elementor-image .wp-caption .widget-image-caption .number{font-size:60px;line-height:1;vertical-align:baseline;font-weight:600}.elementor-widget-image.rotated.left .elementor-image .wp-caption .widget-image-caption .number{vertical-align:top}.elementor-section-height-min-height .elementor-container .elementor-row{height:100%}.fullheight{height:100%}.white_text{color:#fff}.white_text input[type=text],.white_text input[type=password],.white_text input[type=email],.white_text input[type=url],.white_text input[type=tel],.white_text input[type=date],.white_text textarea,.white_text select{background:#fff0;color:#fff;border-color:#fff}body.elementor-fullscreen.elementor-editor-active:hover .header_style_wrapper,body.tg_menu_transparent.elementor-editor-active:hover .header_style_wrapper,body.elementor-editor-active:hover .header_style_wrapper{display:none}body.elementor-fullscreen{overflow:hidden;width:100%;height:100vh;opacity:1;transition:opacity 0.3s}body.elementor-fullscreen #page_content_wrapper{padding:0!important;width:100%;max-width:none}body.elementor-fullscreen #page_content_wrapper .elementor-section.elementor-section-stretched{left:0!important}body.elementor-fullscreen #page_content_wrapper .elementor-section.elementor-section-boxed>.elementor-container{max-width:none}body.elementor-fullscreen #toTop{display:none!important}body.loading{opacity:0}body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-widget-settings,body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-element>.elementor-element-overlay{z-index:9999}body.elementor-fullscreen #page_caption,body.elementor-fullscreen #footer_wrapper,body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-duplicate{display:none}.elementor-editor-preview .elementor-widget-empty.elementor-widget-dotlife-gallery-fullscreen,.elementor-editor-preview .elementor-widget-empty.elementor-widget-dotlife-slider-vertical-parallax{display:block}body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings,body.elementor-editor-active.tg_menu_transparent .elementor.elementor-edit-mode .elementor-editor-element-settings{top:27px}body.elementor-editor-active .header_style_wrapper{z-index:3}body.elementor-fullscreen.elementor-editor-preview .elementor-widget-empty{display:block}.leftmenu.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-section-settings{top:26px}.icon-scroll,.icon-scroll:before{position:absolute;left:50%}.icon-scroll{width:20px;height:35px;margin-left:-10px;position:fixed;bottom:40px;margin-top:-35px;box-shadow:inset 0 0 0 3px #fff;border-radius:25px;z-index:99}.icon-scroll:before{content:'';width:4px;height:4px;background:#fff;margin-left:-2px;top:4px;border-radius:4px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:scroll;animation-name:scroll}@-webkit-keyframes scroll{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(23px);transform:translateY(23px)}}@keyframes scroll{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(23px);transform:translateY(23px)}}.elementor-section .elementor-container .tg-container{display:block}.tg-gallery-lightbox img{display:block}.tg_one_cols{width:100%;clear:both}.tg_two_cols{width:48%;float:left}.tg_two_cols.last{width:48%;float:right}.tg_two_cols:not(.filterable):nth-child(2n+1){clear:both}.tg_three_cols{width:30.66%;margin-right:4%;float:left}.tg_three_cols.last{width:30.66%;margin-right:0;float:right}.tg_three_cols:not(.filterable):nth-child(3n+1){clear:both}.tg_four_cols{width:22.75%;margin-right:3%;float:left}.tg_four_cols.last{width:22.75%;margin-right:0;float:right}.tg_four_cols:not(.filterable):nth-child(4n+1){clear:both}.tg_five_cols{width:17.6%;margin-right:3%;float:left}.tg_five_cols.last{width:17.6%;margin-right:0;float:right}.tg_five_cols:not(.filterable):nth-child(5n+1){clear:both}.portfolio_filter_wrapper{margin:auto;margin-bottom:40px;text-align:center}.portfolio_filter_wrapper a.filter_tag_btn{display:inline-block;margin:0 10px 0 10px}.portfolio_filter_wrapper a.filter_tag_btn:hover,.portfolio_filter_wrapper a.filter_tag_btn.active{border-bottom:2px solid #000}.tile.scale-anm,.gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile.scale-anm{transform:scale(1);opacity:1}.tile,.gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 350ms ease;transition:all 350ms ease;opacity:1}.post_header_title{clear:both}.post_img{position:relative;height:auto;line-height:0;width:100%;margin-bottom:20px}.post_img img{max-width:100%;height:auto!important}@-webkit-keyframes lazy_color_change{from{background-color:#ccc}to{background-color:#f0f0f0}}@-moz-keyframes lazy_color_change{from{background-color:#ccc}to{background-color:#f0f0f0}}@-o-keyframes lazy_color_change{from{background-color:#ccc}to{background-color:#f0f0f0}}@keyframes lazy_color_change{from{background-color:#ccc}to{background-color:#f0f0f0}}.post_img_hover.lazy{-webkit-animation:lazy_color_change 1s infinite alternate;-moz-animation:lazy_color_change 1s infinite alternate;-ms-animation:lazy_color_change 1s infinite alternate;-o-animation:lazy_color_change 1s infinite alternate;animation:lazy_color_change 1s infinite alternate}.post_img_hover{position:relative;display:inline-block;width:100%;overflow:hidden}.post_img_hover img{width:100%;height:auto}.post_img_hover:not(.lazy){background:#222;background:-moz-linear-gradient(90deg,#222222 0%,#444444 100%,#666666 100%);background:-webkit-linear-gradient(90deg,#222222 0%,#444444 100%,#666666 100%);background:linear-gradient(90deg,#222222 0%,#444444 100%,#666666 100%)}.blog-posts-classic .post_img_hover{min-height:300px}.post_img_hover img,.post_img_hover:before,.post_img_hover:after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.post_img_hover img{max-width:100%;backface-visibility:hidden;vertical-align:top}.post_img_hover:before,.post_img_hover:after{content:'';background-color:#fff;position:absolute;z-index:1;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.post_img_hover:before{width:60px;height:1px;left:100%}.post_img_hover:after{height:60px;width:1px;top:0%}.post_img_hover a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.post_img_hover:hover img,.post_img_hover.hover img{zoom:1;filter:alpha(opacity=30);-webkit-opacity:.3;opacity:.3}.post_img_hover:hover:before,.post_img_hover.hover:before,.post_img_hover:hover:after,.post_img_hover.hover:after{opacity:1;top:50%;left:50%}.post_img_hover .post_type_icon,.blog_post_content_wrapper.layout_grid_no_space .post_content_wrapper .post_type_icon,.blog_post_content_wrapper.layout_metro_no_space .post_content_wrapper .post_type_icon{position:absolute;right:20px;bottom:-25px;z-index:2;display:inline-block;border-radius:50px;line-height:62px;width:60px;height:60px;text-align:center;box-shadow:0 10px 40px rgb(0 0 0 / .15);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);transition:all .21s cubic-bezier(.5,.5,.4,.9)}.blog_post_content_wrapper.layout_grid_no_space .post_content_wrapper .post_type_icon,.blog_post_content_wrapper.layout_metro_no_space .post_content_wrapper .post_type_icon{bottom:-100px;top:auto}.blog_post_content_wrapper.layout_grid_no_space .post_detail,.blog_post_content_wrapper.layout_metro_no_space .post_detail{color:#fff}.post_related h3{text-align:center;margin-bottom:20px}.post_related .post_img_hover .post_type_icon{width:50px;height:50px;right:20px;bottom:-20px;line-height:50px}.post_img_hover:hover .post_type_icon{-ms-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.post_img_hover .post_type_icon i{color:#fff;font-size:17px}.post_info_cat{font-size:12px;margin-top:20px;margin-bottom:5px;font-weight:300}body.elementor-page .blog-posts-classic.type-post{margin-bottom:60px}.post_header h5{font-size:24px}.post_header h6{font-size:20px}.post_header h5 a,.post_header h6 a{color:#222}.post_attribute a{position:relative;padding:3px 0 3px 0}.post_attribute a:before{opacity:.2}.post_excerpt{width:100%;margin:auto}.post_content_wrapper.text_left{text-align:left}.post_content_wrapper.text_center{text-align:center}.post_content_wrapper.text_right{text-align:right}.blog_post_content_wrapper.layout_grid .post_img,.blog_post_content_wrapper.layout_masonry .post_img,.blog_post_content_wrapper.layout_metro .post_img,.blog_post_content_wrapper.layout_classic .post_img{margin-bottom:0}.blog_post_content_wrapper.layout_grid .post_content_wrapper,.blog_post_content_wrapper.layout_masonry .post_content_wrapper,.blog_post_content_wrapper.layout_metro .post_content_wrapper,.blog_post_content_wrapper.layout_classic .post_content_wrapper{padding:30px;background:#fff}.type-post.blog-posts-grid{width:calc(33.33% - 30px);margin-right:45px;margin-bottom:45px;box-sizing:border-box;float:left}.type-post.blog-posts-grid:nth-child(3n){float:right;margin-right:0}.type-post.blog-posts-grid:nth-child(3n+1){clear:both}.blog_post_content_wrapper.layout_grid .post_img_hover{min-height:180px}.blog_post_content_wrapper.layout_list .post_img_hover{border-radius:5px}#page_content_wrapper .inner .sidebar_content.page_content .blog-posts-grid .post_img_hover{min-height:130px}.blog-posts-grid_no_space .post_header h5{font-size:22px}.post_header_wrapper p{padding-top:0!important}.blog-posts-grid_no_space .post_header h5,.blog-posts-grid .post_header h5,.blog-posts-masonry .post_header h5{font-size:20px}.blog-posts-grid .post_wrapper .post_header_wrapper p,#page_content_wrapper .blog-posts-grid .post_wrapper .post_header_wrapper p{padding-top:10px;padding-bottom:20px;clear:both}.type-post.blog-posts-grid_no_space,.type-post.blog-posts-metro_no_space{width:25%;margin:0;box-sizing:border-box;float:left;background-position:center center;background-repeat:no-repeat;height:550px;position:relative;transform-style:preserve-3d;overflow:visible}.type-post.blog-posts-metro_no_space{height:600px}.type-post.blog-posts-metro_no_space.large_grid{width:50%}.type-post.blog-posts-metro_no_space.large_grid .post_header h5{font-size:28px}.type-post.blog-posts-metro_no_space .post_header h5{font-size:20px}.type-post.blog-posts-grid_no_space:hover,.type-post.blog-posts-metro_no_space:hover{z-index:3}@media not all and (min-resolution:.001dpcm){@media{.type-post.blog-posts-grid_no_space:hover,.type-post.blog-posts-metro_no_space:hover{z-index:1}.type-post.blog-posts-grid_no_space.blog-tilt,.type-post.blog-posts-metro_no_space.blog-tilt{transform:none!important}}}.type-post.blog-posts-grid_no_space:nth-child(4n+1){clear:both}.type-post.blog-posts-grid_no_space .bg_overlay,.type-post.blog-posts-metro_no_space .bg_overlay{background-color:rgb(0 0 0 / .3);position:absolute;top:0;left:0;width:100%;height:100%}.type-post.blog-posts-grid_no_space:hover .bg_overlay,.type-post.blog-posts-metro_no_space:hover .bg_overlay{background-color:rgb(0 0 0 / .2)}.type-post.blog-posts-grid_no_space .post_wrapper,.type-post.blog-posts-metro_no_space .post_wrapper{display:table;width:100%;height:100%}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper{display:table-cell;vertical-align:middle}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header{box-sizing:border-box;padding:40px;position:relative;transform:translateZ(20px)}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat,.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat a,.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_header_title h5 a,.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper a,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat a,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_header_title h5 a,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper a{color:#fff}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute{opacity:.7}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute a:before,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute a:before{background-color:#fff}.pagination.blog-posts-grid_no_space,.pagination_detail.blog-posts-grid_no_space,.pagination.blog-posts-metro_no_space,.pagination_detail.blog-posts-metro_no_space{margin-top:60px}.elementor-section-stretched .pagination.blog-posts-grid_no_space,.elementor-section-stretched .pagination.blog-posts-metro_no_space{padding-left:90px}.pagination_detail.blog-posts-grid_no_space,.pagination_detail.blog-posts-metro_no_space{padding-right:90px}.type-post.blog-posts-masonry{width:calc(33.33% - 30px);padding-bottom:45px;box-sizing:border-box;float:left;-webkit-transform:translateX(-40px);transform:translateX(-40px);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;opacity:0}.type-post.blog-posts-masonry.is-showing{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.type-post.blog-posts-list .post_wrapper,.type-post.blog-posts-list_circle .post_wrapper{width:100%;float:left}.layout_list .type-post.blog-posts-list:first-child,.layout_list_circle .type-post.blog-posts-list_circle:first-child{margin-top:0}.layout_list .type-post.blog-posts-list,.layout_list_circle .type-post.blog-posts-list_circle{margin-top:30px}.type-post.blog-posts-list .post_img{width:40%;margin-right:30px;float:left}.type-post.blog-posts-list_circle .post_img{width:30%;margin-right:50px;float:left}.type-post.blog-posts-list .post_content_wrapper{width:calc(60% - 30px);float:left;clear:none}.type-post.blog-posts-list_circle .post_content_wrapper{width:calc(70% - 50px);float:left;clear:none}.blog-posts-list .post_img_hover{min-height:280px}.blog-posts-list_circle .post_img_hover{border-radius:50%!important;min-height:220px}.blog-posts-list_circle .post_img_hover img{border-radius:50%}.blog-posts-list_circle .post_img_hover .post_type_icon{bottom:-10px}.pagination.blog-posts-list,.pagination_detail.blog-posts-list,.pagination.blog-posts-list_circle,.pagination_detail.blog-posts-list_circle{margin-top:60px}.blog-posts-list .post_header h5,.blog-posts-list_circle .post_header h5{font-size:22px}.post_metro_left_wrapper,.post_metro_right_wrapper{width:calc(50% - 20px);float:left}.post_metro_right_wrapper{float:right}.post_metro_left_wrapper .post_header h5{font-size:28px}.post_metro_right_wrapper .post_header h5{font-size:18px}.post_metro_right_wrapper .blog-posts-metro{width:calc(50% - 20px);float:left;box-sizing:border-box;padding-bottom:40px;-webkit-transform:translateX(-40px);transform:translateX(-40px);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;opacity:0}.post_metro_right_wrapper .blog-posts-metro.is-showing{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.post_metro_right_wrapper .blog-posts-metro:nth-child(2n){float:right}.gallery_grid_content_wrapper img{display:block}.gallery_grid_content_wrapper .tg_one_cols,.gallery_grid_content_wrapper .tg_two_cols,.gallery_grid_content_wrapper .tg_three_cols,.gallery_grid_content_wrapper .tg_four_cols,.gallery_grid_content_wrapper .tg_five_cols{position:relative}.gallery_grid_content_wrapper .tg_one_cols{margin-top:40px}.gallery_grid_content_wrapper .tg_one_cols:first-child{margin-top:0}.gallery_grid_content_wrapper .tg_two_cols{width:calc(50% - 20px);margin-right:40px;margin-bottom:40px}.gallery_grid_content_wrapper .tg_two_cols.last{width:calc(50% - 20px);margin-right:0;margin-bottom:40px}.gallery_grid_content_wrapper.do_masonry .tg_two_cols{margin-right:0}.gallery_grid_content_wrapper .tg_three_cols{width:calc(33.33% - 20px);margin-right:30px;margin-bottom:30px}.gallery_grid_content_wrapper.do_masonry .tg_three_cols{margin-right:0}.gallery_grid_content_wrapper .tg_three_cols.last{width:calc(33.33% - 20px);margin-right:0;margin-bottom:30px}.gallery_grid_content_wrapper .tg_four_cols{width:calc(25% - 22.5px);margin-right:30px;margin-bottom:30px}.gallery_grid_content_wrapper.do_masonry .tg_four_cols{margin-right:0}.gallery_grid_content_wrapper .tg_four_cols.last{width:calc(25% - 22.5px);margin-right:0;margin-bottom:30px}.gallery_grid_content_wrapper .tg_five_cols{width:calc(20% - 16px);margin-right:20px;margin-bottom:20px}.gallery_grid_content_wrapper .tg_five_cols.last{width:calc(20% - 16px);margin-right:0;margin-bottom:20px}.gallery_grid_content_wrapper.do_masonry .tg_five_cols{margin-right:0}.gallery_grid_content_wrapper.has_no_space .tg_one_cols,.gallery_grid_content_wrapper.has_no_space .tg_two_cols,.gallery_grid_content_wrapper.has_no_space .tg_three_cols,.gallery_grid_content_wrapper.has_no_space .tg_four_cols,.gallery_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_grid_content_wrapper.has_no_space .tg_one_cols,.portfolio_grid_content_wrapper.has_no_space .tg_two_cols,.portfolio_grid_content_wrapper.has_no_space .tg_three_cols,.portfolio_grid_content_wrapper.has_no_space .tg_four_cols,.portfolio_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_classic_content_wrapper.has_no_space .tg_one_cols,.portfolio_classic_content_wrapper.has_no_space .tg_two_cols,.portfolio_classic_content_wrapper.has_no_space .tg_three_cols,.portfolio_classic_content_wrapper.has_no_space .tg_four_cols,.portfolio_classic_content_wrapper.has_no_space .tg_five_cols{margin:0}.gallery_grid_content_wrapper.has_no_space .tg_one_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_two_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_three_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_four_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_five_cols:hover,.gallery_grid_content_wrapper.do_justified .entry:hover{position:relative;z-index:2}@media not all and (min-resolution:.001dpcm){@media{.gallery_grid_content_wrapper.has_no_space .tg_one_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_two_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_three_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_four_cols:hover,.gallery_grid_content_wrapper.has_no_space .tg_five_cols:hover,.gallery_grid_content_wrapper.do_justified .entry:hover{z-index:1}}}.gallery_grid_content_wrapper.has_no_space img,.portfolio_grid_content_wrapper.has_no_space img,.portfolio_classic_content_wrapper.has_no_space img{max-width:none;width:100%}.gallery_grid_content_wrapper.has_no_space .tg_two_cols,.portfolio_grid_content_wrapper.has_no_space .tg_two_cols,.portfolio_classic_content_wrapper.has_no_space .tg_two_cols{width:50%;margin:0}.gallery_grid_content_wrapper.has_no_space .tg_three_cols,.portfolio_grid_content_wrapper.has_no_space .tg_three_cols,.portfolio_classic_content_wrapper.has_no_space .tg_three_cols{width:33.33%;margin:0}.gallery_grid_content_wrapper.has_no_space .tg_four_cols,.portfolio_grid_content_wrapper.has_no_space .tg_four_cols,.portfolio_classic_content_wrapper.has_no_space .tg_four_cols{width:25%;margin:0}.gallery_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_classic_content_wrapper.has_no_space .tg_five_cols{width:20%;margin:0}.gallery_grid_content_wrapper .gallery_grid_item{overflow:visible;border-style:solid}@media not all and (min-resolution:.001dpcm){@media{.gallery_grid_content_wrapper .gallery_grid_item.gallery-grid-tilt{transform:none!important}}}.gallery_grid_content_wrapper.do_masonry .gallery_grid_item{-webkit-transform:translateX(-40px);transform:translateX(-40px);-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0}.gallery_grid_content_wrapper .gallery_grid_item.hide{opacity:0;display:none}.gallery_grid_content_wrapper .gallery_grid_item.is-showing{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.gallery_grid_content_wrapper .tg_gallery_grid_title{box-sizing:border-box;padding:20px 30px 20px 30px;position:absolute;bottom:0;left:0;width:100%;color:#fff;opacity:0;z-index:2;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.gallery_grid_content_wrapper .gallery_grid_item:hover .tg_gallery_grid_title{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.gallery_grid_content_wrapper .tg_four_cols .tg_gallery_grid_title,.gallery_grid_content_wrapper .tg_five_cols .tg_gallery_grid_title{padding:100px 15px 10px 15px}.gallery_grid_content_wrapper .gallery_grid_item .bg_overlay{background-color:rgb(0 0 0 / .2);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.gallery_grid_content_wrapper .gallery_grid_item:hover .bg_overlay{-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);opacity:1}.gallery_grid_content_wrapper .gallery_grid_item.lazy{-webkit-animation:lazy_color_change 1s infinite alternate;-moz-animation:lazy_color_change 1s infinite alternate;-ms-animation:lazy_color_change 1s infinite alternate;-o-animation:lazy_color_change 1s infinite alternate;animation:lazy_color_change 1s infinite alternate}.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols.lazy{min-height:550px}.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols{width:auto;text-align:center}.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols .bg_overlay{display:none}.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols img{margin:auto}.gallery_grid_content_wrapper .gallery_grid_item.tg_two_cols.lazy{min-height:250px}.gallery_grid_content_wrapper .gallery_grid_item.tg_three_cols.lazy{min-height:200px}.gallery_grid_content_wrapper .gallery_grid_item.tg_four_cols.lazy{min-height:150px}.gallery_grid_content_wrapper .gallery_grid_item.tg_five_cols.lazy{min-height:100px}.gallery_grid_content_wrapper.do_justified{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.gallery_grid_content_wrapper.do_justified .entry-visible{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.has_no_space .portfolio_classic_content{box-sizing:border-box}.tg_gallery_fullscreen_content .tg_gallery_fullscreen_description{width:50%;margin-top:5px}.swiper-container{width:100%;height:100%;margin-left:auto;margin-right:auto}.swiper-slide{cursor:pointer;background-size:cover;background-position:center center;background-repeat:no-repeat}.tg_fullscreen_gallery{height:100%;width:100%}.gallery-thumbs{display:none}.tg_fullscreen_gallery_wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#000}body.leftmenu .tg_fullscreen_gallery_wrapper{width:calc(100% - 350px);left:350px}.tg_fullscreen_gallery_wrapper .tg_fullscreen_gallery .swiper-slide{cursor:default;background-size:contain}.tg_fullscreen_gallery_wrapper .tg_fullscreen_gallery{height:100%}.swiper-button-next.hide,.swiper-button-prev.hide{display:none}.swiper-button-next.hover,.swiper-button-prev.hover{opacity:0}.swiper-container:hover .swiper-button-next.hover,.swiper-container:hover .swiper-button-prev.hover{opacity:1}.swiper-button-next,.swiper-button-prev{background-image:none!important;transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;-webkit-transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important}.swiper-button-next{right:50px}.swiper-button-prev{left:50px}.swiper-button-next:hover{right:40px}.swiper-button-prev:hover{left:40px}.swiper-button-next i,.swiper-button-prev i{font-size:60px;color:#fff}.swiper-container:hover .swiper-button-next.hover{right:60px}.swiper-container:hover .swiper-button-prev.hover{left:60px}.tg_gallery_fullscreen_content{color:#fff;position:absolute;bottom:40px;left:50px}.tg_gallery_fullscreen_content .tg_gallery_fullscreen_caption{font-size:11px;letter-spacing:3px;text-transform:uppercase}.tg_gallery_fullscreen_content .tg_gallery_fullscreen_title{font-size:20px}.tg_parallax_slide_container{width:100%;height:100vh;position:fixed;z-index:2;background:#000}body.leftmenu .tg_parallax_slide_container{width:calc(100% - 350px);left:350px}.tg_parallax_slide_background{background-size:cover;background-repeat:no-repeat;background-position:center center;overflow:hidden;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:130vh;position:fixed;top:0;left:0;width:100%;-webkit-transform:translateY(20vh);-ms-transform:translateY(20vh);transform:translateY(20vh);-webkit-transition:all 1.4s cubic-bezier(.22,.44,0,1);transition:all 1.4s cubic-bezier(.22,.44,0,1)}body.leftmenu .tg_parallax_slide_background{width:calc(100% - 350px);left:350px}body.leftmenu .icon-scroll{left:calc(50% + 175px)}.tg_parallax_slide_background:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .3)}.tg_parallax_slide_background:first-child{-webkit-transform:translateY(-10vh);-ms-transform:translateY(-10vh);transform:translateY(-10vh)}.tg_parallax_slide_background:first-child .tg_parallax_slide_content_wrapper{-webkit-transform:translateY(10vh);-ms-transform:translateY(10vh);transform:translateY(10vh)}.tg_parallax_slide_content_wrapper{height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;color:#fff;-webkit-transform:translateY(40vh);-ms-transform:translateY(40vh);transform:translateY(40vh);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 1.9s cubic-bezier(.22,.44,0,1);transition:all 1.9s cubic-bezier(.22,.44,0,1)}.tg_parallax_slide_content_title{padding:0 10% 0 10%!important}.tg_parallax_slide_content_title h2{font-size:120px;text-transform:uppercase}.tg_parallax_slide_content_subtitle{font-size:18px;margin-top:20px}.tg_parallax_slide_background .tg_parallax_slide_link{position:absolute;width:100%;height:100%;display:block;z-index:99999}.tg_horizontal_gallery_cell{overflow:hidden}#page_content_wrapper .tg_horizontal_gallery_wrapper ol.flickity-page-dots{margin-left:0}.tg_horizontal_gallery_cell img{display:block;width:auto;max-width:none!important}.tg_horizontal_gallery_wrapper .flickity-page-dots{bottom:-40px}.tg_horizontal_gallery_wrapper .flickity-page-dots .dot{height:4px;width:40px;margin:0;border-radius:0}.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg{width:40%;height:40%}.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg{left:30%;top:30%}.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next,.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous{transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;-webkit-transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;opacity:.75}.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next{right:40px}.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next:hover{right:30px;opacity:1}.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous{left:40px}.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous:hover{left:30px;opacity:1}.tg_horizontal_gallery_wrapper .flickity-prev-next-button:disabled{opacity:.3}.tg_horizontal_gallery_cell_img{transition:opacity 0.4s;opacity:0}.tg_horizontal_gallery_cell_img.flickity-lazyloaded,.tg_horizontal_gallery_cell_img.flickity-lazyerror{opacity:1}.tg_slider_gallery_cell{overflow:hidden}.tg_horizontal_slider_wrapper .flickity-prev-next-button svg{width:40%;height:40%}.tg_horizontal_slider_wrapper .flickity-prev-next-button svg{left:25%;top:30%}.tg_horizontal_slider_wrapper .flickity-prev-next-button.next,.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous{transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;-webkit-transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;opacity:.75}.tg_horizontal_slider_wrapper .flickity-prev-next-button.next{right:0}.tg_horizontal_slider_wrapper .flickity-prev-next-button.next:hover{right:-5px;opacity:1}.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous{left:0}.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous:hover{left:-5px;opacity:1}.tg_horizontal_slider_wrapper .tg_horizontal_slider_cell{width:100%;height:100%;float:left}.tg_horizontal_slider_wrapper .tg_horizontal_slider_content{width:30%;height:100%;padding:40px;box-sizing:border-box;float:left}.tg_horizontal_slider_bg{width:70%;height:100%;padding:40px;float:left}.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap{display:table;width:100%;height:100%}.tg_horizontal_slider_bg_one_cols{width:100%;height:100%;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;background-position:center center}.tg_horizontal_slider_bg_two_cols{width:calc(50% - 20px);float:left;height:100%;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;background-position:center center}.tg_horizontal_slider_bg_two_cols.last{float:right}.tg_horizontal_slider_bg_two_rows{width:100%;margin-bottom:40px;height:calc(50% - 20px);background-repeat:no-repeat;background-size:cover;background-position:center center}.tg_horizontal_slider_bg_two_rows.last{margin-bottom:0}.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap .tg_horizontal_slider_content_cell{display:table-cell;vertical-align:middle}.tg_horizontal_slide_content_title h2{font-size:40px}.tg_horizontal_slide_content_desc{padding:20px 0 20px 0}.tg_horizontal_slider_wrapper .flickity-prev-next-button:disabled{opacity:.3}.tg_horizontal_slide_content_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #222;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_horizontal_slide_content_link:hover{padding-bottom:2px;border-bottom-color:transparent!important}.tg_horizontal_slider_wrapper .flickity-page-dots{bottom:-50px;margin-left:0!important}.tg_horizontal_slider_wrapper .flickity-page-dots .dot{height:4px;width:40px;margin:0;border-radius:0}.tg_animated_frame_slider_wrapper.slideshow{width:100%;height:100vh;background:#000;top:0;left:0;z-index:2}body.leftmenu .tg_animated_frame_slider_wrapper.slideshow{width:calc(100% - 350px);left:350px}.tg_animated_frame_slider_wrapper.slideshow .slides{position:absolute;width:100%;height:100%;text-align:center}.tg_animated_frame_slider_wrapper.slideshow .slides .slide{position:absolute;width:100%;height:100%;overflow:hidden;opacity:0;pointer-events:none;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center}.tg_animated_frame_slider_wrapper.slideshow .slides .slide--current{opacity:1;pointer-events:auto}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__img{position:absolute;top:-200px;left:-200px;width:calc(100% + 400px);height:calc(100% + 400px);background-size:cover;background-position:50% 50%}.tg_animated_frame_slider_wrapper.slideshow .slides .slide--current .slide__img{opacity:.8}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__content{position:relative;z-index:2}.tg_animated_frame_slider_wrapper.slideshow .slidenav{position:absolute;width:300px;margin-left:-150px;left:50%;bottom:0;text-align:center;padding:2em;z-index:2;color:#fff}.tg_animated_frame_slider_wrapper.slideshow .slidenav__item{border:0;background:none;color:#fff;position:relative;font-size:32px;opacity:.75;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;cursor:pointer}.tg_animated_frame_slider_wrapper.slideshow .slidenav__item:focus{outline:none}.tg_animated_frame_slider_wrapper.slideshow .slidenav__item:hover{opacity:1}.tg_animated_frame_slider_wrapper.slideshow .shape{position:absolute;width:100%;height:100%;fill:#fff;top:0;pointer-events:none}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__title{position:relative;font-size:140px;line-height:1.2;text-transform:uppercase;margin:0;cursor:default;color:#fff}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__desc{position:relative;font-size:22px;margin:0 0 2em 0;cursor:default;color:#fff;padding:0!important;text-align:center}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__link{position:relative;font-size:1em;font-weight:700;padding:.5em 2em;display:inline-block;color:#000;background:#fff;transition:color 0.3s,background 0.3s;border:2px solid #fff}body.elementor-fullscreen.room{background:#cecece;height:100vh;overflow:hidden}.tg_room_slider_wrapper{position:fixed;width:100%;height:100%;left:0;top:0;z-index:2;background:#fff}body.leftmenu .tg_room_slider_wrapper{width:calc(100% - 350px);left:350px}.tg_room_slider_wrapper .hidden{position:absolute;overflow:hidden;width:0;height:0;pointer-events:none}.tg_room_slider_wrapper .icon{display:block;width:1.5em;height:1.5em;margin:0 auto;fill:currentColor}.tg_room_slider_wrapper .btn{position:relative;margin:0;padding:0;border:0;background:none}.tg_room_slider_wrapper .btn--nav{font-size:2em;pointer-events:auto;z-index:3;cursor:pointer;opacity:.75;transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important;-webkit-transition:all 0.3s cubic-bezier(.645,.045,.355,1) 0s!important}.tg_room_slider_wrapper .btn--nav:focus{outline:none}.tg_room_slider_wrapper .btn--nav:hover{opacity:1}.tg_room_slider_wrapper .btn--nav-right{float:right}.tg_room_slider_wrapper .nav-icon--right{transform:scale3d(-1,-1,1)}.tg_room_slider_wrapper .nav__triangle,.tg_room_slider_wrapper .nav__line{transition:transform 0.3s;fill:currentColor}.tg_room_slider_wrapper .btn--nav:hover .nav__triangle{transform:translate3d(-54px,0,0)}.tg_room_slider_wrapper .btn--nav:hover .nav__line{transform:translate3d(17px,0,0)}.tg_room_slider_wrapper .container{position:relative;overflow:hidden;width:100%;height:100vh;perspective:2000px}.tg_room_slider_wrapper .scroller{height:100%;transform-style:preserve-3d}.tg_room_slider_wrapper .room{position:absolute;top:50%;left:50%;width:100vw;height:100vh;margin:-50vh 0 0 -50vw;pointer-events:none;opacity:0;transform-style:preserve-3d}.tg_room_slider_wrapper .room--current{pointer-events:auto;opacity:1}.tg_room_slider_wrapper .room__side{position:absolute;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d}.tg_room_slider_wrapper .room__side--left,.tg_room_slider_wrapper .room__side--right{width:4000px;height:100vh;background:#dbdbdb}.tg_room_slider_wrapper .room__side--back{width:100vw;height:100vh;background:#e9e9e9;box-shadow:0 0 0 2px #e9e9e9;transform:translate3d(0,0,-4000px) rotate3d(1,0,0,0.1deg) rotate3d(1,0,0,0deg)}.tg_room_slider_wrapper .room__side--right{right:0;justify-content:flex-end;transform:rotate3d(0,1,0,-90.03deg);transform-origin:100% 50%}.tg_room_slider_wrapper .room__side--left{justify-content:flex-start;transform:rotate3d(0,1,0,90deg);transform-origin:0 50%}.tg_room_slider_wrapper .room__side--bottom{width:100vw;height:4000px;background:#d0d0d0;transform:rotate3d(1,0,0,90deg) translate3d(0,-4000px,0);transform-origin:50% 0%}.tg_room_slider_wrapper .room__side--bottom{top:100%}#page_content_wrapper .inner .sidebar_content .tg_room_slider_wrapper .room__img{flex:none;max-width:40%;max-height:60%;margin:0 5%;transform:translate3d(0,0,10px);backface-visibility:hidden}.tg_room_slider_wrapper .bg_overlay{background:rgb(0 0 0 / .2);position:fixed;width:100%;height:100%;z-index:2}.tg_room_slider_wrapper *,.tg_room_slider_wrapper *::after,.tg_room_slider_wrapper *::before{-webkit-box-sizing:border-box;box-sizing:border-box}.tg_room_slider_wrapper .content{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;height:100vh;padding:2vw}.tg_room_slider_wrapper .slides{position:relative;flex:1}.tg_room_slider_wrapper .slide{position:absolute;left:0;display:flex;flex-direction:column;justify-content:center;width:40%;height:100%;margin:25vh 0 0 30vw;pointer-events:none;opacity:0;z-index:3;text-align:center}body.leftmenu .tg_room_slider_wrapper .slide{width:70%;margin:7vh 0 0 10vw}.tg_room_slider_wrapper .slide--current{pointer-events:auto;opacity:1}.tg_room_slider_wrapper .slide__name{font-size:120px;line-height:1;color:#fff}.tg_room_slider_wrapper .slide__title,.tg_room_slider_wrapper .slide__date{width:100%;box-sizing:border-box}.tg_room_slider_wrapper .slide__date{margin-top:1em}.tg_room_slider_wrapper .slide__title{font-weight:400;margin:1em 0 0 0;color:#fff}@media screen and (max-width:50em){.tg_room_slider_wrapper .slide{width:100%;margin:7vh 0 0 0}.tg_room_slider_wrapper .slide__title{font-size:1.5em}.tg_room_slider_wrapper .slide__date{font-size:.65em}.tg_room_slider_wrapper .nav{position:absolute;top:7em;left:0;width:100%;padding:1em}.tg_room_slider_wrapper .nav__triangle{transform:translate3d(-54px,0,0)}.tg_room_slider_wrapper .nav__line{transform:translate3d(17px,0,0)}.tg_room_slider_wrapper .btn--nav:hover{color:currentColor}.tg_room_slider_wrapper .info{font-size:.95em;width:100vw}}svg.hidden{position:absolute;overflow:hidden;width:0;height:0;pointer-events:none}.tg_multi_layouts_slider_wrapper .icon{display:block;width:1.5em;height:1.5em;margin:0 auto;fill:currentColor}.tg_multi_layouts_slider_wrapper .btn{display:inline-block;margin:0;padding:0;cursor:pointer;pointer-events:auto;color:#222;border:none;background:none}.tg_multi_layouts_slider_wrapper .btn:focus{outline:none}.tg_multi_layouts_slider_wrapper .btn--arrow{font-size:1.5em;display:block;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.tg_multi_layouts_slider_wrapper .btn--arrow:nth-child(2){margin:0 0 0 .5em}.tg_multi_layouts_slider_wrapper .btn--arrow:nth-child(1):hover{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.tg_multi_layouts_slider_wrapper .btn--arrow:nth-child(2):hover{-webkit-transform:translateX(20px);transform:translateX(20px)}.tg_multi_layouts_slider_wrapper .btn--arrow .icon{height:.5em}.tg_multi_layouts_slider_wrapper.slideshow{position:relative;width:100%;max-width:1600px}.tg_multi_layouts_slider_wrapper.slideshow:focus{outline:none}.js .tg_multi_layouts_slider_wrapper.slideshow::after{content:'';position:absolute;top:50%;left:50%;width:70px;height:70px;margin:-35px 0 0 -35px;pointer-events:none;border:10px solid rgb(255 255 255 / .1);border-top-color:#212121;border-radius:50%;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-animation:rotateLoader 0.8s linear infinite forwards;animation:rotateLoader 0.8s linear infinite forwards}@-webkit-keyframes rotateLoader{to{-webkit-transform:rotate3d(360deg);transform:rotate3d(360deg)}}@keyframes rotateLoader{to{-webkit-transform:rotate3d(0,0,1,360deg);transform:rotate3d(0,0,1,360deg)}}.js .tg_multi_layouts_slider_wrapper.slideshow--loaded::after{opacity:0}.js .tg_multi_layouts_slider_wrapper.slideshow{height:100vh;max-height:1000px;pointer-events:none}.tg_multi_layouts_slider_wrapper .slide{position:relative;width:100%;margin:0 0 1em 0;padding:2em 2em}.js .tg_multi_layouts_slider_wrapper .slide{position:absolute;top:0;left:0;height:100%;margin:0;pointer-events:none;opacity:0}.js .tg_multi_layouts_slider_wrapper .slide--current{pointer-events:auto;opacity:1}.tg_multi_layouts_slider_wrapper .slide-imgwrap{position:relative;width:calc(100% - 6em);height:90%;margin:0 auto;opacity:.5;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.tg_multi_layouts_slider_wrapper .slide-imgwrap:hover{opacity:1!important}.no-js .tg_multi_layouts_slider_wrapper .slide-imgwrap{height:400px}.tg_multi_layouts_slider_wrapper .slide__img-inner{position:absolute;width:100%;height:100%;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:tranform,opacity;background-position:50% 50%;background-size:cover}.tg_multi_layouts_slider_wrapper .slide__title{position:absolute;bottom:0;left:0;width:calc(100% - 11em);max-width:800px;padding:2em}.js .tg_multi_layouts_slider_wrapper .slide__title{pointer-events:none;opacity:0}.js .tg_multi_layouts_slider_wrapper .slide--current .slide__title{pointer-events:auto;opacity:1}.tg_multi_layouts_slider_wrapper .slide__title-main{font-size:6em;line-height:1;display:inline-block;margin:0}.tg_multi_layouts_slider_wrapper .slide__title-sub{font-size:1.15em;line-height:1.5;margin:0}.tg_multi_layouts_slider_wrapper .slide__title-sub a{border-bottom:1px solid}.tg_multi_layouts_slider_wrapper .slideshow__nav{position:absolute;pointer-events:none}.no-js .tg_multi_layouts_slider_wrapper .slideshow__nav{display:none}.tg_multi_layouts_slider_wrapper .slideshow__nav--arrows{font-size:4em;right:.3em;bottom:2em}@media screen and (max-width:45em){.tg_multi_layouts_slider_wrapper .slideshow{padding-top:7em}.js .tg_multi_layouts_slider_wrapper .slideshow{height:calc(100vh - 60px)}.tg_multi_layouts_slider_wrapper .slide{padding:6em 0}.no-js .tg_multi_layouts_slider_wrapper .slide{padding:4em 0 0}.tg_multi_layouts_slider_wrapper .slide-imgwrap{width:calc(100% - 1em)}.tg_multi_layouts_slider_wrapper .slide__title{width:calc(100% - 2em);margin:0 0 4em 0;padding:1.5em}.tg_multi_layouts_slider_wrapper .slide__title-main{font-size:2em}.tg_multi_layouts_slider_wrapper .slide__title-sub{font-size:.75em}}.tg_multi_layouts_slider_wrapper .slide--layout-1 .slide__img{position:absolute;width:calc(50% - 1em)}.tg_multi_layouts_slider_wrapper .slide--layout-1 .slide__img:first-child{left:.5em;height:100%}.tg_multi_layouts_slider_wrapper .slide--layout-1 .slide__img:nth-child(n+2){left:calc(50% + 0.5em);height:calc(50% - 0.5em)}.tg_multi_layouts_slider_wrapper .slide--layout-1 .slide__img:nth-child(3){top:calc(50% + 0.5em)}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img{position:absolute;top:50%;left:50%}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:not(:last-child){width:300px;height:300px}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:first-child{-webkit-transform:translate3d(-50%,-50%,0) translate3d(-60%,-40%,0) rotate(-16deg);transform:translate3d(-50%,-50%,0) translate3d(-60%,-40%,0) rotate(-16deg)}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:nth-child(2){-webkit-transform:translate3d(-50%,-50%,0) translate3d(60%,-40%,0) rotate(10deg);transform:translate3d(-50%,-50%,0) translate3d(60%,-40%,0) rotate(10deg)}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:nth-child(3){-webkit-transform:translate3d(-50%,-50%,0) translate3d(60%,40%,0) rotate(-15deg);transform:translate3d(-50%,-50%,0) translate3d(60%,40%,0) rotate(-15deg)}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:nth-child(4){-webkit-transform:translate3d(-50%,-50%,0) translate3d(-60%,40%,0) rotate(10deg);transform:translate3d(-50%,-50%,0) translate3d(-60%,40%,0) rotate(10deg)}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:last-child{-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:450px;height:400px}.tg_multi_layouts_slider_wrapper .slide__img-caption{position:absolute;width:100%;top:100%;text-align:center;margin:0;padding:1em;font-size:1.25em;font-weight:400}@media screen and (max-width:45em){.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:not(:last-child){width:100px;height:100px}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:last-child .slide__img-inner{border-bottom-width:40px}.tg_multi_layouts_slider_wrapper .slide--layout-2 .slide__img:last-child{width:160px;height:160px}.tg_multi_layouts_slider_wrapper .slide__img-caption{font-size:.75em}}.tg_multi_layouts_slider_wrapper .slide--layout-3 .slide__img{position:absolute;width:450px;height:450px;top:40%;left:50%;-webkit-transform:translate3d(-50%,-50%,0) translate3d(-50%,0,0) rotate(-10deg);transform:translate3d(-50%,-50%,0) translate3d(-50%,0,0) rotate(-10deg)}@media screen and (max-width:45em){.tg_multi_layouts_slider_wrapper .slide--layout-3 .slide__img{width:200px;height:200px}}.tg_multi_layouts_slider_wrapper .slide--layout-3 .slide__img-inner{-webkit-transform-origin:50% 200%;transform-origin:50% 200%}.tg_multi_layouts_slider_wrapper .slide--layout-4 .slide__img{position:absolute}.tg_multi_layouts_slider_wrapper .slide--layout-4 .slide__img:nth-child(2){top:15%;left:15%;width:30%;height:50%}.tg_multi_layouts_slider_wrapper .slide--layout-4 .slide__img:first-child{top:40%;left:5%;width:80%;height:60%}.tg_multi_layouts_slider_wrapper .slide--layout-4 .slide__img:nth-child(3){top:0;left:40%;width:40%;height:60%}.tg_multi_layouts_slider_wrapper .slide--layout-4 .slide__img:nth-child(4){top:50%;left:75%;width:22.5%;height:42.5%}.tg_multi_layouts_slider_wrapper .slide--layout-5 .slide-imgwrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:8% 0;width:80%}.tg_multi_layouts_slider_wrapper .slide--layout-5 .slide__img{position:relative;width:calc((100% / 6) - 10px);padding-bottom:calc((100% / 6) - 10px);min-height:150px;margin:5px}@media screen and (max-width:45em){.tg_multi_layouts_slider_wrapper .slide--layout-5 .slide__img{min-height:50px}}.tg_multi_layouts_slider_wrapper .slide--layout-6 .slide__img{position:absolute;top:50%;left:50%;width:45%;padding-bottom:45%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.tg_multi_layouts_slider_wrapper .slide--layout-6 .slide__img-inner{border-radius:50%}.tg_multi_layouts_slider_wrapper .slide--layout-6 .slide__img:first-child{-webkit-transform:translate3d(0%,-40%,0) scale(.6);transform:translate3d(0%,-40%,0) scale(.6)}.tg_multi_layouts_slider_wrapper .slide--layout-6 .slide__img:nth-child(3){-webkit-transform:translate3d(-100%,-60%,0) scale(.75);transform:translate3d(-100%,-60%,0) scale(.75)}.tg_multi_layouts_slider_wrapper .slide--layout-7 .slide__img{position:absolute;top:10%;width:40%;height:80%}.tg_multi_layouts_slider_wrapper .slide--layout-7 .slide__img:nth-child(2){left:30%}.tg_multi_layouts_slider_wrapper .slide--layout-7 .slide__img:nth-child(3){left:60%}.tg_multi_layouts_slider_wrapper .slide--layout-7 .slide__img-inner{-webkit-clip-path:polygon(0% 100%,30% 0%,100% 0%,70% 100%);clip-path:polygon(0% 100%,30% 0%,100% 0%,70% 100%);-webkit-clip-path:url(https://restdev.ie/wp-content/plugins/dotlife-elementor/assets/css/#polygon-clip-rhomboid);clip-path:url(https://restdev.ie/wp-content/plugins/dotlife-elementor/assets/css/../index.html#polygon-clip-rhomboid)}.tg_velo_slide_container.velo-slides{z-index:8;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#111}.tg_velo_slide_container.velo-slides[data-velo-slider="on"]{overflow:hidden}.tg_velo_slide_container .velo-slide{height:100vh;z-index:4}@media (min-width:54em) and (max-width:65em){.tg_velo_slide_container .velo-slide{font-size:80%}}@media (min-width:54em) and (min-height:0) and (max-height:45em){.tg_velo_slide_container .velo-slide{font-size:70%}}.tg_velo_slide_container[data-velo-slider="on"] .velo-slide{opacity:0;position:absolute;top:0;left:0;width:100%}.tg_velo_slide_container .velo-slide.is-active{z-index:8}.tg_velo_slide_container .velo-slide__bg{z-index:7;position:absolute;top:0;left:0;width:100%;height:100vh;color:#111;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#111;overflow:hidden}.tg_velo_slide_container .velo-slide__bg:after{z-index:0;content:'';position:absolute;top:0;left:0;height:100%;width:100%;opacity:.4;background:#111}.tg_velo_slide_container .velo-slide__figure{z-index:0;position:relative;height:100%;width:100%;top:0;left:0;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .is-hovering .velo-slide__figure{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .velo-slide__vid-wrap{z-index:5;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .velo-slide__vid-wrap:after{z-index:0;content:'';position:absolute;top:0;left:0;height:100%;width:100%;opacity:.4;background:#111}.tg_velo_slide_container .is-hovering .velo-slide__vid-wrap{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .velo-slide__vid{z-index:-1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;min-width:100%;max-width:none;height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover}.tg_velo_slide_container .velo-slide__header{z-index:9;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:hidden;padding:4%}.tg_velo_slide_container .velo-slide__pretitle{color:#fff;max-width:22em}@media (min-width:54em){.tg_velo_slide_container .velo-slide__pretitle{margin-left:7%}}.tg_velo_slide_container .velo-slide__title{margin-bottom:.1em;line-height:1.1;color:#fff;letter-spacing:-.025em;font-weight:700;font-size:2.25em}@media (min-width:54em){.tg_velo_slide_container .velo-slide__title{font-size:5em}}@media (min-width:65em){.tg_velo_slide_container .velo-slide__title{font-size:5em}}@media (min-width:91em){.tg_velo_slide_container .velo-slide__title{font-size:5em}}.tg_velo_slide_container .velo-slide__text{color:#fff;max-width:30em;display:block;margin:0}.tg_velo_slide_container .velo-slide__btn{opacity:0}@media (min-width:54em){.tg_velo_slide_container .velo-slide__btn{margin-left:1vw}}.tg_velo_slide_container .is-active .velo-slide__btn{opacity:1}.tg_velo_slide_container .velo-slide__btn>a>span{opacity:0;overflow-y:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.tg_velo_slide_container .is-active .velo-slide__btn>a>span{opacity:1;z-index:9999;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:transform 0.4s ease,opacity 0.8s ease;transition:transform 0.4s ease,opacity 0.8s ease,-webkit-transform 0.4s ease}.tg_velo_slide_container .oh{display:block;overflow-y:hidden;padding:.02em 0}.tg_velo_slide_container .oh span{display:inline-block;-webkit-transform:translate3d(0,140%,0);transform:translate3d(0,140%,0);opacity:0;-webkit-transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:transform 0.4s ease,opacity 0.8s ease;transition:transform 0.4s ease,opacity 0.8s ease,-webkit-transform 0.4s ease}.tg_velo_slide_container .is-active .oh span{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);opacity:1;-webkit-transition:opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1);transition:opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1);transition:transform 0.6s cubic-bezier(.77,0,.175,1),opacity 0.1s ease;transition:transform 0.6s cubic-bezier(.77,0,.175,1),opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .is-active .oh:nth-of-type(2n) span{-webkit-transition-delay:0.2s;transition-delay:0.2s}.tg_velo_slide_container .border,.tg_velo_slide_container .border:before,.tg_velo_slide_container .border:after,.tg_velo_slide_container .border span{z-index:91;position:fixed;background-color:currentColor;-webkit-transition:0.35s ease-in-out;transition:0.35s ease-in-out}.tg_velo_slide_container .is-hovering .border,.tg_velo_slide_container .is-hovering .border:before,.tg_velo_slide_container .is-hovering .border:after,.tg_velo_slide_container .is-hovering .border span{-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.tg_velo_slide_container .velocity-animating .border,.tg_velo_slide_container .velocity-animating .border:before,.tg_velo_slide_container .velocity-animating .border:after,.tg_velo_slide_container .velocity-animating .border span{-webkit-transition:0.5s cubic-bezier(.77,0,.175,1);transition:0.5s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .border{top:0;left:0;width:100%;height:0vw}@media (min-width:54em){.tg_velo_slide_container .border{height:10vw}}@media (min-width:91em){.tg_velo_slide_container .border{height:7vw}}@media (min-width:115em){.tg_velo_slide_container .border{height:7vw}}.tg_velo_slide_container .is-hovering .border{height:0vw}.tg_velo_slide_container .velocity-animating .border{height:8vw}@media (min-width:54em){.tg_velo_slide_container .velocity-animating .border{height:12vw}}.tg_velo_slide_container .border:before{content:'';bottom:0;left:0;width:0vw;height:100%;width:0vw}@media (min-width:54em){.tg_velo_slide_container .border:before{width:10vw}}@media (min-width:91em){.tg_velo_slide_container .border:before{width:7vw}}@media (min-width:115em){.tg_velo_slide_container .border:before{width:7vw}}.tg_velo_slide_container .is-hovering .border:before{width:0vw}.tg_velo_slide_container .velocity-animating .border:before{width:8vw}@media (min-width:54em){.tg_velo_slide_container .velocity-animating .border:before{width:12vw}}.tg_velo_slide_container .border:after{content:'';bottom:0;right:0;height:100%;width:0vw;width:0vw}@media (min-width:54em){.tg_velo_slide_container .border:after{width:10vw}}@media (min-width:91em){.tg_velo_slide_container .border:after{width:7vw}}@media (min-width:115em){.tg_velo_slide_container .border:after{width:7vw}}.tg_velo_slide_container .is-hovering .border:after{width:0vw}.tg_velo_slide_container .velocity-animating .border:after{width:8vw}@media (min-width:54em){.tg_velo_slide_container .velocity-animating .border:after{width:12vw}}.tg_velo_slide_container .border span{bottom:0;left:0;height:0vw;width:100%;height:0vw}@media (min-width:54em){.tg_velo_slide_container .border span{height:10vw}}@media (min-width:91em){.tg_velo_slide_container .border span{height:7vw}}@media (min-width:115em){.tg_velo_slide_container .border span{height:7vw}}.tg_velo_slide_container .is-hovering .border span{height:0vw}.tg_velo_slide_container .velocity-animating .border span{height:8vw}@media (min-width:54em){.tg_velo_slide_container .velocity-animating .border span{height:12vw}}.velo-slides-nav{position:fixed;z-index:91;right:3%;bottom:1em}@media (min-width:54em){.velo-slides-nav{top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.velo-slides-nav__list{list-style:none}.velo-slides-nav li:first-child{margin-bottom:.25em}.velo-slides-nav a{display:block;color:rgb(255 255 255 / .9);-webkit-transition:color 0.5s ease,text-shadow 0.5s ease;transition:color 0.5s ease,text-shadow 0.5s ease}.velo-slides-nav a:hover{color:#fff;text-shadow:0 0 6px rgb(255 255 255 / .6);-webkit-transition:color 0.5s ease,text-shadow 0.5s ease;transition:color 0.5s ease,text-shadow 0.5s ease}.velo-slides-nav a.inactive{visibility:hidden;opacity:0;-webkit-transition:opacity 0.2s 0s,visibility 0s 0.2s;transition:opacity 0.2s 0s,visibility 0s 0.2s}.velo-slides-nav i{font-size:2.2em}@media (min-width:54em){.velo-slides-nav i{font-size:1.5em}}@font-face{font-family:'ssicons';src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZiOKaFQAAAF4AAADTGhlYWQNcwRaAAAExAAAADZoaGVhB6EDzQAABPwAAAAkaG10eCYAA2sAAAUgAAAAMGxvY2EETAN0AAAFUAAAABptYXhwAA4AIQAABWwAAAAgbmFtZbVmJhcAAAWMAAABhnBvc3QAAwAAAAAHFAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAArgPFAp8AFgAAEzQ2NzYyFwkBNjIXFhQHAQYiJwEuATUABAMIFQgBugG7CBUHCAj+MwcVCP4zAwQCjQUJBAcH/kUBuwcHCBUH/jMICAHNAwoFAAAAAQDu/8AC3wOFABYAAAUiJicmNDcJASY0NzYyFwEWFAcBDgEjAQAFCQQICAG7/kUICAcWBwHNBwf+MwQJBUAEAwgVCAG6AbsIFQcICP4zBxUI/jMDBAAAAAEAAACuA8UCnwAWAAA3FBYXFjI3CQEWMjc2NCcBJiIHAQ4BFQAEAwgVCAG6AbsIFQcICP4zBxUI/jMDBMAFCQQICAG7/kUICAcWBwHNBwf+MwQJBQAAAAABAO7/wALfA4UAFgAABTI2NzY0JwkBNjQnJiIHAQYUFwEeATMCzQUJBAcH/kUBuwcHCBUH/jMICAHNAwoFQAQDCBUIAboBuwgVBwgI/jMHFQj+MwMEAAAAAQCh//MDMwOfAB4AAAkBBhQXFjI3AREUFjMyNjURARYyNz4BNTQmJwEmIgcB1P7NBwcIFQcBCA8KCw8BBwgVCAMEBAP+zAcVCAOf/s0IFQcICAEH/L4LDw8LA0L++QgIAwoFBQkEATMHBwAAAQCa/+EDLAONAB4AAAUBNjQnJiIHARE0JiMiBhURASYiBw4BFRQWFwEWMjcB+QEzBwcIFQf++A8LCg/++AcVCAQDAwQBMwgVCB8BMwgVBwgI/vkDQgsPDwv8vgEHCAgDCgUFCQT+zQcHAAAAAQAhAFoDzQLsAB4AABMBNjIXFhQHASEyFhUUBiMhARYUBw4BIyImJwEmNDchATMIFQcICP75A0ILDw8L/L4BBwgIAwoFBQkE/s0HBwG5ATMHBwgVB/74DwsKD/74BxUIBAMDBAEzCBUIAAAAAQAzAFoD3wLsAB4AAAkBJiIHBhQXASEiBhUUFjMhAQYUFx4BMzI2NwE2NCcD3/7NCBUHCAgBB/y+Cw8PCwNC/vkICAMKBQUJBAEzBwcBuQEzBwcIFQf++A8LCg/++AcVCAQDAwQBMwgVCAAAAQAAAAEAAMChG+1fDzz1AAsEAAAAAADVOl//AAAAANU6X/8AAP/AA98DnwAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD3wABAAAAAAAAAAAAAAAAAAAADAQAAAAAAAAAAAAAAAIAAAAEAAAABAAA7gQAAAAEAADuBAAAoQQAAJoEAAAhBAAAMwAAAAAACgAUAB4ASgB2AKIAzgEEAToBcAGmAAAAAQAAAAwAHwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApHNzaWNvbnMAcwBzAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMHNzaWNvbnMAcwBzAGkAYwBvAG4Ac3NzaWNvbnMAcwBzAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcnNzaWNvbnMAcwBzAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");font-weight:400;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'ssicons'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-down-chev:before{content:"\e900"}.icon-right-chev:before{content:"\e901"}.icon-up-chev:before{content:"\e902"}.icon-left-chev:before{content:"\e903"}.icon-up-arrow:before{content:"\e904"}.icon-down-arrow:before{content:"\e905"}.icon-left-arrow:before{content:"\e906"}.icon-right-arrow:before{content:"\e907"}.tg_velo_slide_container .btn-draw{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;padding:0;background:#fff0;border:0;text-decoration:none;text-align:center;cursor:pointer;-webkit-appearance:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.tg_velo_slide_container .btn-draw{color:#00ffc8;margin-left:2.3em}.tg_velo_slide_container .btn-draw:after{content:'';top:0;right:0;height:1px;width:100%;background-color:#00ffc8}.tg_velo_slide_container .btn-draw:before{content:'';position:absolute;top:50%;left:-2.4em;height:1px;width:3em;background-color:#00ffc8;-webkit-transition:all 0.25s ease;transition:all 0.25s ease}.tg_velo_slide_container .btn-draw .btn-draw__text{position:relative;display:block;padding:.7555em 2.29em;line-height:1.5;-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .btn-draw .btn-draw__text:before,.tg_velo_slide_container .btn-draw .btn-draw__text:after{content:'';position:absolute;height:1px;width:0;background-color:#00ffc8}.tg_velo_slide_container .btn-draw .btn-draw__text:before{top:0;left:0;-webkit-transition:width 0.15s 0.45s cubic-bezier(.77,0,.175,1);transition:width 0.15s 0.45s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw .btn-draw__text:after{bottom:0;right:0;-webkit-transition:width 0.15s 0.15s cubic-bezier(.77,0,.175,1);transition:width 0.15s 0.15s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw .btn-draw__text>span:before,.tg_velo_slide_container .btn-draw .btn-draw__text>span:after{content:'';position:absolute;height:0;width:1px;background-color:#00ffc8;-webkit-transition:all 0.2s cubic-bezier(.2,.3,.25,.9);transition:all 0.2s cubic-bezier(.2,.3,.25,.9)}.tg_velo_slide_container .btn-draw .btn-draw__text>span:before{left:0;bottom:0;-webkit-transition:height 0.15s 0 cubic-bezier(.77,0,.175,1);transition:height 0.15s 0 cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw .btn-draw__text>span:after{right:0;top:0;-webkit-transition:height 0.15s 0.3s cubic-bezier(.77,0,.175,1);transition:height 0.15s 0.3s cubic-bezier(.77,0,.175,1)}@media (hover){.tg_velo_slide_container .btn-draw:hover,.tg_velo_slide_container a:hover .btn-draw{cursor:pointer;color:#00ffc8}.tg_velo_slide_container .btn-draw:hover:before,a:hover .btn-draw:before{width:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_velo_slide_container .btn-draw:hover .btn-draw__text,a:hover .btn-draw .btn-draw__text{-webkit-transform:translateX(-2.2em);transform:translateX(-2.2em);-webkit-transition:width 1s ease,-webkit-transform 0.5s ease;transition:width 1s ease,-webkit-transform 0.5s ease;transition:transform 0.5s ease,width 1s ease;transition:transform 0.5s ease,width 1s ease,-webkit-transform 0.5s ease}.tg_velo_slide_container .btn-draw:hover .btn-draw__text:before,.tg_velo_slide_container a:hover .btn-draw .btn-draw__text:before{width:100%;max-width:100%;-webkit-transition:width 0.15s cubic-bezier(.77,0,.175,1);transition:width 0.15s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw:hover .btn-draw__text:after,.tg_velo_slide_container a:hover .btn-draw .btn-draw__text:after{width:100%;-webkit-transition:width 0.15s 0.3s cubic-bezier(.77,0,.175,1);transition:width 0.15s 0.3s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw:hover .btn-draw__text>span:before,.tg_velo_slide_container a:hover .btn-draw .btn-draw__text>span:before{left:0;height:100%;-webkit-transition:height 0.15s 0.45s cubic-bezier(.77,0,.175,1);transition:height 0.15s 0.45s cubic-bezier(.77,0,.175,1)}.tg_velo_slide_container .btn-draw:hover .btn-draw__text>span:after,.tg_velo_slide_container a:hover .btn-draw .btn-draw__text>span:after{right:0;height:100%;-webkit-transition:height 0.15s 0.15s cubic-bezier(.77,0,.175,1);transition:height 0.15s 0.15s cubic-bezier(.77,0,.175,1)}}.tg_popout_slide_container.slider{position:fixed;height:100vh;width:100vw;left:0;top:0;background:#777;overflow:hidden;z-index:2}body.leftmenu .tg_popout_slide_container.slider{width:calc(100% - 350px);left:350px}.tg_popout_slide_container .slider__wrap{position:absolute;width:100vw;height:100vh;-webkit-transform:translateX(100vw);transform:translateX(100vw);top:0%;left:0;right:auto;overflow:hidden;-webkit-transition:-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86);transition:transform 450ms cubic-bezier(.785,.135,.15,.86);transition:transform 450ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86);-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition-delay:450ms;transition-delay:450ms;opacity:0}.tg_popout_slide_container .slider__wrap--hacked{opacity:1}.tg_popout_slide_container .slider__back{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:none;-webkit-transition:-webkit-filter 450ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-filter 450ms cubic-bezier(.785,.135,.15,.86);transition:filter 450ms cubic-bezier(.785,.135,.15,.86);transition:filter 450ms cubic-bezier(.785,.135,.15,.86),-webkit-filter 450ms cubic-bezier(.785,.135,.15,.86)}.tg_popout_slide_container .slider__inner{width:100%;height:100%;position:absolute;top:0;left:0%;background-size:cover;background-position:center;background-repeat:none;-webkit-transition:opacity 450ms step-end,-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 450ms cubic-bezier(.785,.135,.15,.86);transition:opacity 450ms step-end,-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 450ms cubic-bezier(.785,.135,.15,.86);transition:transform 450ms cubic-bezier(.785,.135,.15,.86),box-shadow 450ms cubic-bezier(.785,.135,.15,.86),opacity 450ms step-end;transition:transform 450ms cubic-bezier(.785,.135,.15,.86),box-shadow 450ms cubic-bezier(.785,.135,.15,.86),opacity 450ms step-end,-webkit-transform 450ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 450ms cubic-bezier(.785,.135,.15,.86);opacity:0;-webkit-box-shadow:0 3vh 3vh #fff0;box-shadow:0 3vh 3vh #fff0;padding:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.tg_popout_slide_container .slider__content{position:relative;top:50%;width:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;opacity:0;-webkit-transition:opacity 450ms;transition:opacity 450ms}.tg_popout_slide_container .slider__content h1{font-size:9vh;line-height:1.1;margin-bottom:.75vh;pointer-events:none;text-shadow:0 .375vh .75vh rgb(0 0 0 / .1);color:#fff}.tg_popout_slide_container .slider__content a.go-to-next{cursor:pointer;font-size:2.4vh;letter-spacing:.3vh;font-weight:100;position:relative;color:#fff;float:right;margin-right:15vh}.tg_popout_slide_container .slider__content a.go-to-next:after{content:'';display:block;width:9vh;background:#fff;height:1px;position:absolute;top:55%;left:6vh;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition:-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86);transition:transform 900ms cubic-bezier(.785,.135,.15,.86);transition:transform 900ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86)}.tg_popout_slide_container .slider__content a.go-to-next:before{content:'';border-top:1px solid #fff;border-right:1px solid #fff;display:block;width:1vh;height:1vh;-webkit-transform:translateX(0) translateY(-50%) rotate(45deg);transform:translateX(0) translateY(-50%) rotate(45deg);position:absolute;font-weight:100;top:57%;left:15vh;-webkit-transition:-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86);transition:transform 900ms cubic-bezier(.785,.135,.15,.86);transition:transform 900ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86)}.tg_popout_slide_container .slider__content a.go-to-next:hover:after{-webkit-transform:scaleX(1.5);transform:scaleX(1.5);-webkit-transition:-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:transform 1200ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86)}.tg_popout_slide_container .slider__content a.go-to-next:hover:before{-webkit-transform:translateX(6vh) translateY(-50%) rotate(45deg);transform:translateX(6vh) translateY(-50%) rotate(45deg);-webkit-transition:-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:transform 1200ms cubic-bezier(.785,.135,.15,.86);transition:transform 1200ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 1200ms cubic-bezier(.785,.135,.15,.86)}.tg_popout_slide_container .slider__slide{position:absolute;left:0;height:100%;width:100%;-webkit-transition:-webkit-transform 600ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-transform 600ms cubic-bezier(.785,.135,.15,.86);transition:transform 600ms cubic-bezier(.785,.135,.15,.86);transition:transform 600ms cubic-bezier(.785,.135,.15,.86),-webkit-transform 600ms cubic-bezier(.785,.135,.15,.86);-webkit-transition-delay:600ms;transition-delay:600ms;pointer-events:none;z-index:0}.tg_popout_slide_container .slider__slide--active{-webkit-transform:translatex(0%);transform:translatex(0%);z-index:2}.tg_popout_slide_container .slider__slide--active .slider__wrap{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:1;-webkit-animation:none;animation:none}.tg_popout_slide_container .slider__slide--active .slider__back{-webkit-filter:blur(1.5vh);filter:blur(1.5vh);-webkit-transition:-webkit-filter 900ms cubic-bezier(.785,.135,.15,.86);transition:-webkit-filter 900ms cubic-bezier(.785,.135,.15,.86);transition:filter 900ms cubic-bezier(.785,.135,.15,.86);transition:filter 900ms cubic-bezier(.785,.135,.15,.86),-webkit-filter 900ms cubic-bezier(.785,.135,.15,.86);-webkit-transition-delay:900ms!important;transition-delay:900ms!important}@-moz-document url-prefix(){.tg_popout_slide_container .slider__slide--active .slider__back{filter:blur(0)}}.tg_popout_slide_container .slider__slide--active .slider__inner{-webkit-transform:scale(.8);transform:scale(.8);-webkit-box-shadow:0 1vh 6vh rgb(0 0 0 / .2);box-shadow:0 1vh 6vh rgb(0 0 0 / .2);pointer-events:auto;opacity:1;-webkit-transition:opacity 1ms step-end,-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 900ms cubic-bezier(.785,.135,.15,.86);transition:opacity 1ms step-end,-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 900ms cubic-bezier(.785,.135,.15,.86);transition:transform 900ms cubic-bezier(.785,.135,.15,.86),box-shadow 900ms cubic-bezier(.785,.135,.15,.86),opacity 1ms step-end;transition:transform 900ms cubic-bezier(.785,.135,.15,.86),box-shadow 900ms cubic-bezier(.785,.135,.15,.86),opacity 1ms step-end,-webkit-transform 900ms cubic-bezier(.785,.135,.15,.86),-webkit-box-shadow 900ms cubic-bezier(.785,.135,.15,.86);-webkit-transition-delay:900ms;transition-delay:900ms}.tg_popout_slide_container .slider__slide--active .slider__content{opacity:1;-webkit-transition-delay:1350ms;transition-delay:1350ms}.tg_popout_slide_container .slider__content .slider__desc{width:70%;font-size:18px}.tg_popout_slide_container .slider__slide:not(.slider__slide--active) .slider__wrap{-webkit-animation-name:hack;animation-name:hack;-webkit-animation-duration:900ms;animation-duration:900ms;-webkit-animation-delay:450ms;animation-delay:450ms;-webkit-animation-timing-function:cubic-bezier(.785,.135,.15,.86);animation-timing-function:cubic-bezier(.785,.135,.15,.86)}@-webkit-keyframes hack{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}50%{-webkit-transform:translateX(-100vw);transform:translateX(-100vw);opacity:1}51%{-webkit-transform:translateX(-100vw);transform:translateX(-100vw);opacity:0}52%{-webkit-transform:translateX(100vw);transform:translateX(100vw);opacity:0}100%{-webkit-transform:translateX(100vw);transform:translateX(100vw);opacity:1}}@keyframes hack{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}50%{-webkit-transform:translateX(-100vw);transform:translateX(-100vw);opacity:1}51%{-webkit-transform:translateX(-100vw);transform:translateX(-100vw);opacity:0}52%{-webkit-transform:translateX(100vw);transform:translateX(100vw);opacity:0}100%{-webkit-transform:translateX(100vw);transform:translateX(100vw);opacity:1}}.tg_popout_slide_container .slider__link{width:100%;height:100%;position:relative;display:block}.tg_popout_slide_container .tg_popout_slide_link{margin:20px 0 0 0;display:inline-block;color:#fff}.tg_popout_slide_container .tg_popout_slide_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #fff;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_popout_slide_container .tg_popout_slide_link:hover{border-bottom-color:transparent!important}.tg_skewed_slide_container{overflow:hidden;width:100%;height:100vh}.tg_skewed_slide_container .slider-pages{overflow:hidden;position:relative;height:100vh}.tg_skewed_slide_container .slider-page{position:absolute;top:0;width:50%;height:100vh;-webkit-transition:-webkit-transform 800ms;transition:-webkit-transform 800ms;transition:transform 800ms;transition:transform 800ms,-webkit-transform 800ms}.tg_skewed_slide_container .slider-page--skew{overflow:hidden;position:absolute;top:0;width:140%;height:100%;background-color:#f9f9f9;-webkit-transform:skewX(-18deg);transform:skewX(-18deg)}.tg_skewed_slide_container .slider-page--left{left:0;-webkit-transform:translateX(-32.5vh) translateY(100%) translateZ(0);transform:translateX(-32.5vh) translateY(100%) translateZ(0)}.tg_skewed_slide_container .slider-page--left .slider-page--skew{left:-40%}.tg_skewed_slide_container .slider-page--left .slider-page__content{-webkit-transform-origin:70% 0;transform-origin:70% 0}.tg_skewed_slide_container .slider-page--right{left:50%;-webkit-transform:translateX(32.5vh) translateY(-100%) translateZ(0);transform:translateX(32.5vh) translateY(-100%) translateZ(0)}.tg_skewed_slide_container .slider-page--right .slider-page--skew{right:-40%}.tg_skewed_slide_container .slider-page--right .slider-page__content{-webkit-transform-origin:0 100%;transform-origin:0 100%}.tg_skewed_slide_container .slider-page__content{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;text-align:center;top:0;left:0;width:100%;height:100%;padding:0 32% 0 32%;background-size:cover;background-position:center center;-webkit-transform:skewX(18deg);transform:skewX(18deg);-webkit-transition:-webkit-transform 800ms;transition:-webkit-transform 800ms;transition:transform 800ms;transition:transform 800ms,-webkit-transform 800ms}body.leftmenu .tg_skewed_slide_container .slider-page__content{padding:0 20% 0 40%}.tg_skewed_slide_container .slider-page__title--big{font-size:60px}.tg_skewed_slide_container .slider-page__link{color:#80a1c1}.tg_skewed_slide_container .slider-page__link:hover,.tg_skewed_slide_container .slider-page__link:focus{color:#6386a9;text-decoration:none}.tg_skewed_slide_container .js-scrolling__page{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:2}.tg_skewed_slide_container .js-scrolling--active .slider-page{-webkit-transform:translateX(0) translateY(0) translateZ(0);transform:translateX(0) translateY(0) translateZ(0)}.tg_skewed_slide_container .js-scrolling--inactive .slider-page__content{-webkit-transform:skewX(18deg) scale(.9);transform:skewX(18deg) scale(.9)}.tg_skewed_slide_container .tg_skewed_slide_content_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #222;margin-top:30px;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_skewed_slide_container .tg_skewed_slide_content_link:hover{padding-bottom:2px;border-bottom-color:transparent!important}.tg_clip_path_slide_container.slider{position:relative;height:100vh}body.leftmenu .tg_clip_path_slide_container .slide__content{left:calc(5% + 160px);bottom:30px}.tg_clip_path_slide_container .slider__slides{z-index:1;position:relative;height:100%}.tg_clip_path_slide_container .slider__control{z-index:2;position:absolute;top:50%;left:5%;width:60px;height:60px;margin-left:-30px;margin-top:-30px;border-radius:50%;background:#fff;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;-ms-transform:scale(.8);-moz-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}.tg_clip_path_slide_container .slider__control--right{left:95%}.tg_clip_path_slide_container .slider__control:hover{-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.tg_clip_path_slide_container .slider__control-line{position:absolute;left:23px;top:50%;width:3px;height:14px;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.tg_clip_path_slide_container .slider__control-line:nth-child(2){-webkit-transform:translateY(1px) rotate(-135deg);transform:translateY(1px) rotate(-135deg)}.tg_clip_path_slide_container .slider__control--right .slider__control-line{left:37px;-webkit-transform-origin:1px 0;transform-origin:1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tg_clip_path_slide_container .slider__control--right .slider__control-line:nth-child(2){-webkit-transform:translateY(1px) rotate(135deg);transform:translateY(1px) rotate(135deg)}.tg_clip_path_slide_container .slider__control-line:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#e2e2e2;-webkit-transition:background-color 0.3s;transition:background-color 0.3s}.tg_clip_path_slide_container .slider__control.a--rotation .slider__control-line:after{-webkit-animation:arrowLineRotation 0.49s;animation:arrowLineRotation 0.49s}.tg_clip_path_slide_container .slider__control.a--rotation .slider__control-line:nth-child(1):after{-webkit-animation:arrowLineRotationRev 0.49s;animation:arrowLineRotationRev 0.49s}@-webkit-keyframes arrowLineRotation{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes arrowLineRotation{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes arrowLineRotationRev{to{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}@keyframes arrowLineRotationRev{to{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}.tg_clip_path_slide_container .slide{overflow:hidden;position:absolute;left:50%;top:50%;width:150vw;height:150vh;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;-webkit-transition:-webkit-clip-path 0s 0.91s;transition:-webkit-clip-path 0s 0.91s;transition:clip-path 0s 0.91s;transition:clip-path 0s 0.91s,-webkit-clip-path 0s 0.91s;-webkit-clip-path:circle(30px at 120vw 50%);clip-path:circle(30px at 120vw 50%)}.tg_clip_path_slide_container .slide.s--prev{-webkit-clip-path:circle(30px at 30vw 50%);clip-path:circle(30px at 30vw 50%)}.tg_clip_path_slide_container .slide.s--active{z-index:1;-webkit-transition:-webkit-clip-path 1.3s;transition:-webkit-clip-path 1.3s;transition:clip-path 1.3s;transition:clip-path 1.3s,-webkit-clip-path 1.3s;-webkit-clip-path:circle(120vmax at 120vw 50%);clip-path:circle(120vmax at 120vw 50%)}.slide.s--active{-webkit-clip-path:circle(120vmax at 30vw 50%);clip-path:circle(120vmax at 30vw 50%)}.tg_clip_path_slide_container .slide__inner{position:absolute;left:50%;top:50%;width:100vw;height:100vh;margin-left:-50vw;margin-top:-50vh;background-size:cover;background-position:center center}.tg_clip_path_slide_container .slide__inner:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgb(0 0 0 / .3)}.tg_clip_path_slide_container .slide__content{position:absolute;left:40px;bottom:40px;max-width:50%;color:#fff}.tg_clip_path_slide_container .slide__heading{font-size:60px;color:#fff}.tg_clip_path_slide_container .slide__text{font-size:18px}.tg_clip_path_slide_container .slide__text a{color:#fff;border-bottom:1px solid #fff;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_clip_path_slide_container .slide__text a:hover{padding-bottom:2px;border-bottom-color:transparent!important}.tg_fullscreen_gallery_preview_wrapper.slider-wraper{width:100vw;height:100vh}.tg_fullscreen_gallery_preview_wrapper .slider--item{width:100vw;height:100vh;background-repeat:no-repeat;background-size:cover;background-position:center center}.tg_fullscreen_gallery_preview_wrapper .slick-slide{position:relative;outline:none;z-index:1}.tg_fullscreen_gallery_preview_wrapper .slick-slide.slick-current{z-index:2}.tg_fullscreen_gallery_preview_wrapper .slick-arrow{position:absolute;width:150px;height:100%;border:none;outline:none;background-color:#fff0;text-indent:-9999px;z-index:2;cursor:pointer}.tg_fullscreen_gallery_preview_wrapper .slick-arrow:before{content:"";position:absolute;display:block;width:42px;height:42px;top:50%;margin-top:-21px;-webkit-transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-khtml-transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-moz-transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-ms-transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-o-transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;transition:all,0.3s,cubic-bezier(.55,0,.1,1) 1s ease-in-out}.tg_fullscreen_gallery_preview_wrapper .slick-arrow:after{content:"";position:absolute;display:block;height:2px;width:160px;top:50%;background-color:#fff;-webkit-transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-khtml-transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-moz-transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-ms-transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;-o-transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;transition:all,0.4s 0.1s,cubic-bezier(.55,0,.1,1) 1s ease-in-out;opacity:0}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev{left:0}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:before{border-top:2px solid #fff;border-left:2px solid #fff;left:50px;-webkit-transform:rotate(-45deg);-khtml-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:after{left:300px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:hover:before{left:120px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:hover:after{left:113px;opacity:1;width:80px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next{right:0}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:before{border-bottom:2px solid #fff;border-right:2px solid #fff;right:50px;-webkit-transform:rotate(-45deg);-khtml-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:after{right:300px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:hover:before{right:120px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:hover:after{right:113px;opacity:1;width:80px}.tg_fullscreen_gallery_preview_wrapper .slick-dots{padding:0;margin:0;width:auto;position:absolute;bottom:30px;right:40px;z-index:9;text-align:center}.tg_fullscreen_gallery_preview_wrapper .slick-dots li{display:inline-block;vertical-align:middle;margin:0 3px}.tg_fullscreen_gallery_preview_wrapper .slick-dots li.slick-active button{background-color:#fff}.tg_fullscreen_gallery_preview_wrapper .slick-dots li.slick-active button:hover{background-color:#fff}.tg_fullscreen_gallery_preview_wrapper .slick-dots li button{outline:none;display:block;width:14px;height:14px;border:1px solid #fff;background-color:#fff0;text-indent:-9999px;border-radius:100%;cursor:pointer;-webkit-transition:all,0.2s,ease-in 1s ease-in-out;-khtml-transition:all,0.2s,ease-in 1s ease-in-out;-moz-transition:all,0.2s,ease-in 1s ease-in-out;-ms-transition:all,0.2s,ease-in 1s ease-in-out;-o-transition:all,0.2s,ease-in 1s ease-in-out;transition:all,0.2s,ease-in 1s ease-in-out}.tg_fullscreen_gallery_preview_wrapper .slick-dots li button:hover{background-color:#fff}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:#fff0;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'â†'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.tg_split_slick_slide_container.split-slideshow{position:fixed;z-index:1;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background:#000}.tg_split_slick_slide_container.split-slideshow .bg_overlay{background-color:rgb(0 0 0 / .3);position:absolute;top:0;left:0;width:100%;height:100%}.tg_split_slick_slide_container .slideshow{position:absolute;z-index:1;top:0;left:0;width:100vw;height:100vh;overflow:hidden}.tg_split_slick_slide_container .slideshow .slider{width:100vw;height:100vw;z-index:2}.tg_split_slick_slide_container .slideshow .slider *{outline:none}.tg_split_slick_slide_container .slideshow .slider .item{height:100vh;width:100vw;position:relative;overflow:hidden;border:none}.tg_split_slick_slide_container .slideshow .slider .item .text{display:none}#page_content_wrapper .inner .sidebar_content .tg_split_slick_slide_container .slideshow .slider .item img{min-width:101%;min-height:101%;max-width:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.leftmenu #page_content_wrapper .inner .sidebar_content .tg_split_slick_slide_container .slideshow .slider .item img{left:calc(50% - 175px);min-width:calc(101% - 350px)}.tg_split_slick_slide_container .slideshow .slick-dots{position:fixed;z-index:100;width:40px;height:auto;bottom:auto;bottom:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:auto;color:#fff;display:block}.tg_split_slick_slide_container .slideshow .slick-dots li{display:block;width:100%;height:auto}.tg_split_slick_slide_container .slideshow .slick-dots li button{position:relative;width:20px;height:15px;text-align:center}.tg_split_slick_slide_container .slideshow .slick-dots li button:before{content:'';background:#fff;color:#fff;height:2px;width:20px;border-radius:0;position:absolute;top:50%;right:0;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:.6}.tg_split_slick_slide_container .slideshow .slick-dots li.slick-active button:before{width:40px;opacity:1}.tg_split_slick_slide_container .slideshow.slideshow-right{left:0;z-index:1;width:50vw;pointer-events:none}.tg_split_slick_slide_container .slideshow.slideshow-right .slider{left:0;position:absolute}.tg_split_slick_slide_container .slideshow-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100;font-size:80px;width:100vw;text-align:center;color:#fff;pointer-events:none;text-transform:uppercase;letter-spacing:20px;line-height:.8}body.leftmenu .tg_split_slick_slide_container .slideshow-text{left:calc(50% - 175px)}@media (max-width:767px){.tg_split_slick_slide_container .slideshow-text{font-size:40px}}.tg_split_slick_slide_link{position:absolute;width:100%;height:100%;display:block;z-index:2}.tg_transitions_slide_container{height:100vh;width:100vw;position:fixed;left:0;top:0;z-index:2}body.leftmenu .tg_transitions_slide_container{width:calc(100% - 350px);left:350px}.tg_transitions_slide_container .bg_overlay{background-color:rgb(0 0 0 / .2);position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tg_transitions_slide_container .swiper-container{height:100%;width:100%;-webkit-box-shadow:0 10px 20px rgb(0 0 0 / .19),0 6px 6px rgb(0 0 0 / .23);box-shadow:0 10px 20px rgb(0 0 0 / .19),0 6px 6px rgb(0 0 0 / .23)}.tg_transitions_slide_container .swiper-image{width:50%;height:100%}.tg_transitions_slide_container .swiper-image-inner{background-size:cover;background-position:center center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:hsl(0 0% 0% / .2);background-blend-mode:overlay}.tg_transitions_slide_container .swiper-image-inner.swiper-image-left{padding:0 4rem 0 4rem}.tg_transitions_slide_container .swiper-image-left,.swiper-image-inner.swiper-image-right{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all 1s linear;transition:all 1s linear;-webkit-transition-delay:1s;transition-delay:1s}.tg_transitions_slide_container .swiper-slide.swiper-slide-active .swiper-image-left{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.tg_transitions_slide_container .swiper-slide.swiper-slide-active .swiper-image-right{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.tg_transitions_slide_container .swiper-image-left h1{color:#fff;-ms-flex-item-align:start;align-self:flex-start;margin:auto;font-size:4.5rem;line-height:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1) 1.1s;transition:all .8s cubic-bezier(.215,.61,.355,1) 1.1s;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0}.tg_transitions_slide_container h1+p{font-size:14px;letter-spacing:2px;margin:0;line-height:1;margin-bottom:auto;-ms-flex-item-align:end;align-self:flex-end;text-transform:uppercase;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1) 1.3s;transition:all .8s cubic-bezier(.215,.61,.355,1) 1.3s;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0;font-weight:500;color:#fff;padding-right:8rem}.tg_transitions_slide_container p.paragraph{margin:0;color:#fff;width:100%;max-width:350px;font-size:1.2rem;opacity:0;-webkit-transition:all .6s cubic-bezier(.215,.61,.355,1) 1.4s;transition:all .6s cubic-bezier(.215,.61,.355,1) 1.4s;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}.tg_transitions_slide_container .swiper-slide.swiper-slide-active h1,.tg_transitions_slide_container .swiper-slide.swiper-slide-active p.paragraph,.tg_transitions_slide_container .swiper-slide.swiper-slide-active h1 span.emphasis,.tg_transitions_slide_container .swiper-slide.swiper-slide-active h1+p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.tg_transitions_slide_container .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.tg_transitions_slide_container .swiper-container-no-flexbox .swiper-slide{float:left}.tg_transitions_slide_container .swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.tg_transitions_slide_container .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.tg_transitions_slide_container .swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.tg_transitions_slide_container .swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.tg_transitions_slide_container .swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.tg_transitions_slide_container .swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;background-color:#fff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.tg_transitions_slide_container .swiper-container-autoheight,.tg_transitions_slide_container .swiper-container-autoheight .swiper-slide{height:auto}.tg_transitions_slide_container .swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.tg_transitions_slide_container .swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.tg_transitions_slide_container .swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.tg_transitions_slide_container .swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.tg_transitions_slide_container .swiper-button-prev,.tg_transitions_slide_container .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.tg_transitions_slide_container .swiper-button-prev.swiper-button-disabled,.tg_transitions_slide_container .swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.tg_transitions_slide_container .swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.tg_transitions_slide_container .swiper-pagination.swiper-pagination-hidden{opacity:0}.tg_transitions_slide_container .swiper-pagination-fraction,.tg_transitions_slide_container .swiper-pagination-custom,.tg_transitions_slide_container .swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.tg_transitions_slide_container .swiper-pagination-bullet{width:14px;height:14px;display:inline-block;background:#fff;opacity:.4}.tg_transitions_slide_container button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.tg_transitions_slide_container .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.tg_transitions_slide_container .swiper-pagination-white .swiper-pagination-bullet{background:#fff}.tg_transitions_slide_container .swiper-pagination-bullet-active{opacity:1;background:#fff}.tg_transitions_slide_container .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.tg_transitions_slide_container .swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.tg_transitions_slide_container .swiper-container-vertical>.swiper-pagination-bullets{right:15px;bottom:15px;top:47%}.tg_transitions_slide_container .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block;border-radius:50px}.tg_transitions_slide_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.tg_transitions_slide_container .swiper-pagination-progress{background:rgb(0 0 0 / .25);position:absolute}.tg_transitions_slide_container .swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.tg_transitions_slide_container .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;transform-origin:right top}.tg_transitions_slide_container .swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.tg_transitions_slide_container .swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.tg_transitions_slide_container .swiper-pagination-progress.swiper-pagination-white{background:rgb(255 255 255 / .5)}.tg_transitions_slide_container .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.tg_transitions_slide_container .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.tg_transitions_slide_container .swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.tg_transitions_slide_container .swiper-container-3d .swiper-wrapper,.tg_transitions_slide_container .swiper-container-3d .swiper-slide,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-left,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-right,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-top,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-bottom,.tg_transitions_slide_container .swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-left,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-right,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-top,.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.tg_transitions_slide_container .swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgb(0 0 0 / .5)),to(#fff0));background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.tg_transitions_slide_container .swiper-container-coverflow .swiper-wrapper,.tg_transitions_slide_container .swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.tg_transitions_slide_container .swiper-container-cube,.swiper-container-flip{overflow:visible}.tg_transitions_slide_container .swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.tg_transitions_slide_container .swiper-container-cube .swiper-slide .swiper-slide,.tg_transitions_slide_container .swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.tg_transitions_slide_container .swiper-container-cube .swiper-slide-active,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-active,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-active .swiper-slide-active,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.tg_transitions_slide_container .swiper-container-cube .swiper-slide-shadow-top,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-shadow-top,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-shadow-bottom,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-shadow-bottom,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-shadow-left,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-shadow-left,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-shadow-right,.tg_transitions_slide_container .swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tg_transitions_slide_container .swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.tg_transitions_slide_container .swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.tg_transitions_slide_container .swiper-container-cube .swiper-slide-active,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-next,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-prev,.tg_transitions_slide_container .swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.tg_transitions_slide_container .swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.tg_transitions_slide_container .swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.tg_transitions_slide_container .swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.tg_transitions_slide_container .swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.tg_transitions_slide_container .swiper-container-fade .swiper-slide-active,.tg_transitions_slide_container .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.tg_transitions_slide_container .swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.tg_transitions_slide_container .swiper-zoom-container>img,.tg_transitions_slide_container .swiper-zoom-container>svg,.tg_transitions_slide_container .swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.tg_transitions_slide_container .swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.tg_transitions_slide_container .swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.tg_transitions_slide_container .swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tg_transitions_slide_content_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #fff;color:#fff;display:inline-block;margin-top:30px;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_transitions_slide_content_link:hover{border-bottom-color:transparent!important}.gallery_grid_content_wrapper.album_grid .tilter{display:block;position:relative;color:#fff;flex:none;perspective:1000px}.gallery_grid_content_wrapper.album_grid .tilter *{pointer-events:none}.gallery_grid_content_wrapper.album_grid .tilter:hover,.gallery_grid_content_wrapper.album_grid .tilter:focus{color:#fff;outline:none}.gallery_grid_content_wrapper.album_grid .tilter__figure,.gallery_grid_content_wrapper.album_grid .tilter__deco,.gallery_grid_content_wrapper.album_grid .tilter__caption{will-change:transform}.gallery_grid_content_wrapper.album_grid .tilter__figure,.gallery_grid_content_wrapper.album_grid .tilter__image{margin:0;width:100%;height:100%;display:block}.gallery_grid_content_wrapper.album_grid .tilter__figure>*{transform:translateZ(0)}.gallery_grid_content_wrapper.album_grid .smooth .tilter__figure,.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--overlay,.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--lines,.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--shine div,.gallery_grid_content_wrapper.album_grid .smooth .tilter__caption{transition:transform 0.2s ease-out}.gallery_grid_content_wrapper.album_grid .tilter__figure{position:relative}.gallery_grid_content_wrapper.album_grid .tilter__figure::before{content:'';position:absolute;width:90%;height:90%;top:5%;left:5%}.gallery_grid_content_wrapper.album_grid .tilter__deco{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.gallery_grid_content_wrapper.album_grid .tilter__deco--shine div{position:absolute;width:200%;height:200%;top:-50%;left:-50%;background-image:linear-gradient(45deg,rgb(0 0 0 / .5) 0%,rgb(255 255 255 / .25) 50%,transparent 100%)}.gallery_grid_content_wrapper.album_grid .tilter__deco--lines{fill:none;stroke:#fff;stroke-width:1.5px}.gallery_grid_content_wrapper.album_grid .tilter__caption{position:absolute;bottom:0;width:100%;padding:3em}.gallery_grid_content_wrapper.album_grid .tg_two_cols .tilter__caption{padding:4em}.gallery_grid_content_wrapper.album_grid .tg_four_cols .tilter__caption{padding:2.5em}.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__caption{padding:2em}.gallery_grid_content_wrapper.album_grid .tilter__title{margin:0;font-size:1.6em;line-height:1;color:#fff}.gallery_grid_content_wrapper.album_grid .tilter__description{margin:5px 0 0 0;padding:0!important;font-size:.6em;text-transform:uppercase;letter-spacing:2px}.gallery_grid_content_wrapper.album_grid .tilter__deco--overlay{background:rgb(0 0 0 / .2)}.gallery_grid_content_wrapper.album_grid .tilter--3 .tilter__caption{padding:2em;text-align:right;text-shadow:.1em .8em 1em rgb(0 0 0 / .35)}@media screen and (min-width:30em){.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__deco--lines{transform:scale3d(.8,.8,1);transition:transform 0.4s}.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__deco--lines{transform:scale3d(1,1,1)}.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__title,.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__description{transform:translate3d(0,80px,0);opacity:0;transition:transform 0.4s,opacity 0.4s}.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__description{transition-delay:0.1s}.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__title,.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__description{transform:translate3d(0,0,0);opacity:1}}.gallery_grid_content_wrapper.album_grid .tilter--5 .tilter__deco--lines path{stroke-dasharray:1270;stroke-dashoffset:1270;transition:stroke-dashoffset 0.7s}.gallery_grid_content_wrapper.album_grid .tilter--5:hover .tilter__deco--lines path{stroke-dashoffset:0}.gallery_grid_content_wrapper.album_grid .tilter--5 .tilter__figure::before{box-shadow:none}.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__deco--lines{stroke:#000;stroke-width:6px;top:-40px;left:-40px}.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__caption{padding:0 4em 5.5em 1.5em}.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__figure::before{box-shadow:none}.gallery_grid_content_wrapper.album_grid .tilter--7 .tilter__deco--lines{stroke-width:20px;transform:scale3d(.9,.9,1);opacity:0;transition:transform 0.3s,opacity 0.3s}.gallery_grid_content_wrapper.album_grid .tilter--7:hover .tilter__deco--lines{opacity:1;transform:scale3d(1,1,1)}.gallery_grid_content_wrapper.album_grid .tilter--7 .tilter__figure::before{box-shadow:none}.gallery_grid_content_wrapper.album_grid .tilter--8{perspective:none}.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__figure{transform-style:flat}.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__deco--lines{stroke-width:6px}.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__figure::before{box-shadow:none}.gallery_grid_content_wrapper .gallery_grid_item.tilter{overflow:visible}.tg_slider_property_clip_wrapper.intro{position:relative;width:100%;clear:both}.tg_slider_property_clip_wrapper.intro .content{float:right;height:100%;width:50%;padding:3rem 5rem 3rem 5rem;display:table}.tg_slider_property_clip_wrapper.intro .content.left{float:left}.tg_slider_property_clip_wrapper.intro .content>div{display:table-cell;vertical-align:middle}.tg_slider_property_clip_wrapper.intro .content span{font-size:14px;font-weight:700;letter-spacing:2px;display:inline-block;text-transform:uppercase;font-family:sans-serif;margin-bottom:20px}.tg_slider_property_clip_wrapper.intro .content>div h1{font-size:70px;line-height:1.2}.tg_slider_property_clip_wrapper.intro .slider{float:left;position:relative;width:50%;height:100%}.tg_slider_property_clip_wrapper.intro .slider.right{float:right}.tg_slider_property_clip_wrapper.intro .slider li{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;-webkit-transition:clip .7s ease-in-out,z-index 0s .7s;transition:clip .7s ease-in-out,z-index 0s .7s;clip:rect(0,100vw,100vh,100vw)}.tg_slider_property_clip_wrapper.intro li.current{z-index:1;clip:rect(0,100vw,100vh,0)}.tg_slider_property_clip_wrapper.intro li.prev{clip:rect(0,0,100vh,0)}.tg_slider_property_clip_wrapper.intro .slider nav{position:absolute;bottom:5%;left:0;right:0;text-align:center;z-index:10}.tg_slider_property_clip_wrapper.intro nav a{display:inline-block;border-radius:50%;width:.8rem;height:.8rem;min-width:12px;min-height:12px;background:#fff;margin:0 .5rem;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.tg_slider_property_clip_wrapper.intro nav a.current_dot{-webkit-transform:scale(1.4);transform:scale(1.4)}@media screen and (max-width:700px){.tg_slider_property_clip_wrapper.intro .content{width:100%;height:30%}.tg_slider_property_clip_wrapper.intro .slider{width:100%;height:70%}}.tg_slice_slide_container .slides-nav{z-index:99;position:absolute;right:-5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;color:#222}@media (min-width:54em){.tg_slice_slide_container .slides-nav{right:2%}}.tg_slice_slide_container .slides-nav__nav{position:relative;right:0;display:block;font-size:1em;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;transform-origin:center}.tg_slice_slide_container .slides-nav button{position:relative;display:inline-block;padding:.35em;font-size:16px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0;overflow-x:hidden;-webkit-transition:color 0.5s ease;transition:color 0.5s ease}.tg_slice_slide_container .slides-nav button:after{content:'';position:absolute;top:50%;left:0;height:1px;width:0;background:#222;-webkit-transition:width 0.4s ease;transition:width 0.4s ease}.tg_slice_slide_container .slides-nav button:hover{cursor:pointer;color:rgb(17 17 17 / .75);-webkit-transition:color 0.5s ease;transition:color 0.5s ease}.tg_slice_slide_container .slides-nav button:hover:after{width:100%;-webkit-transition:width 0.4s ease;transition:width 0.4s ease}.tg_slice_slide_container .slides-nav button:focus{outline:0}.is-sliding .tg_slice_slide_container .slides-nav{pointer-events:none}.tg_slice_slide_container.slides{position:relative;display:block;height:100%;width:100%;background:#fff;-webkit-transition:background 1s cubic-bezier(.99,1,.92,1);transition:background 1s cubic-bezier(.99,1,.92,1)}.is-sliding .tg_slice_slide_container .slides{background:#ededed;-webkit-transition:background 0.3s cubic-bezier(.99,1,.92,1);transition:background 0.3s cubic-bezier(.99,1,.92,1)}.tg_slice_slide_container .slide{z-index:-1;padding:0;position:absolute;width:99.9%;height:99.9%;-webkit-transition:z-index 1s ease;transition:z-index 1s ease}.tg_slice_slide_container .slide.is-active{z-index:19;-webkit-transition:z-index 1s ease;transition:z-index 1s ease}.tg_slice_slide_container .slide__content{position:relative;margin:0 auto;height:80%;width:80%;top:10%}.tg_slice_slide_container .slide__header{z-index:9;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-transform:translateX(5%);transform:translateX(5%)}@media (min-width:54em){.tg_slice_slide_container .slide__header{-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.tg_slice_slide_container .slide__title{font-size:2.5em;font-weight:700;color:#222;width:70%;overflow-y:hidden}@media (min-width:54em){.tg_slice_slide_container .slide__title{font-size:5em}}.tg_slice_slide_container .slide__title .title-line{display:block;overflow-y:hidden}.tg_slice_slide_container .slide__title .title-line span{display:inline-block;-webkit-transform:translate3d(0,140%,0);transform:translate3d(0,140%,0);opacity:0;-webkit-transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:opacity 0.8s ease,-webkit-transform 0.4s ease;transition:transform 0.4s ease,opacity 0.8s ease;transition:transform 0.4s ease,opacity 0.8s ease,-webkit-transform 0.4s ease}.tg_slice_slide_container .slide__title .title-line span:nth-child(1){-webkit-transition-delay:0.15s;transition-delay:0.15s}.tg_slice_slide_container .slide__title .title-line span:nth-child(2){-webkit-transition-delay:0.3s;transition-delay:0.3s}.tg_slice_slide_container .is-active .slide__title .title-line span{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);opacity:1;-webkit-transition:opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1);transition:opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1);transition:transform 0.6s cubic-bezier(.77,0,.175,1),opacity 0.1s ease;transition:transform 0.6s cubic-bezier(.77,0,.175,1),opacity 0.1s ease,-webkit-transform 0.6s cubic-bezier(.77,0,.175,1)}.tg_slice_slide_container .is-active .slide__title .title-line:nth-of-type(2n) span{-webkit-transition-delay:0.2s;transition-delay:0.2s}.tg_slice_slide_container .slide__figure{z-index:7;position:absolute;left:0;right:0;margin:0 auto;height:100%;width:100.2%;-webkit-transition:-webkit-transform 0.5s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 0.5s cubic-bezier(.19,1,.22,1);transition:transform 0.5s cubic-bezier(.19,1,.22,1);transition:transform 0.5s cubic-bezier(.19,1,.22,1),-webkit-transform 0.5s cubic-bezier(.19,1,.22,1)}.is-sliding .tg_slice_slide_container .slide__figure{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:-webkit-transform 0.5s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 0.5s cubic-bezier(.19,1,.22,1);transition:transform 0.5s cubic-bezier(.19,1,.22,1);transition:transform 0.5s cubic-bezier(.19,1,.22,1),-webkit-transform 0.5s cubic-bezier(.19,1,.22,1)}.tg_slice_slide_container .slide__img{position:relative;display:block;background-size:cover;background-position:50%;-webkit-backface-visibility:hidden;height:0%;width:100%;-webkit-filter:grayscale(0%);filter:grayscale(0%);-webkit-transition:height 1s 1.4s cubic-bezier(.19,1,.22,1),-webkit-filter 0.4s 0.1s ease;transition:height 1s 1.4s cubic-bezier(.19,1,.22,1),-webkit-filter 0.4s 0.1s ease;transition:height 1s 1.4s cubic-bezier(.19,1,.22,1),filter 0.4s 0.1s ease;transition:height 1s 1.4s cubic-bezier(.19,1,.22,1),filter 0.4s 0.1s ease,-webkit-filter 0.4s 0.1s ease}.tg_slice_slide_container .is-active .slide__img{height:100%;opacity:1;-webkit-transition:height 0.5s 0.3s cubic-bezier(.77,0,.175,1),-webkit-filter 0.4s 0.1s ease;transition:height 0.5s 0.3s cubic-bezier(.77,0,.175,1),-webkit-filter 0.4s 0.1s ease;transition:height 0.5s 0.3s cubic-bezier(.77,0,.175,1),filter 0.4s 0.1s ease;transition:height 0.5s 0.3s cubic-bezier(.77,0,.175,1),filter 0.4s 0.1s ease,-webkit-filter 0.4s 0.1s ease}.is-sliding .tg_slice_slide_container .slide__img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.tg_slice_slide_container .tg_slice_slide_link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.tg_slider_property_clip_wrapper.intro .content a{color:#222;border-bottom:1px solid #222;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_slider_property_clip_wrapper.intro .content a:hover{border-bottom-color:transparent!important}.tg_flip_slide_container{height:100vh}@media only screen and (min-width:1200px){.tg_flip_slide_container .container{max-width:100%;width:100%;padding:0}}.tg_flip_slide_container .container{height:100%}.tg_flip_slide_container .container .gallery{list-style-type:none;height:100%;overflow:hidden;position:relative;z-index:1;margin:0!important}.tg_flip_slide_container .container .gallery li{float:left;height:100%;width:550px}.tg_flip_slide_container .container .gallery .flip{height:100%;width:100%;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:2000px;-moz-perspective:2000px;perspective:2000px}.tg_flip_slide_container .container .gallery li:hover .front-side{opacity:0;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.tg_flip_slide_container .container .gallery li:hover .back-side{opacity:1;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg)}.tg_flip_slide_container .container .gallery .front-side,.tg_flip_slide_container .container .gallery .back-side{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:transform 0.4s ease-out,opacity 0.3s ease-out;-moz-transition:transform 0.4s ease-out,opacity 0.3s ease-out;transition:transform 0.4s ease-out,opacity 0.3s ease-out}.tg_flip_slide_container .container .gallery .front-side{opacity:1;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg)}.tg_flip_slide_container .container .gallery .back-side{opacity:0;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg)}.tg_flip_slide_container .container .gallery .back-side>a{display:block;width:100%;height:100%}.tg_flip_slide_container .container .gallery .content{text-align:center;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);padding:60px}.tg_flip_slide_container .container .gallery li:hover .text{opacity:1;visibility:visible;max-height:2000px}.tg_flip_slide_container .container .gallery .text{opacity:0;visibility:hidden;max-height:0}.tg_flip_slide_container .container .gallery .content h2{position:relative;font-size:36px;margin-bottom:25px}.tg_flip_slide_container .container .gallery .content h2:after{content:'';position:absolute;width:50px;height:3px;bottom:-10px;left:50%;margin-left:-25px}.tg_flip_slide_container .container .gallery .content p{margin:10px 0}.tg_flip_slide_container .tg_flip_slide_content_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #222;margin-top:30px;cursor:pointer;display:inline-block;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_flip_slide_container .tg_flip_slide_content_link:hover{padding-bottom:2px;border-bottom-color:transparent!important}.js-transitions-disabled *{-webkit-transition:none!important;transition:none!important}body.elementor-fullscreen .tg_split_carousel_slider_wrapper.carousel{height:100vh!important}.tg_split_carousel_slider_wrapper.carousel{position:relative;width:100%;height:100%;overflow:hidden;-webkit-perspective:50vw;perspective:50vw;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.tg_split_carousel_slider_wrapper.carousel .carousel__control{position:absolute;height:160px;width:40px;background:#fff;right:0;top:0;bottom:0;margin:auto;z-index:1}.tg_split_carousel_slider_wrapper.carousel .carousel__control a{position:relative;display:block;width:100%;padding-top:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.tg_split_carousel_slider_wrapper.carousel .carousel__control a:first-child{margin-top:15px}.tg_split_carousel_slider_wrapper.carousel .carousel__control a:before{position:absolute;top:50%;left:0;right:0;margin:auto;border-radius:50%;padding-top:25%;width:25%;opacity:.5;content:'';display:block;margin-top:-12.5%}.tg_split_carousel_slider_wrapper.carousel .carousel__control a.active:before{opacity:1}.tg_split_carousel_slider_wrapper.carousel .carousel__stage{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-50vh);transform:translateZ(-50vh)}.tg_split_carousel_slider_wrapper.carousel .spinner{position:absolute;width:50%;height:100vh;top:0;left:0;right:auto;bottom:0;margin:auto;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotateX(0);transform:rotateX(0)}.tg_split_carousel_slider_wrapper.carousel .js-spin-fwd .spinner{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.tg_split_carousel_slider_wrapper.carousel .js-spin-bwd .spinner{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}.tg_split_carousel_slider_wrapper.carousel .js-spin-fwd .spinner--right{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}.tg_split_carousel_slider_wrapper.carousel .js-spin-bwd .spinner--right{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.tg_split_carousel_slider_wrapper.carousel .spinner--right{right:0;left:auto}.tg_split_carousel_slider_wrapper.carousel .spinner__face{display:none;position:absolute;width:100%;height:100%;overflow:hidden}.tg_split_carousel_slider_wrapper.carousel .spinner__face.js-next{display:block;-webkit-transform:rotateX(90deg) translateZ(50vh);transform:rotateX(90deg) translateZ(50vh)}.tg_split_carousel_slider_wrapper.carousel .spinner--right .spinner__face.js-next{-webkit-transform:rotateX(270deg) translateZ(50vh);transform:rotateX(270deg) translateZ(50vh)}.tg_split_carousel_slider_wrapper.carousel .js-spin-bwd .spinner__face.js-next{-webkit-transform:rotateX(-90deg) translateZ(50vh);transform:rotateX(-90deg) translateZ(50vh)}.tg_split_carousel_slider_wrapper.carousel .js-spin-bwd .spinner--right .spinner__face.js-next{-webkit-transform:rotateX(-270deg) translateZ(50vh);transform:rotateX(-270deg) translateZ(50vh)}.tg_split_carousel_slider_wrapper.carousel .js-active{display:block;-webkit-transform:translateZ(50vh);transform:translateZ(50vh)}.tg_split_carousel_slider_wrapper.carousel .content{position:absolute;width:200%;height:100%;left:0}.tg_split_carousel_slider_wrapper.carousel .spinner--right .content{left:-100%}.tg_split_carousel_slider_wrapper.carousel .content__left,.tg_split_carousel_slider_wrapper.carousel .content__right{position:absolute;left:0;top:0;width:50%;height:100%}.tg_split_carousel_slider_wrapper.carousel .content__right{right:0;left:auto}.tg_split_carousel_slider_wrapper.carousel .content__left{background-repeat:no-repeat;background-size:cover;background-position:center center}.tg_split_carousel_slider_wrapper.carousel .content__left:after{position:absolute;display:block;content:"";width:100%;height:100%;background-color:rgb(0 0 0 / .1)}.tg_split_carousel_slider_wrapper.carousel .content__left h1{position:absolute;top:50%;margin-top:-3vw;text-align:center;font-size:5vw;height:10vw;opacity:1;color:#fff;width:100%;letter-spacing:.15em;line-height:.6}.tg_split_carousel_slider_wrapper.carousel .content__left span{font-size:1vw;font-weight:300;letter-spacing:.2em;opacity:.9}.tg_split_carousel_slider_wrapper.carousel .content__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg_split_carousel_slider_wrapper.carousel .content__right .content__main{position:absolute;text-align:left;padding:0 8vw;margin:0}.tg_split_carousel_slider_wrapper.carousel .content__right .content__main p:last-child{text-transform:uppercase;letter-spacing:.15em;font-size:.85em}.tg_split_carousel_slider_wrapper.carousel .content__right .content__index{font-size:30vh;position:absolute;right:-1vh;opacity:.04}.tg_split_carousel_slider_wrapper.carousel .tg_split_carousel_slide_content_link{font-size:13px;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #222;margin-top:30px;cursor:pointer;display:inline-block;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tg_split_carousel_slider_wrapper.carousel .tg_split_carousel_slide_content_link:hover{border-bottom-color:transparent!important}.cd-horizontal-timeline{opacity:0;margin:2em auto;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;transition:opacity 0.2s}.cd-horizontal-timeline::before{content:'mobile';display:none}.cd-horizontal-timeline.loaded{opacity:1}.cd-horizontal-timeline .timeline{position:relative;height:100px;margin:0 auto}.cd-horizontal-timeline .events-wrapper{position:relative;height:100%;margin:0 40px;overflow:hidden}.cd-horizontal-timeline .events-wrapper ol,.cd-horizontal-timeline .events-content ol{margin-left:0!important;list-style:none}.cd-horizontal-timeline .events-wrapper::after,.cd-horizontal-timeline .events-wrapper::before{content:'';position:absolute;z-index:2;top:0;height:100%;width:20px}.cd-horizontal-timeline .events{position:absolute;z-index:1;left:0;top:49px;height:2px;background:#dfdfdf;-webkit-transition:-webkit-transform 0.4s;-moz-transition:-moz-transform 0.4s;transition:transform 0.4s}.cd-horizontal-timeline .filling-line{position:absolute;z-index:1;left:0;top:0;height:100%;width:100%;background-color:#7b9d6f;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s}.cd-horizontal-timeline .events a{position:absolute;bottom:0;z-index:2;text-align:center;font-size:13px;padding-bottom:15px;color:#383838;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.cd-horizontal-timeline .events a::after{content:'';position:absolute;left:50%;right:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-5px;height:12px;width:12px;border-radius:50%;border:2px solid #dfdfdf;background-color:#f8f8f8;-webkit-transition:background-color 0.3s,border-color 0.3s;-moz-transition:background-color 0.3s,border-color 0.3s;transition:background-color 0.3s,border-color 0.3s}.no-touch .cd-horizontal-timeline .events a:hover::after{background-color:#7b9d6f;border-color:#7b9d6f}.cd-horizontal-timeline .events a.selected{pointer-events:none}.cd-horizontal-timeline .events a.selected::after{background-color:#7b9d6f;border-color:#7b9d6f}.cd-horizontal-timeline .events a.older-event::after{border-color:#7b9d6f}@media only screen and (min-width:1100px){.cd-horizontal-timeline{margin:auto}.cd-horizontal-timeline::before{content:'desktop'}}ul.cd-timeline-navigation{margin-left:0!important;list-style:none}.cd-timeline-navigation a{position:absolute;z-index:1;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:34px;width:34px;border-radius:50%;border:2px solid #e7e7e7;overflow:hidden;color:#fff0;white-space:nowrap;-webkit-transition:border-color 0.3s;-moz-transition:border-color 0.3s;transition:border-color 0.3s}.cd-timeline-navigation a::after{content:'';position:absolute;height:16px;width:16px;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);font-size:13px;line-height:16px;margin-left:2px}.cd-timeline-navigation a.prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.cd-timeline-navigation a.prev:after{font-family:'themify';content:"\e649";color:#e7e7e7}.cd-timeline-navigation a.next:after{font-family:'themify';content:"\e649";color:#e7e7e7}.cd-timeline-navigation a.next{right:0}.no-touch .cd-timeline-navigation a:hover{border-color:#7b9d6f}.cd-timeline-navigation a.inactive{cursor:not-allowed}.cd-timeline-navigation a.inactive::after{background-position:0 -16px}.no-touch .cd-timeline-navigation a.inactive:hover{border-color:#dfdfdf}.cd-horizontal-timeline .events-content{position:relative;width:100%;margin:auto;margin-top:10px;overflow:hidden;-webkit-transition:height 0.4s;-moz-transition:height 0.4s;transition:height 0.4s}.cd-horizontal-timeline .events-content li{position:absolute;z-index:1;width:100%;left:0;top:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);padding:0 5%;opacity:0;-webkit-animation-duration:0.4s;-moz-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.cd-horizontal-timeline .events-content li.selected{position:relative;z-index:2;opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.cd-horizontal-timeline .events-content li.enter-right,.cd-horizontal-timeline .events-content li.leave-right{-webkit-animation-name:cd-enter-right;-moz-animation-name:cd-enter-right;animation-name:cd-enter-right}.cd-horizontal-timeline .events-content li.enter-left,.cd-horizontal-timeline .events-content li.leave-left{-webkit-animation-name:cd-enter-left;-moz-animation-name:cd-enter-left;animation-name:cd-enter-left}.cd-horizontal-timeline .events-content li.leave-right,.cd-horizontal-timeline .events-content li.leave-left{-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse}.cd-horizontal-timeline .events-content li>*{margin:0 auto}.cd-horizontal-timeline .events-content h2{font-size:24px;font-weight:400}.cd-horizontal-timeline .events-content em{display:block;font-style:normal;margin:auto}.cd-horizontal-timeline .events-content li .events-content-desc{margin-top:10px}@-webkit-keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%)}}@-moz-keyframes cd-enter-right{0%{opacity:0;-moz-transform:translateX(100%)}100%{opacity:1;-moz-transform:translateX(0%)}}@keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%)}}@-moz-keyframes cd-enter-left{0%{opacity:0;-moz-transform:translateX(-100%)}100%{opacity:1;-moz-transform:translateX(0%)}}@keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}.portfolio_classic_grid_wrapper .portfolio_classic_img{color:#fff;position:relative;float:left;overflow:hidden;text-align:center;line-height:0}.portfolio_classic_grid_wrapper .portfolio_classic_img *{-webkit-box-sizing:border-box;box-sizing:border-box}.portfolio_classic_grid_wrapper .portfolio_classic_img img{opacity:1;width:100%;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}.portfolio_classic_grid_wrapper .portfolio_classic_img>div{position:absolute;top:0;left:0;width:100%;height:100%}.portfolio_classic_grid_wrapper .portfolio_classic_img>div::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';opacity:0;-webkit-transition:opacity 0.4s;transition:opacity 0.4s;background-image:linear-gradient(-45deg,#000000 0%,transparent 40%,rgb(255 255 255 / .6))}.portfolio_classic_grid_wrapper .portfolio_classic_img span.ti-arrow-right{display:inline-block;font-size:24px;color:#fff;padding:6px 16px;position:absolute;bottom:10px;right:0;opacity:0;z-index:1;-webkit-transition:0.05s linear;transition:0.05s linear;-webkit-transition-delay:0.01s;transition-delay:0.01s}.portfolio_classic_grid_wrapper .portfolio_classic_img .curl{width:0;height:0;position:absolute;bottom:0;right:0;background:linear-gradient(135deg,#ffffff,#f3f3f3 20%,#bbbbbb 38%,#aaaaaa 44%,#888888 50%,rgb(0 0 0 / .7) 50%,rgb(0 0 0 / .4) 60%,rgb(0 0 0 / .3));box-shadow:0 0 10px rgb(0 0 0 / .5);transition:all .4s ease}.portfolio_classic_grid_wrapper .portfolio_classic_img .curl:before,.portfolio_classic_grid_wrapper .portfolio_classic_img .curl:after{content:'';position:absolute;z-index:-1;left:12%;bottom:6%;width:70%;max-width:300px;max-height:100px;height:55%;box-shadow:0 12px 15px rgb(0 0 0 / .3);transform:skew(-10deg) rotate(-6deg)}.portfolio_classic_grid_wrapper .portfolio_classic_img .curl:after{left:auto;right:6%;bottom:auto;top:14%;transform:skew(-15deg) rotate(-84deg)}.portfolio_classic_grid_wrapper .portfolio_classic_img a{left:0;right:0;top:0;bottom:0;position:absolute;color:#fff}.portfolio_classic_grid_wrapper .portfolio_classic_img:hover>div::before,.portfolio_classic_grid_wrapper .portfolio_classic_img.hover>div::before{opacity:1}.portfolio_classic_grid_wrapper .portfolio_classic_img:hover span.ti-arrow-right,.portfolio_classic_grid_wrapper .portfolio_classic_img.hover span.ti-arrow-right{opacity:1;-webkit-transition-delay:0.15s;transition-delay:0.15s}.portfolio_classic_grid_wrapper .portfolio_classic_img:hover .curl,.portfolio_classic_grid_wrapper .portfolio_classic_img.hover .curl{width:90px;height:90px}.portfolio_classic_content{clear:both;padding:30px}.portfolio_classic_grid_wrapper{margin-bottom:4%}.tg_background_list_wrapper{position:relative;width:100%;overflow:hidden;display:flex;background:#000}.tg_background_list_column{min-height:50vh}.tg_background_list_wrapper .tg_background_list_column{position:relative;z-index:2;border-right:1px solid rgb(256 256 256 / .5)}.tg_background_list_wrapper .tg_background_list_column.last{border-right:0}.tg_background_list_wrapper.one_col .tg_background_list_column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.tg_background_list_wrapper.two_cols .tg_background_list_column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.tg_background_list_wrapper.three_cols .tg_background_list_column{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.tg_background_list_wrapper.four_cols .tg_background_list_column{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content{display:flex;height:100%;flex-direction:column;justify-content:flex-end;padding:40px;color:#fff}.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content h3{color:#fff}.tg_background_list_wrapper .tg_background_img,.tg_background_list_wrapper .tg_background_list_overlay{position:absolute;top:0;left:0;height:100%;width:100%;z-index:0;overflow:hidden}.tg_background_list_wrapper .tg_background_img{visibility:hidden;opacity:0;transition:all 1s}.tg_background_list_wrapper .tg_background_img.hover{opacity:1;visibility:visible;-ms-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.tg_background_list_wrapper .tg_background_list_overlay{z-index:1;background:rgb(0 0 0 / .3)}.tg_background_list_wrapper .tg_background_img img{width:100%!important;height:100%!important;object-fit:cover}.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_link{max-height:100%;transform:scaleY(1);overflow:visible}.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link{overflow:hidden;transform:scaleY(0);transform-origin:bottom;transition:transform 0.2s ease;max-height:0}.tg_background_list_wrapper .tg_background_list_content .tg_background_list_title{transition:transform 0.3s ease;-moz-transform:translateY(10px);-ms-transform:translateY(10px);-webkit-transform:translateY(10px);transform:translateY(10px)}.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_title{-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link .button{background:#fff0;border:1px solid #fff;color:#fff;margin-top:20px}.portfolio_grid_wrapper{background-color:#000;color:#fff;display:inline-block;overflow:hidden;position:relative;text-align:center}.portfolio_grid_wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.45s ease;transition:all 0.45s ease}.portfolio_grid_wrapper:before,.portfolio_grid_wrapper:after{background-color:rgb(0 0 0 / .1);border-top:50px solid rgb(256 256 256);border-bottom:50px solid rgb(256 256 256);position:absolute;top:0;bottom:0;left:0;right:0;content:'';-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1;opacity:0}.portfolio_grid_wrapper:before{-webkit-transform:scaleY(1.5);transform:scaleY(1.5)}.portfolio_grid_wrapper:after{-webkit-transform:scaleY(1.5);transform:scaleY(1.5)}.portfolio_grid_wrapper img{vertical-align:top;max-width:100%;backface-visibility:hidden}.portfolio_grid_wrapper figcaption{position:absolute;top:0;bottom:0;left:0;right:0;align-items:center;z-index:1;display:flex;flex-direction:column;justify-content:center;line-height:1.1em;opacity:0;z-index:2;-webkit-transition-delay:0s;transition-delay:0s;color:#fff;padding:0 20px 0 20px;box-sizing:border-box}.portfolio_grid_wrapper h3{margin:0;color:#fff}.portfolio_grid_wrapper h3 span{display:block;font-weight:700}.portfolio_grid_wrapper a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:3}.portfolio_grid_wrapper:hover>img,.portfolio_grid_wrapper.hover>img{opacity:.7}.portfolio_grid_wrapper:hover:before,.portfolio_grid_wrapper.hover:before,.portfolio_grid_wrapper:hover:after,.portfolio_grid_wrapper.hover:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}.portfolio_grid_wrapper:hover figcaption,.portfolio_grid_wrapper.hover figcaption{opacity:1;-webkit-transition-delay:0.1s;transition-delay:0.1s}.portfolio_grid_wrapper.tg_two_cols,.portfolio_grid_wrapper.tg_three_cols{margin-bottom:4%}.portfolio_grid_wrapper.tg_four_cols,.portfolio_grid_wrapper.tg_five_cols{margin-bottom:3%}.portfolio_grid_wrapper figcaption .portfolio_grid_subtitle{margin-top:5px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols{width:calc(50% - 35px);margin-bottom:140px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols.stellar{margin-bottom:200px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols.last{width:calc(50% - 35px);margin-right:0}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_two_cols{margin-right:0}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols{width:calc(33.33% - 40px);margin-bottom:120px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_three_cols{margin-right:0}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols.stellar{margin-bottom:200px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols{width:calc(25% - 38px);margin-bottom:120px}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.do_masonry .tg_four_cols{margin-right:0}.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols.stellar{margin-bottom:180px}.portfolio_masonry_grid_wrapper{position:relative;float:left;box-shadow:none!important;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-sizing:border-box;box-sizing:border-box;overflow:visible!important}.portfolio_masonry_grid_wrapper *{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.portfolio_masonry_grid_wrapper img{max-width:100%;vertical-align:top}.portfolio_masonry_grid_wrapper .border{position:absolute;opacity:1;z-index:1}.portfolio_masonry_grid_wrapper .border:before,.portfolio_masonry_grid_wrapper .border:after,.portfolio_masonry_grid_wrapper .border div:before,.portfolio_masonry_grid_wrapper .border div:after{background-color:#000;position:absolute;content:"";display:block;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.portfolio_masonry_grid_wrapper .border:before,.portfolio_masonry_grid_wrapper .border:after{width:0;height:1px}.portfolio_masonry_grid_wrapper .border div:before,.portfolio_masonry_grid_wrapper .border div:after{width:1px;height:0}.portfolio_masonry_grid_wrapper .border.one{left:-6px;top:-6px;right:6px;bottom:6px}.portfolio_masonry_grid_wrapper .border.one:before,.portfolio_masonry_grid_wrapper .border.one div:before{left:0;top:0}.portfolio_masonry_grid_wrapper .border.one:after,.portfolio_masonry_grid_wrapper .border.one div:after{bottom:0;right:0}.portfolio_masonry_grid_wrapper .border.two{left:6px;top:6px;right:-6px;bottom:-6px}.portfolio_masonry_grid_wrapper .border.two:before,.portfolio_masonry_grid_wrapper .border.two div:before{right:0;top:0}.portfolio_masonry_grid_wrapper .border.two:after,.portfolio_masonry_grid_wrapper .border.two div:after{bottom:0;left:0}.portfolio_masonry_grid_wrapper figcaption{left:15%;bottom:-60px;position:absolute;padding:25px;margin:6px;background-color:#fff;width:70%;-webkit-box-shadow:0 5px 40px rgb(0 0 0 / .1);-moz-box-shadow:0 5px 40px rgb(0 0 0 / .1);box-shadow:0 5px 40px rgb(0 0 0 / .1)}.portfolio_masonry_grid_wrapper.tg_three_cols figcaption{width:80%;left:10%}.portfolio_masonry_grid_wrapper.tg_four_cols figcaption{width:80%;left:10%}.portfolio_masonry_grid_wrapper h3{margin:0}.portfolio_masonry_grid_wrapper h3{margin-bottom:5px}.portfolio_masonry_grid_wrapper a{left:0;right:0;top:0;bottom:0;position:absolute;z-index:1}.portfolio_masonry_grid_wrapper:hover .border:before,.portfolio_masonry_grid_wrapper.hover .border:before,.portfolio_masonry_grid_wrapper:hover .border:after,.portfolio_masonry_grid_wrapper.hover .border:after{width:100%}.portfolio_masonry_grid_wrapper:hover .border div:before,.portfolio_masonry_grid_wrapper.hover .border div:before,.portfolio_masonry_grid_wrapper:hover .border div:after,.portfolio_masonry_grid_wrapper.hover .border div:after{height:100%}.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.tg_portfolio_timeline_wrapper .portfolio_timeline_img{float:left;width:66.66%}.tg_portfolio_timeline_wrapper .portfolio_timeline_content{float:right;width:calc(33.33% - 60px);margin-left:60px}.tg_portfolio_timeline_wrapper .portfolio_timeline_content .portfolio_timeline_link{margin-top:20px;display:block}.portfolio_timeline_vertical_content_wrapper{display:flex;justify-content:center;align-items:center;background-color:#fff;flex-direction:column}.portfolio_timeline_vertical_content_wrapper .timeline{width:100%;background-color:#fff}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-container{height:800px;width:100%;position:relative}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-wrapper{transition:2s cubic-bezier(.68,-.4,.27,1.34) 0.2s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide{position:relative;color:#fff;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide::after{content:"";position:absolute;z-index:1;width:100%;height:100%;background:rgb(0 0 0 / .3)}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{position:absolute;text-align:center;width:80%;max-width:310px;right:50%;top:13%;-webkit-transform:translate(50%,0);transform:translate(50%,0);z-index:2}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide .timeline-year{display:block;margin-bottom:10px;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);color:#fff;opacity:0;transition:.2s ease .4s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide .timeline-title{font-size:34px;margin:0;opacity:0;color:#fff;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);transition:.2s ease .5s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide .timeline-text{line-height:1.5;opacity:0;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);transition:.2s ease .6s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-active .timeline-year{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:.4s ease 1.6s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-active .timeline-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:.4s ease 1.7s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-active .timeline-text{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:.4s ease 1.8s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination{right:10%!important;height:100%;left:auto!important;width:auto!important;display:none;flex-direction:column;justify-content:center;z-index:1}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination::before{content:"";position:absolute;left:-30px;top:0;height:100%;width:1px;background-color:rgb(255 255 255 / .2)}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination-bullet{width:auto;height:auto;text-align:left;opacity:.6;background:#fff0;color:#fff;margin:15px 0!important;position:relative}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination-bullet::before{content:"";position:absolute;top:5px;left:-37px;width:16px;height:16px;border-radius:100%;background-color:#fff;-webkit-transform:scale(0);transform:scale(0);transition:.2s}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination-bullet-active{opacity:1}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination-bullet-active::before{-webkit-transform:scale(1);transform:scale(1)}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next,.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev{background-size:20px 20px;top:15%;width:20px;height:20px;margin-top:0;z-index:2;transition:.2s;color:#fff;font-size:26px}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev{left:8%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev:hover{-webkit-transform:translateX(-3px);transform:translateX(-3px)}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next{right:8%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next:hover{-webkit-transform:translateX(3px);transform:translateX(3px)}.portfolio_timeline_vertical_content_wrapper .timeline .portfolio_timeline_vertical_link{position:absolute;width:100%;height:100%;z-index:3;display:block}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{right:28%}@media screen and (min-width:768px){.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:310px;text-align:right}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-pagination{display:flex}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev{top:8%;left:auto;right:17%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev:hover{-webkit-transform:translate(0,10px);transform:translate(0,10px)}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next{top:auto;bottom:10%;right:17%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next:hover{-webkit-transform:translate(0,10px);transform:translate(0,10px)}}.slider_parallax_wrapper{overflow:hidden;position:relative;width:100%;height:100vh;z-index:1}.slider_parallax_wrapper .slideshow-inner{position:absolute;top:0;left:0;width:100%;height:100%}.slider_parallax_wrapper .slides{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.slider_parallax_wrapper .slide{display:none;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:opacity 0.3s ease}.slider_parallax_wrapper .slide.is-active{display:block}.slider_parallax_wrapper .slide.is-loaded{opacity:1}.slider_parallax_wrapper .slide .image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;z-index:1;background-size:cover;image-rendering:optimizeQuality}.slider_parallax_wrapper .slide .image-container::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5)}.slider_parallax_wrapper .slide .image{width:100%!important;max-width:none!important;object-fit:cover;height:100%!important}.slider_parallax_wrapper .slide-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;color:#fff;text-align:center;display:flex;justify-content:center;align-items:center}.slider_parallax_wrapper .slide .title{margin:0 auto 15px}.slider_parallax_wrapper .slide .title h2{color:#fff}.slider_parallax_wrapper .slide .text{margin:0 auto;font-size:18px}.slider_parallax_wrapper .slide .button{margin:30px 0 0}.slider_parallax_wrapper .pagination{position:absolute;bottom:35px;left:0;width:100%;height:12px;cursor:default;z-index:2;text-align:center}.slider_parallax_wrapper .pagination .item{display:inline-block;padding:15px 5px;position:relative;width:46px;height:32px;cursor:pointer;text-indent:-999em;z-index:1}.slider_parallax_wrapper .pagination .item+.page{margin-left:-2px}.slider_parallax_wrapper .pagination .item::before{content:"";display:block;position:absolute;top:15px;left:5px;width:36px;height:2px;opacity:.3;transition:background 0.2s ease}.slider_parallax_wrapper .pagination .item::after{width:0;background:#fff;z-index:2;transition:width 0.2s ease}.slider_parallax_wrapper .pagination .item:hover::before,.slider_parallax_wrapper .pagination .item.is-active::before{opacity:1}.slider_parallax_wrapper .arrows .arrow{margin:-33px 0 0;padding:20px;position:absolute;top:50%;cursor:pointer;z-index:3}.slider_parallax_wrapper .arrows .prev{left:30px}.slider_parallax_wrapper .arrows .prev:hover .svg{left:-10px}.slider_parallax_wrapper .arrows .next{right:30px}.slider_parallax_wrapper .arrows .next:hover .svg{left:10px}.slider_parallax_wrapper .arrows .svg{position:relative;left:0;width:14px;height:26px;fill:#fff;transition:left 0.2s ease}.distortion_grid_item{position:relative;display:flex;align-items:stretch;width:50vw}.distortion_grid_item--bg{background-color:var(--item-bg);height:50vw}.distortion_grid_item-content{width:100%;padding:5vw;display:flex;flex-direction:column;overflow:hidden;pointer-events:none;background:var(--item-bg)}.distortion_grid_item--bg .distortion_grid_item-content{position:absolute;height:100%;width:100%;top:0;left:0}.distortion_grid_item-img{display:block;height:100%;width:100%}.distortion_grid_item-img canvas{height:100%}.distortion_grid_item-img img{height:100%;display:block}.distortion_grid_item-img img:nth-child(2){position:absolute;top:0;left:0;opacity:0;transition:opacity 0.3s}.distortion_grid_item:hover .distortion_grid_item-img img:nth-child(2){opacity:1}body.elementor-default .distortion_grid_item-img img{display:none}.distortion_grid_item-title{font-size:2.5rem;line-height:1;margin:0;color:var(--item-title)}.distortion_grid_item-title--small{font-size:1.5rem;line-height:1.25;margin-bottom:1rem}.distortion_grid_item-meta{text-transform:uppercase;font-weight:400;letter-spacing:.25rem;font-size:.95rem;color:var(--item-meta)}.distortion_grid_item-subtitle{display:block;margin:auto 0 0 0;font-weight:400;font-size:1.5em;color:var(--item-subtitle)}.distortion_grid_item-subtitle span{display:block}.distortion_grid_item-text{font-size:1rem;line-height:1.75;margin:2rem 0 0 0;color:var(--item-text)}.distortion_grid_item-link{display:inline-block;color:currentColor;font-weight:700;font-size:.95rem;position:relative;padding:0 0 .2rem;pointer-events:auto;margin-top:30px;color:var(--item-link)}.distortion_grid_item-link:focus,.distortion_grid_item-link:hover{color:var(--item-link-hover)}.distortion_grid_item-link::before{content:'';position:absolute;background:currentColor;width:80%;height:1px;bottom:0;transform-origin:0% 50%;transform:scale3d(0,1,1);opacity:0;transition:all 0.3s;transition-property:opacity,transform}.distortion_grid_item-link:hover::before{opacity:1;transform:scale3d(1,1,1)}.distortion_grid_item-link+.distortion_grid_item-link{margin:0 0 0 3rem}.distortion_grid_item-text+.distortion_grid_item-link{white-space:nowrap;margin-top:1rem;align-self:flex-start;margin-top:auto}.distortion_grid_item-nav{display:flex}.theme-2{--item-bg:rgba(0,0,0,0.2);--item-link:#fff;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#fff;--item-text:#fff}.theme-3{--item-bg:rgba(0,0,0,0.2);--item-link:#fff;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#fff;--item-text:#fff}.theme-6{--item-bg:rgba(0,0,0,0.2);--item-link:#12161e;--item-link-hover:#fff;--item-meta:#fff;--item-title:#ffffff;--item-subtitle:#12161e;--item-text:#ffffff}.theme-7{--item-bg:rgba(0,0,0,0.2);--item-link:#fff;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#fff;--item-text:#fff}.theme-10{--item-bg:rgba(0,0,0,0.2);--item-link:#000;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#000;--item-text:#fff}.theme-11{--item-bg:rgba(0,0,0,0.2);--item-link:#000;--item-link-hover:#fff;--item-meta:#000;--item-title:#000;--item-subtitle:#000;--item-text:#000}.theme-14{--item-bg:rgba(0,0,0,0.2);--item-link:#fff;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#fff;--item-text:#fff}.theme-15{--item-bg:rgba(0,0,0,0.2);--item-link:#fff;--item-link-hover:#fff;--item-meta:#fff;--item-title:#fff;--item-subtitle:#fff;--item-text:#fff}.theme-19{--item-bg:rgba(0,0,0,0.2);--item-link:#6317f5;--item-link-hover:#fff;--item-meta:#6317f5;--item-title:#fff;--item-subtitle:#6317f5;--item-text:#fff}@media screen and (min-width:85em){.distortion_grid_item-text{width:80%}}.distortion_grid_wrapper{display:grid;grid-template-columns:repeat(2,49.999vmax)}@media only screen and (max-width:960px){.distortion_grid_wrapper{display:grid;grid-template-columns:repeat(2,49.999vmax)}.distortion_grid_item{height:49.999vmax;width:100%}.distortion_grid_item-subtitle *{opacity:0;transform:translate3d(100px,0,0);transition:all 0.5s cubic-bezier(.2,1,.7,1);transition-property:transform,opacity}.distortion_grid_item:hover .distortion_grid_item-subtitle *{opacity:1;transform:translate3d(0,0,0)}.distortion_grid_item:hover .distortion_grid_item-subtitle span{transition-delay:0.1s}.distortion_grid_item:hover .distortion_grid_item-subtitle .grid__item-link{transition-delay:0s}.distortion_grid_item-title{font-size:6vw;font-weight:400}.distortion_grid_item-title--small{font-size:3vw}.distortion_grid_item-text{margin-top:2.5rem}}.tg_animated_slider_wrapper .pagination{position:absolute!important;width:100%;text-align:center;right:0;padding:0!important;bottom:30px;margin:0;z-index:999}.tg_animated_slider_wrapper .pagination__item{cursor:pointer;display:inline-block;white-space:nowrap;font-size:0;width:10px;height:10px;border:1px solid #fff;background:#fff0;margin:0 5px;border-radius:250px;transition:.2s ease-in-out}.tg_animated_slider_wrapper .pagination__item.is-current,.tg_animated_slider_wrapper .pagination__item:hover{background-color:#fff}.tg_animated_slider_wrapper .pagination .container{position:relative;margin:0 auto}@media (max-width:699px){.tg_animated_slider_wrapper .pagination .container{padding-right:40px;padding-left:40px}}@media (min-width:700px) and (max-width:1599px){.tg_animated_slider_wrapper .pagination .container{padding-right:7.5rem;padding-left:7.5rem;max-width:140rem}}@media (min-width:1600px){.tg_animated_slider_wrapper .pagination .container{padding-right:9.5625rem;padding-left:9.5625rem;max-width:144.125rem}}.tg_animated_slider_wrapper .background-absolute{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.tg_animated_slider_wrapper.slideshow{position:relative;color:#fff;overflow:hidden;height:700px}.tg_animated_slider_wrapper .slideshow__slide{visibility:hidden;transition:visibility 0s 1.7s}.tg_animated_slider_wrapper .slideshow__slide.is-current{visibility:visible;transition-delay:0s}@media (max-width:699px){.tg_animated_slider_wrapper.slideshow .slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0}}@media (min-width:700px){.tg_animated_slider_wrapper.slideshow .slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0}}.tg_animated_slider_wrapper .slideshow__slide-background-load-wrap{transition:transform 0.9s cubic-bezier(.4,0,.2,1);transform:translate3d(0,100%,0);overflow:hidden}body.is-animated .tg_animated_slider_wrapper .slideshow__slide-background-load-wrap{transform:translate3d(0,0,0);transition-delay:0s}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-background-parallax,.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow__slide-background-parallax,.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow__slide-background-parallax,.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow__slide-background-parallax{transform:none!important}.tg_animated_slider_wrapper .slideshow__slide-background-load{transition:transform 0.9s cubic-bezier(.4,0,.2,1);transform:translate3d(0,-50%,0)}body.is-animated .tg_animated_slider_wrapper .slideshow__slide-background-load{transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide-background-wrap{transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.5s;transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-background-wrap{transform:translate3d(0,-100%,0)}.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow__slide-background-wrap{transform:translate3d(0,100%,0)}.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow__slide-background-wrap{transform:translate3d(0,-100%,0);transition:none}.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow__slide-background-wrap{transform:translate3d(0,100%,0);transition:none}.tg_animated_slider_wrapper .slideshow__slide-background{transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transform:scale(1);overflow:hidden}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-background,.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow__slide-background{transform:scale(.5);transition-delay:0s}.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow__slide-background,.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow__slide-background{transform:scale(.5);transition-delay:0s;transition:none}.tg_animated_slider_wrapper .slideshow__slide-image-wrap{transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.6s;transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-image-wrap{transform:translate3d(0,50%,0)}.tg_animated_slider_wrapper .slideshow__slide-image{transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transform:scale(1)}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-image,.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow__slide-image{transform:scale(1.25);transition-delay:0s}.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow__slide-image,.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow__slide-image{transform:scale(1.25);transition-delay:0s;transition:none}.tg_animated_slider_wrapper .slideshow__slide-image::before,.tg_animated_slider_wrapper .slideshow__slide-image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow_container,.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow_container,.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow_container,.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow_container{transform:none!important}.tg_animated_slider_wrapper .slideshow__slide-caption-text{position:relative;height:100%;padding-top:10%;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.4s;transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide.is-prev .slideshow__slide-caption-text{transform:translate3d(-100%,-50%,0)}.tg_animated_slider_wrapper .slideshow__slide.is-next .slideshow__slide-caption-text{transform:translate3d(-100%,10%,0)}.tg_animated_slider_wrapper .slideshow__slide.is-prev-section .slideshow__slide-caption-text{transform:translate3d(-100%,-50%,0);transition:none}.tg_animated_slider_wrapper .slideshow__slide.is-next-section .slideshow__slide-caption-text{transform:translate3d(-100%,10%,0);transition:none}.tg_animated_slider_wrapper .slideshow__slide-caption{position:relative;height:100%;transform:translate3d(-100%,10%,0);transition:transform 1s cubic-bezier(.4,0,.2,1) 0.1s}body.is-animated .tg_animated_slider_wrapper .slideshow__slide-caption{transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide-caption-title{line-height:1}.tg_animated_slider_wrapper .slideshow__slide-caption-title.-full{width:100%}.tg_animated_slider_wrapper .slideshow__slide-caption-subtitle{display:inline-block;padding:1.875rem 0}.tg_animated_slider_wrapper .slideshow__slide-caption-subtitle.-load{transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transform:translate3d(0,3.75rem,0)}body.is-animated .tg_animated_slider_wrapper .slideshow__slide-caption-subtitle.-load{transform:translate3d(0,0,0)}body[data-route-option="prev-section"] .tg_animated_slider_wrapper .slideshow__slide-caption-subtitle.-load,body[data-route-option="next-section"] .tg_animated_slider_wrapper .slideshow__slide-caption-subtitle.-load{transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide-caption-subtitle-label{transition:transform 0.3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);display:inline-block}.tg_animated_slider_wrapper .o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,.tg_animated_slider_wrapper .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label{transform:translateX(20px)}.tg_animated_slider_wrapper .c-header-home_subheading{display:inline-block;padding:1.875rem 0}.tg_animated_slider_wrapper .c-header-home_subheading.-load{transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transform:translate3d(0,3.75rem,0)}body.is-loaded .tg_animated_slider_wrapper .c-header-home_subheading.-load{transform:translate3d(0,0,0)}body[data-route-option="prev-section"] .tg_animated_slider_wrapper .c-header-home_subheading.-load,body[data-route-option="next-section"] .tg_animated_slider_wrapper .c-header-home_subheading.-load{transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .c-header-home_footer{z-index:3;position:absolute;right:0;bottom:0;left:0}.tg_animated_slider_wrapper .c-header-home_controls,.tg_animated_slider_wrapper .c-header-home_buttons{margin-left:0;letter-spacing:normal;font-size:28px;transition:transform 0.6s cubic-bezier(.4,0,.2,1);transform:translate3d(0,100%,0)}@media (max-width:699px){.tg_animated_slider_wrapper .c-header-home_controls,.tg_animated_slider_wrapper .c-header-home_buttons{padding-bottom:40px}}@media (min-width:700px){.tg_animated_slider_wrapper .c-header-home_controls,.tg_animated_slider_wrapper .c-header-home_buttons{padding-bottom:6rem}}@media (min-width:700px) and (max-width:749px){.tg_animated_slider_wrapper .c-header-home_controls,.tg_animated_slider_wrapper .c-header-home_buttons{padding-bottom:3.75rem}}body.is-loaded .tg_animated_slider_wrapper .c-header-home_controls,body.is-loaded .tg_animated_slider_wrapper .c-header-home_buttons{transform:translate3d(0,0,0)}body[data-route-option="prev-section"] .tg_animated_slider_wrapper .c-header-home_controls,body[data-route-option="prev-section"] .tg_animated_slider_wrapper .c-header-home_buttons{transform:translate3d(0,0,0)}body[data-route-option="next-section"] .tg_animated_slider_wrapper .c-header-home_controls,body[data-route-option="next-section"] .tg_animated_slider_wrapper .c-header-home_buttons{transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .c-header-home_controls{transition-delay:0.65s}@media (min-width:700px){.tg_animated_slider_wrapper .c-header-home_controls{float:left}}.tg_animated_slider_wrapper .c-header-home_buttons{transition-delay:0.75s}@media (max-width:699px){.tg_animated_slider_wrapper .c-header-home_buttons{margin-left:-20px;margin-right:-20px}}@media (min-width:1000px){.tg_animated_slider_wrapper .c-header-home_buttons{float:right}}@media (max-width:699px){.tg_animated_slider_wrapper .c-header-home_button{width:50%!important}}@media (min-width:700px){.tg_animated_slider_wrapper .c-header-home_button{width:15.625rem}}.tg_animated_slider_wrapper button,.tg_animated_slider_wrapper .c-header-filters_button,.tg_animated_slider_wrapper .o-button{display:inline-block;overflow:visible;margin:0;padding:0;outline:0;border:0;background:none;color:inherit;vertical-align:middle;text-align:center;text-decoration:none;text-transform:none;font:inherit;line-height:normal;cursor:pointer;user-select:none;color:#000;margin-right:10px}.tg_animated_slider_wrapper button:hover,.tg_animated_slider_wrapper .c-header-filters_button:hover,.tg_animated_slider_wrapper .o-button:hover{text-decoration:none}.tg_animated_slider_wrapper .o-link{color:#1a0dab;transition:color 0.3s cubic-bezier(.4,0,.2,1)}.tg_animated_slider_wrapper .o-link:hover{color:#13097c}.tg_animated_slider_wrapper .o-link.-normal{color:currentColor;text-decoration:none}.tg_animated_slider_wrapper .o-link.-normal:hover{text-decoration:underline}.tg_animated_slider_wrapper .o-link.-blue:hover{text-decoration:none;color:#0084c0}.tg_animated_slider_wrapper .o-link.-hover{position:relative;text-decoration:none;color:#fff}.tg_animated_slider_wrapper .o-link.-hover::after{content:"";position:absolute;bottom:-1px;right:0;left:0;border-bottom:1px solid;transform:scaleX(0);transition:transform 0.45s cubic-bezier(.4,0,.2,1);transform-origin:center left}.tg_animated_slider_wrapper .o-link.-hover:hover::after{transform:scaleX(1)}.tg_animated_slider_wrapper .js-parallax{transform:translateZ(0);will-change:transform}.tg_animated_slider_wrapper .scroll-content{overflow:hidden}.tg_animated_slider_wrapper .o-blockquote.-nomargin{margin:0}.tg_animated_slider_wrapper .o-action-link{display:block;padding-top:12.8125rem;padding-bottom:7.5rem;text-align:center;text-decoration:none;font-weight:700}.tg_animated_slider_wrapper .o-action-link:hover{color:#fff}@media (max-width:699px){.tg_animated_slider_wrapper .o-action-link{font-size:40px;padding-top:120px}}@media (max-width:1199px){.tg_animated_slider_wrapper .o-action-link{color:#1e1e22}}@media (min-width:700px){.tg_animated_slider_wrapper .o-action-link{font-size:5.625rem}}@media (min-width:1200px){.tg_animated_slider_wrapper .o-action-link{color:#fff}}.tg_animated_slider_wrapper .o-action-link_label{display:inline-block;position:relative}.tg_animated_slider_wrapper .o-action-link_label::after{content:"";position:absolute;right:0;bottom:0;left:0;border-bottom:.1875rem solid;transform:scaleX(0);transform-origin:center left;transition:transform 0.6s cubic-bezier(.4,0,.2,1)}.tg_animated_slider_wrapper .o-action-link:hover .o-action-link_label::after{transform:scaleX(1)}.tg_animated_slider_wrapper .o-hsub{padding:1.25rem 0;display:inline-block}.tg_animated_slider_wrapper .o-hsub::before{content:"";display:inline-block;vertical-align:middle;border-bottom:1px solid;width:1.5rem;background-color:#1e1e22;margin-right:1.125rem;transition:transform 0.3s cubic-bezier(.4,0,.2,1);transform-origin:center left}.tg_animated_slider_wrapper .o-hsub.-link{color:#fff;text-decoration:none}.tg_animated_slider_wrapper .o-hsub.-link:hover::before{transform:scaleX(1.5)}.tg_animated_slider_wrapper .o-hsub-wrap:hover .o-hsub.-link::before{transform:scaleX(1.5)}.tg_animated_slider_wrapper .o-hsub.-h{vertical-align:middle}@media (max-width:699px){.tg_animated_slider_wrapper .o-hsub.-h{display:block;margin-top:20px}}@media (min-width:700px){.tg_animated_slider_wrapper .o-hsub.-h{margin-left:2.5rem}}.tg_animated_slider_wrapper .o-hsub_label{transition:transform 0.3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);display:inline-block}.tg_animated_slider_wrapper .o-hsub.-link:hover .o-hsub_label,.tg_animated_slider_wrapper .o-hsub-wrap:hover .o-hsub_label{transform:translateX(20px)}body.is-loaded .tg_animated_slider_wrapper .o-loader{visibility:hidden;transition-delay:0.6s}.tg_animated_slider_wrapper .o-container{position:relative;margin:0 auto}@media (max-width:699px){.tg_animated_slider_wrapper .o-container{padding-right:40px;padding-left:40px}.tg_animated_slider_wrapper .o-container.-small{padding-right:20px;padding-left:20px}}@media (min-width:700px) and (max-width:1599px){.tg_animated_slider_wrapper .o-container{padding-right:90px;padding-left:90px}}.tg_animated_slider_wrapper .o-section{position:relative}.tg_animated_slider_wrapper .o-section.-offset{margin-top:-9.375rem;background-color:#f6f6f6}.tg_animated_slider_wrapper .o-section.-padding{padding-top:7.5rem;padding-bottom:7.5rem}.tg_animated_slider_wrapper .o-section.-padding-top{padding-top:7.5rem}.tg_animated_slider_wrapper .o-section.-left{margin-right:15rem}.tg_animated_slider_wrapper .o-section.-right{margin-left:15rem}.tg_animated_slider_wrapper .o-section.-left-large{margin-right:22.5rem}.tg_animated_slider_wrapper .o-section.-right.-padding{padding-left:9.5625rem}@media (max-width:699px){.tg_animated_slider_wrapper .o-section.-bottom{padding-bottom:60px}}@media (min-width:700px){.tg_animated_slider_wrapper .o-section.-bottom{padding-bottom:7.5rem}}.tg_animated_slider_wrapper .slideshow__slide-image.background-absolute{width:65%;left:35%}.tg_animated_slider_wrapper h2.slideshow__slide-caption-title{padding-left:90px;padding-right:90px;color:#000}.tg_animated_slider_wrapper .o-hsub.-link{padding-left:90px;padding-right:90px;color:#000;text-decoration:none}.tg_animated_slider_wrapper button.slider-more-button{width:16rem;height:7rem;position:absolute;bottom:0;right:0;background-color:#fcc865;color:#000;text-transform:uppercase;transition:opacity 700ms cubic-bezier(.8,0,.55,.94) 470ms,transform 700ms cubic-bezier(.8,0,.55,.94) 470ms;transform:rotateZ(-20deg) translate3d(-20vh,20vh,0)}body.is-animated .tg_animated_slider_wrapper .slider-more-button{transform:rotateZ(0deg) translate3d(0,0,0)}.tg_animated_slider_wrapper p.slideshow__slide-caption-content{padding-left:90px;padding-right:90px;box-sizing:border-box;color:rgb(0 0 0 / .7);cursor:pointer;display:block;margin-top:20px;opacity:0;text-size-adjust:100%;transition:opacity 700ms cubic-bezier(.8,0,.55,.94),transform 700ms cubic-bezier(.8,0,.55,.94);transform:translate3d(-100px,0,0);max-width:40%;width:40%}.tg_animated_slider_wrapper .slideshow__slide.is-current p.slideshow__slide-caption-content{opacity:1;transition:opacity 700ms cubic-bezier(.8,0,.55,.94) 1470ms,transform 700ms cubic-bezier(.8,0,.55,.94) 1470ms;transform:translate3d(0,0,0)}.tg_animated_slider_wrapper .slideshow__slide.is-current .floating-btn{border:none;border-width:0;margin:0;overflow:hidden;border:none;outline:none;color:#fff;font-size:20px;background:#F6EFE3;position:relative;padding:14px;width:60px;height:60px;border-radius:50%;box-shadow:0 12px 42px rgb(0 0 0 / .15),0 1px 2px rgb(0 0 0 / .24);transition:.3s;margin:.5em}.tg_animated_slider_wrapper .slideshow__slide.is-current .floating-btn:hover{background:#d2cbbf;cursor:pointer;box-shadow:0 3px 6px rgb(0 0 0 / .16),0 3px 6px rgb(0 0 0 / .23)}.tg_animated_slider_wrapper .slideshow__slide.is-current .js-parallax.is-inview{width:100px}.tg_animated_slider_wrapper .slideshow__slide.is-current button .floating-btn:focus{outline:0;outline:0}.tg_animated_slider_wrapper .slideshow__slide.is-current .c-header-home_controls.-nomobile.o-button-group{margin-left:30%}.tg_animated_slider_wrapper .slideshow__slide.is-current .divide{margin-top:50px;margin-bottom:50px}.tg_animated_slider_wrapper .slideshow__slide.is-current .ripple{overflow:hidden}.tg_animated_slider_wrapper .slideshow__slide.is-current .ripple-effect{position:absolute;border-radius:50%;width:50px;height:50px;background:#fff;animation:ripple-animation 2s}.tg_animated_slider_wrapper .slideshow__slide.is-current .ripple>.o-button_icon{top:1px}@keyframes ripple-animation{from{transform:scale(1);opacity:.4}to{transform:scale(100);opacity:0}}.tg_animated_slider_wrapper .slideshow__slide.is-current .navbar-container{z-index:1000;background-color:#fff}@media (max-width:699px){.tg_animated_slider_wrapper .slideshow__slide.is-current .container{padding-right:0;padding-left:0}}@media (min-width:700px) and (max-width:1599px){.tg_animated_slider_wrapper .slideshow__slide.is-current .container{padding-right:0rem;padding-left:0rem;max-width:140rem}}.tg_fadeup_slider_wrapper.cd-slider{position:relative;width:100%;height:430px;overflow:hidden}.tg_fadeup_slider_wrapper.cd-slider li{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;transition:visibility 0s 1s;will-change:visibility}.tg_fadeup_slider_wrapper li .image{position:absolute;top:0;left:0;width:66.66%;height:100%;background-size:cover;background-position:50% 50%;clip:rect(0,80rem,50rem,80rem);transition:clip .5s cubic-bezier(.99,.01,.45,.9) .5s;will-change:clip}.tg_fadeup_slider_wrapper li .content{position:absolute;top:0;right:0;width:100%;height:100%;padding:4rem 0 0 2rem;text-align:right}.tg_fadeup_slider_wrapper li .content h2{font-size:42px;padding:1.5rem;display:inline-block;text-overflow:ellipsis;overflow:hidden;-webkit-transform:translateY(-30%);transform:translateY(-30%);opacity:0;transition:opacity .5s,-webkit-transform .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s;will-change:transform,opacity}.tg_fadeup_slider_wrapper li .content .description{display:inline-block;width:30%;font-size:16px;padding:1.5rem;padding-top:0;opacity:0;-webkit-transform:translateY(-60%);transform:translateY(-60%);transition:opacity .5s .1s,-webkit-transform .5s .1s;transition:transform .5s .1s,opacity .5s .1s;transition:transform .5s .1s,opacity .5s .1s,-webkit-transform .5s .1s;will-change:transform,opacity}.tg_fadeup_slider_wrapper li .content a{display:block;font-size:16px;padding:1.5rem;opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:opacity .5s .2s,-webkit-transform .5s .2s;transition:transform .5s .2s,opacity .5s .2s;transition:transform .5s .2s,opacity .5s .2s,-webkit-transform .5s .2s;will-change:transform,opacity}.tg_fadeup_slider_wrapper li.current{visibility:visible;transition-delay:0s}.tg_fadeup_slider_wrapper li.current .image{clip:rect(0,80rem,50rem,0)}.tg_fadeup_slider_wrapper li.current .content h2{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;transition-delay:1s}.tg_fadeup_slider_wrapper li.current .content .description{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;transition-delay:1.1s}.tg_fadeup_slider_wrapper li.current .content a{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;transition-delay:1.2s}.tg_fadeup_slider_wrapper li.prev_slide .image{clip:rect(0,0,50rem,0)}.tg_fadeup_slider_wrapper nav{position:absolute;bottom:0;right:0;z-index:2}.tg_fadeup_slider_wrapper .prev,.tg_fadeup_slider_wrapper .next,.tg_fadeup_slider_wrapper .counter{vertical-align:middle}.tg_fadeup_slider_wrapper .prev,.tg_fadeup_slider_wrapper .next{position:relative;display:inline-block;background:#fff0;border:0;font-size:30px;cursor:pointer;outline:none}.tg_fadeup_slider_wrapper .prev::before{font-family:'themify';content:"\e629";margin-right:10px}.tg_fadeup_slider_wrapper .next::before{font-family:'themify';content:"\e628";margin-left:10px}.tg_fadeup_slider_wrapper .counter{display:inline-block;font-size:30px}.tg_fadeup_slider_wrapper .counter span:last-child::before{content:'/';margin:0 1rem}.tg_fadeup_slider_wrapper .prev:hover::after,.tg_fadeup_slider_wrapper .next:hover::after{width:3.5rem}@media screen and (max-width:550px){.tg_fadeup_slider_wrapper li .image{width:100%}.tg_fadeup_slider_wrapper li .content{padding-right:2rem}}.tg_motion_reveal_slider_wrapper.slideshow{position:relative;width:100%;margin:3.5rem 0 0 0;padding:0 0 3.5rem 0;pointer-events:none;overflow:hidden}.tg_motion_reveal_slider_wrapper.slideshow .slide{width:100%;height:50vh;top:0;position:absolute;display:grid;grid-template-columns:100%;grid-template-rows:100%;align-items:center;justify-items:center}.tg_motion_reveal_slider_wrapper.slideshow .slide--current{position:relative}.tg_motion_reveal_slider_wrapper.slideshow .slide__img-wrap{grid-area:1 / 1 / 1 / 1;width:100%;height:calc(100vh - 13rem);max-height:100%;overflow:hidden;position:relative;opacity:0;outline:3px solid #fff0}.tg_motion_reveal_slider_wrapper.slideshow .slide__img{width:100%;height:100%;left:0;top:0;background-size:cover;background-position:50% 50%;position:absolute;backface-visibility:hidden;pointer-events:none}.tg_motion_reveal_slider_wrapper.slideshow .slide__img-reveal{position:absolute;width:100%;height:100%;top:0;left:0;background:var(--color-reveal);transform:translate3d(-100%,0,0);pointer-events:none}.tg_motion_reveal_slider_wrapper.slideshow .slide__number{font-size:2rem;position:absolute;top:5.25rem;opacity:0}.tg_motion_reveal_slider_wrapper.slideshow .slide__title{margin:0;grid-area:1 / 1 / 1 / 1;font-size:50px;color:var(--color-title);position:relative;opacity:0;text-align:center}.tg_motion_reveal_slider_wrapper.slideshow .slide--current .slide__img-wrap,.tg_motion_reveal_slider_wrapper.slideshow .slide--current .slide__number,.tg_motion_reveal_slider_wrapper.slideshow .slide--current .slide__title{opacity:1}.tg_motion_reveal_slider_wrapper.slideshow .slidenav{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:space-between;align-items:center}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item{pointer-events:auto;border:0;background:none;padding:1rem;margin:.85rem;text-transform:inherit;position:relative;line-height:1;color:var(--color-nav)}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item::before,.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item::after{content:'';position:absolute;width:3rem;height:1px;background:currentColor;top:50%}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item::before{right:100%}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item::after{left:100%}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item:hover{color:var(--color-link-hover)}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item--prev{transform:rotate(-90deg) translateY(-50%)}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__item--next{transform:rotate(90deg) translateY(-25%)}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__preview{pointer-events:auto;color:var(--color-nav);position:absolute;bottom:0;transform:translateX(-50%);left:50%;border:0;background:none;padding:1rem;transition:0.3s transform}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__preview:hover{color:var(--color-link-hover)}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__preview .icon{pointer-events:none}.tg_motion_reveal_slider_wrapper.slideshow .slidenav__preview--open{transform:translateX(-50%) rotate(180deg)}.tg_motion_reveal_slider_wrapper.slideshow .preview,.tg_motion_reveal_slider_wrapper.slideshow .preview__img-wrap,.tg_motion_reveal_slider_wrapper.slideshow .preview__img,.tg_motion_reveal_slider_wrapper.slideshow .preview__img-reveal{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.tg_motion_reveal_slider_wrapper.slideshow .preview{display:flex;flex-direction:column;align-items:center;justify-content:center}.tg_motion_reveal_slider_wrapper.slideshow .preview__img-wrap{overflow:hidden;opacity:0}.tg_motion_reveal_slider_wrapper.slideshow .preview__img{background-size:cover;background-position:50% 50%;backface-visibility:hidden}.tg_motion_reveal_slider_wrapper.slideshow .preview__img-reveal{background:var(--color-reveal)}.tg_motion_reveal_slider_wrapper.slideshow .preview__title{position:relative;font-size:1.5rem;opacity:0;padding:0 1rem;margin:0 0 1rem 0;text-align:center}.tg_motion_reveal_slider_wrapper.slideshow .preview__content{position:relative;text-align:justify;opacity:0;padding:0 1rem;width:70%}.tg_motion_reveal_slider_wrapper.slideshow .slide__img-wrap{width:400px}.tg_motion_reveal_slider_wrapper.slideshow .icon{display:block;width:1.5em;height:1.5em;margin:0 auto;fill:currentColor}.tg_motion_reveal_slider_wrapper.slideshow nav button{cursor:pointer;outline:none}.tg_motion_reveal_slider_wrapper.slideshow .hidden{position:absolute;overflow:hidden;width:0;height:0;pointer-events:none}.tg_testimonials_card_wrapper{width:100%;overflow:hidden}.tg_testimonials_card_wrapper .slider{margin-bottom:6em;position:relative}.tg_testimonials_card_wrapper .slider>ul{position:relative;margin:0 auto!important;list-style:none!important}.tg_testimonials_card_wrapper .slider>ul li{background:#fff;border:1px solid #e7e7e7;float:left;width:555px;min-height:272px;margin:0 2.5em;padding:3em;position:absolute;transition:left .3s ease-in-out,top .3s ease-in-out}.tg_testimonials_card_wrapper .testimonial-info{width:100%}.tg_testimonials_card_wrapper .testimonial-info h3{display:inline-block;margin-bottom:0}.tg_testimonials_card_wrapper .testimonial-info .rating{float:right;margin-top:5px}.tg_testimonials_card_wrapper .testimonial-info i{color:#7dc855}.tg_testimonials_card_wrapper .testimonial-info p{margin-bottom:1em}.tg_testimonials_card_wrapper .slider-nav{position:absolute;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);z-index:999;margin:2em 0}.tg_testimonials_card_wrapper .bullet{display:inline-block;border-radius:50%;background:#7dc855;width:10px;height:10px;margin:5px 0;border:1px solid #fff0;margin:0 .25em}.tg_testimonials_card_wrapper .bullet:not(.active-bullet):hover{cursor:pointer;border:2px solid #fff;-webkit-transform:scale(1.04);transform:scale(1.04)}.tg_testimonials_card_wrapper .active-bullet{background:#fff;transition:background 1s ease}.tg_testimonials_card_wrapper .tag{margin-bottom:4em}.tg_testimonials_card_wrapper .companies{width:100%;height:auto;text-align:center}.tg_testimonials_card_wrapper .companies li{display:inline-block;margin:0 3em 3em 3em}.tg_testimonials_card_wrapper .companies a:hover i{color:#7dc855}.tg_testimonials_card_wrapper .companies i{font-size:3.5em;color:#ccc}.tg_testimonials_card_wrapper .testimonial-info div.author{margin-top:10px}.tg_testimonials_card_wrapper .testimonial-info .testimonial-info-title{width:calc(100% - 120px);float:left}.tg_testimonials_card_wrapper .testimonial-info .testimonial-info-img{width:120px;float:right;text-align:right}.tg_testimonials_card_wrapper .testimonial-info .testimonial-info-img img{max-width:100px;border-radius:250px}.tg_testimonials_card_wrapper .testimonial-info-desc{width:100%;clear:both;margin-top:20px;float:left}.tg_image_carousel_slider_wrapper.carousel{width:100%;overflow:hidden;position:relative}.tg_image_carousel_slider_wrapper.carousel .carousel-item{visibility:visible;display:flex;width:100%;height:100%;align-items:center;justify-content:flex-end;-webkit-align-items:center;-webkit-justify-content:flex-end;position:relative;background-color:#fff;flex-shrink:0;-webkit-flex-shrink:0;position:absolute;z-index:0;transition:0.6s all linear}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info{height:100%;display:flex;justify-content:center;flex-direction:column;display:-webkit-flex;-webkit-justify-content:center;-webkit-flex-direction:column;order:1;left:0;margin:auto;padding:0 40px;width:40%}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image{width:60%;height:100%;order:2;align-self:flex-end;flex-basis:60%;-webkit-order:2;-webkit-align-self:flex-end;-webkit-flex-basis:60%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transform:translateX(100%);transition:0.6s all ease-in-out}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__subtitle{letter-spacing:3px;font-size:10px;text-transform:uppercase;margin:0;color:#7E7E7E;font-weight:700;transform:translateY(25%);opacity:0;visibility:hidden;transition:0.4s all ease-in-out}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__title{margin:15px 0 0 0;font-size:44px;letter-spacing:3px;color:#2C2C2C;line-height:1.2;transform:translateY(25%);opacity:0;visibility:hidden;transition:0.6s all ease-in-out}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__description{transform:translateY(25%);opacity:0;visibility:hidden;transition:0.6s all ease-in-out;margin-top:35px;font-size:13px;color:#7e7e7e;margin-bottom:35px}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__btn{width:35%;color:#2C2C2C;letter-spacing:3px;font-size:11px;text-transform:uppercase;margin:0;width:35%;font-weight:600;text-decoration:none;transform:translateY(25%);opacity:0;visibility:hidden;transition:0.6s all ease-in-out}.tg_image_carousel_slider_wrapper.carousel .carousel__nav{position:absolute;right:0;z-index:2;background-color:#fff;bottom:0}.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__icon{display:inline-block;vertical-align:middle;width:16px;fill:#5d5d5d}.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__arrow{cursor:pointer;display:inline-block;padding:11px 15px;position:relative}.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__arrow:nth-child(1):after{content:'';right:-3px;position:absolute;width:1px;background-color:#b0b0b0;height:14px;top:50%;margin-top:-7px}.tg_image_carousel_slider_wrapper.carousel .carousel-item.active{z-index:1;display:flex;visibility:visible}.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__subtitle,.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__title,.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__description,.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__btn{transform:translateY(0);opacity:1;transition:0.6s all ease-in-out;visibility:visible}.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__image{transition:0.6s all ease-in-out;transform:translateX(0)}.tg_navigation_wrapper:empty{min-height:70px}.tg_navigation_wrapper .nav{padding:0}.tg_navigation_wrapper .nav li{display:inline-block;margin:0;padding:12px 0 12px 0}.tg_navigation_wrapper.menu_style2 .nav li,.tg_navigation_wrapper.menu_style3 .nav li{padding:12px 0 12px 0}.tg_navigation_wrapper.menu_style1 .nav li{padding:0}.tg_navigation_wrapper .nav li>a{display:inline-block;position:relative;padding:0 5px;-webkit-transition:padding 0.3s;-moz-transition:padding 0.3s;transition:padding 0.3s}.tg_navigation_wrapper.menu_style1 .nav li>a,.tg_navigation_wrapper.menu_style3 .nav li>a{padding:0}.tg_navigation_wrapper.menu_style1 .nav li>a{padding:0}.tg_navigation_wrapper.menu_style3 .nav li>a:before{content:'';display:block;position:absolute;bottom:2px;left:0;height:1px;width:100%;background-color:#666;transform-origin:center top;transform:scale(0,1);transition:color .1s,transform .2s ease-out}.tg_navigation_wrapper.menu_style2 .nav li>a:before{content:'';display:block;position:absolute;bottom:0;left:0;z-index:1;opacity:.2;height:50%;width:100%;background-color:#666;transform-origin:right top;transform:scale(0,1);transition:color 0.1s,transform 0.2s ease-out}.tg_navigation_wrapper.menu_style1 .nav li>a:before{content:'';display:block;position:absolute;bottom:2px;left:0;height:1px;width:100%;background-color:#666;transform-origin:right top;transform:scale(0,1);transition:color .1s,transform .2s ease-out}.tg_navigation_wrapper.menu_style1 .nav li>a:active:before,.tg_navigation_wrapper.menu_style2 .nav li>a:active:before{background-color:#666}.tg_navigation_wrapper.menu_style1 .nav li>a:hover:before,.tg_navigation_wrapper.menu_style2 .nav li>a:hover:before{transform-origin:left top;transform:scale(1,1)}.tg_navigation_wrapper.menu_style3 .nav li>a:hover:before{transform-origin:center top;transform:scale(1,1)}.tg_navigation_wrapper .nav li.arrow>a:after{text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:10%;background-image:none;background-position:0% 0%;background-repeat:repeat;font-family:'themify';content:"\e64b";float:right;margin-left:8px;line-height:3.4em}.tg_navigation_wrapper .nav li.arrow>a:after{font-size:9px}.tg_navigation_wrapper .nav li>ul,.tg_navigation_wrapper .nav li>.elementor-megamenu-wrapper{list-style:none;background:#fff0;position:absolute;width:220px;height:0;padding:0;z-index:-1;margin:0;margin-left:0;margin-top:0;border:0;-webkit-box-shadow:0 5px 40px rgb(0 0 0 / .15);-moz-box-shadow:0 5px 40px rgb(0 0 0 / .15);box-shadow:0 5px 40px rgb(0 0 0 / .15);opacity:0;overflow:hidden;-webkit-transform:translate(0,-15px);-moz-transform:translate(0,-15px);transform:translate(0,-15px);transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out}.tg_navigation_wrapper .nav li ul{padding:5px 0 5px 0}.tg_navigation_wrapper .nav li ul li{padding:5px 0 5px 0;clear:both;display:inline-block;width:100%;box-sizing:border-box}.tg_navigation_wrapper .nav li ul li ul{position:absolute;left:221px;margin-top:-39px;margin-left:0;opacity:0}.tg_navigation_wrapper .nav li ul li ul:before{display:none}.tg_navigation_wrapper .nav>li:hover>ul,.tg_navigation_wrapper .nav>li>ul>li:hover>ul,.tg_navigation_wrapper .nav>li:hover>.elementor-megamenu-wrapper{z-index:9;opacity:1;height:auto;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);overflow:visible}.tg_navigation_wrapper .nav li.current-menu-item ul li a,.tg_navigation_wrapper .nav li ul li.current-menu-item a,.tg_navigation_wrapper .nav li ul li.current-menu-parent a{background:#fff0;height:auto}.tg_navigation_wrapper .nav li ul li a,.tg_navigation_wrapper .nav li.current-menu-parent ul li a{border-top:0;margin:0;font-size:11px;padding:0;padding-right:5px;letter-spacing:0;font-weight:400;text-transform:none;box-sizing:border-box;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-ms-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear}.tg_navigation_wrapper .nav li:first-child>a,.tg_navigation_wrapper .nav li ul li:first-child>a,.tg_navigation_wrapper .nav li.current-menu-parent ul li:first-child>a{margin-top:10px}.tg_navigation_wrapper .nav li:last-child>a,.tg_navigation_wrapper .nav li ul li:last-child>a,.tg_navigation_wrapper .nav li.current-menu-parent ul li:last-child>a{margin-bottom:10px}.tg_navigation_wrapper .nav li.megamenu>ul,.tg_navigation_wrapper .nav li.megamenu>.elementor-megamenu-wrapper{position:fixed;width:960px;left:0;right:0;margin-left:auto;margin-right:auto;padding:0;box-sizing:border-box;overflow:hidden}.tg_navigation_wrapper .nav li.elementor-megamenu.megamenu>ul.sub-menu{display:none}.tg_navigation_wrapper .nav li:not(.megamenu)>ul.sub-menu>li.arrow>a:after,.tg_navigation_wrapper .nav li:not(.megamenu)>ul.sub-menu>li.arrow>a:after{font-size:7px;margin-left:8px;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:10%;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;font-family:'themify';content:"\e649";float:right;margin-right:0;line-height:3.4em}.tg_navigation_wrapper .nav li.megamenu>ul li{display:block;box-sizing:border-box;clear:none;float:left;border-left:1px solid #eee}.tg_navigation_wrapper .nav li.megamenu>ul li>a{display:none}.tg_navigation_wrapper .nav li.megamenu.elementor-megamenu>ul li>a{display:inline}.tg_navigation_wrapper .nav li.megamenu>ul li:first-child{border:0}.tg_navigation_wrapper .nav li.megamenu.col2>ul>li{width:50%;padding:5px 15px 0 0}.tg_navigation_wrapper .nav li.megamenu.col3>ul>li{width:33.3%;padding:5px 15px 0 0}.tg_navigation_wrapper .nav li.megamenu.col4>ul>li{width:25%;padding:5px 15px 0 0}.tg_navigation_wrapper .nav li.megamenu>ul li ul,.tg_navigation_wrapper .nav li.megamenu>ul li ul{position:relative;width:100%;margin:0;border:0;box-shadow:0 0 0;display:block!important;opacity:1!important;left:0;height:auto;-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);overflow:visible}.tg_navigation_wrapper .nav li.megamenu ul li ul li,.tg_navigation_wrapper .nav li.megamenu ul li ul li{width:100%!important;border:0!important}.tg_navigation_wrapper .nav li.megamenu ul li>a,.tg_navigation_wrapper .nav li.megamenu ul li>a:hover,.tg_navigation_wrapper .nav li.megamenu ul li>a:active{color:#444;box-sizing:border-box;background:#fff0}.tg_navigation_wrapper .nav li.megamenu ul li ul li a,.tg_navigation_wrapper .nav li.megamenu ul li ul li a{color:#888;border-bottom:0}.tg_navigation_wrapper .nav li.megamenu ul li ul li,.tg_navigation_wrapper .nav li.megamenu ul li ul li a{width:auto;display:inline-block;margin-left:5px;padding:0}@media only screen and (min-width:1200px){.tg_navigation_wrapper .nav li.megamenu>ul,.tg_navigation_wrapper .nav li.megamenu>.elementor-megamenu-wrapper{max-width:1350px;width:100%;width:calc(100vw - 180px);box-sizing:border-box}}#elementor_mobile_nav.elementor-button .elementor-align-icon-left{float:none}.elementor_mobile_nav{cursor:pointer}.elementor_desktop_hide{z-index:-1;opacity:0}.text-alignright .elementor-column-wrap .elementor-widget-wrap .elementor-widget:first-child,.text-alignright .elementor-column-wrap .elementor-widget-wrap .elementor-widget.elementor_mobile_nav{margin-left:auto}.no_padding .tg_navigation_wrapper .nav li{padding:0}.no_padding .tg_navigation_wrapper .nav li a{margin-top:0}.tg_navigation_wrapper .elementor-widget .elementor-icon-list-item a{width:initial}.portfolio_classic_container.video_grid .video_card{position:relative;overflow:hidden;display:block;text-align:center;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}.portfolio_classic_container.video_grid .portfolio_classic_content{-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.portfolio_classic_container.video_grid .has_no_space .portfolio_classic_content,.portfolio_classic_container.video_grid .has_no_space .video_card{border-radius:0!important}.portfolio_classic_container.video_grid .video_card:hover .video_card__image{-webkit-transform:scale(1.06);transform:scale(1.06);transition:-webkit-transform 500ms cubic-bezier(.165,.84,.44,1) 0ms;transition:transform 500ms cubic-bezier(.165,.84,.44,1) 0ms;transition:transform 500ms cubic-bezier(.165,.84,.44,1) 0ms,-webkit-transform 500ms cubic-bezier(.165,.84,.44,1) 0ms}.portfolio_classic_container.video_grid .video_card__image{width:100%;height:100%;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform 700ms cubic-bezier(.165,.84,.44,1) 0ms;transition:transform 700ms cubic-bezier(.165,.84,.44,1) 0ms;transition:transform 700ms cubic-bezier(.165,.84,.44,1) 0ms,-webkit-transform 700ms cubic-bezier(.165,.84,.44,1) 0ms}.portfolio_classic_container.video_grid .video_card iframe{background:#fff}.portfolio_classic_container.video_grid .portfolio_classic_subtitle{margin-top:5px}.portfolio_coverflow{width:100%;padding-top:50px;padding-bottom:50px;overflow:hidden}.portfolio_coverflow .swiper-slide{width:400px;height:30vw;line-height:0}.portfolio_coverflow .swiper-slide .swiper-content{width:100%;height:100%;overflow:visible}.portfolio_coverflow .swiper-slide .swiper-content .article{width:100%;height:25vw;position:relative;transition:all 366ms ease-in-out;perspective:1500px;border-radius:8px;display:inline-block;user-select:none}.portfolio_coverflow .swiper-slide .swiper-content .article:hover{cursor:pointer}.portfolio_coverflow .swiper-slide .swiper-content .article .article-thumbnail,.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview{width:100%;height:25vw;position:absolute;overflow:hidden}.portfolio_coverflow .swiper-slide .swiper-content .article .article-thumbnail{background-size:cover;background-position:center center;transition:all 366ms ease-in-out;transform-origin:0 0}.portfolio_coverflow .swiper-slide .swiper-content .article .article-thumbnail h2{color:#fff;position:absolute;width:100%;bottom:0;left:0;padding:50px 20px 20px;font-size:25px;background:linear-gradient(to top,rgb(0 0 0 / .2) 50%,#fff0)}.portfolio_coverflow .swiper-slide .swiper-content .article .article-thumbnail h2 span{display:block;font-size:11px;margin:0;text-transform:uppercase;letter-spacing:.5px;opacity:.7}.portfolio_coverflow .swiper-slide .swiper-content .article .article-thumbnail:before{content:"";height:100%;width:100%;background:linear-gradient(190deg,rgb(255 255 255 / .4) 0%,#fff0 90%);-webkit-clip-path:polygon(0 0,100% 0,100% 25%,0 75%);clip-path:polygon(0 0,100% 0,100% 25%,0 75%);opacity:0;position:absolute;transition:all 366ms ease-in-out;transform:translateY(-100%)}.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-thumbnail{transform:rotateX(40deg)}.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-thumbnail:before{transform:translateY(-20%);opacity:1}.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-thumbnail:hover>.article:hover>.article-thumbnail-preview,.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-thumbnail:before{opacity:1;transform:none}.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-preview{background-color:#f8f8f8}.portfolio_coverflow .swiper-slide.swiper-slide-active .swiper-content .article:hover>.article-preview:before{transform:translateY(0%)}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview{font-size:17px;line-height:28px;color:#222;transition:all 366ms ease-in-out}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview p{margin:24px;transform:translateY(6px)}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview .controls{position:absolute;right:0;width:100%;height:100%;cursor:pointer;display:table}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview .controls label{width:33.33%;box-sizing:border-box;cursor:pointer;background-color:#f5f5f5;padding:20px;display:table-cell;vertical-align:bottom}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview .controls label span{width:100%;display:block;pointer-events:none;color:#000;text-align:center;font-size:22px;transition:color 0.5s}.portfolio_coverflow .swiper-slide .swiper-content .article .article-preview .controls label.active{background-color:#f5f5f5;zoom:1;box-shadow:inset 0 0 10px 5px rgb(120 120 120 / .1);border:1px solid #fff}.portfolio_coverflow .swiper-slide .swiper-content .article audio{display:none}.portfolio_coverflow .swiper-pagination{display:none}.portfolio_coverflow .article .music-playing{position:absolute;top:20px;right:20px;z-index:2}.slider_glitch_slideshow.content{position:relative;display:flex;justify-content:flex-end;align-items:center;margin:0 auto}.slider_glitch_slideshow.content .slides{position:relative}.slider_glitch_slideshow1.content .slides.slides--contained{margin:0 11rem 0 0;width:calc(100vw - 11rem - 4rem);display:flex;justify-content:flex-end}.slider_glitch_slideshow.content .slides.slides--contained .slide{position:absolute;opacity:0;top:0;left:0;pointer-events:none}.slider_glitch_slideshow.content .slides.slides--contained .slide--current{position:relative;opacity:1;pointer-events:auto}.slider_glitch_slideshow.content .slides.slides--contained .slide__img{width:100vw;height:700px}.slider_glitch_slideshow.content .slides.slides--contained .slide__img{width:600px;max-width:100%}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__text{position:absolute;top:40%;left:20vw}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__text{left:-10vw}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__text{color:#fff}.slider_glitch_slideshow.content .slides.slides--contained .slide--current .slide__title{animation:glitch-anim-title 0.25s linear alternate 1 backwards}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__title{font-weight:400;font-size:6rem;margin:0 0 .25rem;font-weight:600;text-transform:none;cursor:default}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__description{text-transform:none;margin:20px 0 0 0;max-width:70%;cursor:default;color:#fff}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__description a{color:#aaa;pointer-events:auto}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__description a:hover{color:#fff}.slider_glitch_slideshow.content .slides .slide-nav{display:flex;flex-direction:column;position:absolute;top:0;left:20vw;width:60vw;height:700px;justify-content:center;align-items:center}.slider_glitch_slideshow.content .slides.slides--contained+.slide-nav{flex-direction:row;justify-content:flex-start;height:auto;margin:0 0 0 .25rem;top:calc(50% - 0.5rem);left:calc(100vw - 600px - 11rem - 4rem - 10vw);color:#fff}.slider_glitch_slideshow.content .slide-nav .slide-nav__button{display:block;background:none;border:0;margin:0 1rem 0 1rem;padding:0;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;color:#fff}.slider_glitch_slideshow.content .slide-nav .slide-nav__button span{display:block;font-size:30px;cursor:pointer;display:block;margin:20px 0 20px 0}.slider_glitch_slideshow.content .slide-nav .slide-nav__button:focus{outline:none}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide-nav__text{font-size:4vw;margin:.75rem 0;font-weight:900;text-transform:lowercase;letter-spacing:0;color:inherit}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__description .button{margin-top:40px}.effect-2{--gap-horizontal:10px;--gap-vertical:5px;--time-anim:2s;--delay-anim:0s;--blend-mode-1:none;--blend-mode-2:none;--blend-mode-3:none;--blend-mode-4:none;--blend-mode-5:overlay;--blend-color-1:transparent;--blend-color-2:transparent;--blend-color-3:transparent;--blend-color-4:transparent;--blend-color-5:#af4949}.glitch{overflow:hidden;position:relative}.glitch,.glitch__img{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.glitch__img{position:absolute;top:calc(-1 * var(--gap-vertical));left:calc(-1 * var(--gap-horizontal));width:calc(100% + var(--gap-horizontal) * 2);height:calc(100% + var(--gap-vertical) * 2);background-color:var(--blend-color-1);transform:translate3d(0,0,0);background-blend-mode:var(--blend-mode-1)}.glitch__img:nth-child(n+2){opacity:0}.glitch--animate .glitch__img:nth-child(n+2){animation-duration:var(--time-anim);animation-delay:var(--delay-anim);animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards}.glitch--animate .glitch__img:nth-child(2){background-color:var(--blend-color-2);background-blend-mode:var(--blend-mode-2);animation-name:glitch-anim-1}.glitch--animate .glitch__img:nth-child(3){background-color:var(--blend-color-3);background-blend-mode:var(--blend-mode-3);animation-name:glitch-anim-2}.glitch--animate .glitch__img:nth-child(4){background-color:var(--blend-color-4);background-blend-mode:var(--blend-mode-4);animation-name:glitch-anim-3}.glitch--animate .glitch__img:nth-child(5){background-color:var(--blend-color-5);background-blend-mode:var(--blend-mode-5);animation-name:glitch-anim-flash}@keyframes glitch-anim-1{0%,100%{opacity:1;transform:translate3d(var(--gap-horizontal),0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%);clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%)}20%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%);clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%)}30%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 20%,0 20%);clip-path:polygon(0 10%,100% 10%,100% 20%,0 20%)}40%{-webkit-clip-path:polygon(0 1%,100% 1%,100% 2%,0 2%);clip-path:polygon(0 1%,100% 1%,100% 2%,0 2%)}50%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}55%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}60%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}65%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}70%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}80%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}85%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 65%,0 65%);clip-path:polygon(0 60%,100% 60%,100% 65%,0 65%)}95%{-webkit-clip-path:polygon(0 72%,100% 72%,100% 78%,0 78%);clip-path:polygon(0 72%,100% 72%,100% 78%,0 78%)}}@keyframes glitch-anim-2{0%,100%{opacity:1;transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0);-webkit-clip-path:polygon(0 25%,100% 25%,100% 30%,0 30%);clip-path:polygon(0 25%,100% 25%,100% 30%,0 30%)}10%{-webkit-clip-path:polygon(0 3%,100% 3%,100% 3%,0 3%);clip-path:polygon(0 3%,100% 3%,100% 3%,0 3%)}15%{-webkit-clip-path:polygon(0 5%,100% 5%,100% 20%,0 20%);clip-path:polygon(0 5%,100% 5%,100% 20%,0 20%)}17%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%);clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%)}19%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 40%,0 40%);clip-path:polygon(0 40%,100% 40%,100% 40%,0 40%)}33%{-webkit-clip-path:polygon(0 52%,100% 52%,100% 59%,0 59%);clip-path:polygon(0 52%,100% 52%,100% 59%,0 59%)}35%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%);clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%)}40%{-webkit-clip-path:polygon(0 75%,100% 75%,100% 75%,0 75%);clip-path:polygon(0 75%,100% 75%,100% 75%,0 75%)}45%{-webkit-clip-path:polygon(0 65%,100% 65%,100% 40%,0 40%);clip-path:polygon(0 65%,100% 65%,100% 40%,0 40%)}49%{-webkit-clip-path:polygon(0 45%,100% 45%,100% 50%,0 50%);clip-path:polygon(0 45%,100% 45%,100% 50%,0 50%)}50%{-webkit-clip-path:polygon(0 14%,100% 14%,100% 33%,0 33%);clip-path:polygon(0 14%,100% 14%,100% 33%,0 33%)}55%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 35%,0 35%);clip-path:polygon(0 15%,100% 15%,100% 35%,0 35%)}60%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%);clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%)}70%{-webkit-clip-path:polygon(0 65%,100% 65%,100% 60%,0 60%);clip-path:polygon(0 65%,100% 65%,100% 60%,0 60%)}80%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 85%,0 85%);clip-path:polygon(0 80%,100% 80%,100% 85%,0 85%)}90%{-webkit-clip-path:polygon(0 55%,100% 55%,100% 65%,0 65%);clip-path:polygon(0 55%,100% 55%,100% 65%,0 65%)}}@keyframes glitch-anim-3{0%,100%{opacity:1;transform:translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 1%,100% 1%,100% 3%,0 3%);clip-path:polygon(0 1%,100% 1%,100% 3%,0 3%)}5%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 9%,0 9%);clip-path:polygon(0 10%,100% 10%,100% 9%,0 9%)}11%{-webkit-clip-path:polygon(0 5%,100% 5%,100% 6%,0 6%);clip-path:polygon(0 5%,100% 5%,100% 6%,0 6%)}20%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%);clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%)}25%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 10%,0 10%);clip-path:polygon(0 10%,100% 10%,100% 10%,0 10%)}35%{-webkit-clip-path:polygon(0 30%,100% 30%,100% 25%,0 25%);clip-path:polygon(0 30%,100% 30%,100% 25%,0 25%)}42%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 16%,0 16%);clip-path:polygon(0 15%,100% 15%,100% 16%,0 16%)}48%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 39%,0 39%);clip-path:polygon(0 40%,100% 40%,100% 39%,0 39%)}50%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}56%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 55%,0 55%);clip-path:polygon(0 60%,100% 60%,100% 55%,0 55%)}61%{-webkit-clip-path:polygon(0 30%,100% 30%,100% 31%,0 31%);clip-path:polygon(0 30%,100% 30%,100% 31%,0 31%)}68%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 69%,0 69%);clip-path:polygon(0 70%,100% 70%,100% 69%,0 69%)}72%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 41%,0 41%);clip-path:polygon(0 40%,100% 40%,100% 41%,0 41%)}77%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 75%,0 75%);clip-path:polygon(0 80%,100% 80%,100% 75%,0 75%)}81%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 51%,0 51%);clip-path:polygon(0 50%,100% 50%,100% 51%,0 51%)}86%{-webkit-clip-path:polygon(0 90%,100% 90%,100% 90%,0 90%);clip-path:polygon(0 90%,100% 90%,100% 90%,0 90%)}90%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%);clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%)}92%{-webkit-clip-path:polygon(0 100%,100% 100%,100% 99%,0 99%);clip-path:polygon(0 100%,100% 100%,100% 99%,0 99%)}94%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 71%,0 71%);clip-path:polygon(0 70%,100% 70%,100% 71%,0 71%)}}@keyframes glitch-anim-text{0%,100%{transform:translate3d(2px,-2px,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}20%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}41%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}52%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}61%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}75%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}80%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}96%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}}@keyframes glitch-anim-title{0%,100%{transform:translate3d(2px,-2px,0);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}20%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}41%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}52%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}61%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}75%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}80%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}96%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}}@keyframes glitch-anim-flash{0%,5%{opacity:.2;transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0)}5.5%,100%{opacity:0;transform:translate3d(0,0,0)}}.course_grid_container .portfolio_classic_grid_wrapper .card__img{visibility:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:235px}.course_grid_container .portfolio_classic_grid_wrapper .card__price{position:absolute;top:200px;right:20px;font-size:13px;display:inline-block;background:#0067DA;color:#fff;font-weight:900;text-transform:uppercase;border-radius:50%;width:60px;text-align:center;line-height:60px;z-index:2;transition:all .21s cubic-bezier(.5,.5,.4,.9)}.course_grid_container .portfolio_classic_grid_wrapper:hover .card__price{-ms-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.course_grid_container .portfolio_classic_grid_wrapper .card__info-hover{position:absolute;padding:16px;width:100%;opacity:0;top:0}.course_grid_container .portfolio_classic_grid_wrapper .card__img--hover{transition:0.2s all ease-out;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;position:absolute;height:235px;top:0}.course_grid_container .portfolio_classic_grid_wrapper{transition:all .2s cubic-bezier(.175,.885,0,1);background-color:#fff;position:relative;overflow:hidden}.course_grid_container .has_no_space .portfolio_classic_grid_wrapper{border-radius:0!important}.course_grid_container .portfolio_classic_grid_wrapper:hover{background-color:#000!important}.course_grid_container .portfolio_classic_grid_wrapper .card__info{z-index:2;background-color:#fff;padding:25px 30px 25px 30px}.course_grid_container .portfolio_classic_grid_wrapper .card__title{margin-bottom:10px;font-size:20px}.course_grid_container .portfolio_classic_grid_wrapper .card__excerpt p{padding:0!important}.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__img--hover{height:100%!important;opacity:.5}.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__info{background-color:transparent!important;position:relative;color:#fff!important}.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__info .card__meta,.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__info .card__date,.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__info .card__excerpt{color:#fff!important}.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover a{color:#fff!important}.course_grid_container .portfolio_classic_grid_wrapper:not(.no-hover-animation):hover .card__info-hover{opacity:1}.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__date{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__excerpt{margin-bottom:15px}.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__meta{margin-top:15px;font-weight:900;font-size:13px;display:inline-block;margin-right:20px}.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__meta:last-child{margin-right:0}body.elementor-page form.learn-press-search-course-form{margin-bottom:60px}body.elementor-page form.learn-press-search-course-form .lp-button{padding:.7em 2.5em .6em 2.5em;top:0;border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.music_player .player{position:relative;overflow:hidden;display:flex;justify-content:center;flex-direction:column;align-items:center;color:#fff;width:100%;height:580px;box-shadow:0 5px 10px rgb(0 0 0 / .1),0 40px 35px -20px rgb(0 0 0 / .2),0 40px 35px -40px rgb(0 0 0 / .1);text-align:center;padding:15px;margin:auto}.music_player .player .player__background{position:absolute;top:-20px;left:-20px;bottom:-20px;right:-20px;background-size:cover;background-position:center top;filter:blur(8px);z-index:0;transition:.5s}.music_player .player .player__background:after{content:'';display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:#000;opacity:.3}.music_player .player .player__img{width:160px;box-shadow:0 5px 10px rgb(0 0 0 / .2),0 40px 35px -20px rgb(0 0 0 / .3);transition:.5s;z-index:1}.music_player .player .player__title{margin-top:20px;color:#fff;z-index:1}.music_player .player .player__artist{opacity:.8;font-size:.8em;letter-spacing:.2em;text-transform:uppercase;font-weight:300;color:#fff;z-index:1}.music_player .player .player__controls{width:80%;display:flex;justify-content:space-between;margin:5px 10%;margin-top:40px;z-index:1}.music_player .player .player__controls>a{cursor:pointer;color:#fff;outline:none;position:relative;transition:transform .3s}.music_player .player .player__controls>a:hover{transform:scale(1.2)}.music_player .player .player__scrubber{width:80%;margin:30px 10% 5px;height:2px;padding:6px 0;position:relative;z-index:1}.music_player .player .player__scrubber:before{content:'';position:absolute;top:5px;left:0;height:2px;width:100%;background:#fff;z-index:0}.music_player .player .player__scrubber__fill{position:absolute;top:5px;left:0;height:2px;width:0%;background:#000}.music_player .player .player__scrubber__handle{position:absolute;top:-3px;left:0%;width:16px;height:16px;border-radius:50%;background:#fff;margin-left:-8px;transition:transform .3s;cursor:pointer}.music_player .player .player__scrubber__handle:hover{transform:scale(1.1)}.music_player .player .player__time{width:80%;font-weight:300;font-size:.8em;display:flex;justify-content:space-between;z-index:1}.tg_mouse_driven_vertical_carousel_wrapper{overflow:hidden;width:100%}.tg_mouse_driven_vertical_carousel_wrapper .c-header{display:block;width:100%;height:100%;overflow:hidden}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper{position:relative;width:100%;background-size:cover;background-position:center;height:0;height:100%}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header{position:absolute;top:45%;left:90px;z-index:9}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header h2{color:#fff}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-gradient-overlay{position:absolute;display:block;left:0;top:0;width:100%;height:100%;background-image:radial-gradient(circle at 49% 50%,rgb(2 21 25 / .3),rgb(2 21 25 / .6))}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel{position:relative}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list{width:100%;position:absolute;left:0;top:50%;z-index:1;list-style:none}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list-item a{display:block;padding-bottom:25px;padding-top:25px;padding-left:54.1666666667%;padding-right:10%}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__eyebrow{position:relative;color:#fff;padding:0!important}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__title{max-width:100%;color:#fff;padding:0!important;font-size:26px;font-weight:700}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;will-change:transform}.tg_synchronized_carousel_slider_wrapper.sliders-container{position:relative;display:flex;align-items:center;justify-content:center;flex:1}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images{position:relative;overflow:hidden}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal{width:100%;height:400px;max-width:100%}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-track{left:calc(50% - 350px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-slide{display:inline-flex}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-track{display:flex;position:absolute;white-space:nowrap;padding:0;margin:0;list-style:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide{align-items:center;justify-content:center;width:700px;height:400px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images{left:calc(50% - 280px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-track{left:-70px}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide__image-container{width:80%;height:80%;background-color:rgb(0 0 0 / .3);overflow:hidden}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide__image{width:100%;height:100%;background-size:cover}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers{position:relative}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal{width:240px;height:240px;max-width:100%}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal .ms-track{left:calc(50% - 120px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal .ms-slide{display:inline-flex}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-track{display:flex;position:absolute;white-space:nowrap;padding:0;margin:0;list-style:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-slide{align-items:center;justify-content:center;width:240px;height:240px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers{position:absolute;left:calc(50% - 420px);top:calc(50% - 280px);z-index:0;pointer-events:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-slide{font-size:100px;font-weight:900;color:#ccc}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles{position:relative;overflow:hidden}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical{width:400px;min-height:170px}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical .ms-track{flex-direction:column;top:calc(50% - 85px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical.ms-container--reverse .ms-track{flex-direction:column-reverse;top:auto;bottom:calc(50% - 85px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical .ms-slide{display:flex}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-track{display:flex;position:absolute;white-space:nowrap;padding:0;margin:0;list-style:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide{align-items:center;justify-content:center;width:400px;height:170px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles{position:absolute;left:calc(50% - 420px);top:calc(50% - 120px);z-index:1;pointer-events:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-track{white-space:normal}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide{font-size:3.3em;font-weight:600}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide h3{margin:0;font-size:36px;font-weight:700;line-height:1.4em}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links{position:relative;overflow:hidden}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical{width:400px;min-height:60px}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical .ms-track{flex-direction:column;top:calc(50% - 10px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical .ms-slide{display:flex}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-track{display:flex;position:absolute;white-space:nowrap;padding:0;margin:0;list-style:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide{align-items:left;justify-content:left;min-width:300px;min-height:90px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links{position:absolute;left:calc(50% - 420px);top:calc(50% + 85px);z-index:1;text-transform:uppercase;letter-spacing:2px;font-size:13px}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-track{white-space:normal}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide__link{cursor:pointer}.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination{display:flex;position:absolute;left:calc(50% - 420px);top:calc(100%);list-style:none;margin:0;padding:0;overflow:hidden;z-index:1}.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button{display:inline-block;position:relative;width:36px;height:20px;margin:0 5px;cursor:pointer}.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:before,.pagination__button:after{content:'';position:absolute;left:0;top:calc(50% - 1px);width:100%}.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:before{height:2px;background-color:#ccc}.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:after{height:2px;background-color:#0067DA;opacity:0;transition:0.5s opacity}.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__item--active .pagination__button:after{opacity:1}@media screen and (max-width:860px){.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers{left:calc(50% - 120px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles{left:calc(50% - 200px);top:calc(50% - 135px);text-align:center}.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links{left:calc(50% - 60px);top:calc(50% + 80px)}.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination{left:50%;top:calc(100%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:600px){.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images{overflow:visible}}@media screen and (max-width:400px){.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide{-webkit-transform:scale(.8);transform:scale(.8)}}.tg_flip_box_wrapper.square-flip{-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-webkit-transform:perspective(1000px);-moz-transform:perspective(1000px);-ms-transform:perspective(1000px);transform:perspective(1000px);-moz-transform-style:preserve-3d;position:relative}.tg_flip_box_wrapper.square-flip{width:100%;height:400px}.tg_flip_box_wrapper.square-flip .square,.square2{width:100%;height:100%}.tg_flip_box_wrapper.square-flip .square{background-size:cover;background-position:center center;-ms-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);overflow:hidden;position:absolute;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tg_flip_box_wrapper.square-flip .square{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);transform-style:preserve-3d;z-index:1}.tg_flip_box_wrapper.square-flip:hover .square{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);transform-style:preserve-3d}.tg_flip_box_wrapper.square-flip .square2{background-size:cover;background-position:center center;-ms-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);overflow:hidden;position:absolute;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tg_flip_box_wrapper.square-flip .square2{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);transform-style:preserve-3d;z-index:1}.tg_flip_box_wrapper.square-flip:hover .square2{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);transform-style:preserve-3d}.tg_flip_box_wrapper.square-flip .square-container{padding:40px;text-align:center;position:relative;top:50%;-ms-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transform:translateY(-50%) translateX(0) scale(1);-ms-transform:translateY(-50%) translateX(0) scale(1);ansform:translateY(-50%) translateX(0) scale(1);transform-style:preserve-3d;z-index:2}.tg_flip_box_wrapper.square-flip:hover .square-container{-webkit-transform:translateY(-50%) translateX(-650px) scale(.88);-ms-transform:translateY(-50%) translateX(-650px) scale(.88);transform:translateY(-50%) translateX(-650px) scale(.88);transform-style:preserve-3d}.tg_flip_box_wrapper.square-flip .square-container2{padding:40px;text-align:center;position:relative;top:50%;-ms-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.60s cubic-bezier(.5,.3,.3,1);-webkit-transform:translateY(-50%) translateX(650px) translateZ(60px) scale(.88);-ms-transform:translateY(-50%) translateX(650px) translateZ(60px) scale(.88);transform:translateY(-50%) translateX(650px) translateZ(60px) scale(.88);transform-style:preserve-3d;z-index:2}.tg_flip_box_wrapper.square-flip:hover .square-container2{-webkit-transform:translateY(-50%) translateX(0) translateZ(0) scale(1);-ms-transform:translateY(-50%) translateX(0) translateZ(0) scale(1);transform:translateY(-50%) translateX(0) translateZ(0) scale(1);transform-style:preserve-3d}.tg_flip_box_wrapper.square-flip .flip-overlay{display:block;background:rgb(0 0 0 / .4);width:100%;height:100%;position:absolute;top:0}.tg_flip_box_wrapper.square-flip .square-container2 .button{margin-top:20px}.slider_zoom_wrapper .pagination{position:absolute!important;width:100%;text-align:center;right:0;padding:0!important;bottom:40px;z-index:999;margin:0!important}.slider_zoom_wrapper .pagination__item{cursor:pointer;display:inline-block;white-space:nowrap;font-size:0;width:10px;height:10px;border-radius:250px;border:1px solid #fff;margin:0 5px;transition:.2s ease-in-out;background:#fff0}.slider_zoom_wrapper .pagination__item.is-current,.slider_zoom_wrapper .pagination__item:hover{background-color:#fff}.slider_zoom_wrapper .container{width:960px;margin:auto}@media (max-width:699px){.slider_zoom_wrapper .container{padding-right:40px;padding-left:40px}}@media only screen and (min-width:1200px){.slider_zoom_wrapper .container{max-width:1425px;width:100%;padding:0 90px}}@media only screen and (min-width:768px) and (max-width:960px){.slider_zoom_wrapper .container{width:100%;padding:0 30px}}@media only screen and (max-width:767px){.slider_zoom_wrapper .container{width:100%;padding:0 30px}}.background-absolute{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.slider_zoom_wrapper{position:relative;color:#fff;background-color:#1e1e22;overflow:hidden;height:900px}.slideshow__slide{visibility:hidden;transition:visibility 0s 1.7s}.slideshow__slide.is-current{visibility:visible;transition-delay:0s}@media (max-width:699px){.slider_zoom_wrapper .slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0}}@media (min-width:700px){.slider_zoom_wrapper .slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0}}.slideshow__slide-background-load-wrap{transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1),-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);overflow:hidden}.is-loaded .slideshow__slide-background-load-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-delay:0s}.slideshow__slide.is-prev .slideshow__slide-background-parallax,.slideshow__slide.is-next .slideshow__slide-background-parallax{-webkit-transform:none!important;transform:none!important}.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,.slideshow__slide.is-next-section .slideshow__slide-background-parallax{-webkit-transform:none!important;transform:none!important}.slideshow__slide-background-load{transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1);transition:transform 0.9s cubic-bezier(.4,0,.2,1),-webkit-transform 0.9s cubic-bezier(.4,0,.2,1);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.is-loaded .slideshow__slide-background-load{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide-background-wrap{transition:-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.5s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.5s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.5s,-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.5s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide.is-prev .slideshow__slide-background-wrap{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.slideshow__slide.is-next .slideshow__slide-background-wrap{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.slideshow__slide.is-prev-section .slideshow__slide-background-wrap{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);transition:none}.slideshow__slide.is-next-section .slideshow__slide-background-wrap{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:none}.slideshow__slide-background{transition:-webkit-transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s,-webkit-transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;-webkit-transform:scale(1);transform:scale(1);overflow:hidden}.slideshow__slide.is-prev .slideshow__slide-background,.slideshow__slide.is-next .slideshow__slide-background{-webkit-transform:scale(.5);transform:scale(.5);transition-delay:0s}.slideshow__slide.is-prev-section .slideshow__slide-background,.slideshow__slide.is-next-section .slideshow__slide-background{-webkit-transform:scale(.5);transform:scale(.5);transition-delay:0s;transition:none}.slideshow__slide-image-wrap{transition:-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.6s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.6s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.6s,-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.6s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide.is-prev .slideshow__slide-image-wrap{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.slideshow__slide-image{transition:-webkit-transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;transition:transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s,-webkit-transform 0.6s cubic-bezier(.4,0,.2,1) 1.5s;-webkit-transform:scale(1);transform:scale(1)}.slideshow__slide.is-prev .slideshow__slide-image,.slideshow__slide.is-next .slideshow__slide-image{-webkit-transform:scale(1.25);transform:scale(1.25);transition-delay:0s}.slideshow__slide.is-prev-section .slideshow__slide-image,.slideshow__slide.is-next-section .slideshow__slide-image{-webkit-transform:scale(1.25);transform:scale(1.25);transition-delay:0s;transition:none}.slideshow__slide-image::before,.slideshow__slide-image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35}.slider_zoom_wrapper .slideshow__slide-image::before{background-color:#1e1e22}.slideshow__slide.is-prev .slideshow_container,.slideshow__slide.is-next .slideshow_container{-webkit-transform:none!important;transform:none!important}.slideshow__slide.is-prev-section .slideshow_container,.slideshow__slide.is-next-section .slideshow_container{-webkit-transform:none!important;transform:none!important}.slideshow__slide-caption-text{position:relative;height:100%;padding-top:30%;transition:-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 1.2s cubic-bezier(.4,0,.2,1) 0.4s,-webkit-transform 1.2s cubic-bezier(.4,0,.2,1) 0.4s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide.is-prev .slideshow__slide-caption-text{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.slideshow__slide.is-next .slideshow__slide-caption-text{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.slideshow__slide.is-prev-section .slideshow__slide-caption-text{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);transition:none}.slideshow__slide.is-next-section .slideshow__slide-caption-text{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:none}.slideshow__slide-caption{position:relative;height:100%;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:-webkit-transform 1s cubic-bezier(.4,0,.2,1) 0.1s;transition:transform 1s cubic-bezier(.4,0,.2,1) 0.1s;transition:transform 1s cubic-bezier(.4,0,.2,1) 0.1s,-webkit-transform 1s cubic-bezier(.4,0,.2,1) 0.1s}.is-loaded .slideshow__slide-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide-caption-title{line-height:1;color:#fff}@media (max-height:500px){.slideshow__slide-caption-title{margin-bottom:0!important}}@media (max-width:699px){.slideshow.-full .slideshow__slide-caption-title{margin-bottom:30px}}@media (min-width:700px){.slideshow__slide-caption-title{font-size:3.5rem;margin-bottom:1.25rem}}@media (min-width:700px) and (max-width:749px){.slideshow__slide-caption-title{font-size:4.375rem}}@media (min-width:1600px){.slideshow__slide-caption-title{font-size:6.25rem}}.slideshow__slide-caption-title.-full{width:100%}.slideshow__slide-caption-subtitle{display:inline-block;padding:1.875rem 0}.slideshow__slide-caption-subtitle.-load{transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s,-webkit-transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;-webkit-transform:translate3d(0,3.75rem,0);transform:translate3d(0,3.75rem,0)}.is-loaded .slideshow__slide-caption-subtitle.-load{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slideshow__slide-caption-subtitle-label{transition:-webkit-transform 0.3s cubic-bezier(.4,0,.2,1);transition:transform 0.3s cubic-bezier(.4,0,.2,1);transition:transform 0.3s cubic-bezier(.4,0,.2,1),-webkit-transform 0.3s cubic-bezier(.4,0,.2,1);-webkit-transform:translateZ(0);transform:translateZ(0);display:inline-block}.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label{-webkit-transform:translateX(20px);transform:translateX(20px)}.c-header-home_heading{line-height:1}@media (max-height:500px){.c-header-home_heading{margin-bottom:0!important}}@media (max-width:699px){.c-header-home_heading{font-size:40px;margin-bottom:150px}.c-header-home.-full .c-header-home_heading{margin-bottom:30px}}@media (min-width:700px){.c-header-home_heading{font-size:5.625rem;margin-bottom:1.25rem}}@media (min-width:700px) and (max-width:749px){.c-header-home_heading{font-size:4.375rem}}@media (min-width:1600px){.c-header-home_heading{font-size:6.25rem}}.c-header-home_heading.-full{width:100%}.c-header-home_subheading{display:inline-block;padding:1.875rem 0}.c-header-home_subheading.-load{transition:-webkit-transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;transition:transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s,-webkit-transform 0.9s cubic-bezier(.4,0,.2,1) 0.4s;-webkit-transform:translate3d(0,3.75rem,0);transform:translate3d(0,3.75rem,0)}.is-loaded .c-header-home_subheading.-load{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body[data-route-option="prev-section"] .c-header-home_subheading.-load,body[data-route-option="next-section"] .c-header-home_subheading.-load{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.o-hsub{font-size:.75rem;padding:1.25rem 0;display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.o-hsub::before{content:"";display:inline-block;vertical-align:middle;border-bottom:1px solid;width:1.5rem;background-color:#1e1e22;margin-right:1.125rem;transition:-webkit-transform 0.3s cubic-bezier(.4,0,.2,1);transition:transform 0.3s cubic-bezier(.4,0,.2,1);transition:transform 0.3s cubic-bezier(.4,0,.2,1),-webkit-transform 0.3s cubic-bezier(.4,0,.2,1);-webkit-transform-origin:center left;transform-origin:center left}.o-hsub.-link{color:#fff;text-decoration:none}.o-hsub.-link:hover::before,.o-hsub-wrap:hover .o-hsub.-link::before{-webkit-transform:scaleX(1.5);transform:scaleX(1.5)}.themegoods-animated-text span.blast{transform:translateX(101%) translateY(0) translateZ(0);transition:all 800ms ease;opacity:0;display:inline-block;transition-delay:1000ms}.themegoods-animated-text.overflow-hidden>*>span:not(.blast){overflow:hidden;display:inline-block}.themegoods-animated-text.overflow-hidden h1,.themegoods-animated-text.overflow-hidden h2,.themegoods-animated-text.overflow-hidden h3,.themegoods-animated-text.overflow-hidden h4,.themegoods-animated-text.overflow-hidden h5,.themegoods-animated-text.overflow-hidden h6,.themegoods-animated-text.overflow-hidden h7,.themegoods-animated-text.overflow-hidden div,.themegoods-animated-text.overflow-hidden>span:not(.blast){overflow:hidden;display:inline-block}.themegoods-animated-text.transition-right span.blast{transform:translateX(101%) translateY(0) translateZ(0)}.themegoods-animated-text.transition-left span.blast{transform:translateX(-101%) translateY(0) translateZ(0)}.themegoods-animated-text.transition-top span.blast{transform:translateX(0) translateY(-101%) translateZ(0)}.themegoods-animated-text.transition-bottom span.blast{transform:translateX(0) translateY(101%) translateZ(0)}.themegoods-animated-text.transition-zoomin span.blast{transform:scaleX(1.2) scaleY(1.2)}.themegoods-animated-text.transition-zoomout span.blast{transform:scaleX(.8) scaleY(.8)}.themegoods-animated-text span.blast.visible{opacity:1;transform:translateX(0) translateY(0) translateZ(0)}.themegoods-animated-text.overflow-hidden span.blast{opacity:1}.service-grid-wrapper{background-size:cover;background-position:center center;overflow:hidden;position:relative;display:flex}.service-grid-wrapper.disable_all{opacity:1!important}.service-grid-wrapper:hover{box-shadow:0 25px 55px rgb(0 0 0 / .22)}.service-grid-wrapper:before{position:absolute;bottom:0;left:0;width:100%;height:85%;display:block;z-index:1;content:'';background:linear-gradient(to bottom,#fff0,rgb(15 15 15 / .75) 100%);transition:opacity .65s cubic-bezier(.05,.2,.1,1);opacity:0}.service-grid-wrapper:hover:before{opacity:1}.service-grid-wrapper .inner-wrap{display:flex;position:relative;width:100%;padding:20px;box-sizing:border-box}.service-grid-wrapper .inner-wrap .inner-wrap-border{display:flex;position:relative;width:100%;border:1px solid #fff;box-sizing:border-box;z-index:1}.service-grid-wrapper .inner-wrap:before{position:absolute;bottom:0;left:0;width:100%;height:85%;display:block;z-index:1;content:'';background:linear-gradient(to bottom,#fff0,rgb(15 15 15 / .75) 100%);transition:opacity .65s cubic-bezier(.05,.2,.1,1)}.service-grid-wrapper:hover .inner-wrap:before{opacity:0}.service-grid-wrapper .overflow-inner{padding:0;width:100%;align-self:flex-end;padding:10px 20px 10px 20px}.service-grid-wrapper .overflow-inner .header-wrap{position:relative;z-index:2;transition:opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1)}.service-grid-wrapper .overflow-inner .header-wrap i{font-size:30px;color:#fff}.service-grid-wrapper .overflow-inner .header-wrap.hover{transform:translateY(-90px)}.service-grid-wrapper .overflow-inner .header-wrap h2{color:#fff;margin-bottom:10px}.service-grid-wrapper .overflow-inner .hover-content{color:#fff;opacity:0;position:absolute;z-index:2;bottom:0;left:20px;transform:translateY(20px);width:calc(100% - 40px);transition:opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1)}.service-grid-wrapper:hover .overflow-inner .hover-content{opacity:1;transform:translateY(0%);transition:opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s}.portfolio-classic-content-wrapper.has-no-space img{max-width:none;width:100%}.service-grid-content-wrapper.has-no-space .tg_two_cols{width:50%;margin:0}.service-grid-content-wrapper.has-no-space .tg_three_cols{width:33.33%;margin:0}.service-grid-content-wrapper.has-no-space .tg_four_cols{width:25%;margin:0}.service-grid-content-wrapper.has-no-space .tg_five_cols{width:20%;margin:0}.testimonials-carousel-wrapper{width:100%}.testimonials-carousel-wrapper .owl-carousel .shadow-effect{background:#fff;padding:40px;text-align:center;border-radius:5px;box-shadow:0 35px 60px rgb(0 0 0 / .1)}.testimonials-carousel-wrapper .owl-carousel{-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}.testimonials-carousel-wrapper .owl-carousel .item.active.center{box-shadow:0 35px 60px rgb(0 0 0 / .1)}.testimonials-carousel-wrapper .owl-carousel .item{text-align:center;margin-top:80px;margin-bottom:80px;opacity:.2;-webkit-transform:scale3d(.9,.9,1);transform:scale3d(.9,.9,1);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.testimonials-carousel-wrapper .owl-carousel .owl-item.active.center .item{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.testimonials-carousel-wrapper .owl-carousel .owl-item img{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;max-width:40px!important;border-radius:50px;margin-right:10px}.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span{background:#3190E7;-webkit-transform:translate3d(0,-50%,0) scale(.7);transform:translate3d(0,-50%,0) scale(.7)}.testimonials-carousel-wrapper .owl-carousel .owl-dots{display:inline-block;width:100%;text-align:center}.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot{display:inline-block}.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot span{background:#3190E7;display:inline-block;height:20px;border-radius:250px;margin:0 2px 5px;-webkit-transform:translate3d(0,-50%,0) scale(.3);transform:translate3d(0,-50%,0) scale(.3);-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;width:20px}.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-img,.testimonials-carousel-wrapper .owl-carousel .testimonial-name{display:inline-block}.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-desc{margin-bottom:20px}.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-img{vertical-align:middle}.testimonials-carousel-wrapper .owl-carousel .owl-dots{transform:translateY(-20px)}body.elementor-search-activate .parallax-mirror{z-index:0!important}.dotlife-search-icon a{display:block}.dotlife-search-wrapper{background:rgb(0 0 0 / .9);opacity:0;position:fixed;width:100vw;height:100vh;visibility:hidden;display:table;top:0;left:0;transform:scale(.9);z-index:-1;-webkit-transition:all 250ms ease;transition:all 250ms ease}.dotlife-search-wrapper.active{transform:scale(1);z-index:9;opacity:1;visibility:visible}.dotlife-search-inner{display:table-cell;vertical-align:middle;text-align:center}.dotlife-search-inner.touch{padding-top:80px;vertical-align:top}.dotlife-search-wrapper .input-group{position:relative;display:inline-block;padding-bottom:5px;border-bottom:3px solid rgb(256 256 256 / .1)}.dotlife-search-wrapper .input-group input{-webkit-appearance:none;display:inline-block;padding:15px 20px 15px 0;box-shadow:none;outline:none;border:0;background:#fff0;-webkit-transition:all 350ms ease;transition:all 350ms ease;position:relative;top:1px;color:#fff;font-size:36px}.dotlife-search-wrapper .input-group input::placeholder{color:#fff}.dotlife-search-wrapper .input-group .input-group-button{position:relative;white-space:nowrap}.dotlife-search-wrapper .input-group .input-group-button button{position:relative;white-space:nowrap;margin-left:-1px;z-index:2;display:inline-block;text-align:center;vertical-align:middle;-webkit-appearance:button;border:0;background:#fff0;cursor:pointer;outline:none;border-radius:0;padding:10px 0 0 20px;-webkit-transition:all 350ms ease;transition:all 350ms ease}.dotlife-search-wrapper .input-group .input-group-button button i{font-size:26px;line-height:0}.autocomplete{display:none;z-index:1001;text-align:left;overflow:hidden}.autocomplete.visible:empty{display:none}.autocomplete.visible{display:inline-block}@-moz-document url-prefix(){.autocomplete{margin-top:20px}}.autocomplete ul{margin:0;padding:20px 0 20px 0;border:0;float:left;list-style:none;width:100%;box-shadow:0 1px 20px rgb(0 0 0 / .1)}.autocomplete li{display:block;clear:both;float:left;width:100%;box-sizing:border-box}.autocomplete li:hover a{background:#f0f0f0}.autocomplete li:first-child a{margin-top:5px}.autocomplete li:last-child a{margin-top:5px}.autocomplete li a{display:block;float:left;width:100%;padding:10px 20px 10px 20px;box-sizing:border-box}.pricing-plan-switch-wrap{width:100%;text-align:center;margin-bottom:60px}.pricing-plan-unit-year.hide,.pricing-plan-unit-month.hide{display:none}.pricing-table-wrapper{box-sizing:border-box}.pricing-table-wrapper.smoove{opacity:0}.pricing-table-wrapper .inner-wrap{border:1px solid #fff0;box-shadow:0 35px 60px rgb(0 0 0 / .1);padding:60px;box-sizing:border-box;transition:all .6s cubic-bezier(.23,1,.32,1);border-radius:5px;box-shadow:0 0 0 rgb(0 0 0 / .25)}.pricing-table-wrapper.featured-pricing-plan .inner-wrap{border:1px solid #07F;box-shadow:0 35px 60px rgb(0 0 0 / .1)}.pricing-table-wrapper:hover .inner-wrap{transform:translateY(-2px);border:1px solid #07F;box-shadow:0 10px 30px rgb(0 0 0 / .12)}.pricing-table-wrapper h2.pricing-plan-title{font-size:22px}.pricing-plan-price-wrap h3.pricing-plan-price{font-size:65px;display:inline}#page_content_wrapper .pricing-plan-content ul.pricing-plan-content-list{list-style:none;margin-bottom:30px}#page_content_wrapper .pricing-plan-content ul.pricing-plan-content-list li:before{position:relative;font-family:'Font Awesome 5 Free';content:"\f00c";font-weight:900;margin-right:15px}.pricing-plan-content ul.pricing-plan-content-list li:before{color:#07F}.pricing-plan-switch-year{margin-left:10px}.pricing-plan-switch-month{margin-right:10px}.discography_classic .music-container{display:block;position:relative}.discography_classic .music-container .flip-card{-webkit-transform:rotateY(0);transform:rotateY(0)}.discography_classic .music-container:hover .flip-card,.music-container.is-hovering .flip-card{-webkit-transform:rotateY(-60deg);transform:rotateY(-60deg)}.discography_classic .music-container .cover{position:absolute;width:100%;height:100%;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-perspective:1200px;perspective:1200px;pointer-events:none}.discography_classic .music-container .cover img{height:100%;max-width:none;width:auto}.discography_classic .music-container .cover .flip-card,.discography_classic .music-container .cover .static-card{position:absolute;width:50%;height:100%;overflow:hidden}.discography_classic .music-container .cover .static-card{border-right:none}.discography_classic .music-container .cover .flip-card{border-left:none;margin-left:50%;-webkit-transform-origin:0% 50%;transform-origin:0% 50%;transition:-webkit-transform 0.5s cubic-bezier(.45,0,.55,1);transition:transform 0.5s cubic-bezier(.45,0,.55,1);transition:transform 0.5s cubic-bezier(.45,0,.55,1),-webkit-transform 0.5s cubic-bezier(.45,0,.55,1)}.discography_classic .music-container .cover .flip-card:before{position:absolute;content:'';width:100%;height:100%;top:0;right:-20px}.discography_classic .music-container .cover .flip-card img{position:absolute;background-color:#fff;right:0}.discography_classic .music-container .controls{position:absolute;right:0;width:23%;height:100%;overflow:hidden;display:flex;flex-direction:column;cursor:pointer}.discography_classic .music-container .controls:after{position:absolute;content:'';right:0;top:0;width:100%;height:100%;pointer-events:none;transition:width 0.5s cubic-bezier(.45,0,.55,1)}.discography_classic .music-container .controls input[type="radio"]{position:absolute;left:-1000px}.discography_classic .music-container .controls label{flex-grow:1;display:table;width:100%;box-sizing:border-box;cursor:pointer;background-color:#f5f5f5;height:33.33%}.discography_classic .music-container .controls label span{width:100%;height:100%;display:block;pointer-events:none;color:#000;text-align:center;font-size:22px;display:table-cell;vertical-align:middle;transition:color 0.5s}.discography_classic .music-container .controls label.active{background-color:#f5f5f5;zoom:1;box-shadow:inset 0 0 10px 5px rgb(120 120 120 / .1)}.discography_classic .music-container audio{display:none}.discography_classic .music-container .music-playing{position:absolute;top:20px;left:20px;z-index:2}.discography_classic .portfolio_classic_content{clear:both;padding:0}.discography_classic .portfolio_classic_subtitle{margin-bottom:10px}.keyframes 0%{height:100%}.keyframes 50%{height:25%}.keyframes 75%{height:75%}.keyframes 100%{height:15%}.keyframes2 0%{height:15%}.keyframes2 50%{height:75%}.keyframes2 75%{height:25%}.keyframes2 100%{height:100%}@-webkit-keyframes barEQ{lesshat-selector{-lh-property:8121991}0%{height:100%}50%{height:25%}75%{height:75%}100%{height:15%}}@keyframes barEQ{lesshat-selector{-lh-property:8121991}0%{height:100%}50%{height:25%}75%{height:75%}100%{height:15%}}@-webkit-keyframes barEQ2{0%{height:15%}50%{height:75%}75%{height:25%}100%{height:100%}}@keyframes barEQ2{0%{height:15%}50%{height:75%}75%{height:25%}100%{height:100%}}.music-playing{position:relative;display:block;width:26px;height:26px;display:none}.music-playing.active{display:block}.bar{position:absolute;height:100%;width:15%;bottom:0;float:left;background-color:#fff}.bar.bar1{left:0;-webkit-animation:barEQ 900ms alternate infinite linear;animation:barEQ 900ms alternate infinite linear}.bar.bar2{left:28.33333333%;-webkit-animation:barEQ2 900ms alternate infinite linear;animation:barEQ2 900ms alternate infinite linear;-webkit-animation-delay:-900ms;animation-delay:-900ms}.bar.bar3{left:56.66666667%;-webkit-animation:barEQ 900ms alternate infinite linear;animation:barEQ 900ms alternate infinite linear;-webkit-animation-duration:675ms;animation-duration:675ms;-webkit-animation-delay:-450ms;animation-delay:-450ms}.bar.bar4{left:85%;-webkit-animation:barEQ2 900ms alternate infinite linear;animation:barEQ2 900ms alternate infinite linear;-webkit-animation-duration:810ms;animation-duration:810ms;-webkit-animation-delay:-270ms;animation-delay:-270ms}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.testimonials-slider-wrapper .testimonial-carousel{position:relative}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block{position:relative;padding:50px}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .inner-box{padding:80px;background-color:#fff;box-shadow:0 0 50px rgb(226 222 232 / .75)}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .text{position:relative;display:block;margin-bottom:40px;text-align:left}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box{position:relative;padding-top:10px}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .thumb{position:absolute;left:0;top:0;height:82px;width:82px}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .thumb img{border-radius:50%;overflow:hidden;display:block;width:100%}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .name{position:relative;display:block;padding-left:100px;text-align:left;font-size:22px}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .designation{position:relative;display:block;padding-left:100px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:3px}.testimonial-carousel .owl-nav{position:absolute;right:75px;bottom:130px}.testimonial-carousel .owl-next,.testimonial-carousel .owl-prev{position:relative;display:inline-block;height:55px;width:55px;line-height:55px;text-align:center;border-radius:50%;background-color:#fff;transition:all 300ms ease;margin:0 5px 0 5px}.testimonial-carousel .owl-next:hover,.testimonial-carousel .owl-prev:hover{background-color:#000;box-shadow:0 24px 24px rgb(187 187 187 / .5)}.testimonial-carousel .arrow-right,.testimonial-carousel .arrow-left{position:relative;display:inline-block;height:9px;width:43px}.testimonial-carousel .arrow-right:after{font-family:'themify';content:"\e628"}.testimonial-carousel .arrow-left:after{font-family:'themify';content:"\e629"}@media only screen and (max-width:767px){.testimonials-slider-wrapper .sec-title{margin-bottom:50px}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block{padding:0}.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .inner-box{box-shadow:none}.testimonial-carousel .owl-nav{position:relative;left:0;bottom:0;margin-top:20px;text-align:center}}@media only screen and (max-width:1366px){.large-container{padding-left:20px;padding-right:20px}}body.fullmenu-active{width:100%;height:100%;overflow:hidden}.fullmenu-button{cursor:pointer}.fullmenu-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-9;opacity:0;overflow-x:hidden;overflow-y:scroll;transform:scale(.8);transition:all .25s cubic-bezier(.5,.5,.4,.9)}body.fullmenu-active .fullmenu-wrapper-active{opacity:1;z-index:11;transform:scale(1)}body.fullmenu-active .fullmenu-wrapper-active{transform:scale(1)}body.fullmenu-effect-scale-down .fullmenu-wrapper{transform:scale(1.2)}body.fullmenu-effect-scale-down.fullmenu-active .fullmenu-wrapper-active{transform:scale(1)}body.fullmenu-effect-move-down .fullmenu-wrapper{opacity:1;transition:all 0.6s ease-in;transform:translate(0,-150%)}body.fullmenu-effect-move-down.fullmenu-active .fullmenu-wrapper-active{transform:translate(0,0)}body.fullmenu-effect-move-up .fullmenu-wrapper{opacity:1;transition:all 0.6s ease-in;transform:translate(0,150%)}body.fullmenu-effect-move-up.fullmenu-active .fullmenu-wrapper-active{transform:translate(0,0)}body.fullmenu-effect-fade .fullmenu-wrapper{opacity:0;z-index:-1;transform:scale(1);transition:all 0.2s ease-in}body.fullmenu-effect-fade.fullmenu-active .fullmenu-wrapper-active{opacity:1;z-index:11}.themegoods-menu-hover-parallax-list{position:relative;list-style:none}.themegoods-menu-hover-parallax-list .themegoods-menu-hover-parallax__item{position:relative;margin:10px 0}.themegoods-menu-hover-parallax-list .themegoods-menu-hover-parallax__item a{position:relative;font-size:40px;cursor:pointer}.themegoods-menu-hover-parallax-list .themegoods-menu-hover-parallax__item a:hover .themegoods-menu-hover-parallax-image{height:400px;background-position:center;background-size:100%;opacity:1;z-index:1}.themegoods-menu-hover-parallax-list .themegoods-menu-hover-parallax__item .themegoods-menu-hover-parallax-image{position:absolute;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);height:0;width:300px;z-index:-9999;opacity:0;transition:height,background-position,background-size,opacity;transition-duration:0.4s;transition-timing-function:ease;background-position:center -50px;background-size:120%}.blog-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span{background:#3190E7;-webkit-transform:translate3d(0,-50%,0) scale(.7);transform:translate3d(0,-50%,0) scale(.7)}.blog-carousel-wrapper .owl-carousel .owl-dots{display:inline-block;width:100%;text-align:center}.blog-carousel-wrapper .owl-carousel .owl-dots .owl-dot{display:inline-block}.blog-carousel-wrapper .owl-carousel .owl-dots .owl-dot span{background:#3190E7;display:inline-block;height:20px;border-radius:250px;margin:0 2px 5px;-webkit-transform:translate3d(0,-50%,0) scale(.3);transform:translate3d(0,-50%,0) scale(.3);-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transition:all 250ms ease-out 0s;transition:all 250ms ease-out 0s;width:20px}.blog-carousel-wrapper .owl-carousel .owl-dots{margin-top:40px}.blog-carousel-wrapper .post-featured-image-hover img{opacity:1}.blog-carousel-wrapper .post-header h5{font-size:20px;margin-bottom:0}.blog-carousel-wrapper .post-featured-image-hover a{position:relative}.blog-carousel-wrapper .post-header-wrapper{clear:both}.blog-carousel-wrapper.text_center{text-align:center}.blog-carousel-wrapper.text_left{text-align:left}.blog-carousel-wrapper.text_right{text-align:right}.post-featured-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#111;opacity:0;z-index:1;transition:opacity 2.4s cubic-bezier(.075,.82,.165,1)}.post-featured-image-hover:hover .post-featured-image-overlay{opacity:.3}.blog-carousel-wrapper .post-detail.single-post .post-info-date,.blog-carousel-wrapper .post-detail.single-post .post-info-cat{margin-right:5px;display:inline-block}.blog-carousel-wrapper .post-featured-image{margin-bottom:20px}.timeline-wrapper{float:left;position:relative;left:0;width:100%;clear:both}.timeline-wrapper:before{content:'';position:absolute;top:0;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px;background-color:#222}.timeline-wrapper .timeline-entry{width:calc(50% - 80px);float:left;padding:20px;clear:both;text-align:right}.timeline-wrapper .timeline-entry:not(:first-child){margin-top:-80px}.timeline-wrapper .timeline-entry .timeline-title{position:relative}.timeline-wrapper .timeline-entry .timeline-title:before{content:'';position:absolute;width:12px;height:12px;border:2px solid #222;background-color:#222;border-radius:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-106px;z-index:2}.timeline-wrapper .timeline-entry:nth-child(2n){text-align:left;float:right}.timeline-wrapper .timeline-entry:nth-child(2n) .timeline-title:before{left:-106px}.timeline-wrapper .timeline-entry .timeline-title .timeline-image{margin-bottom:15px}.timeline-wrapper .timeline-entry .timeline-body{margin-top:-10px}@media only screen and (min-width:1425px){.tg_animated_slider_wrapper h2.slideshow__slide-caption-title,.tg_animated_slider_wrapper .o-hsub.-link,.tg_animated_slider_wrapper p.slideshow__slide-caption-content{padding-left:0}.tg_horizontal_slider_wrapper .tg_horizontal_slider_content{padding-left:0!important}.tg_horizontal_slider_bg{padding-right:0!important}.tg_animated_slider_wrapper h2.slideshow__slide-caption-title,.tg_animated_slider_wrapper p.slideshow__slide-caption-content,.tg_animated_slider_wrapper .o-hsub.-link,.tg_animated_slider_wrapper .o-container,.tg_animated_slider_wrapper .pagination .container{padding-left:110px;padding-right:110px}}@media only screen and (min-width:1025px) and (max-width:1425px){#page_content_wrapper.blog_wrapper{width:calc(100% - 180px)}.header_style_wrapper .elementor-section.elementor-section-stretched>.elementor-container{max-width:calc(100% - 180px)}}@media only screen and (min-width:960px) and (max-width:1024px){.translate_top{transform:translateY(10%)}.tg_room_slider_wrapper .slide{width:80%}.tg_room_slider_wrapper .slide__title,.tg_room_slider_wrapper .slide__date{padding-left:0}.tg_room_slider_wrapper .slide{margin-left:10vw}.elementor-section.elementor-section-height-full{height:auto!important;min-height:100vh}.blog-posts-grid .post_img_hover{min-height:130px}#page_content_wrapper .inner .sidebar_content.page_content .blog-posts-grid .post_img_hover{min-height:100px}.blog-posts-classic .post_img_hover{min-height:315px}.blog-posts-list .post_img_hover{min-height:250px}.blog-posts-list_circle .post_img_hover{min-height:190px}.tg_multi_layouts_slider_wrapper .slide-imgwrap{height:70%}.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header{transform:none}.slider_parallax_wrapper,.tg_image_carousel_slider_wrapper.carousel,.portfolio_timeline_vertical_content_wrapper .timeline .swiper-container{max-height:100vh}#page_caption.hasbg .page_title_wrapper .page_title_inner .page_title_content{padding:0 30px 0 30px;box-sizing:border-box}#page_content_wrapper.blog_wrapper{padding:0;width:calc(100% - 60px)}.elementor-section-stretched.elementor-section-boxed{padding-left:30px!important;padding-right:30px!important}.tg_animated_slider_wrapper h2.slideshow__slide-caption-title,.tg_animated_slider_wrapper p.slideshow__slide-caption-content,.tg_animated_slider_wrapper .o-hsub.-link,.tg_animated_slider_wrapper .o-container,.tg_animated_slider_wrapper .pagination .container{padding-left:30px;padding-right:90px}.elementor_responsive_hide{display:none}#elementor_header .elementor-element.navigation-menu,#elementor_sticky_header .elementor-element.navigation-menu{padding:20px 30px 20px 30px!important}.tg_multi_layouts_slider_wrapper .slide__title{padding-top:0!important;bottom:40px}.elementor-1951 .elementor-element.elementor-element-fde31e4 .tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info{padding:0 30px!important}.post_metro_left_wrapper .post_header h5{font-size:22px}.layout_list .type-post.blog-posts-list,.layout_list_circle .type-post.blog-posts-list_circle{margin-top:60px}.portfolio_classic_container.video_grid .portfolio_classic_grid_wrapper.tg_three_cols:nth-child(3n+1){clear:both}.tg_portfolio_timeline_wrapper .portfolio_timeline_img,.tg_portfolio_timeline_wrapper .portfolio_timeline_content{width:100%;float:none}.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper{display:block}.tg_portfolio_timeline_wrapper .portfolio_timeline_content{margin-left:0;margin-top:20px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header{left:40px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list{top:0;overflow:scroll;max-height:100%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{right:33%}.service-grid-wrapper .overflow-inner .header-wrap{max-width:100%}}@media only screen and (min-width:768px) and (max-width:960px){.gallery_grid_content_wrapper.album_grid .tg_five_cols h3.tilter__title{font-size:18px!important}.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__caption{padding:1em}.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__description{display:none}.gallery_grid_content_wrapper.album_grid .tg_three_cols .tilter__caption{padding:1.8em}.gallery_grid_content_wrapper.album_grid .tg_four_cols .tilter__caption{padding:1.5em}.gallery_grid_content_wrapper.album_grid .tg_four_cols h3.tilter__title{font-size:18px!important}.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__deco--lines{top:-10px;left:-10px}body.tg_password_protected #page_content_wrapper .inner .inner_wrapper{width:70%}body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content{padding:40px}.elementor-section.elementor-section-height-full{height:auto!important;min-height:100vh}.type-post.blog-posts-grid_no_space,.type-post.blog-posts-metro_no_space{width:50%}.blog-posts-grid .post_img_hover{min-height:120px}.type-post.blog-posts-metro_no_space.large_grid{width:100%}.type-post.blog-posts-grid_no_space,.type-post.blog-posts-metro_no_space{width:50%}.post_metro_right_wrapper .blog-posts-metro{width:100%}.post_metro_left_wrapper .post_header h5{font-size:24px}.blog-posts-classic .post_img_hover{min-height:270px}.blog-posts-list .post_img_hover{min-height:180px}.blog-posts-list_circle .post_img_hover{min-height:140px}.tg_skewed_slide_container .slider-page--left .slider-page--skew{left:-45%}.tg_horizontal_slider_content{padding:0!important}.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous{left:-40px}.tg_horizontal_slider_bg_two_cols{width:calc(50% - 10px)}.tg_horizontal_slider_bg_two_rows{margin-bottom:20px;height:calc(50% - 10px)}.tg_room_slider_wrapper .nav{top:auto;bottom:20px}.tg_room_slider_wrapper .slide__title{padding-left:5em;padding-right:5em}.tg_slider_property_clip_wrapper.intro .content{padding:3rem 3rem 3rem 3rem}.tg_gallery_fullscreen_content{left:30px;bottom:20px;max-width:50%}.swiper-container:hover .swiper-button-next.hover{right:20px}.swiper-container:hover .swiper-button-prev.hover{left:20px}.newsletter_box{width:100%}.distortion_grid_wrapper{display:grid;grid-template-columns:repeat(2,41vmax)}.distortion_grid_item{height:2,41vmax;width:100%}.tg_animated_slider_wrapper p.slideshow__slide-caption-content,.tg_animated_slider_wrapper h2.slideshow__slide-caption-title,.tg_animated_slider_wrapper .o-hsub.-link,.tg_animated_slider_wrapper .o-container{padding-left:30px;padding-right:60px}.tg_slice_slide_container .slide__content{height:80%;width:80%;top:10%}.tg_slice_slide_container .slide__header{transform:translateX(-5%)}.translate_left{transform:translateX(-5%)}.translate_left_more{transform:translateX(-10%)}.translate_right{transform:translateX(5%)}.translate_right_more{transform:translateX(10%)}.translate_top{transform:translateY(5%)}.translate_top_more{transform:translateY(10%)}.translate_bottom{transform:translateY(-5%)}.translate_bottom_more{transform:translateY(-10%)}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image,.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info{width:50%}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info{padding:0 60px!important}.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap .tg_horizontal_slider_content_cell{padding-left:30px;padding-right:30px}.portfolio_grid_wrapper:before,.portfolio_grid_wrapper:after{border-width:20px}.tg_portfolio_timeline_wrapper .portfolio_timeline_img,.tg_portfolio_timeline_wrapper .portfolio_timeline_content{width:50%}.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper{-ms-flex-align:start;-webkit-align-items:start;-webkit-box-align:start;align-items:start}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:47%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{margin-right:4%}.woocommerce .related ul.products li.product:nth-child(3n){display:none!important}.blog-posts-list .post_header h5,.blog-posts-list_circle .post_header h5{font-size:22px}.elementor-section-stretched.elementor-section-boxed{padding-left:30px!important;padding-right:30px!important}.elementor_responsive_hide{display:none;z-index:-1}.tg_gallery_fullscreen_content .tg_gallery_fullscreen_description{width:100%}.elementor_desktop_hide{display:inherit;z-index:-1;opacity:1}.elementor-widget-image.rotated .elementor-image .wp-caption .widget-image-caption{display:none}body.page-template-page-r .type-post.blog-posts-grid,body.page-template-page-l .type-post.blog-posts-grid{width:calc(50% - 15px);margin-right:30px;margin-bottom:30px}body.page-template-page-r .type-post.blog-posts-grid:nth-child(2n),body.page-template-page-l .type-post.blog-posts-grid:nth-child(2n){float:right;margin-right:0}body.page-template-page-r .type-post.blog-posts-grid:nth-child(3n),body.page-template-page-l .type-post.blog-posts-grid:nth-child(3n){float:left;margin-right:0}body.page-template-page-r .type-post.blog-posts-grid:nth-child(3n+1),body.page-template-page-l .type-post.blog-posts-grid:nth-child(3n+1){clear:none}body.page-template-page-r .type-post.blog-posts-grid:nth-child(2n+1),body.page-template-page-l .type-post.blog-posts-grid:nth-child(2n+1){clear:both}body.page-template-page-r .mc4wp-form-fields input[type=email],body.page-template-page-l .mc4wp-form-fields input[type=email]{width:200px}body.page-template-page-r .type-post.blog-posts-masonry,body.page-template-page-l .type-post.blog-posts-masonry{width:calc(50% - 23px)}.tg_testimonials_card_wrapper .slider>ul li{margin:0 2em}.type-post.blog-posts-grid,.type-post.blog-posts-masonry{width:100%;margin-right:0}.tg_portfolio_timeline_wrapper .portfolio_timeline_img,.tg_portfolio_timeline_wrapper .portfolio_timeline_content{width:100%;float:none}.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper{display:block}.tg_portfolio_timeline_wrapper .portfolio_timeline_content{margin-left:0;margin-top:20px}.portfolio_classic_grid_wrapper{margin-bottom:40px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header{left:30px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list{top:0;overflow:scroll;max-height:100%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{right:41%}.tg_slice_slide_container .slides-nav{right:-2%}.tg_flip_box_wrapper.square-flip .square-container2{padding:20px}.service-grid-wrapper .overflow-inner .header-wrap{max-width:100%}.service-grid-content-wrapper.has-no-space .tg_four_cols{width:50%}.service-grid-wrapper{width:100%!important;margin-bottom:20px}.service-grid-wrapper.has-no-space{margin-bottom:0}.discography_classic .music-container .cover img{max-width:none!important;height:auto!important}}@media only screen and (max-width:767px){.tg_skewed_slide_container .slider-page{left:-20%}.tg_skewed_slide_container .slider-page--right.text_content{left:30%;width:80%}.tg_skewed_slide_container .slider-page__content{padding:0 15% 0 30%}.header_client_wrapper{display:none}#logo_right_wrapper{margin-top:7px}.tg_gallery_fullscreen_content{left:30px;bottom:20px}.swiper-container:hover .swiper-button-next.hover{right:20px}.swiper-container:hover .swiper-button-prev.hover{left:20px}.tg_clip_path_slide_container .slide__content{left:20px;bottom:20px;max-width:80%}.tg_clip_path_slide_container .slider__control{left:10%}.tg_clip_path_slide_container .slider__control--right{left:90%}.tg_popout_slide_container .slider__content .slider__desc{width:100%}.tg_popout_slide_container .slider__content a.go-to-next{float:left;margin-top:50px}.tg_popout_slide_container .slider__inner{padding:10%}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__link{padding:.5em 2em .5em}.tg_split_slick_slide_container.split-slideshow .slideshow-text.slick-slider{letter-spacing:3px!important}.tg_split_slick_slide_container .slideshow .slick-dots{top:auto;bottom:0}.tg_transitions_slide_container .swiper-image-inner.swiper-image-left{padding:0 1rem 0 1rem}.tg_transitions_slide_container .swiper-image-right p.paragraph{padding:0 1rem 0 1rem}.tg_transitions_slide_container .swiper-container-vertical>.swiper-pagination-bullets{top:auto;bottom:20px}.tg_flip_slide_container .container .gallery li{width:350px!important}.tg_horizontal_slider_content{padding:0!important}.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous{left:-40px}.tg_horizontal_slider_bg_two_cols{width:calc(50% - 10px)}.tg_horizontal_slider_bg_two_rows{margin-bottom:20px;height:calc(50% - 10px)}.tg_horizontal_slider_bg{padding:0!important;width:40%!important;float:right}.tg_horizontal_slider_content{width:60%!important;padding-left:30px!important;padding-right:30px!important}.tg_horizontal_slider_bg_two_cols{width:100%!important}.elementor-widget-container{padding-left:0px!important;padding-right:0px!important}.flickity-prev-next-button{display:none}.tg_multi_layouts_slider_wrapper .slide{padding:0!important}.js .tg_multi_layouts_slider_wrapper .slide{height:90%}.tg_multi_layouts_slider_wrapper .slide--layout-5 .slide-imgwrap{width:100%}.js .tg_multi_layouts_slider_wrapper.slideshow{max-height:500px!important}.tg_multi_layouts_slider_wrapper .slideshow__nav--arrows{bottom:0}#footer_menu{text-align:center}#footer_menu li{float:none;display:inline-block}#copyright{text-align:center}.tg_room_slider_wrapper .nav{top:auto;bottom:20px}.tg_room_slider_wrapper .slide__title{padding-left:30px;padding-right:30px;margin-top:30px}.tg_room_slider_wrapper h2.slide__name{padding:0 30px 0 30px!important}.tg_room_slider_wrapper .nav{bottom:70px}.tg_flip_slide_container .container .gallery .content .text h2{margin-bottom:0}.tg_velo_slide_container .velo-slide__header{padding:30px}.tg_slider_property_clip_wrapper.intro .content{padding:40px 30px 40px 30px}.gallery_grid_content_wrapper .tg_two_cols,.gallery_grid_content_wrapper .tg_two_cols.last,.gallery_grid_content_wrapper .tg_three_cols,.gallery_grid_content_wrapper .tg_three_cols.last,.gallery_grid_content_wrapper .tg_four_cols,.gallery_grid_content_wrapper .tg_four_cols.last,.gallery_grid_content_wrapper .tg_five_cols,.gallery_grid_content_wrapper .tg_five_cols.last,.gallery_grid_content_wrapper.has_no_space .tg_two_cols,.gallery_grid_content_wrapper.has_no_space .tg_three_cols,.gallery_grid_content_wrapper.has_no_space .tg_four_cols,.gallery_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_classic_content_wrapper .tg_two_cols,.portfolio_classic_content_wrapper .tg_two_cols.last,.portfolio_classic_content_wrapper .tg_three_cols,.portfolio_classic_content_wrapper .tg_three_cols.last,.portfolio_classic_content_wrapper .tg_four_cols,.portfolio_classic_content_wrapper .tg_four_cols.last,.portfolio_classic_content_wrapper .tg_five_cols,.portfolio_classic_content_wrapper .tg_five_cols.last,.portfolio_classic_content_wrapper.has_no_space .tg_two_cols,.portfolio_classic_content_wrapper.has_no_space .tg_three_cols,.portfolio_classic_content_wrapper.has_no_space .tg_four_cols,.portfolio_classic_content_wrapper.has_no_space .tg_five_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_two_cols.last,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_three_cols.last,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_four_cols.last,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_five_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper .tg_five_cols.last,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.has_no_space .tg_two_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.has_no_space .tg_three_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.has_no_space .tg_four_cols,.portfolio_masonry_content_wrapper.gallery_grid_content_wrapper.has_no_space .tg_five_cols,.portfolio_grid_content_wrapper .tg_two_cols,.portfolio_grid_content_wrapper .tg_two_cols.last,.portfolio_grid_content_wrapper .tg_three_cols,.portfolio_grid_content_wrapper .tg_three_cols.last,.portfolio_grid_content_wrapper .tg_four_cols,.portfolio_grid_content_wrapper .tg_four_cols.last,.portfolio_grid_content_wrapper .tg_five_cols,.portfolio_grid_content_wrapper .tg_five_cols.last,.portfolio_grid_content_wrapper.has_no_space .tg_two_cols,.portfolio_grid_content_wrapper.has_no_space .tg_three_cols,.portfolio_grid_content_wrapper.has_no_space .tg_four_cols,.portfolio_grid_content_wrapper.has_no_space .tg_five_cols{width:100%;margin-right:0}body.elementor-fullscreen.dotlife-gallery-preview,body.elementor-fullscreen.dotlife-gallery-preview #wrapper{overflow-x:hidden}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:hover:before,.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:before{right:30px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:hover:before,.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:before{left:30px}.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-next:hover:after,.tg_fullscreen_gallery_preview_wrapper .slick-arrow.slick-prev:hover:after{display:none}#page_content_wrapper .inner .sidebar_content.full_width .tg_horizontal_gallery_cell img{max-height:300px!important}body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content{padding:30px}body.tg_password_protected #page_content_wrapper .inner .inner_wrapper{width:85%;max-width:320px}input[type=text],input[type=password],input[type=email],input[type=url],input[type=date],input[type=tel],input.wpcf7-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text{max-width:100%}body.tg_password_protected #wrapper{width:100%}body.elementor-fullscreen .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:0!important}.elementor-section.elementor-section-height-full{height:auto!important;min-height:100vh}.width_one_third{width:100%}.type-post.blog-posts-grid_no_space,.type-post.blog-posts-metro_no_space{width:100%}.type-post.blog-posts-grid{width:100%}.type-post.blog-posts-masonry{width:100%}.type-post.blog-posts-metro_no_space.large_grid{width:100%}.type-post.blog-posts-metro_no_space.large_grid .post_header h5{font-size:20px}.post_metro_left_wrapper,.post_metro_right_wrapper,.post_metro_right_wrapper .blog-posts-metro{width:100%}.post_metro_left_wrapper{padding-bottom:40px}.post_metro_left_wrapper .post_header h5{font-size:20px}.post_content_wrapper{padding-bottom:30px}.blog-posts-list .post_img_hover{min-height:150px}.blog-posts-list_circle .post_img_hover{min-height:100px}.elementor-section{padding-left:0!important;padding-right:0!important}.newsletter_box{width:100%}#page_content_wrapper .inner .sidebar_content.full_width .slider_parallax_wrapper .slide .image{height:100%!important}.slider_parallax_wrapper{max-height:100vh}.slider_parallax_wrapper .arrows .prev{left:10px}.slider_parallax_wrapper .arrows .next{right:10px}.slider_parallax_wrapper .pagination{bottom:0}section.nopadding.elementor-element .elementor-column{padding:0!important}.translate_left,.translate_left_more,.translate_right,.translate_right_more,.translate_top,.translate_top_more,.translate_bottom,.translate_bottom_more{transform:translateX(0)}.slider_parallax_wrapper .slide .caption{width:60%!important}.distortion_grid_wrapper{grid-template-columns:repeat(1,56vmax)}.distortion_grid_item-content{padding:10vw}.tg_animated_slider_wrapper h2.slideshow__slide-caption-title,.tg_animated_slider_wrapper p.slideshow__slide-caption-content,.tg_animated_slider_wrapper .o-hsub.-link,.tg_animated_slider_wrapper .o-container,.tg_animated_slider_wrapper .pagination .container{padding-left:30px;padding-right:30px}.tg_animated_slider_wrapper p.slideshow__slide-caption-content{margin-top:0}.tg_animated_slider_wrapper .slideshow__slide-image.background-absolute{width:50%;left:50%}.tg_animated_slider_wrapper p.slideshow__slide-caption-content{width:50%;max-width:50%}.tg_animated_slider_wrapper.slideshow{max-height:100vh}.tg_animated_slider_wrapper .pagination{text-align:right}.tg_fadeup_slider_wrapper li .image{width:40%;height:200px}.tg_fadeup_slider_wrapper li .content{padding:0}.tg_fadeup_slider_wrapper li .content .description{width:50%}.newsletter_box .input_wrapper input[type=email]{width:100%;margin-bottom:20px}.tg_motion_reveal_slider_wrapper.slideshow{margin:0;padding:0}.tg_motion_reveal_slider_wrapper.slideshow .slide{max-height:81vh}.tg_motion_reveal_slider_wrapper.slideshow .slide__title{box-sizing:border-box;padding:0 40px 0 40px}.tg_motion_reveal_slider_wrapper.slideshow .preview__content{width:100%}.tg_motion_reveal_slider_wrapper.slideshow .preview{display:block}#page_content_wrapper .inner .sidebar_content.full_width .tg_background_list_wrapper .tg_background_img img{height:100%!important}.tg_background_list_wrapper{overflow:auto}.tg_background_list_wrapper.four_cols .tg_background_list_column{flex:0 0 50%;max-width:50%}.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content{padding:20px}.tg_background_list_wrapper .tg_background_img{width:200%!important}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image{width:40%}.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info{width:60%;padding:15px!important}.tg_image_carousel_slider_wrapper.carousel{max-height:90vh}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{top:40%}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-container{max-height:100vh}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-next,.portfolio_timeline_vertical_content_wrapper .timeline .swiper-button-prev{top:auto;bottom:5%;outline:none}.flickity-viewport{max-height:100vh}.tg_horizontal_slider_wrapper .flickity-page-dots{bottom:-30px}.portfolio_grid_wrapper:before,.portfolio_grid_wrapper:after{border-width:0}.portfolio_grid_wrapper figcaption{opacity:1}.portfolio_grid_wrapper>img,.portfolio_grid_wrapper>img{opacity:.7}.tg_portfolio_timeline_wrapper .portfolio_timeline_img,.tg_portfolio_timeline_wrapper .portfolio_timeline_content{width:100%;float:none}.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper{display:block}.tg_portfolio_timeline_wrapper .portfolio_timeline_content{margin-left:0;margin-top:20px}.tg_testimonials_card_wrapper .testimonial-info h3{display:block}.tg_testimonials_card_wrapper .testimonial-info .rating{float:none;width:100%;clear:both}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{margin-bottom:10px}.woocommerce .woocommerce-ordering,.woocommerce-page form.woocommerce-ordering,#page_content_wrapper p.woocommerce-result-count{margin-left:15px}.woocommerce .woocommerce-ordering,.woocommerce-page form.woocommerce-ordering{margin-bottom:20px}#page_content_wrapper .inner .sidebar_wrapper .sidebar{padding-left:15px;padding-right:15px;box-sizing:border-box}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary,.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs,.related.products{width:100%;padding-left:15px;padding-right:15px;box-sizing:border-box}#reviews.woocommerce-Reviews #comments,#reviews.woocommerce-Reviews #review_form_wrapper{float:none;width:100%}.woocommerce #review_form #respond p.stars{margin-top:0}.blog-posts-classic .post_img_hover{min-height:105px}.type-post.blog-posts-list .post_img,.type-post.blog-posts-list .post_content_wrapper,.type-post.blog-posts-list_circle .post_img,.type-post.blog-posts-list_circle .post_content_wrapper{width:100%;float:none;margin-right:0}.type-post.blog-posts-list_circle .post_img{width:80%;margin:auto;margin-bottom:40px}body.elementor-fullscreen #page_content_wrapper{padding:0!important;width:100%;max-width:none}.elementor_responsive_hide{display:none;z-index:-1}.elementor_desktop_hide{display:inherit;z-index:-1;opacity:1}.tg_gallery_fullscreen_content .tg_gallery_fullscreen_description{width:100%}.slider_glitch_slideshow.content .slides.slides--contained .slide__img{width:80%;margin:auto}.slider_glitch_slideshow.content{display:block}.slider_glitch_slideshow.content .slides.slides--contained .slide .slide__text{left:30px}.slider_glitch_slideshow.content .slides.slides--contained+.slide-nav{margin-top:-20%}.slider_glitch_slideshow.content .slide-nav .slide-nav__button{display:inline-block;z-index:9;position:relative}.portfolio_timeline_vertical_content_wrapper .timeline .swiper-slide-content{right:50%}.tg_testimonials_card_wrapper .slider>ul li{width:250px!important;padding:1.5em;margin:0 .5em}.tg_testimonials_card_wrapper .testimonial-info .testimonial-info-title{width:100%;float:none}.tg_testimonials_card_wrapper .testimonial-info .testimonial-info-img{float:none;text-align:center;margin-top:10px;display:none}.tg_animated_frame_slider_wrapper.slideshow .slides .slide__content,.tg_parallax_slide_content_subtitle{padding:0 20px 0 20px}.mc4wp-form-fields input[type=email],.mc4wp-form-fields input[type=submit]{width:100%}.mc4wp-form-fields input[type=submit]{margin-top:10px}.tg_fullscreen_gallery_preview_wrapper .slick-dots{display:none!important}.post_related h3{margin-bottom:0;margin-top:10px}.fullwidth_comment_wrapper{margin-top:0}.portfolio_classic_grid_wrapper{margin-bottom:40px}.text_alignright .elementor-column-wrap .elementor-widget-wrap .elementor-widget.elementor_mobile_nav{margin-left:auto}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header{display:none}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list-item a{padding-left:20px;padding-right:20px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header{left:20px}.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list{top:0;overflow:scroll;max-height:100%}.tg_flip_box_wrapper.square-flip .square-container2{padding:20px}.tg_fadeup_slider_wrapper li .content{height:auto}.service-grid-wrapper{width:100%!important;margin-bottom:20px}.service-grid-wrapper.has-no-space{margin-bottom:0}.mobile_static,.mobile_static .elementor-widget-container{position:relative!important;top:0!important;left:0!important;transform:translate(0,0)!important}.pricing-table-wrapper{width:100%!important;margin-bottom:20px}.discography_classic .music-container .cover .flip-card img,.discography_classic .music-container .cover img{max-width:none!important;height:100%!important}.testimonials-slider-wrapper .owl-carousel .owl-stage-outer{padding-bottom:40px}.mobile-static,.mobile-static .elementor-widget-container{position:relative!important;top:0!important;left:0!important;transform:translate(0,0)!important}.tg_navigation_wrapper.menu_style2 .nav li,.tg_navigation_wrapper.menu_style3 .nav li{padding:0}.timeline-wrapper .timeline-entry{width:calc(50% - 10px)}.timeline-wrapper .timeline-entry .timeline-title:before,.timeline-wrapper .timeline-entry:nth-child(2n) .timeline-title:before{right:-36px}.timeline-wrapper .timeline-entry:nth-child(2n) .timeline-title:before{left:-36px}}.filebird-gallery{display:flex;flex-wrap:wrap;margin:-10px}.filebird-gallery-item{box-sizing:border-box;padding:10px}.filebird-gallery-item img{width:100%;height:auto;display:block;transition:all 0.3s ease}.filebird-gallery-item a{display:block;overflow:hidden}.filebird-gallery-item a:hover img{transform:scale(1.05)}.filebird-gallery-error,.filebird-gallery-empty{padding:20px;background-color:#f7f7f7;border-radius:5px;text-align:center;color:#666;font-style:italic}@media (max-width:767px){.filebird-gallery-columns-4 .filebird-gallery-item,.filebird-gallery-columns-5 .filebird-gallery-item,.filebird-gallery-columns-6 .filebird-gallery-item{width:33.33%}}@media (max-width:480px){.filebird-gallery-columns-2 .filebird-gallery-item,.filebird-gallery-columns-3 .filebird-gallery-item,.filebird-gallery-columns-4 .filebird-gallery-item,.filebird-gallery-columns-5 .filebird-gallery-item,.filebird-gallery-columns-6 .filebird-gallery-item{width:50%}}@font-face{font-family:'Mulish';font-style:italic;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:italic;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-fe331780.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:italic;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-88a72b86.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:italic;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-6c21e7c8.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:italic;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-9308aae9.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:italic;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-52001322.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:200;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Mulish';font-style:normal;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-39f73985.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Mulish';font-style:normal;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-3a28aa7a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Mulish';font-style:normal;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-798bba32.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Mulish';font-style:normal;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-2d1d6a42.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Mulish';font-style:normal;font-weight:900;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/mulish-091b0c28.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-cc16b3c2.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-3c55d240.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-bc0e1477.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-d75da870.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-667edc35.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-5065b355.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ce678257.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-cc16b3c2.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-3c55d240.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-bc0e1477.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-d75da870.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-667edc35.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-5065b355.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ce678257.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-cc16b3c2.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-3c55d240.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-bc0e1477.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-d75da870.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-667edc35.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-5065b355.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ce678257.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-cc16b3c2.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-3c55d240.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-bc0e1477.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-d75da870.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-667edc35.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-5065b355.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ce678257.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-cc16b3c2.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-3c55d240.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-bc0e1477.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-d75da870.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-667edc35.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-5065b355.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:italic;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ce678257.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-2e0eb937.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ae447b6b.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-88770489.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-30095bda.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-fce4cc77.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-142de349.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-b6b45f34.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-2e0eb937.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ae447b6b.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-88770489.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-30095bda.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-fce4cc77.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-142de349.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-b6b45f34.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-2e0eb937.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ae447b6b.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-88770489.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-30095bda.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-fce4cc77.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-142de349.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-b6b45f34.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-2e0eb937.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ae447b6b.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-88770489.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-30095bda.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-fce4cc77.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-142de349.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-b6b45f34.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-2e0eb937.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-ae447b6b.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-88770489.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-30095bda.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-fce4cc77.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-142de349.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'EB Garamond';font-style:normal;font-weight:800;font-display:swap;src:url(https://restdev.ie/wp-content/uploads/elementor/google-fonts/fonts/ebgaramond-b6b45f34.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}