User Registration – Custom Registration Form, Login Form And User Profile For WordPress - Version 1.9.4

Version Description

  • 12/02/2021
  • Enhance - Limit username length.
  • Enhance - Limit Choice in checkbox field.
  • Enhance - Resend Verification Email to User from Admin.
  • Add - Filter to add new smart tags.
  • Dev - Learndash Compatibility.
  • Dev - Range field Compatibility.
  • Tweak - Woocommerce myaccount compatibility with prevent core login.
  • Fix - All In One SEO conflict with my account.
Download this release

Release Info

Developer wpeverestdev
Plugin Icon 128x128 User Registration – Custom Registration Form, Login Form And User Profile For WordPress
Version 1.9.4
Comparing to
See all releases

Code changes from version 1.9.3 to 1.9.4

assets/css/_fonts.scss CHANGED
@@ -30,15 +30,15 @@
30
 
31
  // Icon fonts
32
  @font-face {
33
- font-family: 'UserRegistration';
34
- src: url('../fonts/UserRegistration.eot?xd12po');
35
- src: url('../fonts/UserRegistration.eot?xd12po#iefix') format('embedded-opentype'),
36
- url('../fonts/UserRegistration.ttf?xd12po') format('truetype'),
37
- url('../fonts/UserRegistration.woff?xd12po') format('woff'),
38
- url('../fonts/UserRegistration.svg?xd12po#UserRegistration') format('svg');
39
- font-weight: normal;
40
- font-style: normal;
41
- font-display: block;
42
  }
43
 
44
  [class^='ur-icon-'],
@@ -98,7 +98,9 @@ $field-icons: (
98
  file-dollar: "\e025",
99
  code: "\e026",
100
  mailchimp: "\e027",
101
- credit-card: "\e028"
 
 
102
  );
103
 
104
  /* For each key in the map, creating own class */
30
 
31
  // Icon fonts
32
  @font-face {
33
+ font-family: 'UserRegistration';
34
+ src: url('../fonts/UserRegistration.eot?kjj80c');
35
+ src: url('../fonts/UserRegistration.eot?kjj80c#iefix') format('embedded-opentype'),
36
+ url('../fonts/UserRegistration.ttf?kjj80c') format('truetype'),
37
+ url('../fonts/UserRegistration.woff?kjj80c') format('woff'),
38
+ url('../fonts/UserRegistration.svg?kjj80c#UserRegistration') format('svg');
39
+ font-weight: normal;
40
+ font-style: normal;
41
+ font-display: block;
42
  }
43
 
44
  [class^='ur-icon-'],
98
  file-dollar: "\e025",
99
  code: "\e026",
100
  mailchimp: "\e027",
101
+ credit-card: "\e028",
102
+ range: "\e029",
103
+ course: "\e02a"
104
  );
105
 
106
  /* For each key in the map, creating own class */
assets/css/admin-rtl.css CHANGED
@@ -1,2 +1,2 @@
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
- @charset "UTF-8";.ur-d-none{display:none!important}.ur-d-inline{display:inline!important}.ur-d-inline-block{display:inline-block!important}.ur-d-block{display:block!important}.ur-d-table{display:table!important}.ur-d-table-row{display:table-row!important}.ur-d-table-cell{display:table-cell!important}.ur-d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.ur-d-sm-none{display:none!important}.ur-d-sm-inline{display:inline!important}.ur-d-sm-inline-block{display:inline-block!important}.ur-d-sm-block{display:block!important}.ur-d-sm-table{display:table!important}.ur-d-sm-table-row{display:table-row!important}.ur-d-sm-table-cell{display:table-cell!important}.ur-d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.ur-d-md-none{display:none!important}.ur-d-md-inline{display:inline!important}.ur-d-md-inline-block{display:inline-block!important}.ur-d-md-block{display:block!important}.ur-d-md-table{display:table!important}.ur-d-md-table-row{display:table-row!important}.ur-d-md-table-cell{display:table-cell!important}.ur-d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.ur-d-lg-none{display:none!important}.ur-d-lg-inline{display:inline!important}.ur-d-lg-inline-block{display:inline-block!important}.ur-d-lg-block{display:block!important}.ur-d-lg-table{display:table!important}.ur-d-lg-table-row{display:table-row!important}.ur-d-lg-table-cell{display:table-cell!important}.ur-d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.ur-d-xl-none{display:none!important}.ur-d-xl-inline{display:inline!important}.ur-d-xl-inline-block{display:inline-block!important}.ur-d-xl-block{display:block!important}.ur-d-xl-table{display:table!important}.ur-d-xl-table-row{display:table-row!important}.ur-d-xl-table-cell{display:table-cell!important}.ur-d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1400px){.ur-d-xxl-none{display:none!important}.ur-d-xxl-inline{display:inline!important}.ur-d-xxl-inline-block{display:inline-block!important}.ur-d-xxl-block{display:block!important}.ur-d-xxl-table{display:table!important}.ur-d-xxl-table-row{display:table-row!important}.ur-d-xxl-table-cell{display:table-cell!important}.ur-d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}.ur-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.ur-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-sm-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-sm-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.ur-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-md-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-md-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.ur-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-lg-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-lg-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.ur-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1400px){.ur-flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xxl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xxl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xxl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xxl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xxl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xxl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xxl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xxl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xxl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xxl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xxl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xxl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xxl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xxl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xxl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xxl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xxl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xxl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xxl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xxl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xxl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xxl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xxl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xxl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xxl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xxl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xxl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xxl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}.ur-ml-auto{margin-right:auto}.ur-mr-auto{margin-right:auto}.ur-h2,.ur-h3,.ur-h4{font-weight:600!important}.ur-h2{font-size:28px!important}.ur-h3{font-size:20px!important}.ur-h4{font-size:16px!important}.ur-text-center{text-align:center}.ur-text-right{text-align:left}.ur-text-muted{color:#b6bbcf}@font-face{font-family:UserRegistration;src:url(../fonts/UserRegistration.eot?xd12po);src:url(../fonts/UserRegistration.eot?xd12po#iefix) format("embedded-opentype"),url(../fonts/UserRegistration.ttf?xd12po) format("truetype"),url(../fonts/UserRegistration.woff?xd12po) format("woff"),url(../fonts/UserRegistration.svg?xd12po#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=' ur-icon-'],[class^=ur-icon-]{font-family:UserRegistration!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}.ur-icon-input-first-name::before{content:""}.ur-icon-input-last-name::before{content:""}.ur-icon-input-field::before{content:""}.ur-icon-input-password::before{content:""}.ur-icon-input-checkbox::before{content:""}.ur-icon-radio::before{content:""}.ur-icon-number::before{content:""}.ur-icon-phone::before{content:""}.ur-icon-calendar::before{content:""}.ur-icon-drop-down::before{content:""}.ur-icon-textarea::before{content:""}.ur-icon-email::before{content:""}.ur-icon-email-secondary::before{content:""}.ur-icon-email-confirm::before{content:""}.ur-icon-invite-codes::before{content:""}.ur-icon-password::before{content:""}.ur-icon-password-confirm::before{content:""}.ur-icon-user::before{content:""}.ur-icon-user-nickname::before{content:""}.ur-icon-user-display-name::before{content:""}.ur-icon-user-bio::before{content:""}.ur-icon-website::before{content:""}.ur-icon-flag::before{content:""}.ur-icon-map-one::before{content:""}.ur-icon-map-two::before{content:""}.ur-icon-zip-code::before{content:""}.ur-icon-select2::before{content:""}.ur-icon-multi-select::before{content:""}.ur-icon-section-title::before{content:""}.ur-icon-time-picker::before{content:""}.ur-icon-state::before{content:""}.ur-icon-buildings::before{content:""}.ur-icon-text-editor::before{content:""}.ur-icon-bill::before{content:""}.ur-icon-doc::before{content:""}.ur-icon-file-upload::before{content:""}.ur-icon-file-dollar::before{content:""}.ur-icon-code::before{content:""}.ur-icon-mailchimp::before{content:""}.ur-icon-credit-card::before{content:""}.user-registration-table{width:100%;background:#fff;border-collapse:collapse}.user-registration-table__column-md{width:40%}.user-registration-table__column-sm{width:20%}.user-registration-table__column-auto{width:1%;white-space:nowrap}.user-registration-table__img{height:40px;width:40px;border-radius:4px;overflow:hidden}.user-registration-table caption,.user-registration-table td,.user-registration-table th{padding:1rem .5rem;text-align:right;border-bottom:1px solid #dee0e9}.user-registration-table caption:first-child,.user-registration-table td:first-child,.user-registration-table th:first-child{padding-right:1rem}.user-registration-table caption:last-child,.user-registration-table td:last-child,.user-registration-table th:last-child{padding-left:1rem}.user-registration-table td{vertical-align:top}.user-registration-table caption,.user-registration-table th{font-size:14px;font-weight:500}.user-registration-table thead th{background:#fafafc}.user-registration-table input,.user-registration-table select,.user-registration-table textarea{width:100%;box-shadow:none;border-radius:4px}.ur-form-group{margin-bottom:16px}.ur-label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.swal2-container .user-registration-swal2-modal .swal2-input,.ur-input{display:block;width:100%;border:1px solid #dee0e9;border-radius:4px}.user-registration-custom-file{color:#676d8a;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.user-registration-custom-file input{position:absolute;z-index:2;width:100%;margin:0;opacity:0}.user-registration-custom-file__label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:2px 8px 2px 2px;background-color:#fff;border:1px solid #dee0e9;border-radius:4px;z-index:1}.user-registration-custom-file__button{margin-right:auto;display:inline-block;background:#676d8a;color:#fff;padding:6px 15px;border-radius:4px}.user-registration-custom-file+.help{margin-top:4px}.ur-form-field--sm{width:80px;-webkit-box-flex:0;-webkit-flex:0 0 80px;flex:0 0 80px}.user-registration-editable-title{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.user-registration-editable-title .user-registration-editable-title__icon{background:#dee0e9;color:#4c5477;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-radius:3px;margin-bottom:0}.user-registration-editable-title .user-registration-editable-title__icon::after{content:'';border-radius:3px;position:absolute;right:32px;left:calc(100% - 32px);height:32px;border-radius:3px 0 0 3px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.user-registration-editable-title .user-registration-editable-title__input{color:#2d3559;background:0 0;font-size:16px;font-weight:500;width:auto;height:32px;padding:4px 8px;pointer-events:none;border:1px solid transparent!important;border-radius:4px 0 0 4px;z-index:1}.user-registration-editable-title .user-registration-editable-title__input.is-editing{border-color:transparent;pointer-events:all}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon{color:#fff;background:#475bb2;border-radius:0 3px 3px 0}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon::after{top:0;left:0;border:1px solid #475bb2}.user-registration-editable-title .user-registration-editable-title__input:focus{box-shadow:none}.user-registration-switch{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.user-registration-switch input[type=checkbox]{display:none}.user-registration-switch input[type=checkbox].user-registration-switch__control{background:#676d8a;width:28px;height:18px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 28px;flex:0 0 28px;margin:0;position:relative;border:2px solid #676d8a;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease;box-sizing:border-box}.user-registration-switch input[type=checkbox].user-registration-switch__control::before{content:none}.user-registration-switch input[type=checkbox].user-registration-switch__control::after{display:inline-block;content:'';height:14px;width:14px;background:#fff;border-radius:50%;position:absolute;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease}.user-registration-switch input[type=checkbox]:checked{background:#37b24d;border-color:#37b24d}.user-registration-switch input[type=checkbox]:checked::after{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.user-registration-switch label{margin:0 8px 0 0!important}.user-registration input{border-color:#dee0e9}.user-registration .select2.select2-container{width:100%!important}.user-registration .select2-results__option .wrap:before{content:"\2610";width:25px;height:25px;padding-left:10px}.user-registration .select2-results__option[data-selected=true] .wrap:before{content:"\2714"}.user-registration .select2-drop,.user-registration .select2-dropdown{z-index:999999!important}.user-registration .select2-results{line-height:1.5em}.user-registration .select2-results .select2-results__group,.user-registration .select2-results .select2-results__option{margin:0;padding:8px}.user-registration .select2-dropdown{border-color:#dee0e9}.user-registration .select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.user-registration .select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.user-registration .select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.user-registration .select2-container .select2-selection{border-color:#dee0e9}.user-registration .select2-container .select2-search__field{min-width:20px}.user-registration .select2-container .select2-selection--single{height:32px}.user-registration .select2-container .select2-selection--single .select2-selection__rendered{display:block;line-height:32px;padding-left:24px}.user-registration .select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.user-registration .select2-container .select2-selection--multiple{min-height:28px;border-radius:4px;line-height:1.5;border:1px solid #ddd!important}.user-registration .select2-container .select2-selection--multiple li{margin:0}.user-registration .select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered{display:block}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin-top:4px;margin-left:4px;line-height:1.4}.user-registration .select2-container .select2-selection__clear{color:#999;margin-top:-1px}.user-registration .select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0;margin:0;line-height:1;min-height:26px;height:32px}.user-registration-badge{display:inline-block;font-size:1em;line-height:1;padding:4px 8px;border-radius:10px}.user-registration-badge.user-registration-badge--primary{background:#475bb2;color:#fff}.user-registration-badge.user-registration-badge--primary-subtle{background:#c4cbe7;color:#475bb2}.user-registration-badge.user-registration-badge--secondary{background:#676d8a;color:#fff}.user-registration-badge.user-registration-badge--secondary-subtle{background:#cbced9;color:#676d8a}.user-registration-badge.user-registration-badge--success{background:#37b24d;color:#fff}.user-registration-badge.user-registration-badge--success-subtle{background:#b4e8bd;color:#2b8b3c}.user-registration-badge.user-registration-badge--danger{background:#ff4149;color:#fff}.user-registration-badge.user-registration-badge--danger-subtle{background:#ffdadc;color:#ff4149}.user-registration-badge.user-registration-badge--warning{background:#ffba00;color:#fff}.user-registration-badge.user-registration-badge--warning-subtle{background:#ffeab3;color:#b38200}.user-registration-badge.user-registration-badge--info{background:#2ea2cc;color:#fff}.user-registration-badge.user-registration-badge--info-subtle{background:#bce2f0;color:#2991b7}.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;box-shadow:0 1px 3px rgba(182,187,207,.15)}.ur-form-container .button+.button,.ur-form-container .button+button,.ur-form-container button+.button,.ur-form-container button+button,.user-registration .button+.button,.user-registration .button+button,.user-registration button+.button,.user-registration button+button{margin-right:6px}.ur-form-container .button.button-icon,.ur-form-container button.button-icon,.user-registration .button.button-icon,.user-registration button.button-icon{width:32px;padding:0;text-align:center}.ur-form-container .button.button-icon .dashicons,.ur-form-container button.button-icon .dashicons,.user-registration .button.button-icon .dashicons,.user-registration button.button-icon .dashicons{line-height:.9;vertical-align:middle}.ur-form-container .button.button-icon svg,.ur-form-container button.button-icon svg,.user-registration .button.button-icon svg,.user-registration button.button-icon svg{display:block;margin:0 auto}.ur-form-container .button.button-icon-round,.ur-form-container button.button-icon-round,.user-registration .button.button-icon-round,.user-registration button.button-icon-round{border-radius:50%}.ur-form-container .button.is-active,.ur-form-container button.is-active,.user-registration .button.is-active,.user-registration button.is-active{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button.is-active:active,.ur-form-container .button.is-active:focus,.ur-form-container .button.is-active:hover,.ur-form-container button.is-active:active,.ur-form-container button.is-active:focus,.ur-form-container button.is-active:hover,.user-registration .button.is-active:active,.user-registration .button.is-active:focus,.user-registration .button.is-active:hover,.user-registration button.is-active:active,.user-registration button.is-active:focus,.user-registration button.is-active:hover{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button .ur-spinner,.ur-form-container button .ur-spinner,.user-registration .button .ur-spinner,.user-registration button .ur-spinner{width:16px;height:16px;margin-right:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-form-container .button-primary,.user-registration .button-primary{background:#475bb2;border-color:#475bb2;box-shadow:0 1px 0 #475bb2;text-shadow:none}.ur-form-container .button-primary:active,.ur-form-container .button-primary:focus,.ur-form-container .button-primary:hover,.user-registration .button-primary:active,.user-registration .button-primary:focus,.user-registration .button-primary:hover{background:#38488e;border-color:#38488e;box-shadow:0 1px 0 #38488e}.ur-form-container .button-primary:disabled,.user-registration .button-primary:disabled{color:#b2bae0!important;background:#697ac3!important;border-color:#697ac3!important}.ur-form-container .button-secondary,.user-registration .button-secondary{color:#2d3559;background:#dee0e9;border-color:#dee0e9;box-shadow:0 1px 0 #dee0e9}.ur-form-container .button-secondary:active,.ur-form-container .button-secondary:focus,.ur-form-container .button-secondary:hover,.user-registration .button-secondary:active,.user-registration .button-secondary:focus,.user-registration .button-secondary:hover{color:#2d3559;background:#b6bbcf;border-color:#b6bbcf}.ur-form-container .button-tertiary,.user-registration .button-tertiary{background:#fff;color:#2d3559;border:1px solid #dee0e9}.ur-form-container .button-tertiary:active,.ur-form-container .button-tertiary:focus,.ur-form-container .button-tertiary:hover,.user-registration .button-tertiary:active,.user-registration .button-tertiary:focus,.user-registration .button-tertiary:hover{background:#f0f1f5;border-color:#dee0e9}.ur-form-container .button-danger,.user-registration .button-danger{color:#fff;background:#ff4149;border-color:#ff4149;box-shadow:0 1px 0 #ff4149}.ur-form-container .button-danger:active,.ur-form-container .button-danger:focus,.ur-form-container .button-danger:hover,.user-registration .button-danger:active,.user-registration .button-danger:focus,.user-registration .button-danger:hover{color:#fff;background:#ee2a32;border-color:#ee2a32;box-shadow:0 1px 0 #ee2a32}.user-registration-button-group{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.user-registration-button-group .button:not(:first-child),.user-registration-button-group>button:not(:first-child){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.user-registration-button-group .button:not(:last-child),.user-registration-button-group>button:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.user-registration-button-group .button,.user-registration-button-group button{margin-left:0!important}.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#475bb2;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important;z-index:9}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.select2-container .ur-select-all-countries-button{margin:6px 6px 4px 3px}.select2-container .ur-unselect-all-countries-button{margin:6px 3px 4px}.user-registration-card{background:#fff;border-radius:4px;display:block;border:1px solid #dee0e9}.user-registration-card a{text-decoration:none}.user-registration-card__header{padding:16px 20px;border-bottom:1px solid #dee0e9}.user-registration-card__title{font-size:1.25em;line-height:1.3;margin:0}.user-registration-card__body{padding:20px}.user-registration-list-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-right:0;margin-bottom:0}.user-registration-list-group--flush>.user-registration-list-group__item{border-width:0 0 1px}.user-registration-list-group--flush>.user-registration-list-group__item:last-child{border-bottom-width:0}.user-registration-list-group--no-gutter .user-registration-list-group__item{padding-left:0;padding-right:0}.user-registration-list-group__item{position:relative;display:block;padding:1rem 1.25rem;background-color:transparent;border:1px solid #dee0e9}.user-registration-list-group__item:first-child{border-top-right-radius:8px;border-top-left-radius:8px}.user-registration-page.user-registration-modal-open{overflow:hidden}.user-registration-page.user-registration-modal-open .user-registration-modal{max-width:100%}.user-registration-modal{position:fixed;top:0;right:0;left:0;height:100%;width:100%;margin:0 auto!important;overflow-x:hidden;overflow-y:auto;z-index:999}.user-registration-modal .user-registration-modal__backdrop{position:fixed;right:0;top:0;background-color:rgba(45,53,89,.5);min-width:100%;min-height:100%;z-index:1}.user-registration-modal .user-registration-modal__content{background:#fff;position:relative;width:auto;margin:16px;border-radius:8px;z-index:99999;box-shadow:0 3px 25px 0 rgba(45,53,89,.4)}@media (min-width:576px){.user-registration-modal .user-registration-modal__content{max-width:500px;margin:24px auto}}@media (min-width:992px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg,.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:800px}}@media (min-width:1200px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:1140px}}.user-registration-modal .user-registration-modal__header{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;border-bottom:1px solid #dee0e9}.user-registration-modal .user-registration-modal__header .user-registration-modal__title{font-size:20px;line-height:1.4;margin:0;padding:0}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon{position:relative;display:block;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;margin-right:auto}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after,.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{content:'';height:2px;width:16px;display:block;position:absolute;top:50%;right:0;left:0;margin:0 auto;background:#b6bbcf}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.user-registration-modal .user-registration-modal__body{position:relative;padding:16px}.user-registration-modal .user-registration-modal__body #user-registration,.user-registration-modal .user-registration-modal__body .login,.user-registration-modal .user-registration-modal__body .user-registration{margin:0;padding:0;border:none}.user-registration-modal .user-registration-modal__footer{padding:16px;border-top:1px solid #dee0e9}.user-registration-modal .user-registration-modal__footer *{margin:4px}.swal2-container .user-registration-swal2-modal{padding:40px}.swal2-container .user-registration-swal2-modal .swal2-input{font-size:16px}.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line],.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line]{-webkit-animation:none;animation:none}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon{font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border-width:2px;border-radius:50%}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line]{height:3px;width:28px;top:50%;right:0;left:0;margin:0 auto}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left]{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right]{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line]{height:3px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:16px;top:56%;right:10px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:47%;width:32px;left:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line]{height:64px;width:32px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-75px;right:27px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-26px;right:82px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-ring{top:-3px;right:-2px;border-width:2px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-fix{height:64px;right:2px;left:0;margin:0 auto;top:-2px;bottom:0;width:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon::before{font-size:40px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title{color:#2d3559;font-size:24px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title .dashicons{color:#ff4149;font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border:2px solid #ff4149;border-radius:50%}.swal2-container .user-registration-swal2-modal__title{line-height:1.35;display:block}.swal2-container .user-registration-swal2-modal .swal2-content{color:#4c5477;font-size:1em;line-height:1.5}.swal2-container .user-registration-swal2-modal .swal2-actions button{margin-top:0;margin-bottom:0}.swal2-container .user-registration-swal2-modal--centered .swal2-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-bg-light{background-color:#f0f1f5}.ur-border{border:1px solid #dee0e9!important}.ur-border-top{border-top:1px solid #dee0e9!important}.ur-border-right{border-left:1px solid #dee0e9!important}.ur-border-bottom{border-bottom:1px solid #dee0e9!important}.ur-border-left{border-right:1px solid #dee0e9!important}.ur-border-0{border:0!important}.ur-border-top-0{border-top:0!important}.ur-border-right-0{border-left:0!important}.ur-border-bottom-0{border-bottom:0!important}.ur-border-left-0{border-right:0!important}.ur-m-0{margin:0!important}.ur-mt-0,.ur-my-0{margin-top:0!important}.ur-mr-0,.ur-mx-0{margin-left:0!important}.ur-mb-0,.ur-my-0{margin-bottom:0!important}.ur-ml-0,.ur-mx-0{margin-right:0!important}.ur-m-1{margin:4px!important}.ur-mt-1,.ur-my-1{margin-top:4px!important}.ur-mr-1,.ur-mx-1{margin-left:4px!important}.ur-mb-1,.ur-my-1{margin-bottom:4px!important}.ur-ml-1,.ur-mx-1{margin-right:4px!important}.ur-m-2{margin:8px!important}.ur-mt-2,.ur-my-2{margin-top:8px!important}.ur-mr-2,.ur-mx-2{margin-left:8px!important}.ur-mb-2,.ur-my-2{margin-bottom:8px!important}.ur-ml-2,.ur-mx-2{margin-right:8px!important}.ur-m-3{margin:12px!important}.ur-mt-3,.ur-my-3{margin-top:12px!important}.ur-mr-3,.ur-mx-3{margin-left:12px!important}.ur-mb-3,.ur-my-3{margin-bottom:12px!important}.ur-ml-3,.ur-mx-3{margin-right:12px!important}.ur-m-4{margin:16px!important}.ur-mt-4,.ur-my-4{margin-top:16px!important}.ur-mr-4,.ur-mx-4{margin-left:16px!important}.ur-mb-4,.ur-my-4{margin-bottom:16px!important}.ur-ml-4,.ur-mx-4{margin-right:16px!important}.ur-m-5{margin:20px!important}.ur-mt-5,.ur-my-5{margin-top:20px!important}.ur-mr-5,.ur-mx-5{margin-left:20px!important}.ur-mb-5,.ur-my-5{margin-bottom:20px!important}.ur-ml-5,.ur-mx-5{margin-right:20px!important}.ur-m-6{margin:24px!important}.ur-mt-6,.ur-my-6{margin-top:24px!important}.ur-mr-6,.ur-mx-6{margin-left:24px!important}.ur-mb-6,.ur-my-6{margin-bottom:24px!important}.ur-ml-6,.ur-mx-6{margin-right:24px!important}.ur-m-7{margin:28px!important}.ur-mt-7,.ur-my-7{margin-top:28px!important}.ur-mr-7,.ur-mx-7{margin-left:28px!important}.ur-mb-7,.ur-my-7{margin-bottom:28px!important}.ur-ml-7,.ur-mx-7{margin-right:28px!important}.ur-m-8{margin:32px!important}.ur-mt-8,.ur-my-8{margin-top:32px!important}.ur-mr-8,.ur-mx-8{margin-left:32px!important}.ur-mb-8,.ur-my-8{margin-bottom:32px!important}.ur-ml-8,.ur-mx-8{margin-right:32px!important}.ur-p-0{padding:0!important}.ur-pt-0,.ur-py-0{padding-top:0!important}.ur-pr-0,.ur-px-0{padding-left:0!important}.ur-pb-0,.ur-py-0{padding-bottom:0!important}.ur-pl-0,.ur-px-0{padding-right:0!important}.ur-p-1{padding:4px!important}.ur-pt-1,.ur-py-1{padding-top:4px!important}.ur-pr-1,.ur-px-1{padding-left:4px!important}.ur-pb-1,.ur-py-1{padding-bottom:4px!important}.ur-pl-1,.ur-px-1{padding-right:4px!important}.ur-p-2{padding:8px!important}.ur-pt-2,.ur-py-2{padding-top:8px!important}.ur-pr-2,.ur-px-2{padding-left:8px!important}.ur-pb-2,.ur-py-2{padding-bottom:8px!important}.ur-pl-2,.ur-px-2{padding-right:8px!important}.ur-p-3{padding:12px!important}.ur-pt-3,.ur-py-3{padding-top:12px!important}.ur-pr-3,.ur-px-3{padding-left:12px!important}.ur-pb-3,.ur-py-3{padding-bottom:12px!important}.ur-pl-3,.ur-px-3{padding-right:12px!important}.ur-p-4{padding:16px!important}.ur-pt-4,.ur-py-4{padding-top:16px!important}.ur-pr-4,.ur-px-4{padding-left:16px!important}.ur-pb-4,.ur-py-4{padding-bottom:16px!important}.ur-pl-4,.ur-px-4{padding-right:16px!important}.ur-p-5{padding:20px!important}.ur-pt-5,.ur-py-5{padding-top:20px!important}.ur-pr-5,.ur-px-5{padding-left:20px!important}.ur-pb-5,.ur-py-5{padding-bottom:20px!important}.ur-pl-5,.ur-px-5{padding-right:20px!important}.ur-p-6{padding:24px!important}.ur-pt-6,.ur-py-6{padding-top:24px!important}.ur-pr-6,.ur-px-6{padding-left:24px!important}.ur-pb-6,.ur-py-6{padding-bottom:24px!important}.ur-pl-6,.ur-px-6{padding-right:24px!important}.ur-p-7{padding:28px!important}.ur-pt-7,.ur-py-7{padding-top:28px!important}.ur-pr-7,.ur-px-7{padding-left:28px!important}.ur-pb-7,.ur-py-7{padding-bottom:28px!important}.ur-pl-7,.ur-px-7{padding-right:28px!important}.ur-p-8{padding:32px!important}.ur-pt-8,.ur-py-8{padding-top:32px!important}.ur-pr-8,.ur-px-8{padding-left:32px!important}.ur-pb-8,.ur-py-8{padding-bottom:32px!important}.ur-pl-8,.ur-px-8{padding-right:32px!important}.ur-m-n1{margin:-4px!important}.ur-mt-n1,.ur-my-n1{margin-top:-4px!important}.ur-mr-n1,.ur-mx-n1{margin-left:-4px!important}.ur-mb-n1,.ur-my-n1{margin-bottom:-4px!important}.ur-ml-n1,.ur-mx-n1{margin-right:-4px!important}.ur-m-n2{margin:-8px!important}.ur-mt-n2,.ur-my-n2{margin-top:-8px!important}.ur-mr-n2,.ur-mx-n2{margin-left:-8px!important}.ur-mb-n2,.ur-my-n2{margin-bottom:-8px!important}.ur-ml-n2,.ur-mx-n2{margin-right:-8px!important}.ur-m-n3{margin:-12px!important}.ur-mt-n3,.ur-my-n3{margin-top:-12px!important}.ur-mr-n3,.ur-mx-n3{margin-left:-12px!important}.ur-mb-n3,.ur-my-n3{margin-bottom:-12px!important}.ur-ml-n3,.ur-mx-n3{margin-right:-12px!important}.ur-m-n4{margin:-16px!important}.ur-mt-n4,.ur-my-n4{margin-top:-16px!important}.ur-mr-n4,.ur-mx-n4{margin-left:-16px!important}.ur-mb-n4,.ur-my-n4{margin-bottom:-16px!important}.ur-ml-n4,.ur-mx-n4{margin-right:-16px!important}.ur-m-n5{margin:-20px!important}.ur-mt-n5,.ur-my-n5{margin-top:-20px!important}.ur-mr-n5,.ur-mx-n5{margin-left:-20px!important}.ur-mb-n5,.ur-my-n5{margin-bottom:-20px!important}.ur-ml-n5,.ur-mx-n5{margin-right:-20px!important}.ur-m-n6{margin:-24px!important}.ur-mt-n6,.ur-my-n6{margin-top:-24px!important}.ur-mr-n6,.ur-mx-n6{margin-left:-24px!important}.ur-mb-n6,.ur-my-n6{margin-bottom:-24px!important}.ur-ml-n6,.ur-mx-n6{margin-right:-24px!important}.ur-m-n7{margin:-28px!important}.ur-mt-n7,.ur-my-n7{margin-top:-28px!important}.ur-mr-n7,.ur-mx-n7{margin-left:-28px!important}.ur-mb-n7,.ur-my-n7{margin-bottom:-28px!important}.ur-ml-n7,.ur-mx-n7{margin-right:-28px!important}.ur-m-n8{margin:-32px!important}.ur-mt-n8,.ur-my-n8{margin-top:-32px!important}.ur-mr-n8,.ur-mx-n8{margin-left:-32px!important}.ur-mb-n8,.ur-my-n8{margin-bottom:-32px!important}.ur-ml-n8,.ur-mx-n8{margin-right:-32px!important}.ur-m-auto{margin:auto!important}.ur-mt-auto,.ur-my-auto{margin-top:auto!important}.ur-mr-auto,.ur-mx-auto{margin-left:auto!important}.ur-mb-auto,.ur-my-auto{margin-bottom:auto!important}.ur-ml-auto,.ur-mx-auto{margin-right:auto!important}@media (min-width:576px){.ur-m-sm-0{margin:0!important}.ur-mt-sm-0,.ur-my-sm-0{margin-top:0!important}.ur-mr-sm-0,.ur-mx-sm-0{margin-left:0!important}.ur-mb-sm-0,.ur-my-sm-0{margin-bottom:0!important}.ur-ml-sm-0,.ur-mx-sm-0{margin-right:0!important}.ur-m-sm-1{margin:4px!important}.ur-mt-sm-1,.ur-my-sm-1{margin-top:4px!important}.ur-mr-sm-1,.ur-mx-sm-1{margin-left:4px!important}.ur-mb-sm-1,.ur-my-sm-1{margin-bottom:4px!important}.ur-ml-sm-1,.ur-mx-sm-1{margin-right:4px!important}.ur-m-sm-2{margin:8px!important}.ur-mt-sm-2,.ur-my-sm-2{margin-top:8px!important}.ur-mr-sm-2,.ur-mx-sm-2{margin-left:8px!important}.ur-mb-sm-2,.ur-my-sm-2{margin-bottom:8px!important}.ur-ml-sm-2,.ur-mx-sm-2{margin-right:8px!important}.ur-m-sm-3{margin:12px!important}.ur-mt-sm-3,.ur-my-sm-3{margin-top:12px!important}.ur-mr-sm-3,.ur-mx-sm-3{margin-left:12px!important}.ur-mb-sm-3,.ur-my-sm-3{margin-bottom:12px!important}.ur-ml-sm-3,.ur-mx-sm-3{margin-right:12px!important}.ur-m-sm-4{margin:16px!important}.ur-mt-sm-4,.ur-my-sm-4{margin-top:16px!important}.ur-mr-sm-4,.ur-mx-sm-4{margin-left:16px!important}.ur-mb-sm-4,.ur-my-sm-4{margin-bottom:16px!important}.ur-ml-sm-4,.ur-mx-sm-4{margin-right:16px!important}.ur-m-sm-5{margin:20px!important}.ur-mt-sm-5,.ur-my-sm-5{margin-top:20px!important}.ur-mr-sm-5,.ur-mx-sm-5{margin-left:20px!important}.ur-mb-sm-5,.ur-my-sm-5{margin-bottom:20px!important}.ur-ml-sm-5,.ur-mx-sm-5{margin-right:20px!important}.ur-m-sm-6{margin:24px!important}.ur-mt-sm-6,.ur-my-sm-6{margin-top:24px!important}.ur-mr-sm-6,.ur-mx-sm-6{margin-left:24px!important}.ur-mb-sm-6,.ur-my-sm-6{margin-bottom:24px!important}.ur-ml-sm-6,.ur-mx-sm-6{margin-right:24px!important}.ur-m-sm-7{margin:28px!important}.ur-mt-sm-7,.ur-my-sm-7{margin-top:28px!important}.ur-mr-sm-7,.ur-mx-sm-7{margin-left:28px!important}.ur-mb-sm-7,.ur-my-sm-7{margin-bottom:28px!important}.ur-ml-sm-7,.ur-mx-sm-7{margin-right:28px!important}.ur-m-sm-8{margin:32px!important}.ur-mt-sm-8,.ur-my-sm-8{margin-top:32px!important}.ur-mr-sm-8,.ur-mx-sm-8{margin-left:32px!important}.ur-mb-sm-8,.ur-my-sm-8{margin-bottom:32px!important}.ur-ml-sm-8,.ur-mx-sm-8{margin-right:32px!important}.ur-p-sm-0{padding:0!important}.ur-pt-sm-0,.ur-py-sm-0{padding-top:0!important}.ur-pr-sm-0,.ur-px-sm-0{padding-left:0!important}.ur-pb-sm-0,.ur-py-sm-0{padding-bottom:0!important}.ur-pl-sm-0,.ur-px-sm-0{padding-right:0!important}.ur-p-sm-1{padding:4px!important}.ur-pt-sm-1,.ur-py-sm-1{padding-top:4px!important}.ur-pr-sm-1,.ur-px-sm-1{padding-left:4px!important}.ur-pb-sm-1,.ur-py-sm-1{padding-bottom:4px!important}.ur-pl-sm-1,.ur-px-sm-1{padding-right:4px!important}.ur-p-sm-2{padding:8px!important}.ur-pt-sm-2,.ur-py-sm-2{padding-top:8px!important}.ur-pr-sm-2,.ur-px-sm-2{padding-left:8px!important}.ur-pb-sm-2,.ur-py-sm-2{padding-bottom:8px!important}.ur-pl-sm-2,.ur-px-sm-2{padding-right:8px!important}.ur-p-sm-3{padding:12px!important}.ur-pt-sm-3,.ur-py-sm-3{padding-top:12px!important}.ur-pr-sm-3,.ur-px-sm-3{padding-left:12px!important}.ur-pb-sm-3,.ur-py-sm-3{padding-bottom:12px!important}.ur-pl-sm-3,.ur-px-sm-3{padding-right:12px!important}.ur-p-sm-4{padding:16px!important}.ur-pt-sm-4,.ur-py-sm-4{padding-top:16px!important}.ur-pr-sm-4,.ur-px-sm-4{padding-left:16px!important}.ur-pb-sm-4,.ur-py-sm-4{padding-bottom:16px!important}.ur-pl-sm-4,.ur-px-sm-4{padding-right:16px!important}.ur-p-sm-5{padding:20px!important}.ur-pt-sm-5,.ur-py-sm-5{padding-top:20px!important}.ur-pr-sm-5,.ur-px-sm-5{padding-left:20px!important}.ur-pb-sm-5,.ur-py-sm-5{padding-bottom:20px!important}.ur-pl-sm-5,.ur-px-sm-5{padding-right:20px!important}.ur-p-sm-6{padding:24px!important}.ur-pt-sm-6,.ur-py-sm-6{padding-top:24px!important}.ur-pr-sm-6,.ur-px-sm-6{padding-left:24px!important}.ur-pb-sm-6,.ur-py-sm-6{padding-bottom:24px!important}.ur-pl-sm-6,.ur-px-sm-6{padding-right:24px!important}.ur-p-sm-7{padding:28px!important}.ur-pt-sm-7,.ur-py-sm-7{padding-top:28px!important}.ur-pr-sm-7,.ur-px-sm-7{padding-left:28px!important}.ur-pb-sm-7,.ur-py-sm-7{padding-bottom:28px!important}.ur-pl-sm-7,.ur-px-sm-7{padding-right:28px!important}.ur-p-sm-8{padding:32px!important}.ur-pt-sm-8,.ur-py-sm-8{padding-top:32px!important}.ur-pr-sm-8,.ur-px-sm-8{padding-left:32px!important}.ur-pb-sm-8,.ur-py-sm-8{padding-bottom:32px!important}.ur-pl-sm-8,.ur-px-sm-8{padding-right:32px!important}.ur-m-sm-n1{margin:-4px!important}.ur-mt-sm-n1,.ur-my-sm-n1{margin-top:-4px!important}.ur-mr-sm-n1,.ur-mx-sm-n1{margin-left:-4px!important}.ur-mb-sm-n1,.ur-my-sm-n1{margin-bottom:-4px!important}.ur-ml-sm-n1,.ur-mx-sm-n1{margin-right:-4px!important}.ur-m-sm-n2{margin:-8px!important}.ur-mt-sm-n2,.ur-my-sm-n2{margin-top:-8px!important}.ur-mr-sm-n2,.ur-mx-sm-n2{margin-left:-8px!important}.ur-mb-sm-n2,.ur-my-sm-n2{margin-bottom:-8px!important}.ur-ml-sm-n2,.ur-mx-sm-n2{margin-right:-8px!important}.ur-m-sm-n3{margin:-12px!important}.ur-mt-sm-n3,.ur-my-sm-n3{margin-top:-12px!important}.ur-mr-sm-n3,.ur-mx-sm-n3{margin-left:-12px!important}.ur-mb-sm-n3,.ur-my-sm-n3{margin-bottom:-12px!important}.ur-ml-sm-n3,.ur-mx-sm-n3{margin-right:-12px!important}.ur-m-sm-n4{margin:-16px!important}.ur-mt-sm-n4,.ur-my-sm-n4{margin-top:-16px!important}.ur-mr-sm-n4,.ur-mx-sm-n4{margin-left:-16px!important}.ur-mb-sm-n4,.ur-my-sm-n4{margin-bottom:-16px!important}.ur-ml-sm-n4,.ur-mx-sm-n4{margin-right:-16px!important}.ur-m-sm-n5{margin:-20px!important}.ur-mt-sm-n5,.ur-my-sm-n5{margin-top:-20px!important}.ur-mr-sm-n5,.ur-mx-sm-n5{margin-left:-20px!important}.ur-mb-sm-n5,.ur-my-sm-n5{margin-bottom:-20px!important}.ur-ml-sm-n5,.ur-mx-sm-n5{margin-right:-20px!important}.ur-m-sm-n6{margin:-24px!important}.ur-mt-sm-n6,.ur-my-sm-n6{margin-top:-24px!important}.ur-mr-sm-n6,.ur-mx-sm-n6{margin-left:-24px!important}.ur-mb-sm-n6,.ur-my-sm-n6{margin-bottom:-24px!important}.ur-ml-sm-n6,.ur-mx-sm-n6{margin-right:-24px!important}.ur-m-sm-n7{margin:-28px!important}.ur-mt-sm-n7,.ur-my-sm-n7{margin-top:-28px!important}.ur-mr-sm-n7,.ur-mx-sm-n7{margin-left:-28px!important}.ur-mb-sm-n7,.ur-my-sm-n7{margin-bottom:-28px!important}.ur-ml-sm-n7,.ur-mx-sm-n7{margin-right:-28px!important}.ur-m-sm-n8{margin:-32px!important}.ur-mt-sm-n8,.ur-my-sm-n8{margin-top:-32px!important}.ur-mr-sm-n8,.ur-mx-sm-n8{margin-left:-32px!important}.ur-mb-sm-n8,.ur-my-sm-n8{margin-bottom:-32px!important}.ur-ml-sm-n8,.ur-mx-sm-n8{margin-right:-32px!important}.ur-m-sm-auto{margin:auto!important}.ur-mt-sm-auto,.ur-my-sm-auto{margin-top:auto!important}.ur-mr-sm-auto,.ur-mx-sm-auto{margin-left:auto!important}.ur-mb-sm-auto,.ur-my-sm-auto{margin-bottom:auto!important}.ur-ml-sm-auto,.ur-mx-sm-auto{margin-right:auto!important}}@media (min-width:768px){.ur-m-md-0{margin:0!important}.ur-mt-md-0,.ur-my-md-0{margin-top:0!important}.ur-mr-md-0,.ur-mx-md-0{margin-left:0!important}.ur-mb-md-0,.ur-my-md-0{margin-bottom:0!important}.ur-ml-md-0,.ur-mx-md-0{margin-right:0!important}.ur-m-md-1{margin:4px!important}.ur-mt-md-1,.ur-my-md-1{margin-top:4px!important}.ur-mr-md-1,.ur-mx-md-1{margin-left:4px!important}.ur-mb-md-1,.ur-my-md-1{margin-bottom:4px!important}.ur-ml-md-1,.ur-mx-md-1{margin-right:4px!important}.ur-m-md-2{margin:8px!important}.ur-mt-md-2,.ur-my-md-2{margin-top:8px!important}.ur-mr-md-2,.ur-mx-md-2{margin-left:8px!important}.ur-mb-md-2,.ur-my-md-2{margin-bottom:8px!important}.ur-ml-md-2,.ur-mx-md-2{margin-right:8px!important}.ur-m-md-3{margin:12px!important}.ur-mt-md-3,.ur-my-md-3{margin-top:12px!important}.ur-mr-md-3,.ur-mx-md-3{margin-left:12px!important}.ur-mb-md-3,.ur-my-md-3{margin-bottom:12px!important}.ur-ml-md-3,.ur-mx-md-3{margin-right:12px!important}.ur-m-md-4{margin:16px!important}.ur-mt-md-4,.ur-my-md-4{margin-top:16px!important}.ur-mr-md-4,.ur-mx-md-4{margin-left:16px!important}.ur-mb-md-4,.ur-my-md-4{margin-bottom:16px!important}.ur-ml-md-4,.ur-mx-md-4{margin-right:16px!important}.ur-m-md-5{margin:20px!important}.ur-mt-md-5,.ur-my-md-5{margin-top:20px!important}.ur-mr-md-5,.ur-mx-md-5{margin-left:20px!important}.ur-mb-md-5,.ur-my-md-5{margin-bottom:20px!important}.ur-ml-md-5,.ur-mx-md-5{margin-right:20px!important}.ur-m-md-6{margin:24px!important}.ur-mt-md-6,.ur-my-md-6{margin-top:24px!important}.ur-mr-md-6,.ur-mx-md-6{margin-left:24px!important}.ur-mb-md-6,.ur-my-md-6{margin-bottom:24px!important}.ur-ml-md-6,.ur-mx-md-6{margin-right:24px!important}.ur-m-md-7{margin:28px!important}.ur-mt-md-7,.ur-my-md-7{margin-top:28px!important}.ur-mr-md-7,.ur-mx-md-7{margin-left:28px!important}.ur-mb-md-7,.ur-my-md-7{margin-bottom:28px!important}.ur-ml-md-7,.ur-mx-md-7{margin-right:28px!important}.ur-m-md-8{margin:32px!important}.ur-mt-md-8,.ur-my-md-8{margin-top:32px!important}.ur-mr-md-8,.ur-mx-md-8{margin-left:32px!important}.ur-mb-md-8,.ur-my-md-8{margin-bottom:32px!important}.ur-ml-md-8,.ur-mx-md-8{margin-right:32px!important}.ur-p-md-0{padding:0!important}.ur-pt-md-0,.ur-py-md-0{padding-top:0!important}.ur-pr-md-0,.ur-px-md-0{padding-left:0!important}.ur-pb-md-0,.ur-py-md-0{padding-bottom:0!important}.ur-pl-md-0,.ur-px-md-0{padding-right:0!important}.ur-p-md-1{padding:4px!important}.ur-pt-md-1,.ur-py-md-1{padding-top:4px!important}.ur-pr-md-1,.ur-px-md-1{padding-left:4px!important}.ur-pb-md-1,.ur-py-md-1{padding-bottom:4px!important}.ur-pl-md-1,.ur-px-md-1{padding-right:4px!important}.ur-p-md-2{padding:8px!important}.ur-pt-md-2,.ur-py-md-2{padding-top:8px!important}.ur-pr-md-2,.ur-px-md-2{padding-left:8px!important}.ur-pb-md-2,.ur-py-md-2{padding-bottom:8px!important}.ur-pl-md-2,.ur-px-md-2{padding-right:8px!important}.ur-p-md-3{padding:12px!important}.ur-pt-md-3,.ur-py-md-3{padding-top:12px!important}.ur-pr-md-3,.ur-px-md-3{padding-left:12px!important}.ur-pb-md-3,.ur-py-md-3{padding-bottom:12px!important}.ur-pl-md-3,.ur-px-md-3{padding-right:12px!important}.ur-p-md-4{padding:16px!important}.ur-pt-md-4,.ur-py-md-4{padding-top:16px!important}.ur-pr-md-4,.ur-px-md-4{padding-left:16px!important}.ur-pb-md-4,.ur-py-md-4{padding-bottom:16px!important}.ur-pl-md-4,.ur-px-md-4{padding-right:16px!important}.ur-p-md-5{padding:20px!important}.ur-pt-md-5,.ur-py-md-5{padding-top:20px!important}.ur-pr-md-5,.ur-px-md-5{padding-left:20px!important}.ur-pb-md-5,.ur-py-md-5{padding-bottom:20px!important}.ur-pl-md-5,.ur-px-md-5{padding-right:20px!important}.ur-p-md-6{padding:24px!important}.ur-pt-md-6,.ur-py-md-6{padding-top:24px!important}.ur-pr-md-6,.ur-px-md-6{padding-left:24px!important}.ur-pb-md-6,.ur-py-md-6{padding-bottom:24px!important}.ur-pl-md-6,.ur-px-md-6{padding-right:24px!important}.ur-p-md-7{padding:28px!important}.ur-pt-md-7,.ur-py-md-7{padding-top:28px!important}.ur-pr-md-7,.ur-px-md-7{padding-left:28px!important}.ur-pb-md-7,.ur-py-md-7{padding-bottom:28px!important}.ur-pl-md-7,.ur-px-md-7{padding-right:28px!important}.ur-p-md-8{padding:32px!important}.ur-pt-md-8,.ur-py-md-8{padding-top:32px!important}.ur-pr-md-8,.ur-px-md-8{padding-left:32px!important}.ur-pb-md-8,.ur-py-md-8{padding-bottom:32px!important}.ur-pl-md-8,.ur-px-md-8{padding-right:32px!important}.ur-m-md-n1{margin:-4px!important}.ur-mt-md-n1,.ur-my-md-n1{margin-top:-4px!important}.ur-mr-md-n1,.ur-mx-md-n1{margin-left:-4px!important}.ur-mb-md-n1,.ur-my-md-n1{margin-bottom:-4px!important}.ur-ml-md-n1,.ur-mx-md-n1{margin-right:-4px!important}.ur-m-md-n2{margin:-8px!important}.ur-mt-md-n2,.ur-my-md-n2{margin-top:-8px!important}.ur-mr-md-n2,.ur-mx-md-n2{margin-left:-8px!important}.ur-mb-md-n2,.ur-my-md-n2{margin-bottom:-8px!important}.ur-ml-md-n2,.ur-mx-md-n2{margin-right:-8px!important}.ur-m-md-n3{margin:-12px!important}.ur-mt-md-n3,.ur-my-md-n3{margin-top:-12px!important}.ur-mr-md-n3,.ur-mx-md-n3{margin-left:-12px!important}.ur-mb-md-n3,.ur-my-md-n3{margin-bottom:-12px!important}.ur-ml-md-n3,.ur-mx-md-n3{margin-right:-12px!important}.ur-m-md-n4{margin:-16px!important}.ur-mt-md-n4,.ur-my-md-n4{margin-top:-16px!important}.ur-mr-md-n4,.ur-mx-md-n4{margin-left:-16px!important}.ur-mb-md-n4,.ur-my-md-n4{margin-bottom:-16px!important}.ur-ml-md-n4,.ur-mx-md-n4{margin-right:-16px!important}.ur-m-md-n5{margin:-20px!important}.ur-mt-md-n5,.ur-my-md-n5{margin-top:-20px!important}.ur-mr-md-n5,.ur-mx-md-n5{margin-left:-20px!important}.ur-mb-md-n5,.ur-my-md-n5{margin-bottom:-20px!important}.ur-ml-md-n5,.ur-mx-md-n5{margin-right:-20px!important}.ur-m-md-n6{margin:-24px!important}.ur-mt-md-n6,.ur-my-md-n6{margin-top:-24px!important}.ur-mr-md-n6,.ur-mx-md-n6{margin-left:-24px!important}.ur-mb-md-n6,.ur-my-md-n6{margin-bottom:-24px!important}.ur-ml-md-n6,.ur-mx-md-n6{margin-right:-24px!important}.ur-m-md-n7{margin:-28px!important}.ur-mt-md-n7,.ur-my-md-n7{margin-top:-28px!important}.ur-mr-md-n7,.ur-mx-md-n7{margin-left:-28px!important}.ur-mb-md-n7,.ur-my-md-n7{margin-bottom:-28px!important}.ur-ml-md-n7,.ur-mx-md-n7{margin-right:-28px!important}.ur-m-md-n8{margin:-32px!important}.ur-mt-md-n8,.ur-my-md-n8{margin-top:-32px!important}.ur-mr-md-n8,.ur-mx-md-n8{margin-left:-32px!important}.ur-mb-md-n8,.ur-my-md-n8{margin-bottom:-32px!important}.ur-ml-md-n8,.ur-mx-md-n8{margin-right:-32px!important}.ur-m-md-auto{margin:auto!important}.ur-mt-md-auto,.ur-my-md-auto{margin-top:auto!important}.ur-mr-md-auto,.ur-mx-md-auto{margin-left:auto!important}.ur-mb-md-auto,.ur-my-md-auto{margin-bottom:auto!important}.ur-ml-md-auto,.ur-mx-md-auto{margin-right:auto!important}}@media (min-width:992px){.ur-m-lg-0{margin:0!important}.ur-mt-lg-0,.ur-my-lg-0{margin-top:0!important}.ur-mr-lg-0,.ur-mx-lg-0{margin-left:0!important}.ur-mb-lg-0,.ur-my-lg-0{margin-bottom:0!important}.ur-ml-lg-0,.ur-mx-lg-0{margin-right:0!important}.ur-m-lg-1{margin:4px!important}.ur-mt-lg-1,.ur-my-lg-1{margin-top:4px!important}.ur-mr-lg-1,.ur-mx-lg-1{margin-left:4px!important}.ur-mb-lg-1,.ur-my-lg-1{margin-bottom:4px!important}.ur-ml-lg-1,.ur-mx-lg-1{margin-right:4px!important}.ur-m-lg-2{margin:8px!important}.ur-mt-lg-2,.ur-my-lg-2{margin-top:8px!important}.ur-mr-lg-2,.ur-mx-lg-2{margin-left:8px!important}.ur-mb-lg-2,.ur-my-lg-2{margin-bottom:8px!important}.ur-ml-lg-2,.ur-mx-lg-2{margin-right:8px!important}.ur-m-lg-3{margin:12px!important}.ur-mt-lg-3,.ur-my-lg-3{margin-top:12px!important}.ur-mr-lg-3,.ur-mx-lg-3{margin-left:12px!important}.ur-mb-lg-3,.ur-my-lg-3{margin-bottom:12px!important}.ur-ml-lg-3,.ur-mx-lg-3{margin-right:12px!important}.ur-m-lg-4{margin:16px!important}.ur-mt-lg-4,.ur-my-lg-4{margin-top:16px!important}.ur-mr-lg-4,.ur-mx-lg-4{margin-left:16px!important}.ur-mb-lg-4,.ur-my-lg-4{margin-bottom:16px!important}.ur-ml-lg-4,.ur-mx-lg-4{margin-right:16px!important}.ur-m-lg-5{margin:20px!important}.ur-mt-lg-5,.ur-my-lg-5{margin-top:20px!important}.ur-mr-lg-5,.ur-mx-lg-5{margin-left:20px!important}.ur-mb-lg-5,.ur-my-lg-5{margin-bottom:20px!important}.ur-ml-lg-5,.ur-mx-lg-5{margin-right:20px!important}.ur-m-lg-6{margin:24px!important}.ur-mt-lg-6,.ur-my-lg-6{margin-top:24px!important}.ur-mr-lg-6,.ur-mx-lg-6{margin-left:24px!important}.ur-mb-lg-6,.ur-my-lg-6{margin-bottom:24px!important}.ur-ml-lg-6,.ur-mx-lg-6{margin-right:24px!important}.ur-m-lg-7{margin:28px!important}.ur-mt-lg-7,.ur-my-lg-7{margin-top:28px!important}.ur-mr-lg-7,.ur-mx-lg-7{margin-left:28px!important}.ur-mb-lg-7,.ur-my-lg-7{margin-bottom:28px!important}.ur-ml-lg-7,.ur-mx-lg-7{margin-right:28px!important}.ur-m-lg-8{margin:32px!important}.ur-mt-lg-8,.ur-my-lg-8{margin-top:32px!important}.ur-mr-lg-8,.ur-mx-lg-8{margin-left:32px!important}.ur-mb-lg-8,.ur-my-lg-8{margin-bottom:32px!important}.ur-ml-lg-8,.ur-mx-lg-8{margin-right:32px!important}.ur-p-lg-0{padding:0!important}.ur-pt-lg-0,.ur-py-lg-0{padding-top:0!important}.ur-pr-lg-0,.ur-px-lg-0{padding-left:0!important}.ur-pb-lg-0,.ur-py-lg-0{padding-bottom:0!important}.ur-pl-lg-0,.ur-px-lg-0{padding-right:0!important}.ur-p-lg-1{padding:4px!important}.ur-pt-lg-1,.ur-py-lg-1{padding-top:4px!important}.ur-pr-lg-1,.ur-px-lg-1{padding-left:4px!important}.ur-pb-lg-1,.ur-py-lg-1{padding-bottom:4px!important}.ur-pl-lg-1,.ur-px-lg-1{padding-right:4px!important}.ur-p-lg-2{padding:8px!important}.ur-pt-lg-2,.ur-py-lg-2{padding-top:8px!important}.ur-pr-lg-2,.ur-px-lg-2{padding-left:8px!important}.ur-pb-lg-2,.ur-py-lg-2{padding-bottom:8px!important}.ur-pl-lg-2,.ur-px-lg-2{padding-right:8px!important}.ur-p-lg-3{padding:12px!important}.ur-pt-lg-3,.ur-py-lg-3{padding-top:12px!important}.ur-pr-lg-3,.ur-px-lg-3{padding-left:12px!important}.ur-pb-lg-3,.ur-py-lg-3{padding-bottom:12px!important}.ur-pl-lg-3,.ur-px-lg-3{padding-right:12px!important}.ur-p-lg-4{padding:16px!important}.ur-pt-lg-4,.ur-py-lg-4{padding-top:16px!important}.ur-pr-lg-4,.ur-px-lg-4{padding-left:16px!important}.ur-pb-lg-4,.ur-py-lg-4{padding-bottom:16px!important}.ur-pl-lg-4,.ur-px-lg-4{padding-right:16px!important}.ur-p-lg-5{padding:20px!important}.ur-pt-lg-5,.ur-py-lg-5{padding-top:20px!important}.ur-pr-lg-5,.ur-px-lg-5{padding-left:20px!important}.ur-pb-lg-5,.ur-py-lg-5{padding-bottom:20px!important}.ur-pl-lg-5,.ur-px-lg-5{padding-right:20px!important}.ur-p-lg-6{padding:24px!important}.ur-pt-lg-6,.ur-py-lg-6{padding-top:24px!important}.ur-pr-lg-6,.ur-px-lg-6{padding-left:24px!important}.ur-pb-lg-6,.ur-py-lg-6{padding-bottom:24px!important}.ur-pl-lg-6,.ur-px-lg-6{padding-right:24px!important}.ur-p-lg-7{padding:28px!important}.ur-pt-lg-7,.ur-py-lg-7{padding-top:28px!important}.ur-pr-lg-7,.ur-px-lg-7{padding-left:28px!important}.ur-pb-lg-7,.ur-py-lg-7{padding-bottom:28px!important}.ur-pl-lg-7,.ur-px-lg-7{padding-right:28px!important}.ur-p-lg-8{padding:32px!important}.ur-pt-lg-8,.ur-py-lg-8{padding-top:32px!important}.ur-pr-lg-8,.ur-px-lg-8{padding-left:32px!important}.ur-pb-lg-8,.ur-py-lg-8{padding-bottom:32px!important}.ur-pl-lg-8,.ur-px-lg-8{padding-right:32px!important}.ur-m-lg-n1{margin:-4px!important}.ur-mt-lg-n1,.ur-my-lg-n1{margin-top:-4px!important}.ur-mr-lg-n1,.ur-mx-lg-n1{margin-left:-4px!important}.ur-mb-lg-n1,.ur-my-lg-n1{margin-bottom:-4px!important}.ur-ml-lg-n1,.ur-mx-lg-n1{margin-right:-4px!important}.ur-m-lg-n2{margin:-8px!important}.ur-mt-lg-n2,.ur-my-lg-n2{margin-top:-8px!important}.ur-mr-lg-n2,.ur-mx-lg-n2{margin-left:-8px!important}.ur-mb-lg-n2,.ur-my-lg-n2{margin-bottom:-8px!important}.ur-ml-lg-n2,.ur-mx-lg-n2{margin-right:-8px!important}.ur-m-lg-n3{margin:-12px!important}.ur-mt-lg-n3,.ur-my-lg-n3{margin-top:-12px!important}.ur-mr-lg-n3,.ur-mx-lg-n3{margin-left:-12px!important}.ur-mb-lg-n3,.ur-my-lg-n3{margin-bottom:-12px!important}.ur-ml-lg-n3,.ur-mx-lg-n3{margin-right:-12px!important}.ur-m-lg-n4{margin:-16px!important}.ur-mt-lg-n4,.ur-my-lg-n4{margin-top:-16px!important}.ur-mr-lg-n4,.ur-mx-lg-n4{margin-left:-16px!important}.ur-mb-lg-n4,.ur-my-lg-n4{margin-bottom:-16px!important}.ur-ml-lg-n4,.ur-mx-lg-n4{margin-right:-16px!important}.ur-m-lg-n5{margin:-20px!important}.ur-mt-lg-n5,.ur-my-lg-n5{margin-top:-20px!important}.ur-mr-lg-n5,.ur-mx-lg-n5{margin-left:-20px!important}.ur-mb-lg-n5,.ur-my-lg-n5{margin-bottom:-20px!important}.ur-ml-lg-n5,.ur-mx-lg-n5{margin-right:-20px!important}.ur-m-lg-n6{margin:-24px!important}.ur-mt-lg-n6,.ur-my-lg-n6{margin-top:-24px!important}.ur-mr-lg-n6,.ur-mx-lg-n6{margin-left:-24px!important}.ur-mb-lg-n6,.ur-my-lg-n6{margin-bottom:-24px!important}.ur-ml-lg-n6,.ur-mx-lg-n6{margin-right:-24px!important}.ur-m-lg-n7{margin:-28px!important}.ur-mt-lg-n7,.ur-my-lg-n7{margin-top:-28px!important}.ur-mr-lg-n7,.ur-mx-lg-n7{margin-left:-28px!important}.ur-mb-lg-n7,.ur-my-lg-n7{margin-bottom:-28px!important}.ur-ml-lg-n7,.ur-mx-lg-n7{margin-right:-28px!important}.ur-m-lg-n8{margin:-32px!important}.ur-mt-lg-n8,.ur-my-lg-n8{margin-top:-32px!important}.ur-mr-lg-n8,.ur-mx-lg-n8{margin-left:-32px!important}.ur-mb-lg-n8,.ur-my-lg-n8{margin-bottom:-32px!important}.ur-ml-lg-n8,.ur-mx-lg-n8{margin-right:-32px!important}.ur-m-lg-auto{margin:auto!important}.ur-mt-lg-auto,.ur-my-lg-auto{margin-top:auto!important}.ur-mr-lg-auto,.ur-mx-lg-auto{margin-left:auto!important}.ur-mb-lg-auto,.ur-my-lg-auto{margin-bottom:auto!important}.ur-ml-lg-auto,.ur-mx-lg-auto{margin-right:auto!important}}@media (min-width:1200px){.ur-m-xl-0{margin:0!important}.ur-mt-xl-0,.ur-my-xl-0{margin-top:0!important}.ur-mr-xl-0,.ur-mx-xl-0{margin-left:0!important}.ur-mb-xl-0,.ur-my-xl-0{margin-bottom:0!important}.ur-ml-xl-0,.ur-mx-xl-0{margin-right:0!important}.ur-m-xl-1{margin:4px!important}.ur-mt-xl-1,.ur-my-xl-1{margin-top:4px!important}.ur-mr-xl-1,.ur-mx-xl-1{margin-left:4px!important}.ur-mb-xl-1,.ur-my-xl-1{margin-bottom:4px!important}.ur-ml-xl-1,.ur-mx-xl-1{margin-right:4px!important}.ur-m-xl-2{margin:8px!important}.ur-mt-xl-2,.ur-my-xl-2{margin-top:8px!important}.ur-mr-xl-2,.ur-mx-xl-2{margin-left:8px!important}.ur-mb-xl-2,.ur-my-xl-2{margin-bottom:8px!important}.ur-ml-xl-2,.ur-mx-xl-2{margin-right:8px!important}.ur-m-xl-3{margin:12px!important}.ur-mt-xl-3,.ur-my-xl-3{margin-top:12px!important}.ur-mr-xl-3,.ur-mx-xl-3{margin-left:12px!important}.ur-mb-xl-3,.ur-my-xl-3{margin-bottom:12px!important}.ur-ml-xl-3,.ur-mx-xl-3{margin-right:12px!important}.ur-m-xl-4{margin:16px!important}.ur-mt-xl-4,.ur-my-xl-4{margin-top:16px!important}.ur-mr-xl-4,.ur-mx-xl-4{margin-left:16px!important}.ur-mb-xl-4,.ur-my-xl-4{margin-bottom:16px!important}.ur-ml-xl-4,.ur-mx-xl-4{margin-right:16px!important}.ur-m-xl-5{margin:20px!important}.ur-mt-xl-5,.ur-my-xl-5{margin-top:20px!important}.ur-mr-xl-5,.ur-mx-xl-5{margin-left:20px!important}.ur-mb-xl-5,.ur-my-xl-5{margin-bottom:20px!important}.ur-ml-xl-5,.ur-mx-xl-5{margin-right:20px!important}.ur-m-xl-6{margin:24px!important}.ur-mt-xl-6,.ur-my-xl-6{margin-top:24px!important}.ur-mr-xl-6,.ur-mx-xl-6{margin-left:24px!important}.ur-mb-xl-6,.ur-my-xl-6{margin-bottom:24px!important}.ur-ml-xl-6,.ur-mx-xl-6{margin-right:24px!important}.ur-m-xl-7{margin:28px!important}.ur-mt-xl-7,.ur-my-xl-7{margin-top:28px!important}.ur-mr-xl-7,.ur-mx-xl-7{margin-left:28px!important}.ur-mb-xl-7,.ur-my-xl-7{margin-bottom:28px!important}.ur-ml-xl-7,.ur-mx-xl-7{margin-right:28px!important}.ur-m-xl-8{margin:32px!important}.ur-mt-xl-8,.ur-my-xl-8{margin-top:32px!important}.ur-mr-xl-8,.ur-mx-xl-8{margin-left:32px!important}.ur-mb-xl-8,.ur-my-xl-8{margin-bottom:32px!important}.ur-ml-xl-8,.ur-mx-xl-8{margin-right:32px!important}.ur-p-xl-0{padding:0!important}.ur-pt-xl-0,.ur-py-xl-0{padding-top:0!important}.ur-pr-xl-0,.ur-px-xl-0{padding-left:0!important}.ur-pb-xl-0,.ur-py-xl-0{padding-bottom:0!important}.ur-pl-xl-0,.ur-px-xl-0{padding-right:0!important}.ur-p-xl-1{padding:4px!important}.ur-pt-xl-1,.ur-py-xl-1{padding-top:4px!important}.ur-pr-xl-1,.ur-px-xl-1{padding-left:4px!important}.ur-pb-xl-1,.ur-py-xl-1{padding-bottom:4px!important}.ur-pl-xl-1,.ur-px-xl-1{padding-right:4px!important}.ur-p-xl-2{padding:8px!important}.ur-pt-xl-2,.ur-py-xl-2{padding-top:8px!important}.ur-pr-xl-2,.ur-px-xl-2{padding-left:8px!important}.ur-pb-xl-2,.ur-py-xl-2{padding-bottom:8px!important}.ur-pl-xl-2,.ur-px-xl-2{padding-right:8px!important}.ur-p-xl-3{padding:12px!important}.ur-pt-xl-3,.ur-py-xl-3{padding-top:12px!important}.ur-pr-xl-3,.ur-px-xl-3{padding-left:12px!important}.ur-pb-xl-3,.ur-py-xl-3{padding-bottom:12px!important}.ur-pl-xl-3,.ur-px-xl-3{padding-right:12px!important}.ur-p-xl-4{padding:16px!important}.ur-pt-xl-4,.ur-py-xl-4{padding-top:16px!important}.ur-pr-xl-4,.ur-px-xl-4{padding-left:16px!important}.ur-pb-xl-4,.ur-py-xl-4{padding-bottom:16px!important}.ur-pl-xl-4,.ur-px-xl-4{padding-right:16px!important}.ur-p-xl-5{padding:20px!important}.ur-pt-xl-5,.ur-py-xl-5{padding-top:20px!important}.ur-pr-xl-5,.ur-px-xl-5{padding-left:20px!important}.ur-pb-xl-5,.ur-py-xl-5{padding-bottom:20px!important}.ur-pl-xl-5,.ur-px-xl-5{padding-right:20px!important}.ur-p-xl-6{padding:24px!important}.ur-pt-xl-6,.ur-py-xl-6{padding-top:24px!important}.ur-pr-xl-6,.ur-px-xl-6{padding-left:24px!important}.ur-pb-xl-6,.ur-py-xl-6{padding-bottom:24px!important}.ur-pl-xl-6,.ur-px-xl-6{padding-right:24px!important}.ur-p-xl-7{padding:28px!important}.ur-pt-xl-7,.ur-py-xl-7{padding-top:28px!important}.ur-pr-xl-7,.ur-px-xl-7{padding-left:28px!important}.ur-pb-xl-7,.ur-py-xl-7{padding-bottom:28px!important}.ur-pl-xl-7,.ur-px-xl-7{padding-right:28px!important}.ur-p-xl-8{padding:32px!important}.ur-pt-xl-8,.ur-py-xl-8{padding-top:32px!important}.ur-pr-xl-8,.ur-px-xl-8{padding-left:32px!important}.ur-pb-xl-8,.ur-py-xl-8{padding-bottom:32px!important}.ur-pl-xl-8,.ur-px-xl-8{padding-right:32px!important}.ur-m-xl-n1{margin:-4px!important}.ur-mt-xl-n1,.ur-my-xl-n1{margin-top:-4px!important}.ur-mr-xl-n1,.ur-mx-xl-n1{margin-left:-4px!important}.ur-mb-xl-n1,.ur-my-xl-n1{margin-bottom:-4px!important}.ur-ml-xl-n1,.ur-mx-xl-n1{margin-right:-4px!important}.ur-m-xl-n2{margin:-8px!important}.ur-mt-xl-n2,.ur-my-xl-n2{margin-top:-8px!important}.ur-mr-xl-n2,.ur-mx-xl-n2{margin-left:-8px!important}.ur-mb-xl-n2,.ur-my-xl-n2{margin-bottom:-8px!important}.ur-ml-xl-n2,.ur-mx-xl-n2{margin-right:-8px!important}.ur-m-xl-n3{margin:-12px!important}.ur-mt-xl-n3,.ur-my-xl-n3{margin-top:-12px!important}.ur-mr-xl-n3,.ur-mx-xl-n3{margin-left:-12px!important}.ur-mb-xl-n3,.ur-my-xl-n3{margin-bottom:-12px!important}.ur-ml-xl-n3,.ur-mx-xl-n3{margin-right:-12px!important}.ur-m-xl-n4{margin:-16px!important}.ur-mt-xl-n4,.ur-my-xl-n4{margin-top:-16px!important}.ur-mr-xl-n4,.ur-mx-xl-n4{margin-left:-16px!important}.ur-mb-xl-n4,.ur-my-xl-n4{margin-bottom:-16px!important}.ur-ml-xl-n4,.ur-mx-xl-n4{margin-right:-16px!important}.ur-m-xl-n5{margin:-20px!important}.ur-mt-xl-n5,.ur-my-xl-n5{margin-top:-20px!important}.ur-mr-xl-n5,.ur-mx-xl-n5{margin-left:-20px!important}.ur-mb-xl-n5,.ur-my-xl-n5{margin-bottom:-20px!important}.ur-ml-xl-n5,.ur-mx-xl-n5{margin-right:-20px!important}.ur-m-xl-n6{margin:-24px!important}.ur-mt-xl-n6,.ur-my-xl-n6{margin-top:-24px!important}.ur-mr-xl-n6,.ur-mx-xl-n6{margin-left:-24px!important}.ur-mb-xl-n6,.ur-my-xl-n6{margin-bottom:-24px!important}.ur-ml-xl-n6,.ur-mx-xl-n6{margin-right:-24px!important}.ur-m-xl-n7{margin:-28px!important}.ur-mt-xl-n7,.ur-my-xl-n7{margin-top:-28px!important}.ur-mr-xl-n7,.ur-mx-xl-n7{margin-left:-28px!important}.ur-mb-xl-n7,.ur-my-xl-n7{margin-bottom:-28px!important}.ur-ml-xl-n7,.ur-mx-xl-n7{margin-right:-28px!important}.ur-m-xl-n8{margin:-32px!important}.ur-mt-xl-n8,.ur-my-xl-n8{margin-top:-32px!important}.ur-mr-xl-n8,.ur-mx-xl-n8{margin-left:-32px!important}.ur-mb-xl-n8,.ur-my-xl-n8{margin-bottom:-32px!important}.ur-ml-xl-n8,.ur-mx-xl-n8{margin-right:-32px!important}.ur-m-xl-auto{margin:auto!important}.ur-mt-xl-auto,.ur-my-xl-auto{margin-top:auto!important}.ur-mr-xl-auto,.ur-mx-xl-auto{margin-left:auto!important}.ur-mb-xl-auto,.ur-my-xl-auto{margin-bottom:auto!important}.ur-ml-xl-auto,.ur-mx-xl-auto{margin-right:auto!important}}@media (min-width:1400px){.ur-m-xxl-0{margin:0!important}.ur-mt-xxl-0,.ur-my-xxl-0{margin-top:0!important}.ur-mr-xxl-0,.ur-mx-xxl-0{margin-left:0!important}.ur-mb-xxl-0,.ur-my-xxl-0{margin-bottom:0!important}.ur-ml-xxl-0,.ur-mx-xxl-0{margin-right:0!important}.ur-m-xxl-1{margin:4px!important}.ur-mt-xxl-1,.ur-my-xxl-1{margin-top:4px!important}.ur-mr-xxl-1,.ur-mx-xxl-1{margin-left:4px!important}.ur-mb-xxl-1,.ur-my-xxl-1{margin-bottom:4px!important}.ur-ml-xxl-1,.ur-mx-xxl-1{margin-right:4px!important}.ur-m-xxl-2{margin:8px!important}.ur-mt-xxl-2,.ur-my-xxl-2{margin-top:8px!important}.ur-mr-xxl-2,.ur-mx-xxl-2{margin-left:8px!important}.ur-mb-xxl-2,.ur-my-xxl-2{margin-bottom:8px!important}.ur-ml-xxl-2,.ur-mx-xxl-2{margin-right:8px!important}.ur-m-xxl-3{margin:12px!important}.ur-mt-xxl-3,.ur-my-xxl-3{margin-top:12px!important}.ur-mr-xxl-3,.ur-mx-xxl-3{margin-left:12px!important}.ur-mb-xxl-3,.ur-my-xxl-3{margin-bottom:12px!important}.ur-ml-xxl-3,.ur-mx-xxl-3{margin-right:12px!important}.ur-m-xxl-4{margin:16px!important}.ur-mt-xxl-4,.ur-my-xxl-4{margin-top:16px!important}.ur-mr-xxl-4,.ur-mx-xxl-4{margin-left:16px!important}.ur-mb-xxl-4,.ur-my-xxl-4{margin-bottom:16px!important}.ur-ml-xxl-4,.ur-mx-xxl-4{margin-right:16px!important}.ur-m-xxl-5{margin:20px!important}.ur-mt-xxl-5,.ur-my-xxl-5{margin-top:20px!important}.ur-mr-xxl-5,.ur-mx-xxl-5{margin-left:20px!important}.ur-mb-xxl-5,.ur-my-xxl-5{margin-bottom:20px!important}.ur-ml-xxl-5,.ur-mx-xxl-5{margin-right:20px!important}.ur-m-xxl-6{margin:24px!important}.ur-mt-xxl-6,.ur-my-xxl-6{margin-top:24px!important}.ur-mr-xxl-6,.ur-mx-xxl-6{margin-left:24px!important}.ur-mb-xxl-6,.ur-my-xxl-6{margin-bottom:24px!important}.ur-ml-xxl-6,.ur-mx-xxl-6{margin-right:24px!important}.ur-m-xxl-7{margin:28px!important}.ur-mt-xxl-7,.ur-my-xxl-7{margin-top:28px!important}.ur-mr-xxl-7,.ur-mx-xxl-7{margin-left:28px!important}.ur-mb-xxl-7,.ur-my-xxl-7{margin-bottom:28px!important}.ur-ml-xxl-7,.ur-mx-xxl-7{margin-right:28px!important}.ur-m-xxl-8{margin:32px!important}.ur-mt-xxl-8,.ur-my-xxl-8{margin-top:32px!important}.ur-mr-xxl-8,.ur-mx-xxl-8{margin-left:32px!important}.ur-mb-xxl-8,.ur-my-xxl-8{margin-bottom:32px!important}.ur-ml-xxl-8,.ur-mx-xxl-8{margin-right:32px!important}.ur-p-xxl-0{padding:0!important}.ur-pt-xxl-0,.ur-py-xxl-0{padding-top:0!important}.ur-pr-xxl-0,.ur-px-xxl-0{padding-left:0!important}.ur-pb-xxl-0,.ur-py-xxl-0{padding-bottom:0!important}.ur-pl-xxl-0,.ur-px-xxl-0{padding-right:0!important}.ur-p-xxl-1{padding:4px!important}.ur-pt-xxl-1,.ur-py-xxl-1{padding-top:4px!important}.ur-pr-xxl-1,.ur-px-xxl-1{padding-left:4px!important}.ur-pb-xxl-1,.ur-py-xxl-1{padding-bottom:4px!important}.ur-pl-xxl-1,.ur-px-xxl-1{padding-right:4px!important}.ur-p-xxl-2{padding:8px!important}.ur-pt-xxl-2,.ur-py-xxl-2{padding-top:8px!important}.ur-pr-xxl-2,.ur-px-xxl-2{padding-left:8px!important}.ur-pb-xxl-2,.ur-py-xxl-2{padding-bottom:8px!important}.ur-pl-xxl-2,.ur-px-xxl-2{padding-right:8px!important}.ur-p-xxl-3{padding:12px!important}.ur-pt-xxl-3,.ur-py-xxl-3{padding-top:12px!important}.ur-pr-xxl-3,.ur-px-xxl-3{padding-left:12px!important}.ur-pb-xxl-3,.ur-py-xxl-3{padding-bottom:12px!important}.ur-pl-xxl-3,.ur-px-xxl-3{padding-right:12px!important}.ur-p-xxl-4{padding:16px!important}.ur-pt-xxl-4,.ur-py-xxl-4{padding-top:16px!important}.ur-pr-xxl-4,.ur-px-xxl-4{padding-left:16px!important}.ur-pb-xxl-4,.ur-py-xxl-4{padding-bottom:16px!important}.ur-pl-xxl-4,.ur-px-xxl-4{padding-right:16px!important}.ur-p-xxl-5{padding:20px!important}.ur-pt-xxl-5,.ur-py-xxl-5{padding-top:20px!important}.ur-pr-xxl-5,.ur-px-xxl-5{padding-left:20px!important}.ur-pb-xxl-5,.ur-py-xxl-5{padding-bottom:20px!important}.ur-pl-xxl-5,.ur-px-xxl-5{padding-right:20px!important}.ur-p-xxl-6{padding:24px!important}.ur-pt-xxl-6,.ur-py-xxl-6{padding-top:24px!important}.ur-pr-xxl-6,.ur-px-xxl-6{padding-left:24px!important}.ur-pb-xxl-6,.ur-py-xxl-6{padding-bottom:24px!important}.ur-pl-xxl-6,.ur-px-xxl-6{padding-right:24px!important}.ur-p-xxl-7{padding:28px!important}.ur-pt-xxl-7,.ur-py-xxl-7{padding-top:28px!important}.ur-pr-xxl-7,.ur-px-xxl-7{padding-left:28px!important}.ur-pb-xxl-7,.ur-py-xxl-7{padding-bottom:28px!important}.ur-pl-xxl-7,.ur-px-xxl-7{padding-right:28px!important}.ur-p-xxl-8{padding:32px!important}.ur-pt-xxl-8,.ur-py-xxl-8{padding-top:32px!important}.ur-pr-xxl-8,.ur-px-xxl-8{padding-left:32px!important}.ur-pb-xxl-8,.ur-py-xxl-8{padding-bottom:32px!important}.ur-pl-xxl-8,.ur-px-xxl-8{padding-right:32px!important}.ur-m-xxl-n1{margin:-4px!important}.ur-mt-xxl-n1,.ur-my-xxl-n1{margin-top:-4px!important}.ur-mr-xxl-n1,.ur-mx-xxl-n1{margin-left:-4px!important}.ur-mb-xxl-n1,.ur-my-xxl-n1{margin-bottom:-4px!important}.ur-ml-xxl-n1,.ur-mx-xxl-n1{margin-right:-4px!important}.ur-m-xxl-n2{margin:-8px!important}.ur-mt-xxl-n2,.ur-my-xxl-n2{margin-top:-8px!important}.ur-mr-xxl-n2,.ur-mx-xxl-n2{margin-left:-8px!important}.ur-mb-xxl-n2,.ur-my-xxl-n2{margin-bottom:-8px!important}.ur-ml-xxl-n2,.ur-mx-xxl-n2{margin-right:-8px!important}.ur-m-xxl-n3{margin:-12px!important}.ur-mt-xxl-n3,.ur-my-xxl-n3{margin-top:-12px!important}.ur-mr-xxl-n3,.ur-mx-xxl-n3{margin-left:-12px!important}.ur-mb-xxl-n3,.ur-my-xxl-n3{margin-bottom:-12px!important}.ur-ml-xxl-n3,.ur-mx-xxl-n3{margin-right:-12px!important}.ur-m-xxl-n4{margin:-16px!important}.ur-mt-xxl-n4,.ur-my-xxl-n4{margin-top:-16px!important}.ur-mr-xxl-n4,.ur-mx-xxl-n4{margin-left:-16px!important}.ur-mb-xxl-n4,.ur-my-xxl-n4{margin-bottom:-16px!important}.ur-ml-xxl-n4,.ur-mx-xxl-n4{margin-right:-16px!important}.ur-m-xxl-n5{margin:-20px!important}.ur-mt-xxl-n5,.ur-my-xxl-n5{margin-top:-20px!important}.ur-mr-xxl-n5,.ur-mx-xxl-n5{margin-left:-20px!important}.ur-mb-xxl-n5,.ur-my-xxl-n5{margin-bottom:-20px!important}.ur-ml-xxl-n5,.ur-mx-xxl-n5{margin-right:-20px!important}.ur-m-xxl-n6{margin:-24px!important}.ur-mt-xxl-n6,.ur-my-xxl-n6{margin-top:-24px!important}.ur-mr-xxl-n6,.ur-mx-xxl-n6{margin-left:-24px!important}.ur-mb-xxl-n6,.ur-my-xxl-n6{margin-bottom:-24px!important}.ur-ml-xxl-n6,.ur-mx-xxl-n6{margin-right:-24px!important}.ur-m-xxl-n7{margin:-28px!important}.ur-mt-xxl-n7,.ur-my-xxl-n7{margin-top:-28px!important}.ur-mr-xxl-n7,.ur-mx-xxl-n7{margin-left:-28px!important}.ur-mb-xxl-n7,.ur-my-xxl-n7{margin-bottom:-28px!important}.ur-ml-xxl-n7,.ur-mx-xxl-n7{margin-right:-28px!important}.ur-m-xxl-n8{margin:-32px!important}.ur-mt-xxl-n8,.ur-my-xxl-n8{margin-top:-32px!important}.ur-mr-xxl-n8,.ur-mx-xxl-n8{margin-left:-32px!important}.ur-mb-xxl-n8,.ur-my-xxl-n8{margin-bottom:-32px!important}.ur-ml-xxl-n8,.ur-mx-xxl-n8{margin-right:-32px!important}.ur-m-xxl-auto{margin:auto!important}.ur-mt-xxl-auto,.ur-my-xxl-auto{margin-top:auto!important}.ur-mr-xxl-auto,.ur-mx-xxl-auto{margin-left:auto!important}.ur-mb-xxl-auto,.ur-my-xxl-auto{margin-bottom:auto!important}.ur-ml-xxl-auto,.ur-mx-xxl-auto{margin-right:auto!important}}.ur-container,.ur-container-full,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{width:100%;padding-left:12px;padding-right:12px;margin-left:auto;margin-right:auto}.ur-container *,.ur-container ::after,.ur-container ::before,.ur-container-full *,.ur-container-full ::after,.ur-container-full ::before,.ur-container-lg *,.ur-container-lg ::after,.ur-container-lg ::before,.ur-container-md *,.ur-container-md ::after,.ur-container-md ::before,.ur-container-sm *,.ur-container-sm ::after,.ur-container-sm ::before,.ur-container-xl *,.ur-container-xl ::after,.ur-container-xl ::before,.ur-container-xxl *,.ur-container-xxl ::after,.ur-container-xxl ::before{box-sizing:border-box}@media (min-width:576px){.ur-container,.ur-container-sm{max-width:540px}}@media (min-width:768px){.ur-container,.ur-container-md,.ur-container-sm{max-width:720px}}@media (min-width:992px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm{max-width:960px}}@media (min-width:1200px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl{max-width:1140px}}@media (min-width:1400px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{max-width:1320px}}.ur-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.ur-col,.ur-col-1,.ur-col-10,.ur-col-11,.ur-col-12,.ur-col-2,.ur-col-3,.ur-col-4,.ur-col-5,.ur-col-6,.ur-col-7,.ur-col-8,.ur-col-9,.ur-col-auto,.ur-col-lg,.ur-col-lg-1,.ur-col-lg-10,.ur-col-lg-11,.ur-col-lg-12,.ur-col-lg-2,.ur-col-lg-3,.ur-col-lg-4,.ur-col-lg-5,.ur-col-lg-6,.ur-col-lg-7,.ur-col-lg-8,.ur-col-lg-9,.ur-col-lg-auto,.ur-col-md,.ur-col-md-1,.ur-col-md-10,.ur-col-md-11,.ur-col-md-12,.ur-col-md-2,.ur-col-md-3,.ur-col-md-4,.ur-col-md-5,.ur-col-md-6,.ur-col-md-7,.ur-col-md-8,.ur-col-md-9,.ur-col-md-auto,.ur-col-sm,.ur-col-sm-1,.ur-col-sm-10,.ur-col-sm-11,.ur-col-sm-12,.ur-col-sm-2,.ur-col-sm-3,.ur-col-sm-4,.ur-col-sm-5,.ur-col-sm-6,.ur-col-sm-7,.ur-col-sm-8,.ur-col-sm-9,.ur-col-sm-auto,.ur-col-xl,.ur-col-xl-1,.ur-col-xl-10,.ur-col-xl-11,.ur-col-xl-12,.ur-col-xl-2,.ur-col-xl-3,.ur-col-xl-4,.ur-col-xl-5,.ur-col-xl-6,.ur-col-xl-7,.ur-col-xl-8,.ur-col-xl-9,.ur-col-xl-auto,.ur-col-xxl,.ur-col-xxl-1,.ur-col-xxl-10,.ur-col-xxl-11,.ur-col-xxl-12,.ur-col-xxl-2,.ur-col-xxl-3,.ur-col-xxl-4,.ur-col-xxl-5,.ur-col-xxl-6,.ur-col-xxl-7,.ur-col-xxl-8,.ur-col-xxl-9,.ur-col-xxl-auto{position:relative;width:100%;padding-left:12px;padding-right:12px}.ur-col{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-1{margin-right:8.3333333333%}.ur-offset-2{margin-right:16.6666666667%}.ur-offset-3{margin-right:25%}.ur-offset-4{margin-right:33.3333333333%}.ur-offset-5{margin-right:41.6666666667%}.ur-offset-6{margin-right:50%}.ur-offset-7{margin-right:58.3333333333%}.ur-offset-8{margin-right:66.6666666667%}.ur-offset-9{margin-right:75%}.ur-offset-10{margin-right:83.3333333333%}.ur-offset-11{margin-right:91.6666666667%}.ur-g-0,.ur-gx-0{--bs-gutter-x:0}.ur-g-0,.ur-gy-0{--bs-gutter-y:0}.ur-g-1,.ur-gx-1{--bs-gutter-x:4px}.ur-g-1,.ur-gy-1{--bs-gutter-y:4px}.ur-g-2,.ur-gx-2{--bs-gutter-x:8px}.ur-g-2,.ur-gy-2{--bs-gutter-y:8px}.ur-g-3,.ur-gx-3{--bs-gutter-x:12px}.ur-g-3,.ur-gy-3{--bs-gutter-y:12px}.ur-g-4,.ur-gx-4{--bs-gutter-x:16px}.ur-g-4,.ur-gy-4{--bs-gutter-y:16px}.ur-g-5,.ur-gx-5{--bs-gutter-x:20px}.ur-g-5,.ur-gy-5{--bs-gutter-y:20px}.ur-g-6,.ur-gx-6{--bs-gutter-x:24px}.ur-g-6,.ur-gy-6{--bs-gutter-y:24px}.ur-g-7,.ur-gx-7{--bs-gutter-x:28px}.ur-g-7,.ur-gy-7{--bs-gutter-y:28px}.ur-g-8,.ur-gx-8{--bs-gutter-x:32px}.ur-g-8,.ur-gy-8{--bs-gutter-y:32px}@media (min-width:576px){.ur-col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-sm-0{margin-right:0}.ur-offset-sm-1{margin-right:8.3333333333%}.ur-offset-sm-2{margin-right:16.6666666667%}.ur-offset-sm-3{margin-right:25%}.ur-offset-sm-4{margin-right:33.3333333333%}.ur-offset-sm-5{margin-right:41.6666666667%}.ur-offset-sm-6{margin-right:50%}.ur-offset-sm-7{margin-right:58.3333333333%}.ur-offset-sm-8{margin-right:66.6666666667%}.ur-offset-sm-9{margin-right:75%}.ur-offset-sm-10{margin-right:83.3333333333%}.ur-offset-sm-11{margin-right:91.6666666667%}.ur-g-sm-0,.ur-gx-sm-0{--bs-gutter-x:0}.ur-g-sm-0,.ur-gy-sm-0{--bs-gutter-y:0}.ur-g-sm-1,.ur-gx-sm-1{--bs-gutter-x:4px}.ur-g-sm-1,.ur-gy-sm-1{--bs-gutter-y:4px}.ur-g-sm-2,.ur-gx-sm-2{--bs-gutter-x:8px}.ur-g-sm-2,.ur-gy-sm-2{--bs-gutter-y:8px}.ur-g-sm-3,.ur-gx-sm-3{--bs-gutter-x:12px}.ur-g-sm-3,.ur-gy-sm-3{--bs-gutter-y:12px}.ur-g-sm-4,.ur-gx-sm-4{--bs-gutter-x:16px}.ur-g-sm-4,.ur-gy-sm-4{--bs-gutter-y:16px}.ur-g-sm-5,.ur-gx-sm-5{--bs-gutter-x:20px}.ur-g-sm-5,.ur-gy-sm-5{--bs-gutter-y:20px}.ur-g-sm-6,.ur-gx-sm-6{--bs-gutter-x:24px}.ur-g-sm-6,.ur-gy-sm-6{--bs-gutter-y:24px}.ur-g-sm-7,.ur-gx-sm-7{--bs-gutter-x:28px}.ur-g-sm-7,.ur-gy-sm-7{--bs-gutter-y:28px}.ur-g-sm-8,.ur-gx-sm-8{--bs-gutter-x:32px}.ur-g-sm-8,.ur-gy-sm-8{--bs-gutter-y:32px}}@media (min-width:768px){.ur-col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-md-0{margin-right:0}.ur-offset-md-1{margin-right:8.3333333333%}.ur-offset-md-2{margin-right:16.6666666667%}.ur-offset-md-3{margin-right:25%}.ur-offset-md-4{margin-right:33.3333333333%}.ur-offset-md-5{margin-right:41.6666666667%}.ur-offset-md-6{margin-right:50%}.ur-offset-md-7{margin-right:58.3333333333%}.ur-offset-md-8{margin-right:66.6666666667%}.ur-offset-md-9{margin-right:75%}.ur-offset-md-10{margin-right:83.3333333333%}.ur-offset-md-11{margin-right:91.6666666667%}.ur-g-md-0,.ur-gx-md-0{--bs-gutter-x:0}.ur-g-md-0,.ur-gy-md-0{--bs-gutter-y:0}.ur-g-md-1,.ur-gx-md-1{--bs-gutter-x:4px}.ur-g-md-1,.ur-gy-md-1{--bs-gutter-y:4px}.ur-g-md-2,.ur-gx-md-2{--bs-gutter-x:8px}.ur-g-md-2,.ur-gy-md-2{--bs-gutter-y:8px}.ur-g-md-3,.ur-gx-md-3{--bs-gutter-x:12px}.ur-g-md-3,.ur-gy-md-3{--bs-gutter-y:12px}.ur-g-md-4,.ur-gx-md-4{--bs-gutter-x:16px}.ur-g-md-4,.ur-gy-md-4{--bs-gutter-y:16px}.ur-g-md-5,.ur-gx-md-5{--bs-gutter-x:20px}.ur-g-md-5,.ur-gy-md-5{--bs-gutter-y:20px}.ur-g-md-6,.ur-gx-md-6{--bs-gutter-x:24px}.ur-g-md-6,.ur-gy-md-6{--bs-gutter-y:24px}.ur-g-md-7,.ur-gx-md-7{--bs-gutter-x:28px}.ur-g-md-7,.ur-gy-md-7{--bs-gutter-y:28px}.ur-g-md-8,.ur-gx-md-8{--bs-gutter-x:32px}.ur-g-md-8,.ur-gy-md-8{--bs-gutter-y:32px}}@media (min-width:992px){.ur-col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-lg-0{margin-right:0}.ur-offset-lg-1{margin-right:8.3333333333%}.ur-offset-lg-2{margin-right:16.6666666667%}.ur-offset-lg-3{margin-right:25%}.ur-offset-lg-4{margin-right:33.3333333333%}.ur-offset-lg-5{margin-right:41.6666666667%}.ur-offset-lg-6{margin-right:50%}.ur-offset-lg-7{margin-right:58.3333333333%}.ur-offset-lg-8{margin-right:66.6666666667%}.ur-offset-lg-9{margin-right:75%}.ur-offset-lg-10{margin-right:83.3333333333%}.ur-offset-lg-11{margin-right:91.6666666667%}.ur-g-lg-0,.ur-gx-lg-0{--bs-gutter-x:0}.ur-g-lg-0,.ur-gy-lg-0{--bs-gutter-y:0}.ur-g-lg-1,.ur-gx-lg-1{--bs-gutter-x:4px}.ur-g-lg-1,.ur-gy-lg-1{--bs-gutter-y:4px}.ur-g-lg-2,.ur-gx-lg-2{--bs-gutter-x:8px}.ur-g-lg-2,.ur-gy-lg-2{--bs-gutter-y:8px}.ur-g-lg-3,.ur-gx-lg-3{--bs-gutter-x:12px}.ur-g-lg-3,.ur-gy-lg-3{--bs-gutter-y:12px}.ur-g-lg-4,.ur-gx-lg-4{--bs-gutter-x:16px}.ur-g-lg-4,.ur-gy-lg-4{--bs-gutter-y:16px}.ur-g-lg-5,.ur-gx-lg-5{--bs-gutter-x:20px}.ur-g-lg-5,.ur-gy-lg-5{--bs-gutter-y:20px}.ur-g-lg-6,.ur-gx-lg-6{--bs-gutter-x:24px}.ur-g-lg-6,.ur-gy-lg-6{--bs-gutter-y:24px}.ur-g-lg-7,.ur-gx-lg-7{--bs-gutter-x:28px}.ur-g-lg-7,.ur-gy-lg-7{--bs-gutter-y:28px}.ur-g-lg-8,.ur-gx-lg-8{--bs-gutter-x:32px}.ur-g-lg-8,.ur-gy-lg-8{--bs-gutter-y:32px}}@media (min-width:1200px){.ur-col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xl-0{margin-right:0}.ur-offset-xl-1{margin-right:8.3333333333%}.ur-offset-xl-2{margin-right:16.6666666667%}.ur-offset-xl-3{margin-right:25%}.ur-offset-xl-4{margin-right:33.3333333333%}.ur-offset-xl-5{margin-right:41.6666666667%}.ur-offset-xl-6{margin-right:50%}.ur-offset-xl-7{margin-right:58.3333333333%}.ur-offset-xl-8{margin-right:66.6666666667%}.ur-offset-xl-9{margin-right:75%}.ur-offset-xl-10{margin-right:83.3333333333%}.ur-offset-xl-11{margin-right:91.6666666667%}.ur-g-xl-0,.ur-gx-xl-0{--bs-gutter-x:0}.ur-g-xl-0,.ur-gy-xl-0{--bs-gutter-y:0}.ur-g-xl-1,.ur-gx-xl-1{--bs-gutter-x:4px}.ur-g-xl-1,.ur-gy-xl-1{--bs-gutter-y:4px}.ur-g-xl-2,.ur-gx-xl-2{--bs-gutter-x:8px}.ur-g-xl-2,.ur-gy-xl-2{--bs-gutter-y:8px}.ur-g-xl-3,.ur-gx-xl-3{--bs-gutter-x:12px}.ur-g-xl-3,.ur-gy-xl-3{--bs-gutter-y:12px}.ur-g-xl-4,.ur-gx-xl-4{--bs-gutter-x:16px}.ur-g-xl-4,.ur-gy-xl-4{--bs-gutter-y:16px}.ur-g-xl-5,.ur-gx-xl-5{--bs-gutter-x:20px}.ur-g-xl-5,.ur-gy-xl-5{--bs-gutter-y:20px}.ur-g-xl-6,.ur-gx-xl-6{--bs-gutter-x:24px}.ur-g-xl-6,.ur-gy-xl-6{--bs-gutter-y:24px}.ur-g-xl-7,.ur-gx-xl-7{--bs-gutter-x:28px}.ur-g-xl-7,.ur-gy-xl-7{--bs-gutter-y:28px}.ur-g-xl-8,.ur-gx-xl-8{--bs-gutter-x:32px}.ur-g-xl-8,.ur-gy-xl-8{--bs-gutter-y:32px}}@media (min-width:1400px){.ur-col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xxl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xxl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xxl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xxl-0{margin-right:0}.ur-offset-xxl-1{margin-right:8.3333333333%}.ur-offset-xxl-2{margin-right:16.6666666667%}.ur-offset-xxl-3{margin-right:25%}.ur-offset-xxl-4{margin-right:33.3333333333%}.ur-offset-xxl-5{margin-right:41.6666666667%}.ur-offset-xxl-6{margin-right:50%}.ur-offset-xxl-7{margin-right:58.3333333333%}.ur-offset-xxl-8{margin-right:66.6666666667%}.ur-offset-xxl-9{margin-right:75%}.ur-offset-xxl-10{margin-right:83.3333333333%}.ur-offset-xxl-11{margin-right:91.6666666667%}.ur-g-xxl-0,.ur-gx-xxl-0{--bs-gutter-x:0}.ur-g-xxl-0,.ur-gy-xxl-0{--bs-gutter-y:0}.ur-g-xxl-1,.ur-gx-xxl-1{--bs-gutter-x:4px}.ur-g-xxl-1,.ur-gy-xxl-1{--bs-gutter-y:4px}.ur-g-xxl-2,.ur-gx-xxl-2{--bs-gutter-x:8px}.ur-g-xxl-2,.ur-gy-xxl-2{--bs-gutter-y:8px}.ur-g-xxl-3,.ur-gx-xxl-3{--bs-gutter-x:12px}.ur-g-xxl-3,.ur-gy-xxl-3{--bs-gutter-y:12px}.ur-g-xxl-4,.ur-gx-xxl-4{--bs-gutter-x:16px}.ur-g-xxl-4,.ur-gy-xxl-4{--bs-gutter-y:16px}.ur-g-xxl-5,.ur-gx-xxl-5{--bs-gutter-x:20px}.ur-g-xxl-5,.ur-gy-xxl-5{--bs-gutter-y:20px}.ur-g-xxl-6,.ur-gx-xxl-6{--bs-gutter-x:24px}.ur-g-xxl-6,.ur-gy-xxl-6{--bs-gutter-y:24px}.ur-g-xxl-7,.ur-gx-xxl-7{--bs-gutter-x:28px}.ur-g-xxl-7,.ur-gy-xxl-7{--bs-gutter-y:28px}.ur-g-xxl-8,.ur-gx-xxl-8{--bs-gutter-x:32px}.ur-g-xxl-8,.ur-gy-xxl-8{--bs-gutter-y:32px}}.user-registration-overlay{background-color:rgba(45,53,89,.3);position:absolute;right:0;left:0;top:0;bottom:0;z-index:1}.user-registration-overlay.is-fixed{position:fixed}#wpcontent .user-registration-overlay{margin-right:-20px}.user-registration-overlay .ur-spinner{position:absolute;right:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}.user-registration-overlay .ur-spinner::before{width:20px;height:20px}#wpcontent .wrap .user-registration-header{margin:-10px -22px 0 -20px}.user-registration-header{background:#fff;padding:12px 16px}.user-registration-template-setup{max-width:1074px;margin:40px auto 0}.user-registration-template-setup *,.user-registration-template-setup ::after,.user-registration-template-setup ::before{box-sizing:border-box}.user-registration-template-wrap{cursor:pointer;margin-bottom:24px}.user-registration-template-wrap#user-registration-email-template-blank .user-registration-template-wrap__figure::before{content:'';display:block;background-color:rgba(45,53,89,.2);position:absolute;top:0;bottom:0;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:0;visibility:none}.user-registration-template-wrap#user-registration-email-template-blank:hover .user-registration-template-wrap__figure::before{opacity:1;visibility:visible}.user-registration-template-wrap__figure{background-color:#f0f1f5;margin:0;min-height:260px;position:relative;border-radius:4px;overflow:hidden}.user-registration-template-wrap__figure img{max-width:100%;display:block}.user-registration-template-wrap__overlay{background:rgba(45,53,89,.6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;right:0;left:0;top:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;visibility:hidden;opacity:0}.user-registration-template-wrap__overlay .button{border-color:#fff}.user-registration-template-wrap__title{color:#4c5477;font-size:16px;font-weight:500}.user-registration-template-wrap__title:hover{color:#475bb2}.user-registration-template-wrap:hover .user-registration-template-wrap__overlay{visibility:visible;opacity:1}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes ur-circle-loading-keyframe{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.blockUI.blockOverlay::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.toplevel_page_user-registration .shortcode .widefat{width:calc(100% - 40px)}.toplevel_page_user-registration .shortcode .ur-copy-shortcode{padding:4px;line-height:1}.ur-spinner{width:16px;height:16px;margin-right:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-spinner::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.user-registration__wrap *,.user-registration__wrap ::after,.user-registration__wrap ::before{box-sizing:border-box}.ur-export-users-page{margin-top:6px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle{border-bottom:1px solid #ccd0d4}.swal2-container .user-registration-swal2-modal .ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-container .user-registration-swal2-modal .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .ur-input{max-width:inherit}.ur-export-users-page .nav-tab-content .hndle,.ur-export-users-page .nav-tab-content .stuffbox .hndle{margin:10px;padding-bottom:10px}.ur-export-users-page .nav-tab-content .stuffbox{padding:10px}.ur-label .user-registration-help-tip{margin-right:2px}.ur_addons_wrap *,.ur_addons_wrap ::after,.ur_addons_wrap ::before{box-sizing:border-box}.ur_addons_wrap .products{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.ur_addons_wrap .products li{width:20%;padding:0 12px;-webkit-box-flex:0;-webkit-flex:0 0 20%;flex:0 0 20%;margin-bottom:24px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:33.333%;-webkit-box-flex:0;-webkit-flex:0 0 33.333%;flex:0 0 33.333%}}@media only screen and (max-width:768px){.ur_addons_wrap .products li{width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #wpfooter{display:none}.user-registration_page_add-new-registration .ur-form-container{margin:0}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container{position:fixed;right:160px;left:0;top:0;bottom:0;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;z-index:9}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container .ur-circle-loading{margin:auto;right:30px}.user-registration_page_add-new-registration .ur-form-container #menu-management{margin-top:0}.user-registration_page_add-new-registration .ur-form-container #menu-management .menu-edit{position:fixed;right:160px;left:0;border:none;box-shadow:none;margin-bottom:0}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.closed .ur-fs-close-label{display:none}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.opened .ur-fs-open-label{display:none}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:0;margin-right:-20px;min-width:calc(100% + 20px)}.user-registration_page_add-new-registration #nav-menu-header{padding:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;border-color:#dee0e9;background-color:#fff;z-index:9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo{border-left:1px solid #dee0e9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo img{width:32px;height:32px;margin-left:8px;display:-webkit-box;display:-webkit-flex;display:flex}.user-registration_page_add-new-registration #nav-menu-header::after,.user-registration_page_add-new-registration #nav-menu-header::before{content:'';display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;right:0;left:0;bottom:0;background:#fff}.user-registration_page_add-new-registration #nav-menu-header::before{top:0;z-index:-1}.user-registration_page_add-new-registration #nav-menu-header::after{height:10px;box-shadow:0 4px 8px rgba(45,53,89,.08);z-index:-2}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;line-height:28px;margin-right:auto}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:left}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action input.code{width:265px;height:33px;padding:0 6px;margin:0;border-color:#dee0e9;background-color:#f0f1f5;border-radius:0 3px 3px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-right:-5px;border-radius:4px 0 0 4px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-bottom:5px;vertical-align:middle}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background-color:#2d3559;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#f0f1f5;padding:1em 1.5em;border-bottom:1px solid #dee0e9}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #dee0e9;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#676d8a;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#dee0e9;border-color:#ccc;color:#2d3559}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#f0f1f5;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:left;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em}.user-registration #mainform>.subsubsub{background:#e5e5e5;float:none}.user-registration #mainform>.subsubsub a{display:block;padding:7px 10px}.user-registration #mainform>.subsubsub a.current{color:#fff;background:#475bb2}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table th{position:relative;padding-left:24px}.user-registration table.form-table th label{display:inline-block}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.user-registration table.form-table .select2-container{display:block;max-width:350px;margin-bottom:3px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .help_tip,.user-registration table.form-table .user-registration-help-tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-right:20px;border:1px solid #dee0e9;border-left:0}.user-registration table.form-table .colorpick{border-right:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-right:10px}.user-registration table.form-table .dashicons{margin-bottom:2px;vertical-align:middle}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from h3,.ur-registered-from h4{color:#2d3559;font-weight:500}.ur-registered-from h4{font-size:16px}.ur-registered-from .ur-field label{font-weight:400;word-break:break-all}.ur-registered-from .ur-field label:last-child{margin-bottom:0}.ur-registered-from .ur-field input[type=checkbox],.ur-registered-from .ur-field input[type=radio]{opacity:1;box-shadow:none;border-color:#dee0e9}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label{display:inline-block;width:auto}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label input.wp-color-picker{height:auto;padding:3px 5px}.ur-registered-from .ur-no-pointer{pointer-events:none}.ur-registered-from .ur-registered-item{cursor:move;padding:4px;color:#676d8a;height:110px;font-size:12px;border-radius:4px;margin:0 8px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;width:calc(33.3333% - 16px);background-color:#f0f1f5}.ur-registered-from .ur-registered-item .ur-icon{font-size:32px;margin-bottom:4px}.ur-registered-from .ur-registered-item:hover{background-color:#475bb2;color:#fff}.ur-registered-from .ur-registered-item.ui-draggable-dragging{width:110px!important;z-index:9!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled{color:#b6bbcf}.ur-registered-from .ur-registered-item.ui-draggable-disabled.ur-upgradable-field{cursor:pointer!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled:hover{background:#f0f1f5;cursor:not-allowed}.ur-registered-from .ur-registered-inputs{width:412px}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;padding:0;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:#f0f1f5;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:none;border-top:0 none;border-left:0 none;border-right:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;border:0;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#2d3559;background-color:transparent;padding:12px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#fff;color:#475bb2;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 130px);position:relative;overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:16px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text{height:40px;padding:8px 12px;font-size:14px;background:#f0f1f5;border-color:#f0f1f5;border-radius:4px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields svg{position:absolute;left:12px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found{text-align:center;margin-top:2.85em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found .ur-fields-not-found-title{font-size:1.7em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:16px 0;font-size:1em;font-weight:500;color:#2d3559}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2~hr{border-top:1px solid #dee0e9}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 16px);margin-right:-8px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-toggle-heading{cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-toggle-heading:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;left:0;top:0;float:left}.ur-registered-from .ur-registered-inputs .ur-toggle-heading.closed:before{content:'\f140'}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=file],.ur-registered-from input[type=month],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=tel],.ur-registered-from input[type=text],.ur-registered-from input[type=time],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from input[type=week],.ur-registered-from select,.ur-registered-from textarea{width:100%;max-width:100%;height:32px;line-height:initial;display:block;color:#4c5477;font-size:13px;padding:4px 8px;border-radius:3px;border:1px solid #dee0e9;box-shadow:0 0 0 transparent}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=file]:focus,.ur-registered-from input[type=month]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=tel]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=time]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from input[type=week]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#475bb2}.ur-registered-from .ui-widget select::-webkit-input-placeholder,.ur-registered-from input[type=date]::-webkit-input-placeholder,.ur-registered-from input[type=email]::-webkit-input-placeholder,.ur-registered-from input[type=file]::-webkit-input-placeholder,.ur-registered-from input[type=month]::-webkit-input-placeholder,.ur-registered-from input[type=number]::-webkit-input-placeholder,.ur-registered-from input[type=password]::-webkit-input-placeholder,.ur-registered-from input[type=phone]::-webkit-input-placeholder,.ur-registered-from input[type=tel]::-webkit-input-placeholder,.ur-registered-from input[type=text]::-webkit-input-placeholder,.ur-registered-from input[type=time]::-webkit-input-placeholder,.ur-registered-from input[type=timepicker]::-webkit-input-placeholder,.ur-registered-from input[type=url]::-webkit-input-placeholder,.ur-registered-from input[type=week]::-webkit-input-placeholder,.ur-registered-from select::-webkit-input-placeholder,.ur-registered-from textarea::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::-ms-input-placeholder,.ur-registered-from input[type=date]::-ms-input-placeholder,.ur-registered-from input[type=email]::-ms-input-placeholder,.ur-registered-from input[type=file]::-ms-input-placeholder,.ur-registered-from input[type=month]::-ms-input-placeholder,.ur-registered-from input[type=number]::-ms-input-placeholder,.ur-registered-from input[type=password]::-ms-input-placeholder,.ur-registered-from input[type=phone]::-ms-input-placeholder,.ur-registered-from input[type=tel]::-ms-input-placeholder,.ur-registered-from input[type=text]::-ms-input-placeholder,.ur-registered-from input[type=time]::-ms-input-placeholder,.ur-registered-from input[type=timepicker]::-ms-input-placeholder,.ur-registered-from input[type=url]::-ms-input-placeholder,.ur-registered-from input[type=week]::-ms-input-placeholder,.ur-registered-from select::-ms-input-placeholder,.ur-registered-from textarea::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::placeholder,.ur-registered-from input[type=date]::placeholder,.ur-registered-from input[type=email]::placeholder,.ur-registered-from input[type=file]::placeholder,.ur-registered-from input[type=month]::placeholder,.ur-registered-from input[type=number]::placeholder,.ur-registered-from input[type=password]::placeholder,.ur-registered-from input[type=phone]::placeholder,.ur-registered-from input[type=tel]::placeholder,.ur-registered-from input[type=text]::placeholder,.ur-registered-from input[type=time]::placeholder,.ur-registered-from input[type=timepicker]::placeholder,.ur-registered-from input[type=url]::placeholder,.ur-registered-from input[type=week]::placeholder,.ur-registered-from select::placeholder,.ur-registered-from textarea::placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select:disabled,.ur-registered-from input[type=date]:disabled,.ur-registered-from input[type=email]:disabled,.ur-registered-from input[type=file]:disabled,.ur-registered-from input[type=month]:disabled,.ur-registered-from input[type=number]:disabled,.ur-registered-from input[type=password]:disabled,.ur-registered-from input[type=phone]:disabled,.ur-registered-from input[type=tel]:disabled,.ur-registered-from input[type=text]:disabled,.ur-registered-from input[type=time]:disabled,.ur-registered-from input[type=timepicker]:disabled,.ur-registered-from input[type=url]:disabled,.ur-registered-from input[type=week]:disabled,.ur-registered-from select:disabled,.ur-registered-from textarea:disabled{color:#b6bbcf;background:#f0f1f5}.ur-registered-from select{padding-left:0}.ur-registered-from label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-builder-wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:calc(100vh - 89px);background:#fafafc;border-right:1px solid #dee0e9;overflow-y:auto}.ur-registered-from .ur-builder-wrapper input[type=date]:disabled,.ur-registered-from .ur-builder-wrapper input[type=email]:disabled,.ur-registered-from .ur-builder-wrapper input[type=file]:disabled,.ur-registered-from .ur-builder-wrapper input[type=month]:disabled,.ur-registered-from .ur-builder-wrapper input[type=number]:disabled,.ur-registered-from .ur-builder-wrapper input[type=password]:disabled,.ur-registered-from .ur-builder-wrapper input[type=phone]:disabled,.ur-registered-from .ur-builder-wrapper input[type=tel]:disabled,.ur-registered-from .ur-builder-wrapper input[type=text]:disabled,.ur-registered-from .ur-builder-wrapper input[type=time]:disabled,.ur-registered-from .ur-builder-wrapper input[type=timepicker]:disabled,.ur-registered-from .ur-builder-wrapper input[type=url]:disabled,.ur-registered-from .ur-builder-wrapper input[type=week]:disabled,.ur-registered-from .ur-builder-wrapper select:disabled,.ur-registered-from .ur-builder-wrapper textarea:disabled{background:#fff}.ur-registered-from .ur-builder-wrapper .ur-builder-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-button-quick-links{bottom:60px}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-builder-wrapper-footer .button.button-style-customizer{bottom:124px}.ur-registered-from .ur-selected-inputs{box-sizing:border-box;padding:0 20px}.ur-registered-from .ur-selected-inputs .ur-single-row{border-radius:3px;position:relative;border:1px solid transparent}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;left:0;z-index:1;opacity:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button{display:-webkit-box;display:-webkit-flex;display:flex;border-radius:0;border:0;background-color:#676d8a;color:#fff;font-size:16px;height:auto;width:auto;cursor:pointer;margin:0;padding:4px 6px;line-height:1;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button svg{width:16px;height:16px;font-size:16px;fill:#fff}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button.ur-remove-row:hover{background:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:hover{background:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:first-child{border-radius:0 3px 3px 0;border-left:1px solid rgba(255,255,255,.2)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:nth-child(2){border-radius:3px 0 0 3px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content{background:#fff;padding:1rem;position:absolute;top:40px;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;white-space:nowrap;border:1px solid #dee0e9;border-radius:4px;box-shadow:-1px 4px 14px 1px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content small{font-size:12px;margin-bottom:.5rem;color:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;margin-left:.5rem}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector svg{width:32px;height:32px;fill:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector:last-child{margin-left:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content::before{content:'';width:8px;height:8px;border:solid #dee0e9;border-width:1px;border-right:transparent;border-bottom:transparent;position:absolute;top:-5px;left:36px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:right;border:0 none;padding:15px;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:5px;position:relative;padding:15px;cursor:move;border:1px solid transparent;border-radius:4px;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container .select2-search--inline .select2-search__field{height:auto;min-width:10px;background:0 0;margin:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-input-type-signature canvas{background:rgba(255,255,255,.5);border:1px solid #dee0e9}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{background:#fff;border:1px solid #475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper{box-shadow:0 0 10px 5px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-placeholder{visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;left:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:16px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b6bbcf;padding-right:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;right:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty{padding:15px;text-align:center;border-radius:4px;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty::before{content:'\f132';font-size:32px;color:#b6bbcf;width:32px;height:32px;font-family:dashicons;display:table-cell;vertical-align:middle}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .ur-registered-item{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .user-registration-dragged-me{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:first-child{border-radius:0 4px 4px 0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(2){border-radius:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(3){border-radius:4px 0 0 4px}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grids{opacity:1}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists{background:#fff;border:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item{border-right:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item:first-child{border-color:transparent}.ur-registered-from .ur-selected-inputs .ur-add-new-row{display:block;margin:20px auto;width:auto;height:32px;text-align:center;font-family:inherit}.ur-registered-from .ur-selected-inputs .ur-add-new-row::before{width:16px;height:16px;font-size:16px;margin-left:10px;font-family:dashicons;vertical-align:middle;padding:1px 0 1px 10px;border-left:1px solid rgba(255,255,255,.3)}.ur-registered-from .ur-selected-inputs li.ur-registered-item{width:120px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item.ui-sortable-placeholder{margin-right:0;width:100%!important;visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer{height:48px;width:48px;bottom:72px;box-shadow:-1px 2px 8px rgba(45,53,89,.15)}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer .dashicons{font-size:24px;height:24px;width:24px}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links{width:48px;height:48px;position:fixed;cursor:pointer;color:#4c5477;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;left:32px;bottom:16px;background:#fff;border:1px solid #dee0e9;border-radius:24px;box-shadow:0 2px 10px rgba(45,53,89,.1);z-index:1}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links span{font-size:20px;font-weight:600;margin:0 auto}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content{position:fixed;background:#fff;padding:12px 16px;border-radius:4px;bottom:58px;left:30px;z-index:2;width:225px;border:1px solid #dee0e9;box-shadow:-2px 4px 12px rgba(45,53,89,.1)}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content li{margin-bottom:8px}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a{color:#4c5477}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a:hover{color:#475bb2}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{margin:16px 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .form-row{margin-bottom:1em}.ur-registered-from .form-row .description{color:#676d8a;margin:4px 0;display:block}.ur-registered-from .form-row .ur-checkbox-list label,.ur-registered-from .form-row .ur-radio-list label{display:inline}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .add,.ur-registered-from .remove{background:#fff;border:1px solid #dee0e9;color:#676d8a;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 32px;flex:1 0 32px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:32px;max-width:32px;border-radius:4px;position:relative}.ur-registered-from .add:hover,.ur-registered-from .remove:hover{background:#475bb2;border-color:#475bb2;color:#fff}.ur-registered-from .add .dashicons,.ur-registered-from .remove .dashicons{line-height:22px}.ur-registered-from .add{margin-left:8px}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-left:8px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle svg{fill:#676d8a}.ur-registered-from .ur-options-list li input{margin-left:8px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border-radius:3px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{padding:5px;background:#fff;border:1px solid #475bb2;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{background-color:#dee0e9;visibility:visible!important}.ur-registered-from .urcl-rules{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}.ur-registered-from .urcl-rules>div{margin-left:8px}.ur-registered-from .urcl-rules .urcl-operator{width:78px}.ur-registered-from .urcl-rules .urcl-field,.ur-registered-from .urcl-rules .urcl-value{max-width:27%;-webkit-box-flex:1;-webkit-flex:1 0 27%;flex:1 0 27%}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#dee0e9}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#4c5477}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#dee0e9}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#dee0e9}#tiptip_content,.ur_error_tip{color:#fff;font-size:.9em;max-width:150px;background:#4c5477;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#ff4149;margin:1.5em -1em 0 1px;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #ff4149;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.ur-portal-tooltip,.user-registration-help-tip{color:#676d8a;display:inline-block;font-size:16px;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.ur-portal-tooltip::after,.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}#smart-tags{text-align:center}.form-settings-tab{cursor:pointer;padding:10px 15px;color:#2d3559;background:#dee0e9;margin-bottom:10px;line-height:1.2;border-radius:4px}.form-settings-tab.active{background:#475bb2;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}body.ur-full-screen-mode{margin-top:-32px}body.ur-full-screen-mode #wpbody-content{padding-bottom:45px}body.ur-full-screen-mode #wpwrap #wpcontent{margin-right:0;padding-right:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpadminbar{display:none}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody .ur-tab-content{padding:20px}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid{margin-top:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid .menu-edit{margin-bottom:0;box-shadow:none;right:0!important}body.ur-full-screen-mode #wpwrap #adminmenumain{display:none}body.ur-full-screen-mode .ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 98px)}body.ur-full-screen-mode .ur-registered-from .ur-builder-wrapper{height:calc(100vh - 57px)}.ur-circle-loading{position:relative;width:100px!important;height:100px!important;-webkit-transform:translate(50px,-50px) scale(.5) translate(-50px,50px);-ms-transform:translate(50px,-50px) scale(.5) translate(-50px,50px);transform:translate(50px,-50px) scale(.5) translate(-50px,50px)}.ur-circle-loading::after,.ur-circle-loading::before{content:'';position:absolute;top:70px;right:70px;-webkit-animation:ur-circle-loading-keyframe 1.5s linear infinite;animation:ur-circle-loading-keyframe 1.5s linear infinite;width:60px;height:60px;border-radius:50%;background:#475bb2}.ur-circle-loading::after{-webkit-animation-delay:-.75s;animation-delay:-.75s;background:#668fe5}.ur-builder-message-container{position:fixed;top:32px;right:0;left:0;max-width:400px;margin:0 auto;z-index:9999}.ur-builder-message-container .ur-message{display:none;margin:0 auto;margin-top:16px;-webkit-transition:all 240ms cubic-bezier(0,0,.2,1) 0s;transition:all 240ms cubic-bezier(0,0,.2,1) 0s;z-index:99999;height:0}.ur-builder-message-container .ur-message .ur-error,.ur-builder-message-container .ur-message .ur-success{background:#fff;padding:8px 16px;border-radius:3px;border-right:3px solid;position:relative;box-shadow:0 1px 8px 2px rgba(45,53,89,.1)}.ur-builder-message-container .ur-message .ur-error p,.ur-builder-message-container .ur-message .ur-success p{margin:8px 0}.ur-builder-message-container .ur-message .ur-error p::after,.ur-builder-message-container .ur-message .ur-error p::before,.ur-builder-message-container .ur-message .ur-success p::after,.ur-builder-message-container .ur-message .ur-success p::before{font-family:dashicons;width:20px;height:20px;font-size:20px;margin-left:8px;margin-top:-4px;line-height:1;display:inline-block;vertical-align:middle}.ur-builder-message-container .ur-message .ur-success{border-color:#37b24d}.ur-builder-message-container .ur-message .ur-success p::before{content:"\f12a";color:#37b24d}.ur-builder-message-container .ur-message .ur-error{border-color:#ff4149}.ur-builder-message-container .ur-message .ur-error p::before{content:"\f534";color:#ff4149}.ur-builder-message-container .ur-message .dashicons{cursor:pointer;position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.ur-builder-message-container .ur-message.entered{display:block;height:50px;-webkit-animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message;animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message}.ur-builder-message-container .ur-message.exiting{display:block;-webkit-animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message;animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message}.ur-builder-message-container .ur-message:first-child{margin-top:1.5rem}@media screen and (max-width:1400px){.ur-registered-from .urcl-rules .urcl-field{max-width:61%;-webkit-box-flex:1;-webkit-flex:1 0 60%;flex:1 0 60%;margin-bottom:5px}.ur-registered-from .urcl-rules .urcl-value{-webkit-box-ordinal-group:5;-webkit-order:4;order:4;max-width:87%;-webkit-box-flex:1;-webkit-flex:1 0 86%;flex:1 0 86%}.ur-registered-from .urcl-rules .add{-webkit-box-ordinal-group:4;-webkit-order:3;order:3;margin-left:0}.ur-registered-from .urcl-rules .remove{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;width:48%}.ur-registered-from .ur-selected-inputs{width:100%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:0 none}}
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.ur-d-none{display:none!important}.ur-d-inline{display:inline!important}.ur-d-inline-block{display:inline-block!important}.ur-d-block{display:block!important}.ur-d-table{display:table!important}.ur-d-table-row{display:table-row!important}.ur-d-table-cell{display:table-cell!important}.ur-d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.ur-d-sm-none{display:none!important}.ur-d-sm-inline{display:inline!important}.ur-d-sm-inline-block{display:inline-block!important}.ur-d-sm-block{display:block!important}.ur-d-sm-table{display:table!important}.ur-d-sm-table-row{display:table-row!important}.ur-d-sm-table-cell{display:table-cell!important}.ur-d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.ur-d-md-none{display:none!important}.ur-d-md-inline{display:inline!important}.ur-d-md-inline-block{display:inline-block!important}.ur-d-md-block{display:block!important}.ur-d-md-table{display:table!important}.ur-d-md-table-row{display:table-row!important}.ur-d-md-table-cell{display:table-cell!important}.ur-d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.ur-d-lg-none{display:none!important}.ur-d-lg-inline{display:inline!important}.ur-d-lg-inline-block{display:inline-block!important}.ur-d-lg-block{display:block!important}.ur-d-lg-table{display:table!important}.ur-d-lg-table-row{display:table-row!important}.ur-d-lg-table-cell{display:table-cell!important}.ur-d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.ur-d-xl-none{display:none!important}.ur-d-xl-inline{display:inline!important}.ur-d-xl-inline-block{display:inline-block!important}.ur-d-xl-block{display:block!important}.ur-d-xl-table{display:table!important}.ur-d-xl-table-row{display:table-row!important}.ur-d-xl-table-cell{display:table-cell!important}.ur-d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1400px){.ur-d-xxl-none{display:none!important}.ur-d-xxl-inline{display:inline!important}.ur-d-xxl-inline-block{display:inline-block!important}.ur-d-xxl-block{display:block!important}.ur-d-xxl-table{display:table!important}.ur-d-xxl-table-row{display:table-row!important}.ur-d-xxl-table-cell{display:table-cell!important}.ur-d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}.ur-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.ur-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-sm-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-sm-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.ur-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-md-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-md-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.ur-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-lg-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-lg-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.ur-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1400px){.ur-flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xxl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xxl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xxl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xxl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xxl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xxl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xxl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xxl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xxl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xxl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xxl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xxl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xxl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xxl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xxl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xxl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xxl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xxl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xxl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xxl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xxl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xxl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xxl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xxl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xxl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xxl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xxl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xxl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}.ur-ml-auto{margin-right:auto}.ur-mr-auto{margin-right:auto}.ur-h2,.ur-h3,.ur-h4{font-weight:600!important}.ur-h2{font-size:28px!important}.ur-h3{font-size:20px!important}.ur-h4{font-size:16px!important}.ur-text-center{text-align:center}.ur-text-right{text-align:left}.ur-text-muted{color:#b6bbcf}@font-face{font-family:UserRegistration;src:url(../fonts/UserRegistration.eot?kjj80c);src:url(../fonts/UserRegistration.eot?kjj80c#iefix) format("embedded-opentype"),url(../fonts/UserRegistration.ttf?kjj80c) format("truetype"),url(../fonts/UserRegistration.woff?kjj80c) format("woff"),url(../fonts/UserRegistration.svg?kjj80c#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=' ur-icon-'],[class^=ur-icon-]{font-family:UserRegistration!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}.ur-icon-input-first-name::before{content:""}.ur-icon-input-last-name::before{content:""}.ur-icon-input-field::before{content:""}.ur-icon-input-password::before{content:""}.ur-icon-input-checkbox::before{content:""}.ur-icon-radio::before{content:""}.ur-icon-number::before{content:""}.ur-icon-phone::before{content:""}.ur-icon-calendar::before{content:""}.ur-icon-drop-down::before{content:""}.ur-icon-textarea::before{content:""}.ur-icon-email::before{content:""}.ur-icon-email-secondary::before{content:""}.ur-icon-email-confirm::before{content:""}.ur-icon-invite-codes::before{content:""}.ur-icon-password::before{content:""}.ur-icon-password-confirm::before{content:""}.ur-icon-user::before{content:""}.ur-icon-user-nickname::before{content:""}.ur-icon-user-display-name::before{content:""}.ur-icon-user-bio::before{content:""}.ur-icon-website::before{content:""}.ur-icon-flag::before{content:""}.ur-icon-map-one::before{content:""}.ur-icon-map-two::before{content:""}.ur-icon-zip-code::before{content:""}.ur-icon-select2::before{content:""}.ur-icon-multi-select::before{content:""}.ur-icon-section-title::before{content:""}.ur-icon-time-picker::before{content:""}.ur-icon-state::before{content:""}.ur-icon-buildings::before{content:""}.ur-icon-text-editor::before{content:""}.ur-icon-bill::before{content:""}.ur-icon-doc::before{content:""}.ur-icon-file-upload::before{content:""}.ur-icon-file-dollar::before{content:""}.ur-icon-code::before{content:""}.ur-icon-mailchimp::before{content:""}.ur-icon-credit-card::before{content:""}.ur-icon-range::before{content:""}.ur-icon-course::before{content:""}.user-registration-table{width:100%;background:#fff;border-collapse:collapse}.user-registration-table__column-md{width:40%}.user-registration-table__column-sm{width:20%}.user-registration-table__column-auto{width:1%;white-space:nowrap}.user-registration-table__img{height:40px;width:40px;border-radius:4px;overflow:hidden}.user-registration-table caption,.user-registration-table td,.user-registration-table th{padding:1rem .5rem;text-align:right;border-bottom:1px solid #dee0e9}.user-registration-table caption:first-child,.user-registration-table td:first-child,.user-registration-table th:first-child{padding-right:1rem}.user-registration-table caption:last-child,.user-registration-table td:last-child,.user-registration-table th:last-child{padding-left:1rem}.user-registration-table td{vertical-align:top}.user-registration-table caption,.user-registration-table th{font-size:14px;font-weight:500}.user-registration-table thead th{background:#fafafc}.user-registration-table input,.user-registration-table select,.user-registration-table textarea{width:100%;box-shadow:none;border-radius:4px}.ur-form-group{margin-bottom:16px}.ur-label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.swal2-container .user-registration-swal2-modal .swal2-input,.ur-input{display:block;width:100%;border:1px solid #dee0e9;border-radius:4px}.user-registration-custom-file{color:#676d8a;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.user-registration-custom-file input{position:absolute;z-index:2;width:100%;margin:0;opacity:0}.user-registration-custom-file__label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:2px 8px 2px 2px;background-color:#fff;border:1px solid #dee0e9;border-radius:4px;z-index:1}.user-registration-custom-file__button{margin-right:auto;display:inline-block;background:#676d8a;color:#fff;padding:6px 15px;border-radius:4px}.user-registration-custom-file+.help{margin-top:4px}.ur-form-field--sm{width:80px;-webkit-box-flex:0;-webkit-flex:0 0 80px;flex:0 0 80px}.user-registration-editable-title{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.user-registration-editable-title .user-registration-editable-title__icon{background:#dee0e9;color:#4c5477;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-radius:3px;margin-bottom:0}.user-registration-editable-title .user-registration-editable-title__icon::after{content:'';border-radius:3px;position:absolute;right:32px;left:calc(100% - 32px);height:32px;border-radius:3px 0 0 3px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.user-registration-editable-title .user-registration-editable-title__input{color:#2d3559;background:0 0;font-size:16px;font-weight:500;width:auto;height:32px;padding:4px 8px;pointer-events:none;border:1px solid transparent!important;border-radius:4px 0 0 4px;z-index:1}.user-registration-editable-title .user-registration-editable-title__input.is-editing{border-color:transparent;pointer-events:all}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon{color:#fff;background:#475bb2;border-radius:0 3px 3px 0}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon::after{top:0;left:0;border:1px solid #475bb2}.user-registration-editable-title .user-registration-editable-title__input:focus{box-shadow:none}.user-registration-switch{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.user-registration-switch input[type=checkbox]{display:none}.user-registration-switch input[type=checkbox].user-registration-switch__control{background:#676d8a;width:28px;height:18px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 28px;flex:0 0 28px;margin:0;position:relative;border:2px solid #676d8a;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease;box-sizing:border-box}.user-registration-switch input[type=checkbox].user-registration-switch__control::before{content:none}.user-registration-switch input[type=checkbox].user-registration-switch__control::after{display:inline-block;content:'';height:14px;width:14px;background:#fff;border-radius:50%;position:absolute;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease}.user-registration-switch input[type=checkbox]:checked{background:#37b24d;border-color:#37b24d}.user-registration-switch input[type=checkbox]:checked::after{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.user-registration-switch label{margin:0 8px 0 0!important}.user-registration input{border-color:#dee0e9}.user-registration .select2.select2-container{width:100%!important}.user-registration .select2-results__option .wrap:before{content:"\2610";width:25px;height:25px;padding-left:10px}.user-registration .select2-results__option[data-selected=true] .wrap:before{content:"\2714"}.user-registration .select2-drop,.user-registration .select2-dropdown{z-index:999999!important}.user-registration .select2-results{line-height:1.5em}.user-registration .select2-results .select2-results__group,.user-registration .select2-results .select2-results__option{margin:0;padding:8px}.user-registration .select2-dropdown{border-color:#dee0e9}.user-registration .select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.user-registration .select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.user-registration .select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.user-registration .select2-container .select2-selection{border-color:#dee0e9}.user-registration .select2-container .select2-search__field{min-width:20px}.user-registration .select2-container .select2-selection--single{height:32px}.user-registration .select2-container .select2-selection--single .select2-selection__rendered{display:block;line-height:32px;padding-left:24px}.user-registration .select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.user-registration .select2-container .select2-selection--multiple{min-height:28px;border-radius:4px;line-height:1.5;border:1px solid #ddd!important}.user-registration .select2-container .select2-selection--multiple li{margin:0}.user-registration .select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered{display:block}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin-top:4px;margin-left:4px;line-height:1.4}.user-registration .select2-container .select2-selection__clear{color:#999;margin-top:-1px}.user-registration .select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0;margin:0;line-height:1;min-height:26px;height:32px}.user-registration-badge{display:inline-block;font-size:1em;line-height:1;padding:4px 8px;border-radius:10px}.user-registration-badge.user-registration-badge--primary{background:#475bb2;color:#fff}.user-registration-badge.user-registration-badge--primary-subtle{background:#c4cbe7;color:#475bb2}.user-registration-badge.user-registration-badge--secondary{background:#676d8a;color:#fff}.user-registration-badge.user-registration-badge--secondary-subtle{background:#cbced9;color:#676d8a}.user-registration-badge.user-registration-badge--success{background:#37b24d;color:#fff}.user-registration-badge.user-registration-badge--success-subtle{background:#b4e8bd;color:#2b8b3c}.user-registration-badge.user-registration-badge--danger{background:#ff4149;color:#fff}.user-registration-badge.user-registration-badge--danger-subtle{background:#ffdadc;color:#ff4149}.user-registration-badge.user-registration-badge--warning{background:#ffba00;color:#fff}.user-registration-badge.user-registration-badge--warning-subtle{background:#ffeab3;color:#b38200}.user-registration-badge.user-registration-badge--info{background:#2ea2cc;color:#fff}.user-registration-badge.user-registration-badge--info-subtle{background:#bce2f0;color:#2991b7}.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;box-shadow:0 1px 3px rgba(182,187,207,.15)}.ur-form-container .button+.button,.ur-form-container .button+button,.ur-form-container button+.button,.ur-form-container button+button,.user-registration .button+.button,.user-registration .button+button,.user-registration button+.button,.user-registration button+button{margin-right:6px}.ur-form-container .button.button-icon,.ur-form-container button.button-icon,.user-registration .button.button-icon,.user-registration button.button-icon{width:32px;padding:0;text-align:center}.ur-form-container .button.button-icon .dashicons,.ur-form-container button.button-icon .dashicons,.user-registration .button.button-icon .dashicons,.user-registration button.button-icon .dashicons{line-height:.9;vertical-align:middle}.ur-form-container .button.button-icon svg,.ur-form-container button.button-icon svg,.user-registration .button.button-icon svg,.user-registration button.button-icon svg{display:block;margin:0 auto}.ur-form-container .button.button-icon-round,.ur-form-container button.button-icon-round,.user-registration .button.button-icon-round,.user-registration button.button-icon-round{border-radius:50%}.ur-form-container .button.is-active,.ur-form-container button.is-active,.user-registration .button.is-active,.user-registration button.is-active{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button.is-active:active,.ur-form-container .button.is-active:focus,.ur-form-container .button.is-active:hover,.ur-form-container button.is-active:active,.ur-form-container button.is-active:focus,.ur-form-container button.is-active:hover,.user-registration .button.is-active:active,.user-registration .button.is-active:focus,.user-registration .button.is-active:hover,.user-registration button.is-active:active,.user-registration button.is-active:focus,.user-registration button.is-active:hover{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button .ur-spinner,.ur-form-container button .ur-spinner,.user-registration .button .ur-spinner,.user-registration button .ur-spinner{width:16px;height:16px;margin-right:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-form-container .button-primary,.user-registration .button-primary{background:#475bb2;border-color:#475bb2;box-shadow:0 1px 0 #475bb2;text-shadow:none}.ur-form-container .button-primary:active,.ur-form-container .button-primary:focus,.ur-form-container .button-primary:hover,.user-registration .button-primary:active,.user-registration .button-primary:focus,.user-registration .button-primary:hover{background:#38488e;border-color:#38488e;box-shadow:0 1px 0 #38488e}.ur-form-container .button-primary:disabled,.user-registration .button-primary:disabled{color:#b2bae0!important;background:#697ac3!important;border-color:#697ac3!important}.ur-form-container .button-secondary,.user-registration .button-secondary{color:#2d3559;background:#dee0e9;border-color:#dee0e9;box-shadow:0 1px 0 #dee0e9}.ur-form-container .button-secondary:active,.ur-form-container .button-secondary:focus,.ur-form-container .button-secondary:hover,.user-registration .button-secondary:active,.user-registration .button-secondary:focus,.user-registration .button-secondary:hover{color:#2d3559;background:#b6bbcf;border-color:#b6bbcf}.ur-form-container .button-tertiary,.user-registration .button-tertiary{background:#fff;color:#2d3559;border:1px solid #dee0e9}.ur-form-container .button-tertiary:active,.ur-form-container .button-tertiary:focus,.ur-form-container .button-tertiary:hover,.user-registration .button-tertiary:active,.user-registration .button-tertiary:focus,.user-registration .button-tertiary:hover{background:#f0f1f5;border-color:#dee0e9}.ur-form-container .button-danger,.user-registration .button-danger{color:#fff;background:#ff4149;border-color:#ff4149;box-shadow:0 1px 0 #ff4149}.ur-form-container .button-danger:active,.ur-form-container .button-danger:focus,.ur-form-container .button-danger:hover,.user-registration .button-danger:active,.user-registration .button-danger:focus,.user-registration .button-danger:hover{color:#fff;background:#ee2a32;border-color:#ee2a32;box-shadow:0 1px 0 #ee2a32}.user-registration-button-group{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.user-registration-button-group .button:not(:first-child),.user-registration-button-group>button:not(:first-child){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.user-registration-button-group .button:not(:last-child),.user-registration-button-group>button:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.user-registration-button-group .button,.user-registration-button-group button{margin-left:0!important}.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#475bb2;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important;z-index:9}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-left:3px}.select2-container .ur-select-all-countries-button{margin:6px 6px 4px 3px}.select2-container .ur-unselect-all-countries-button{margin:6px 3px 4px}.user-registration-card{background:#fff;border-radius:4px;display:block;border:1px solid #dee0e9}.user-registration-card a{text-decoration:none}.user-registration-card__header{padding:16px 20px;border-bottom:1px solid #dee0e9}.user-registration-card__title{font-size:1.25em;line-height:1.3;margin:0}.user-registration-card__body{padding:20px}.user-registration-list-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-right:0;margin-bottom:0}.user-registration-list-group--flush>.user-registration-list-group__item{border-width:0 0 1px}.user-registration-list-group--flush>.user-registration-list-group__item:last-child{border-bottom-width:0}.user-registration-list-group--no-gutter .user-registration-list-group__item{padding-left:0;padding-right:0}.user-registration-list-group__item{position:relative;display:block;padding:1rem 1.25rem;background-color:transparent;border:1px solid #dee0e9}.user-registration-list-group__item:first-child{border-top-right-radius:8px;border-top-left-radius:8px}.user-registration-page.user-registration-modal-open{overflow:hidden}.user-registration-page.user-registration-modal-open .user-registration-modal{max-width:100%}.user-registration-modal{position:fixed;top:0;right:0;left:0;height:100%;width:100%;margin:0 auto!important;overflow-x:hidden;overflow-y:auto;z-index:999}.user-registration-modal .user-registration-modal__backdrop{position:fixed;right:0;top:0;background-color:rgba(45,53,89,.5);min-width:100%;min-height:100%;z-index:1}.user-registration-modal .user-registration-modal__content{background:#fff;position:relative;width:auto;margin:16px;border-radius:8px;z-index:99999;box-shadow:0 3px 25px 0 rgba(45,53,89,.4)}@media (min-width:576px){.user-registration-modal .user-registration-modal__content{max-width:500px;margin:24px auto}}@media (min-width:992px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg,.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:800px}}@media (min-width:1200px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:1140px}}.user-registration-modal .user-registration-modal__header{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;border-bottom:1px solid #dee0e9}.user-registration-modal .user-registration-modal__header .user-registration-modal__title{font-size:20px;line-height:1.4;margin:0;padding:0}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon{position:relative;display:block;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;margin-right:auto}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after,.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{content:'';height:2px;width:16px;display:block;position:absolute;top:50%;right:0;left:0;margin:0 auto;background:#b6bbcf}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.user-registration-modal .user-registration-modal__body{position:relative;padding:16px}.user-registration-modal .user-registration-modal__body #user-registration,.user-registration-modal .user-registration-modal__body .login,.user-registration-modal .user-registration-modal__body .user-registration{margin:0;padding:0;border:none}.user-registration-modal .user-registration-modal__footer{padding:16px;border-top:1px solid #dee0e9}.user-registration-modal .user-registration-modal__footer *{margin:4px}.swal2-container .user-registration-swal2-modal{padding:40px}.swal2-container .user-registration-swal2-modal .swal2-input{font-size:16px}.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line],.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line]{-webkit-animation:none;animation:none}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon{font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border-width:2px;border-radius:50%}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line]{height:3px;width:28px;top:50%;right:0;left:0;margin:0 auto}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left]{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right]{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line]{height:3px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:16px;top:56%;right:10px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:47%;width:32px;left:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line]{height:64px;width:32px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-75px;right:27px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-26px;right:82px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-ring{top:-3px;right:-2px;border-width:2px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-fix{height:64px;right:2px;left:0;margin:0 auto;top:-2px;bottom:0;width:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon::before{font-size:40px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title{color:#2d3559;font-size:24px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title .dashicons{color:#ff4149;font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border:2px solid #ff4149;border-radius:50%}.swal2-container .user-registration-swal2-modal__title{line-height:1.35;display:block}.swal2-container .user-registration-swal2-modal .swal2-content{color:#4c5477;font-size:1em;line-height:1.5}.swal2-container .user-registration-swal2-modal .swal2-actions button{margin-top:0;margin-bottom:0}.swal2-container .user-registration-swal2-modal--centered .swal2-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-bg-light{background-color:#f0f1f5}.ur-border{border:1px solid #dee0e9!important}.ur-border-top{border-top:1px solid #dee0e9!important}.ur-border-right{border-left:1px solid #dee0e9!important}.ur-border-bottom{border-bottom:1px solid #dee0e9!important}.ur-border-left{border-right:1px solid #dee0e9!important}.ur-border-0{border:0!important}.ur-border-top-0{border-top:0!important}.ur-border-right-0{border-left:0!important}.ur-border-bottom-0{border-bottom:0!important}.ur-border-left-0{border-right:0!important}.ur-m-0{margin:0!important}.ur-mt-0,.ur-my-0{margin-top:0!important}.ur-mr-0,.ur-mx-0{margin-left:0!important}.ur-mb-0,.ur-my-0{margin-bottom:0!important}.ur-ml-0,.ur-mx-0{margin-right:0!important}.ur-m-1{margin:4px!important}.ur-mt-1,.ur-my-1{margin-top:4px!important}.ur-mr-1,.ur-mx-1{margin-left:4px!important}.ur-mb-1,.ur-my-1{margin-bottom:4px!important}.ur-ml-1,.ur-mx-1{margin-right:4px!important}.ur-m-2{margin:8px!important}.ur-mt-2,.ur-my-2{margin-top:8px!important}.ur-mr-2,.ur-mx-2{margin-left:8px!important}.ur-mb-2,.ur-my-2{margin-bottom:8px!important}.ur-ml-2,.ur-mx-2{margin-right:8px!important}.ur-m-3{margin:12px!important}.ur-mt-3,.ur-my-3{margin-top:12px!important}.ur-mr-3,.ur-mx-3{margin-left:12px!important}.ur-mb-3,.ur-my-3{margin-bottom:12px!important}.ur-ml-3,.ur-mx-3{margin-right:12px!important}.ur-m-4{margin:16px!important}.ur-mt-4,.ur-my-4{margin-top:16px!important}.ur-mr-4,.ur-mx-4{margin-left:16px!important}.ur-mb-4,.ur-my-4{margin-bottom:16px!important}.ur-ml-4,.ur-mx-4{margin-right:16px!important}.ur-m-5{margin:20px!important}.ur-mt-5,.ur-my-5{margin-top:20px!important}.ur-mr-5,.ur-mx-5{margin-left:20px!important}.ur-mb-5,.ur-my-5{margin-bottom:20px!important}.ur-ml-5,.ur-mx-5{margin-right:20px!important}.ur-m-6{margin:24px!important}.ur-mt-6,.ur-my-6{margin-top:24px!important}.ur-mr-6,.ur-mx-6{margin-left:24px!important}.ur-mb-6,.ur-my-6{margin-bottom:24px!important}.ur-ml-6,.ur-mx-6{margin-right:24px!important}.ur-m-7{margin:28px!important}.ur-mt-7,.ur-my-7{margin-top:28px!important}.ur-mr-7,.ur-mx-7{margin-left:28px!important}.ur-mb-7,.ur-my-7{margin-bottom:28px!important}.ur-ml-7,.ur-mx-7{margin-right:28px!important}.ur-m-8{margin:32px!important}.ur-mt-8,.ur-my-8{margin-top:32px!important}.ur-mr-8,.ur-mx-8{margin-left:32px!important}.ur-mb-8,.ur-my-8{margin-bottom:32px!important}.ur-ml-8,.ur-mx-8{margin-right:32px!important}.ur-p-0{padding:0!important}.ur-pt-0,.ur-py-0{padding-top:0!important}.ur-pr-0,.ur-px-0{padding-left:0!important}.ur-pb-0,.ur-py-0{padding-bottom:0!important}.ur-pl-0,.ur-px-0{padding-right:0!important}.ur-p-1{padding:4px!important}.ur-pt-1,.ur-py-1{padding-top:4px!important}.ur-pr-1,.ur-px-1{padding-left:4px!important}.ur-pb-1,.ur-py-1{padding-bottom:4px!important}.ur-pl-1,.ur-px-1{padding-right:4px!important}.ur-p-2{padding:8px!important}.ur-pt-2,.ur-py-2{padding-top:8px!important}.ur-pr-2,.ur-px-2{padding-left:8px!important}.ur-pb-2,.ur-py-2{padding-bottom:8px!important}.ur-pl-2,.ur-px-2{padding-right:8px!important}.ur-p-3{padding:12px!important}.ur-pt-3,.ur-py-3{padding-top:12px!important}.ur-pr-3,.ur-px-3{padding-left:12px!important}.ur-pb-3,.ur-py-3{padding-bottom:12px!important}.ur-pl-3,.ur-px-3{padding-right:12px!important}.ur-p-4{padding:16px!important}.ur-pt-4,.ur-py-4{padding-top:16px!important}.ur-pr-4,.ur-px-4{padding-left:16px!important}.ur-pb-4,.ur-py-4{padding-bottom:16px!important}.ur-pl-4,.ur-px-4{padding-right:16px!important}.ur-p-5{padding:20px!important}.ur-pt-5,.ur-py-5{padding-top:20px!important}.ur-pr-5,.ur-px-5{padding-left:20px!important}.ur-pb-5,.ur-py-5{padding-bottom:20px!important}.ur-pl-5,.ur-px-5{padding-right:20px!important}.ur-p-6{padding:24px!important}.ur-pt-6,.ur-py-6{padding-top:24px!important}.ur-pr-6,.ur-px-6{padding-left:24px!important}.ur-pb-6,.ur-py-6{padding-bottom:24px!important}.ur-pl-6,.ur-px-6{padding-right:24px!important}.ur-p-7{padding:28px!important}.ur-pt-7,.ur-py-7{padding-top:28px!important}.ur-pr-7,.ur-px-7{padding-left:28px!important}.ur-pb-7,.ur-py-7{padding-bottom:28px!important}.ur-pl-7,.ur-px-7{padding-right:28px!important}.ur-p-8{padding:32px!important}.ur-pt-8,.ur-py-8{padding-top:32px!important}.ur-pr-8,.ur-px-8{padding-left:32px!important}.ur-pb-8,.ur-py-8{padding-bottom:32px!important}.ur-pl-8,.ur-px-8{padding-right:32px!important}.ur-m-n1{margin:-4px!important}.ur-mt-n1,.ur-my-n1{margin-top:-4px!important}.ur-mr-n1,.ur-mx-n1{margin-left:-4px!important}.ur-mb-n1,.ur-my-n1{margin-bottom:-4px!important}.ur-ml-n1,.ur-mx-n1{margin-right:-4px!important}.ur-m-n2{margin:-8px!important}.ur-mt-n2,.ur-my-n2{margin-top:-8px!important}.ur-mr-n2,.ur-mx-n2{margin-left:-8px!important}.ur-mb-n2,.ur-my-n2{margin-bottom:-8px!important}.ur-ml-n2,.ur-mx-n2{margin-right:-8px!important}.ur-m-n3{margin:-12px!important}.ur-mt-n3,.ur-my-n3{margin-top:-12px!important}.ur-mr-n3,.ur-mx-n3{margin-left:-12px!important}.ur-mb-n3,.ur-my-n3{margin-bottom:-12px!important}.ur-ml-n3,.ur-mx-n3{margin-right:-12px!important}.ur-m-n4{margin:-16px!important}.ur-mt-n4,.ur-my-n4{margin-top:-16px!important}.ur-mr-n4,.ur-mx-n4{margin-left:-16px!important}.ur-mb-n4,.ur-my-n4{margin-bottom:-16px!important}.ur-ml-n4,.ur-mx-n4{margin-right:-16px!important}.ur-m-n5{margin:-20px!important}.ur-mt-n5,.ur-my-n5{margin-top:-20px!important}.ur-mr-n5,.ur-mx-n5{margin-left:-20px!important}.ur-mb-n5,.ur-my-n5{margin-bottom:-20px!important}.ur-ml-n5,.ur-mx-n5{margin-right:-20px!important}.ur-m-n6{margin:-24px!important}.ur-mt-n6,.ur-my-n6{margin-top:-24px!important}.ur-mr-n6,.ur-mx-n6{margin-left:-24px!important}.ur-mb-n6,.ur-my-n6{margin-bottom:-24px!important}.ur-ml-n6,.ur-mx-n6{margin-right:-24px!important}.ur-m-n7{margin:-28px!important}.ur-mt-n7,.ur-my-n7{margin-top:-28px!important}.ur-mr-n7,.ur-mx-n7{margin-left:-28px!important}.ur-mb-n7,.ur-my-n7{margin-bottom:-28px!important}.ur-ml-n7,.ur-mx-n7{margin-right:-28px!important}.ur-m-n8{margin:-32px!important}.ur-mt-n8,.ur-my-n8{margin-top:-32px!important}.ur-mr-n8,.ur-mx-n8{margin-left:-32px!important}.ur-mb-n8,.ur-my-n8{margin-bottom:-32px!important}.ur-ml-n8,.ur-mx-n8{margin-right:-32px!important}.ur-m-auto{margin:auto!important}.ur-mt-auto,.ur-my-auto{margin-top:auto!important}.ur-mr-auto,.ur-mx-auto{margin-left:auto!important}.ur-mb-auto,.ur-my-auto{margin-bottom:auto!important}.ur-ml-auto,.ur-mx-auto{margin-right:auto!important}@media (min-width:576px){.ur-m-sm-0{margin:0!important}.ur-mt-sm-0,.ur-my-sm-0{margin-top:0!important}.ur-mr-sm-0,.ur-mx-sm-0{margin-left:0!important}.ur-mb-sm-0,.ur-my-sm-0{margin-bottom:0!important}.ur-ml-sm-0,.ur-mx-sm-0{margin-right:0!important}.ur-m-sm-1{margin:4px!important}.ur-mt-sm-1,.ur-my-sm-1{margin-top:4px!important}.ur-mr-sm-1,.ur-mx-sm-1{margin-left:4px!important}.ur-mb-sm-1,.ur-my-sm-1{margin-bottom:4px!important}.ur-ml-sm-1,.ur-mx-sm-1{margin-right:4px!important}.ur-m-sm-2{margin:8px!important}.ur-mt-sm-2,.ur-my-sm-2{margin-top:8px!important}.ur-mr-sm-2,.ur-mx-sm-2{margin-left:8px!important}.ur-mb-sm-2,.ur-my-sm-2{margin-bottom:8px!important}.ur-ml-sm-2,.ur-mx-sm-2{margin-right:8px!important}.ur-m-sm-3{margin:12px!important}.ur-mt-sm-3,.ur-my-sm-3{margin-top:12px!important}.ur-mr-sm-3,.ur-mx-sm-3{margin-left:12px!important}.ur-mb-sm-3,.ur-my-sm-3{margin-bottom:12px!important}.ur-ml-sm-3,.ur-mx-sm-3{margin-right:12px!important}.ur-m-sm-4{margin:16px!important}.ur-mt-sm-4,.ur-my-sm-4{margin-top:16px!important}.ur-mr-sm-4,.ur-mx-sm-4{margin-left:16px!important}.ur-mb-sm-4,.ur-my-sm-4{margin-bottom:16px!important}.ur-ml-sm-4,.ur-mx-sm-4{margin-right:16px!important}.ur-m-sm-5{margin:20px!important}.ur-mt-sm-5,.ur-my-sm-5{margin-top:20px!important}.ur-mr-sm-5,.ur-mx-sm-5{margin-left:20px!important}.ur-mb-sm-5,.ur-my-sm-5{margin-bottom:20px!important}.ur-ml-sm-5,.ur-mx-sm-5{margin-right:20px!important}.ur-m-sm-6{margin:24px!important}.ur-mt-sm-6,.ur-my-sm-6{margin-top:24px!important}.ur-mr-sm-6,.ur-mx-sm-6{margin-left:24px!important}.ur-mb-sm-6,.ur-my-sm-6{margin-bottom:24px!important}.ur-ml-sm-6,.ur-mx-sm-6{margin-right:24px!important}.ur-m-sm-7{margin:28px!important}.ur-mt-sm-7,.ur-my-sm-7{margin-top:28px!important}.ur-mr-sm-7,.ur-mx-sm-7{margin-left:28px!important}.ur-mb-sm-7,.ur-my-sm-7{margin-bottom:28px!important}.ur-ml-sm-7,.ur-mx-sm-7{margin-right:28px!important}.ur-m-sm-8{margin:32px!important}.ur-mt-sm-8,.ur-my-sm-8{margin-top:32px!important}.ur-mr-sm-8,.ur-mx-sm-8{margin-left:32px!important}.ur-mb-sm-8,.ur-my-sm-8{margin-bottom:32px!important}.ur-ml-sm-8,.ur-mx-sm-8{margin-right:32px!important}.ur-p-sm-0{padding:0!important}.ur-pt-sm-0,.ur-py-sm-0{padding-top:0!important}.ur-pr-sm-0,.ur-px-sm-0{padding-left:0!important}.ur-pb-sm-0,.ur-py-sm-0{padding-bottom:0!important}.ur-pl-sm-0,.ur-px-sm-0{padding-right:0!important}.ur-p-sm-1{padding:4px!important}.ur-pt-sm-1,.ur-py-sm-1{padding-top:4px!important}.ur-pr-sm-1,.ur-px-sm-1{padding-left:4px!important}.ur-pb-sm-1,.ur-py-sm-1{padding-bottom:4px!important}.ur-pl-sm-1,.ur-px-sm-1{padding-right:4px!important}.ur-p-sm-2{padding:8px!important}.ur-pt-sm-2,.ur-py-sm-2{padding-top:8px!important}.ur-pr-sm-2,.ur-px-sm-2{padding-left:8px!important}.ur-pb-sm-2,.ur-py-sm-2{padding-bottom:8px!important}.ur-pl-sm-2,.ur-px-sm-2{padding-right:8px!important}.ur-p-sm-3{padding:12px!important}.ur-pt-sm-3,.ur-py-sm-3{padding-top:12px!important}.ur-pr-sm-3,.ur-px-sm-3{padding-left:12px!important}.ur-pb-sm-3,.ur-py-sm-3{padding-bottom:12px!important}.ur-pl-sm-3,.ur-px-sm-3{padding-right:12px!important}.ur-p-sm-4{padding:16px!important}.ur-pt-sm-4,.ur-py-sm-4{padding-top:16px!important}.ur-pr-sm-4,.ur-px-sm-4{padding-left:16px!important}.ur-pb-sm-4,.ur-py-sm-4{padding-bottom:16px!important}.ur-pl-sm-4,.ur-px-sm-4{padding-right:16px!important}.ur-p-sm-5{padding:20px!important}.ur-pt-sm-5,.ur-py-sm-5{padding-top:20px!important}.ur-pr-sm-5,.ur-px-sm-5{padding-left:20px!important}.ur-pb-sm-5,.ur-py-sm-5{padding-bottom:20px!important}.ur-pl-sm-5,.ur-px-sm-5{padding-right:20px!important}.ur-p-sm-6{padding:24px!important}.ur-pt-sm-6,.ur-py-sm-6{padding-top:24px!important}.ur-pr-sm-6,.ur-px-sm-6{padding-left:24px!important}.ur-pb-sm-6,.ur-py-sm-6{padding-bottom:24px!important}.ur-pl-sm-6,.ur-px-sm-6{padding-right:24px!important}.ur-p-sm-7{padding:28px!important}.ur-pt-sm-7,.ur-py-sm-7{padding-top:28px!important}.ur-pr-sm-7,.ur-px-sm-7{padding-left:28px!important}.ur-pb-sm-7,.ur-py-sm-7{padding-bottom:28px!important}.ur-pl-sm-7,.ur-px-sm-7{padding-right:28px!important}.ur-p-sm-8{padding:32px!important}.ur-pt-sm-8,.ur-py-sm-8{padding-top:32px!important}.ur-pr-sm-8,.ur-px-sm-8{padding-left:32px!important}.ur-pb-sm-8,.ur-py-sm-8{padding-bottom:32px!important}.ur-pl-sm-8,.ur-px-sm-8{padding-right:32px!important}.ur-m-sm-n1{margin:-4px!important}.ur-mt-sm-n1,.ur-my-sm-n1{margin-top:-4px!important}.ur-mr-sm-n1,.ur-mx-sm-n1{margin-left:-4px!important}.ur-mb-sm-n1,.ur-my-sm-n1{margin-bottom:-4px!important}.ur-ml-sm-n1,.ur-mx-sm-n1{margin-right:-4px!important}.ur-m-sm-n2{margin:-8px!important}.ur-mt-sm-n2,.ur-my-sm-n2{margin-top:-8px!important}.ur-mr-sm-n2,.ur-mx-sm-n2{margin-left:-8px!important}.ur-mb-sm-n2,.ur-my-sm-n2{margin-bottom:-8px!important}.ur-ml-sm-n2,.ur-mx-sm-n2{margin-right:-8px!important}.ur-m-sm-n3{margin:-12px!important}.ur-mt-sm-n3,.ur-my-sm-n3{margin-top:-12px!important}.ur-mr-sm-n3,.ur-mx-sm-n3{margin-left:-12px!important}.ur-mb-sm-n3,.ur-my-sm-n3{margin-bottom:-12px!important}.ur-ml-sm-n3,.ur-mx-sm-n3{margin-right:-12px!important}.ur-m-sm-n4{margin:-16px!important}.ur-mt-sm-n4,.ur-my-sm-n4{margin-top:-16px!important}.ur-mr-sm-n4,.ur-mx-sm-n4{margin-left:-16px!important}.ur-mb-sm-n4,.ur-my-sm-n4{margin-bottom:-16px!important}.ur-ml-sm-n4,.ur-mx-sm-n4{margin-right:-16px!important}.ur-m-sm-n5{margin:-20px!important}.ur-mt-sm-n5,.ur-my-sm-n5{margin-top:-20px!important}.ur-mr-sm-n5,.ur-mx-sm-n5{margin-left:-20px!important}.ur-mb-sm-n5,.ur-my-sm-n5{margin-bottom:-20px!important}.ur-ml-sm-n5,.ur-mx-sm-n5{margin-right:-20px!important}.ur-m-sm-n6{margin:-24px!important}.ur-mt-sm-n6,.ur-my-sm-n6{margin-top:-24px!important}.ur-mr-sm-n6,.ur-mx-sm-n6{margin-left:-24px!important}.ur-mb-sm-n6,.ur-my-sm-n6{margin-bottom:-24px!important}.ur-ml-sm-n6,.ur-mx-sm-n6{margin-right:-24px!important}.ur-m-sm-n7{margin:-28px!important}.ur-mt-sm-n7,.ur-my-sm-n7{margin-top:-28px!important}.ur-mr-sm-n7,.ur-mx-sm-n7{margin-left:-28px!important}.ur-mb-sm-n7,.ur-my-sm-n7{margin-bottom:-28px!important}.ur-ml-sm-n7,.ur-mx-sm-n7{margin-right:-28px!important}.ur-m-sm-n8{margin:-32px!important}.ur-mt-sm-n8,.ur-my-sm-n8{margin-top:-32px!important}.ur-mr-sm-n8,.ur-mx-sm-n8{margin-left:-32px!important}.ur-mb-sm-n8,.ur-my-sm-n8{margin-bottom:-32px!important}.ur-ml-sm-n8,.ur-mx-sm-n8{margin-right:-32px!important}.ur-m-sm-auto{margin:auto!important}.ur-mt-sm-auto,.ur-my-sm-auto{margin-top:auto!important}.ur-mr-sm-auto,.ur-mx-sm-auto{margin-left:auto!important}.ur-mb-sm-auto,.ur-my-sm-auto{margin-bottom:auto!important}.ur-ml-sm-auto,.ur-mx-sm-auto{margin-right:auto!important}}@media (min-width:768px){.ur-m-md-0{margin:0!important}.ur-mt-md-0,.ur-my-md-0{margin-top:0!important}.ur-mr-md-0,.ur-mx-md-0{margin-left:0!important}.ur-mb-md-0,.ur-my-md-0{margin-bottom:0!important}.ur-ml-md-0,.ur-mx-md-0{margin-right:0!important}.ur-m-md-1{margin:4px!important}.ur-mt-md-1,.ur-my-md-1{margin-top:4px!important}.ur-mr-md-1,.ur-mx-md-1{margin-left:4px!important}.ur-mb-md-1,.ur-my-md-1{margin-bottom:4px!important}.ur-ml-md-1,.ur-mx-md-1{margin-right:4px!important}.ur-m-md-2{margin:8px!important}.ur-mt-md-2,.ur-my-md-2{margin-top:8px!important}.ur-mr-md-2,.ur-mx-md-2{margin-left:8px!important}.ur-mb-md-2,.ur-my-md-2{margin-bottom:8px!important}.ur-ml-md-2,.ur-mx-md-2{margin-right:8px!important}.ur-m-md-3{margin:12px!important}.ur-mt-md-3,.ur-my-md-3{margin-top:12px!important}.ur-mr-md-3,.ur-mx-md-3{margin-left:12px!important}.ur-mb-md-3,.ur-my-md-3{margin-bottom:12px!important}.ur-ml-md-3,.ur-mx-md-3{margin-right:12px!important}.ur-m-md-4{margin:16px!important}.ur-mt-md-4,.ur-my-md-4{margin-top:16px!important}.ur-mr-md-4,.ur-mx-md-4{margin-left:16px!important}.ur-mb-md-4,.ur-my-md-4{margin-bottom:16px!important}.ur-ml-md-4,.ur-mx-md-4{margin-right:16px!important}.ur-m-md-5{margin:20px!important}.ur-mt-md-5,.ur-my-md-5{margin-top:20px!important}.ur-mr-md-5,.ur-mx-md-5{margin-left:20px!important}.ur-mb-md-5,.ur-my-md-5{margin-bottom:20px!important}.ur-ml-md-5,.ur-mx-md-5{margin-right:20px!important}.ur-m-md-6{margin:24px!important}.ur-mt-md-6,.ur-my-md-6{margin-top:24px!important}.ur-mr-md-6,.ur-mx-md-6{margin-left:24px!important}.ur-mb-md-6,.ur-my-md-6{margin-bottom:24px!important}.ur-ml-md-6,.ur-mx-md-6{margin-right:24px!important}.ur-m-md-7{margin:28px!important}.ur-mt-md-7,.ur-my-md-7{margin-top:28px!important}.ur-mr-md-7,.ur-mx-md-7{margin-left:28px!important}.ur-mb-md-7,.ur-my-md-7{margin-bottom:28px!important}.ur-ml-md-7,.ur-mx-md-7{margin-right:28px!important}.ur-m-md-8{margin:32px!important}.ur-mt-md-8,.ur-my-md-8{margin-top:32px!important}.ur-mr-md-8,.ur-mx-md-8{margin-left:32px!important}.ur-mb-md-8,.ur-my-md-8{margin-bottom:32px!important}.ur-ml-md-8,.ur-mx-md-8{margin-right:32px!important}.ur-p-md-0{padding:0!important}.ur-pt-md-0,.ur-py-md-0{padding-top:0!important}.ur-pr-md-0,.ur-px-md-0{padding-left:0!important}.ur-pb-md-0,.ur-py-md-0{padding-bottom:0!important}.ur-pl-md-0,.ur-px-md-0{padding-right:0!important}.ur-p-md-1{padding:4px!important}.ur-pt-md-1,.ur-py-md-1{padding-top:4px!important}.ur-pr-md-1,.ur-px-md-1{padding-left:4px!important}.ur-pb-md-1,.ur-py-md-1{padding-bottom:4px!important}.ur-pl-md-1,.ur-px-md-1{padding-right:4px!important}.ur-p-md-2{padding:8px!important}.ur-pt-md-2,.ur-py-md-2{padding-top:8px!important}.ur-pr-md-2,.ur-px-md-2{padding-left:8px!important}.ur-pb-md-2,.ur-py-md-2{padding-bottom:8px!important}.ur-pl-md-2,.ur-px-md-2{padding-right:8px!important}.ur-p-md-3{padding:12px!important}.ur-pt-md-3,.ur-py-md-3{padding-top:12px!important}.ur-pr-md-3,.ur-px-md-3{padding-left:12px!important}.ur-pb-md-3,.ur-py-md-3{padding-bottom:12px!important}.ur-pl-md-3,.ur-px-md-3{padding-right:12px!important}.ur-p-md-4{padding:16px!important}.ur-pt-md-4,.ur-py-md-4{padding-top:16px!important}.ur-pr-md-4,.ur-px-md-4{padding-left:16px!important}.ur-pb-md-4,.ur-py-md-4{padding-bottom:16px!important}.ur-pl-md-4,.ur-px-md-4{padding-right:16px!important}.ur-p-md-5{padding:20px!important}.ur-pt-md-5,.ur-py-md-5{padding-top:20px!important}.ur-pr-md-5,.ur-px-md-5{padding-left:20px!important}.ur-pb-md-5,.ur-py-md-5{padding-bottom:20px!important}.ur-pl-md-5,.ur-px-md-5{padding-right:20px!important}.ur-p-md-6{padding:24px!important}.ur-pt-md-6,.ur-py-md-6{padding-top:24px!important}.ur-pr-md-6,.ur-px-md-6{padding-left:24px!important}.ur-pb-md-6,.ur-py-md-6{padding-bottom:24px!important}.ur-pl-md-6,.ur-px-md-6{padding-right:24px!important}.ur-p-md-7{padding:28px!important}.ur-pt-md-7,.ur-py-md-7{padding-top:28px!important}.ur-pr-md-7,.ur-px-md-7{padding-left:28px!important}.ur-pb-md-7,.ur-py-md-7{padding-bottom:28px!important}.ur-pl-md-7,.ur-px-md-7{padding-right:28px!important}.ur-p-md-8{padding:32px!important}.ur-pt-md-8,.ur-py-md-8{padding-top:32px!important}.ur-pr-md-8,.ur-px-md-8{padding-left:32px!important}.ur-pb-md-8,.ur-py-md-8{padding-bottom:32px!important}.ur-pl-md-8,.ur-px-md-8{padding-right:32px!important}.ur-m-md-n1{margin:-4px!important}.ur-mt-md-n1,.ur-my-md-n1{margin-top:-4px!important}.ur-mr-md-n1,.ur-mx-md-n1{margin-left:-4px!important}.ur-mb-md-n1,.ur-my-md-n1{margin-bottom:-4px!important}.ur-ml-md-n1,.ur-mx-md-n1{margin-right:-4px!important}.ur-m-md-n2{margin:-8px!important}.ur-mt-md-n2,.ur-my-md-n2{margin-top:-8px!important}.ur-mr-md-n2,.ur-mx-md-n2{margin-left:-8px!important}.ur-mb-md-n2,.ur-my-md-n2{margin-bottom:-8px!important}.ur-ml-md-n2,.ur-mx-md-n2{margin-right:-8px!important}.ur-m-md-n3{margin:-12px!important}.ur-mt-md-n3,.ur-my-md-n3{margin-top:-12px!important}.ur-mr-md-n3,.ur-mx-md-n3{margin-left:-12px!important}.ur-mb-md-n3,.ur-my-md-n3{margin-bottom:-12px!important}.ur-ml-md-n3,.ur-mx-md-n3{margin-right:-12px!important}.ur-m-md-n4{margin:-16px!important}.ur-mt-md-n4,.ur-my-md-n4{margin-top:-16px!important}.ur-mr-md-n4,.ur-mx-md-n4{margin-left:-16px!important}.ur-mb-md-n4,.ur-my-md-n4{margin-bottom:-16px!important}.ur-ml-md-n4,.ur-mx-md-n4{margin-right:-16px!important}.ur-m-md-n5{margin:-20px!important}.ur-mt-md-n5,.ur-my-md-n5{margin-top:-20px!important}.ur-mr-md-n5,.ur-mx-md-n5{margin-left:-20px!important}.ur-mb-md-n5,.ur-my-md-n5{margin-bottom:-20px!important}.ur-ml-md-n5,.ur-mx-md-n5{margin-right:-20px!important}.ur-m-md-n6{margin:-24px!important}.ur-mt-md-n6,.ur-my-md-n6{margin-top:-24px!important}.ur-mr-md-n6,.ur-mx-md-n6{margin-left:-24px!important}.ur-mb-md-n6,.ur-my-md-n6{margin-bottom:-24px!important}.ur-ml-md-n6,.ur-mx-md-n6{margin-right:-24px!important}.ur-m-md-n7{margin:-28px!important}.ur-mt-md-n7,.ur-my-md-n7{margin-top:-28px!important}.ur-mr-md-n7,.ur-mx-md-n7{margin-left:-28px!important}.ur-mb-md-n7,.ur-my-md-n7{margin-bottom:-28px!important}.ur-ml-md-n7,.ur-mx-md-n7{margin-right:-28px!important}.ur-m-md-n8{margin:-32px!important}.ur-mt-md-n8,.ur-my-md-n8{margin-top:-32px!important}.ur-mr-md-n8,.ur-mx-md-n8{margin-left:-32px!important}.ur-mb-md-n8,.ur-my-md-n8{margin-bottom:-32px!important}.ur-ml-md-n8,.ur-mx-md-n8{margin-right:-32px!important}.ur-m-md-auto{margin:auto!important}.ur-mt-md-auto,.ur-my-md-auto{margin-top:auto!important}.ur-mr-md-auto,.ur-mx-md-auto{margin-left:auto!important}.ur-mb-md-auto,.ur-my-md-auto{margin-bottom:auto!important}.ur-ml-md-auto,.ur-mx-md-auto{margin-right:auto!important}}@media (min-width:992px){.ur-m-lg-0{margin:0!important}.ur-mt-lg-0,.ur-my-lg-0{margin-top:0!important}.ur-mr-lg-0,.ur-mx-lg-0{margin-left:0!important}.ur-mb-lg-0,.ur-my-lg-0{margin-bottom:0!important}.ur-ml-lg-0,.ur-mx-lg-0{margin-right:0!important}.ur-m-lg-1{margin:4px!important}.ur-mt-lg-1,.ur-my-lg-1{margin-top:4px!important}.ur-mr-lg-1,.ur-mx-lg-1{margin-left:4px!important}.ur-mb-lg-1,.ur-my-lg-1{margin-bottom:4px!important}.ur-ml-lg-1,.ur-mx-lg-1{margin-right:4px!important}.ur-m-lg-2{margin:8px!important}.ur-mt-lg-2,.ur-my-lg-2{margin-top:8px!important}.ur-mr-lg-2,.ur-mx-lg-2{margin-left:8px!important}.ur-mb-lg-2,.ur-my-lg-2{margin-bottom:8px!important}.ur-ml-lg-2,.ur-mx-lg-2{margin-right:8px!important}.ur-m-lg-3{margin:12px!important}.ur-mt-lg-3,.ur-my-lg-3{margin-top:12px!important}.ur-mr-lg-3,.ur-mx-lg-3{margin-left:12px!important}.ur-mb-lg-3,.ur-my-lg-3{margin-bottom:12px!important}.ur-ml-lg-3,.ur-mx-lg-3{margin-right:12px!important}.ur-m-lg-4{margin:16px!important}.ur-mt-lg-4,.ur-my-lg-4{margin-top:16px!important}.ur-mr-lg-4,.ur-mx-lg-4{margin-left:16px!important}.ur-mb-lg-4,.ur-my-lg-4{margin-bottom:16px!important}.ur-ml-lg-4,.ur-mx-lg-4{margin-right:16px!important}.ur-m-lg-5{margin:20px!important}.ur-mt-lg-5,.ur-my-lg-5{margin-top:20px!important}.ur-mr-lg-5,.ur-mx-lg-5{margin-left:20px!important}.ur-mb-lg-5,.ur-my-lg-5{margin-bottom:20px!important}.ur-ml-lg-5,.ur-mx-lg-5{margin-right:20px!important}.ur-m-lg-6{margin:24px!important}.ur-mt-lg-6,.ur-my-lg-6{margin-top:24px!important}.ur-mr-lg-6,.ur-mx-lg-6{margin-left:24px!important}.ur-mb-lg-6,.ur-my-lg-6{margin-bottom:24px!important}.ur-ml-lg-6,.ur-mx-lg-6{margin-right:24px!important}.ur-m-lg-7{margin:28px!important}.ur-mt-lg-7,.ur-my-lg-7{margin-top:28px!important}.ur-mr-lg-7,.ur-mx-lg-7{margin-left:28px!important}.ur-mb-lg-7,.ur-my-lg-7{margin-bottom:28px!important}.ur-ml-lg-7,.ur-mx-lg-7{margin-right:28px!important}.ur-m-lg-8{margin:32px!important}.ur-mt-lg-8,.ur-my-lg-8{margin-top:32px!important}.ur-mr-lg-8,.ur-mx-lg-8{margin-left:32px!important}.ur-mb-lg-8,.ur-my-lg-8{margin-bottom:32px!important}.ur-ml-lg-8,.ur-mx-lg-8{margin-right:32px!important}.ur-p-lg-0{padding:0!important}.ur-pt-lg-0,.ur-py-lg-0{padding-top:0!important}.ur-pr-lg-0,.ur-px-lg-0{padding-left:0!important}.ur-pb-lg-0,.ur-py-lg-0{padding-bottom:0!important}.ur-pl-lg-0,.ur-px-lg-0{padding-right:0!important}.ur-p-lg-1{padding:4px!important}.ur-pt-lg-1,.ur-py-lg-1{padding-top:4px!important}.ur-pr-lg-1,.ur-px-lg-1{padding-left:4px!important}.ur-pb-lg-1,.ur-py-lg-1{padding-bottom:4px!important}.ur-pl-lg-1,.ur-px-lg-1{padding-right:4px!important}.ur-p-lg-2{padding:8px!important}.ur-pt-lg-2,.ur-py-lg-2{padding-top:8px!important}.ur-pr-lg-2,.ur-px-lg-2{padding-left:8px!important}.ur-pb-lg-2,.ur-py-lg-2{padding-bottom:8px!important}.ur-pl-lg-2,.ur-px-lg-2{padding-right:8px!important}.ur-p-lg-3{padding:12px!important}.ur-pt-lg-3,.ur-py-lg-3{padding-top:12px!important}.ur-pr-lg-3,.ur-px-lg-3{padding-left:12px!important}.ur-pb-lg-3,.ur-py-lg-3{padding-bottom:12px!important}.ur-pl-lg-3,.ur-px-lg-3{padding-right:12px!important}.ur-p-lg-4{padding:16px!important}.ur-pt-lg-4,.ur-py-lg-4{padding-top:16px!important}.ur-pr-lg-4,.ur-px-lg-4{padding-left:16px!important}.ur-pb-lg-4,.ur-py-lg-4{padding-bottom:16px!important}.ur-pl-lg-4,.ur-px-lg-4{padding-right:16px!important}.ur-p-lg-5{padding:20px!important}.ur-pt-lg-5,.ur-py-lg-5{padding-top:20px!important}.ur-pr-lg-5,.ur-px-lg-5{padding-left:20px!important}.ur-pb-lg-5,.ur-py-lg-5{padding-bottom:20px!important}.ur-pl-lg-5,.ur-px-lg-5{padding-right:20px!important}.ur-p-lg-6{padding:24px!important}.ur-pt-lg-6,.ur-py-lg-6{padding-top:24px!important}.ur-pr-lg-6,.ur-px-lg-6{padding-left:24px!important}.ur-pb-lg-6,.ur-py-lg-6{padding-bottom:24px!important}.ur-pl-lg-6,.ur-px-lg-6{padding-right:24px!important}.ur-p-lg-7{padding:28px!important}.ur-pt-lg-7,.ur-py-lg-7{padding-top:28px!important}.ur-pr-lg-7,.ur-px-lg-7{padding-left:28px!important}.ur-pb-lg-7,.ur-py-lg-7{padding-bottom:28px!important}.ur-pl-lg-7,.ur-px-lg-7{padding-right:28px!important}.ur-p-lg-8{padding:32px!important}.ur-pt-lg-8,.ur-py-lg-8{padding-top:32px!important}.ur-pr-lg-8,.ur-px-lg-8{padding-left:32px!important}.ur-pb-lg-8,.ur-py-lg-8{padding-bottom:32px!important}.ur-pl-lg-8,.ur-px-lg-8{padding-right:32px!important}.ur-m-lg-n1{margin:-4px!important}.ur-mt-lg-n1,.ur-my-lg-n1{margin-top:-4px!important}.ur-mr-lg-n1,.ur-mx-lg-n1{margin-left:-4px!important}.ur-mb-lg-n1,.ur-my-lg-n1{margin-bottom:-4px!important}.ur-ml-lg-n1,.ur-mx-lg-n1{margin-right:-4px!important}.ur-m-lg-n2{margin:-8px!important}.ur-mt-lg-n2,.ur-my-lg-n2{margin-top:-8px!important}.ur-mr-lg-n2,.ur-mx-lg-n2{margin-left:-8px!important}.ur-mb-lg-n2,.ur-my-lg-n2{margin-bottom:-8px!important}.ur-ml-lg-n2,.ur-mx-lg-n2{margin-right:-8px!important}.ur-m-lg-n3{margin:-12px!important}.ur-mt-lg-n3,.ur-my-lg-n3{margin-top:-12px!important}.ur-mr-lg-n3,.ur-mx-lg-n3{margin-left:-12px!important}.ur-mb-lg-n3,.ur-my-lg-n3{margin-bottom:-12px!important}.ur-ml-lg-n3,.ur-mx-lg-n3{margin-right:-12px!important}.ur-m-lg-n4{margin:-16px!important}.ur-mt-lg-n4,.ur-my-lg-n4{margin-top:-16px!important}.ur-mr-lg-n4,.ur-mx-lg-n4{margin-left:-16px!important}.ur-mb-lg-n4,.ur-my-lg-n4{margin-bottom:-16px!important}.ur-ml-lg-n4,.ur-mx-lg-n4{margin-right:-16px!important}.ur-m-lg-n5{margin:-20px!important}.ur-mt-lg-n5,.ur-my-lg-n5{margin-top:-20px!important}.ur-mr-lg-n5,.ur-mx-lg-n5{margin-left:-20px!important}.ur-mb-lg-n5,.ur-my-lg-n5{margin-bottom:-20px!important}.ur-ml-lg-n5,.ur-mx-lg-n5{margin-right:-20px!important}.ur-m-lg-n6{margin:-24px!important}.ur-mt-lg-n6,.ur-my-lg-n6{margin-top:-24px!important}.ur-mr-lg-n6,.ur-mx-lg-n6{margin-left:-24px!important}.ur-mb-lg-n6,.ur-my-lg-n6{margin-bottom:-24px!important}.ur-ml-lg-n6,.ur-mx-lg-n6{margin-right:-24px!important}.ur-m-lg-n7{margin:-28px!important}.ur-mt-lg-n7,.ur-my-lg-n7{margin-top:-28px!important}.ur-mr-lg-n7,.ur-mx-lg-n7{margin-left:-28px!important}.ur-mb-lg-n7,.ur-my-lg-n7{margin-bottom:-28px!important}.ur-ml-lg-n7,.ur-mx-lg-n7{margin-right:-28px!important}.ur-m-lg-n8{margin:-32px!important}.ur-mt-lg-n8,.ur-my-lg-n8{margin-top:-32px!important}.ur-mr-lg-n8,.ur-mx-lg-n8{margin-left:-32px!important}.ur-mb-lg-n8,.ur-my-lg-n8{margin-bottom:-32px!important}.ur-ml-lg-n8,.ur-mx-lg-n8{margin-right:-32px!important}.ur-m-lg-auto{margin:auto!important}.ur-mt-lg-auto,.ur-my-lg-auto{margin-top:auto!important}.ur-mr-lg-auto,.ur-mx-lg-auto{margin-left:auto!important}.ur-mb-lg-auto,.ur-my-lg-auto{margin-bottom:auto!important}.ur-ml-lg-auto,.ur-mx-lg-auto{margin-right:auto!important}}@media (min-width:1200px){.ur-m-xl-0{margin:0!important}.ur-mt-xl-0,.ur-my-xl-0{margin-top:0!important}.ur-mr-xl-0,.ur-mx-xl-0{margin-left:0!important}.ur-mb-xl-0,.ur-my-xl-0{margin-bottom:0!important}.ur-ml-xl-0,.ur-mx-xl-0{margin-right:0!important}.ur-m-xl-1{margin:4px!important}.ur-mt-xl-1,.ur-my-xl-1{margin-top:4px!important}.ur-mr-xl-1,.ur-mx-xl-1{margin-left:4px!important}.ur-mb-xl-1,.ur-my-xl-1{margin-bottom:4px!important}.ur-ml-xl-1,.ur-mx-xl-1{margin-right:4px!important}.ur-m-xl-2{margin:8px!important}.ur-mt-xl-2,.ur-my-xl-2{margin-top:8px!important}.ur-mr-xl-2,.ur-mx-xl-2{margin-left:8px!important}.ur-mb-xl-2,.ur-my-xl-2{margin-bottom:8px!important}.ur-ml-xl-2,.ur-mx-xl-2{margin-right:8px!important}.ur-m-xl-3{margin:12px!important}.ur-mt-xl-3,.ur-my-xl-3{margin-top:12px!important}.ur-mr-xl-3,.ur-mx-xl-3{margin-left:12px!important}.ur-mb-xl-3,.ur-my-xl-3{margin-bottom:12px!important}.ur-ml-xl-3,.ur-mx-xl-3{margin-right:12px!important}.ur-m-xl-4{margin:16px!important}.ur-mt-xl-4,.ur-my-xl-4{margin-top:16px!important}.ur-mr-xl-4,.ur-mx-xl-4{margin-left:16px!important}.ur-mb-xl-4,.ur-my-xl-4{margin-bottom:16px!important}.ur-ml-xl-4,.ur-mx-xl-4{margin-right:16px!important}.ur-m-xl-5{margin:20px!important}.ur-mt-xl-5,.ur-my-xl-5{margin-top:20px!important}.ur-mr-xl-5,.ur-mx-xl-5{margin-left:20px!important}.ur-mb-xl-5,.ur-my-xl-5{margin-bottom:20px!important}.ur-ml-xl-5,.ur-mx-xl-5{margin-right:20px!important}.ur-m-xl-6{margin:24px!important}.ur-mt-xl-6,.ur-my-xl-6{margin-top:24px!important}.ur-mr-xl-6,.ur-mx-xl-6{margin-left:24px!important}.ur-mb-xl-6,.ur-my-xl-6{margin-bottom:24px!important}.ur-ml-xl-6,.ur-mx-xl-6{margin-right:24px!important}.ur-m-xl-7{margin:28px!important}.ur-mt-xl-7,.ur-my-xl-7{margin-top:28px!important}.ur-mr-xl-7,.ur-mx-xl-7{margin-left:28px!important}.ur-mb-xl-7,.ur-my-xl-7{margin-bottom:28px!important}.ur-ml-xl-7,.ur-mx-xl-7{margin-right:28px!important}.ur-m-xl-8{margin:32px!important}.ur-mt-xl-8,.ur-my-xl-8{margin-top:32px!important}.ur-mr-xl-8,.ur-mx-xl-8{margin-left:32px!important}.ur-mb-xl-8,.ur-my-xl-8{margin-bottom:32px!important}.ur-ml-xl-8,.ur-mx-xl-8{margin-right:32px!important}.ur-p-xl-0{padding:0!important}.ur-pt-xl-0,.ur-py-xl-0{padding-top:0!important}.ur-pr-xl-0,.ur-px-xl-0{padding-left:0!important}.ur-pb-xl-0,.ur-py-xl-0{padding-bottom:0!important}.ur-pl-xl-0,.ur-px-xl-0{padding-right:0!important}.ur-p-xl-1{padding:4px!important}.ur-pt-xl-1,.ur-py-xl-1{padding-top:4px!important}.ur-pr-xl-1,.ur-px-xl-1{padding-left:4px!important}.ur-pb-xl-1,.ur-py-xl-1{padding-bottom:4px!important}.ur-pl-xl-1,.ur-px-xl-1{padding-right:4px!important}.ur-p-xl-2{padding:8px!important}.ur-pt-xl-2,.ur-py-xl-2{padding-top:8px!important}.ur-pr-xl-2,.ur-px-xl-2{padding-left:8px!important}.ur-pb-xl-2,.ur-py-xl-2{padding-bottom:8px!important}.ur-pl-xl-2,.ur-px-xl-2{padding-right:8px!important}.ur-p-xl-3{padding:12px!important}.ur-pt-xl-3,.ur-py-xl-3{padding-top:12px!important}.ur-pr-xl-3,.ur-px-xl-3{padding-left:12px!important}.ur-pb-xl-3,.ur-py-xl-3{padding-bottom:12px!important}.ur-pl-xl-3,.ur-px-xl-3{padding-right:12px!important}.ur-p-xl-4{padding:16px!important}.ur-pt-xl-4,.ur-py-xl-4{padding-top:16px!important}.ur-pr-xl-4,.ur-px-xl-4{padding-left:16px!important}.ur-pb-xl-4,.ur-py-xl-4{padding-bottom:16px!important}.ur-pl-xl-4,.ur-px-xl-4{padding-right:16px!important}.ur-p-xl-5{padding:20px!important}.ur-pt-xl-5,.ur-py-xl-5{padding-top:20px!important}.ur-pr-xl-5,.ur-px-xl-5{padding-left:20px!important}.ur-pb-xl-5,.ur-py-xl-5{padding-bottom:20px!important}.ur-pl-xl-5,.ur-px-xl-5{padding-right:20px!important}.ur-p-xl-6{padding:24px!important}.ur-pt-xl-6,.ur-py-xl-6{padding-top:24px!important}.ur-pr-xl-6,.ur-px-xl-6{padding-left:24px!important}.ur-pb-xl-6,.ur-py-xl-6{padding-bottom:24px!important}.ur-pl-xl-6,.ur-px-xl-6{padding-right:24px!important}.ur-p-xl-7{padding:28px!important}.ur-pt-xl-7,.ur-py-xl-7{padding-top:28px!important}.ur-pr-xl-7,.ur-px-xl-7{padding-left:28px!important}.ur-pb-xl-7,.ur-py-xl-7{padding-bottom:28px!important}.ur-pl-xl-7,.ur-px-xl-7{padding-right:28px!important}.ur-p-xl-8{padding:32px!important}.ur-pt-xl-8,.ur-py-xl-8{padding-top:32px!important}.ur-pr-xl-8,.ur-px-xl-8{padding-left:32px!important}.ur-pb-xl-8,.ur-py-xl-8{padding-bottom:32px!important}.ur-pl-xl-8,.ur-px-xl-8{padding-right:32px!important}.ur-m-xl-n1{margin:-4px!important}.ur-mt-xl-n1,.ur-my-xl-n1{margin-top:-4px!important}.ur-mr-xl-n1,.ur-mx-xl-n1{margin-left:-4px!important}.ur-mb-xl-n1,.ur-my-xl-n1{margin-bottom:-4px!important}.ur-ml-xl-n1,.ur-mx-xl-n1{margin-right:-4px!important}.ur-m-xl-n2{margin:-8px!important}.ur-mt-xl-n2,.ur-my-xl-n2{margin-top:-8px!important}.ur-mr-xl-n2,.ur-mx-xl-n2{margin-left:-8px!important}.ur-mb-xl-n2,.ur-my-xl-n2{margin-bottom:-8px!important}.ur-ml-xl-n2,.ur-mx-xl-n2{margin-right:-8px!important}.ur-m-xl-n3{margin:-12px!important}.ur-mt-xl-n3,.ur-my-xl-n3{margin-top:-12px!important}.ur-mr-xl-n3,.ur-mx-xl-n3{margin-left:-12px!important}.ur-mb-xl-n3,.ur-my-xl-n3{margin-bottom:-12px!important}.ur-ml-xl-n3,.ur-mx-xl-n3{margin-right:-12px!important}.ur-m-xl-n4{margin:-16px!important}.ur-mt-xl-n4,.ur-my-xl-n4{margin-top:-16px!important}.ur-mr-xl-n4,.ur-mx-xl-n4{margin-left:-16px!important}.ur-mb-xl-n4,.ur-my-xl-n4{margin-bottom:-16px!important}.ur-ml-xl-n4,.ur-mx-xl-n4{margin-right:-16px!important}.ur-m-xl-n5{margin:-20px!important}.ur-mt-xl-n5,.ur-my-xl-n5{margin-top:-20px!important}.ur-mr-xl-n5,.ur-mx-xl-n5{margin-left:-20px!important}.ur-mb-xl-n5,.ur-my-xl-n5{margin-bottom:-20px!important}.ur-ml-xl-n5,.ur-mx-xl-n5{margin-right:-20px!important}.ur-m-xl-n6{margin:-24px!important}.ur-mt-xl-n6,.ur-my-xl-n6{margin-top:-24px!important}.ur-mr-xl-n6,.ur-mx-xl-n6{margin-left:-24px!important}.ur-mb-xl-n6,.ur-my-xl-n6{margin-bottom:-24px!important}.ur-ml-xl-n6,.ur-mx-xl-n6{margin-right:-24px!important}.ur-m-xl-n7{margin:-28px!important}.ur-mt-xl-n7,.ur-my-xl-n7{margin-top:-28px!important}.ur-mr-xl-n7,.ur-mx-xl-n7{margin-left:-28px!important}.ur-mb-xl-n7,.ur-my-xl-n7{margin-bottom:-28px!important}.ur-ml-xl-n7,.ur-mx-xl-n7{margin-right:-28px!important}.ur-m-xl-n8{margin:-32px!important}.ur-mt-xl-n8,.ur-my-xl-n8{margin-top:-32px!important}.ur-mr-xl-n8,.ur-mx-xl-n8{margin-left:-32px!important}.ur-mb-xl-n8,.ur-my-xl-n8{margin-bottom:-32px!important}.ur-ml-xl-n8,.ur-mx-xl-n8{margin-right:-32px!important}.ur-m-xl-auto{margin:auto!important}.ur-mt-xl-auto,.ur-my-xl-auto{margin-top:auto!important}.ur-mr-xl-auto,.ur-mx-xl-auto{margin-left:auto!important}.ur-mb-xl-auto,.ur-my-xl-auto{margin-bottom:auto!important}.ur-ml-xl-auto,.ur-mx-xl-auto{margin-right:auto!important}}@media (min-width:1400px){.ur-m-xxl-0{margin:0!important}.ur-mt-xxl-0,.ur-my-xxl-0{margin-top:0!important}.ur-mr-xxl-0,.ur-mx-xxl-0{margin-left:0!important}.ur-mb-xxl-0,.ur-my-xxl-0{margin-bottom:0!important}.ur-ml-xxl-0,.ur-mx-xxl-0{margin-right:0!important}.ur-m-xxl-1{margin:4px!important}.ur-mt-xxl-1,.ur-my-xxl-1{margin-top:4px!important}.ur-mr-xxl-1,.ur-mx-xxl-1{margin-left:4px!important}.ur-mb-xxl-1,.ur-my-xxl-1{margin-bottom:4px!important}.ur-ml-xxl-1,.ur-mx-xxl-1{margin-right:4px!important}.ur-m-xxl-2{margin:8px!important}.ur-mt-xxl-2,.ur-my-xxl-2{margin-top:8px!important}.ur-mr-xxl-2,.ur-mx-xxl-2{margin-left:8px!important}.ur-mb-xxl-2,.ur-my-xxl-2{margin-bottom:8px!important}.ur-ml-xxl-2,.ur-mx-xxl-2{margin-right:8px!important}.ur-m-xxl-3{margin:12px!important}.ur-mt-xxl-3,.ur-my-xxl-3{margin-top:12px!important}.ur-mr-xxl-3,.ur-mx-xxl-3{margin-left:12px!important}.ur-mb-xxl-3,.ur-my-xxl-3{margin-bottom:12px!important}.ur-ml-xxl-3,.ur-mx-xxl-3{margin-right:12px!important}.ur-m-xxl-4{margin:16px!important}.ur-mt-xxl-4,.ur-my-xxl-4{margin-top:16px!important}.ur-mr-xxl-4,.ur-mx-xxl-4{margin-left:16px!important}.ur-mb-xxl-4,.ur-my-xxl-4{margin-bottom:16px!important}.ur-ml-xxl-4,.ur-mx-xxl-4{margin-right:16px!important}.ur-m-xxl-5{margin:20px!important}.ur-mt-xxl-5,.ur-my-xxl-5{margin-top:20px!important}.ur-mr-xxl-5,.ur-mx-xxl-5{margin-left:20px!important}.ur-mb-xxl-5,.ur-my-xxl-5{margin-bottom:20px!important}.ur-ml-xxl-5,.ur-mx-xxl-5{margin-right:20px!important}.ur-m-xxl-6{margin:24px!important}.ur-mt-xxl-6,.ur-my-xxl-6{margin-top:24px!important}.ur-mr-xxl-6,.ur-mx-xxl-6{margin-left:24px!important}.ur-mb-xxl-6,.ur-my-xxl-6{margin-bottom:24px!important}.ur-ml-xxl-6,.ur-mx-xxl-6{margin-right:24px!important}.ur-m-xxl-7{margin:28px!important}.ur-mt-xxl-7,.ur-my-xxl-7{margin-top:28px!important}.ur-mr-xxl-7,.ur-mx-xxl-7{margin-left:28px!important}.ur-mb-xxl-7,.ur-my-xxl-7{margin-bottom:28px!important}.ur-ml-xxl-7,.ur-mx-xxl-7{margin-right:28px!important}.ur-m-xxl-8{margin:32px!important}.ur-mt-xxl-8,.ur-my-xxl-8{margin-top:32px!important}.ur-mr-xxl-8,.ur-mx-xxl-8{margin-left:32px!important}.ur-mb-xxl-8,.ur-my-xxl-8{margin-bottom:32px!important}.ur-ml-xxl-8,.ur-mx-xxl-8{margin-right:32px!important}.ur-p-xxl-0{padding:0!important}.ur-pt-xxl-0,.ur-py-xxl-0{padding-top:0!important}.ur-pr-xxl-0,.ur-px-xxl-0{padding-left:0!important}.ur-pb-xxl-0,.ur-py-xxl-0{padding-bottom:0!important}.ur-pl-xxl-0,.ur-px-xxl-0{padding-right:0!important}.ur-p-xxl-1{padding:4px!important}.ur-pt-xxl-1,.ur-py-xxl-1{padding-top:4px!important}.ur-pr-xxl-1,.ur-px-xxl-1{padding-left:4px!important}.ur-pb-xxl-1,.ur-py-xxl-1{padding-bottom:4px!important}.ur-pl-xxl-1,.ur-px-xxl-1{padding-right:4px!important}.ur-p-xxl-2{padding:8px!important}.ur-pt-xxl-2,.ur-py-xxl-2{padding-top:8px!important}.ur-pr-xxl-2,.ur-px-xxl-2{padding-left:8px!important}.ur-pb-xxl-2,.ur-py-xxl-2{padding-bottom:8px!important}.ur-pl-xxl-2,.ur-px-xxl-2{padding-right:8px!important}.ur-p-xxl-3{padding:12px!important}.ur-pt-xxl-3,.ur-py-xxl-3{padding-top:12px!important}.ur-pr-xxl-3,.ur-px-xxl-3{padding-left:12px!important}.ur-pb-xxl-3,.ur-py-xxl-3{padding-bottom:12px!important}.ur-pl-xxl-3,.ur-px-xxl-3{padding-right:12px!important}.ur-p-xxl-4{padding:16px!important}.ur-pt-xxl-4,.ur-py-xxl-4{padding-top:16px!important}.ur-pr-xxl-4,.ur-px-xxl-4{padding-left:16px!important}.ur-pb-xxl-4,.ur-py-xxl-4{padding-bottom:16px!important}.ur-pl-xxl-4,.ur-px-xxl-4{padding-right:16px!important}.ur-p-xxl-5{padding:20px!important}.ur-pt-xxl-5,.ur-py-xxl-5{padding-top:20px!important}.ur-pr-xxl-5,.ur-px-xxl-5{padding-left:20px!important}.ur-pb-xxl-5,.ur-py-xxl-5{padding-bottom:20px!important}.ur-pl-xxl-5,.ur-px-xxl-5{padding-right:20px!important}.ur-p-xxl-6{padding:24px!important}.ur-pt-xxl-6,.ur-py-xxl-6{padding-top:24px!important}.ur-pr-xxl-6,.ur-px-xxl-6{padding-left:24px!important}.ur-pb-xxl-6,.ur-py-xxl-6{padding-bottom:24px!important}.ur-pl-xxl-6,.ur-px-xxl-6{padding-right:24px!important}.ur-p-xxl-7{padding:28px!important}.ur-pt-xxl-7,.ur-py-xxl-7{padding-top:28px!important}.ur-pr-xxl-7,.ur-px-xxl-7{padding-left:28px!important}.ur-pb-xxl-7,.ur-py-xxl-7{padding-bottom:28px!important}.ur-pl-xxl-7,.ur-px-xxl-7{padding-right:28px!important}.ur-p-xxl-8{padding:32px!important}.ur-pt-xxl-8,.ur-py-xxl-8{padding-top:32px!important}.ur-pr-xxl-8,.ur-px-xxl-8{padding-left:32px!important}.ur-pb-xxl-8,.ur-py-xxl-8{padding-bottom:32px!important}.ur-pl-xxl-8,.ur-px-xxl-8{padding-right:32px!important}.ur-m-xxl-n1{margin:-4px!important}.ur-mt-xxl-n1,.ur-my-xxl-n1{margin-top:-4px!important}.ur-mr-xxl-n1,.ur-mx-xxl-n1{margin-left:-4px!important}.ur-mb-xxl-n1,.ur-my-xxl-n1{margin-bottom:-4px!important}.ur-ml-xxl-n1,.ur-mx-xxl-n1{margin-right:-4px!important}.ur-m-xxl-n2{margin:-8px!important}.ur-mt-xxl-n2,.ur-my-xxl-n2{margin-top:-8px!important}.ur-mr-xxl-n2,.ur-mx-xxl-n2{margin-left:-8px!important}.ur-mb-xxl-n2,.ur-my-xxl-n2{margin-bottom:-8px!important}.ur-ml-xxl-n2,.ur-mx-xxl-n2{margin-right:-8px!important}.ur-m-xxl-n3{margin:-12px!important}.ur-mt-xxl-n3,.ur-my-xxl-n3{margin-top:-12px!important}.ur-mr-xxl-n3,.ur-mx-xxl-n3{margin-left:-12px!important}.ur-mb-xxl-n3,.ur-my-xxl-n3{margin-bottom:-12px!important}.ur-ml-xxl-n3,.ur-mx-xxl-n3{margin-right:-12px!important}.ur-m-xxl-n4{margin:-16px!important}.ur-mt-xxl-n4,.ur-my-xxl-n4{margin-top:-16px!important}.ur-mr-xxl-n4,.ur-mx-xxl-n4{margin-left:-16px!important}.ur-mb-xxl-n4,.ur-my-xxl-n4{margin-bottom:-16px!important}.ur-ml-xxl-n4,.ur-mx-xxl-n4{margin-right:-16px!important}.ur-m-xxl-n5{margin:-20px!important}.ur-mt-xxl-n5,.ur-my-xxl-n5{margin-top:-20px!important}.ur-mr-xxl-n5,.ur-mx-xxl-n5{margin-left:-20px!important}.ur-mb-xxl-n5,.ur-my-xxl-n5{margin-bottom:-20px!important}.ur-ml-xxl-n5,.ur-mx-xxl-n5{margin-right:-20px!important}.ur-m-xxl-n6{margin:-24px!important}.ur-mt-xxl-n6,.ur-my-xxl-n6{margin-top:-24px!important}.ur-mr-xxl-n6,.ur-mx-xxl-n6{margin-left:-24px!important}.ur-mb-xxl-n6,.ur-my-xxl-n6{margin-bottom:-24px!important}.ur-ml-xxl-n6,.ur-mx-xxl-n6{margin-right:-24px!important}.ur-m-xxl-n7{margin:-28px!important}.ur-mt-xxl-n7,.ur-my-xxl-n7{margin-top:-28px!important}.ur-mr-xxl-n7,.ur-mx-xxl-n7{margin-left:-28px!important}.ur-mb-xxl-n7,.ur-my-xxl-n7{margin-bottom:-28px!important}.ur-ml-xxl-n7,.ur-mx-xxl-n7{margin-right:-28px!important}.ur-m-xxl-n8{margin:-32px!important}.ur-mt-xxl-n8,.ur-my-xxl-n8{margin-top:-32px!important}.ur-mr-xxl-n8,.ur-mx-xxl-n8{margin-left:-32px!important}.ur-mb-xxl-n8,.ur-my-xxl-n8{margin-bottom:-32px!important}.ur-ml-xxl-n8,.ur-mx-xxl-n8{margin-right:-32px!important}.ur-m-xxl-auto{margin:auto!important}.ur-mt-xxl-auto,.ur-my-xxl-auto{margin-top:auto!important}.ur-mr-xxl-auto,.ur-mx-xxl-auto{margin-left:auto!important}.ur-mb-xxl-auto,.ur-my-xxl-auto{margin-bottom:auto!important}.ur-ml-xxl-auto,.ur-mx-xxl-auto{margin-right:auto!important}}.ur-container,.ur-container-full,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{width:100%;padding-left:12px;padding-right:12px;margin-left:auto;margin-right:auto}.ur-container *,.ur-container ::after,.ur-container ::before,.ur-container-full *,.ur-container-full ::after,.ur-container-full ::before,.ur-container-lg *,.ur-container-lg ::after,.ur-container-lg ::before,.ur-container-md *,.ur-container-md ::after,.ur-container-md ::before,.ur-container-sm *,.ur-container-sm ::after,.ur-container-sm ::before,.ur-container-xl *,.ur-container-xl ::after,.ur-container-xl ::before,.ur-container-xxl *,.ur-container-xxl ::after,.ur-container-xxl ::before{box-sizing:border-box}@media (min-width:576px){.ur-container,.ur-container-sm{max-width:540px}}@media (min-width:768px){.ur-container,.ur-container-md,.ur-container-sm{max-width:720px}}@media (min-width:992px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm{max-width:960px}}@media (min-width:1200px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl{max-width:1140px}}@media (min-width:1400px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{max-width:1320px}}.ur-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.ur-col,.ur-col-1,.ur-col-10,.ur-col-11,.ur-col-12,.ur-col-2,.ur-col-3,.ur-col-4,.ur-col-5,.ur-col-6,.ur-col-7,.ur-col-8,.ur-col-9,.ur-col-auto,.ur-col-lg,.ur-col-lg-1,.ur-col-lg-10,.ur-col-lg-11,.ur-col-lg-12,.ur-col-lg-2,.ur-col-lg-3,.ur-col-lg-4,.ur-col-lg-5,.ur-col-lg-6,.ur-col-lg-7,.ur-col-lg-8,.ur-col-lg-9,.ur-col-lg-auto,.ur-col-md,.ur-col-md-1,.ur-col-md-10,.ur-col-md-11,.ur-col-md-12,.ur-col-md-2,.ur-col-md-3,.ur-col-md-4,.ur-col-md-5,.ur-col-md-6,.ur-col-md-7,.ur-col-md-8,.ur-col-md-9,.ur-col-md-auto,.ur-col-sm,.ur-col-sm-1,.ur-col-sm-10,.ur-col-sm-11,.ur-col-sm-12,.ur-col-sm-2,.ur-col-sm-3,.ur-col-sm-4,.ur-col-sm-5,.ur-col-sm-6,.ur-col-sm-7,.ur-col-sm-8,.ur-col-sm-9,.ur-col-sm-auto,.ur-col-xl,.ur-col-xl-1,.ur-col-xl-10,.ur-col-xl-11,.ur-col-xl-12,.ur-col-xl-2,.ur-col-xl-3,.ur-col-xl-4,.ur-col-xl-5,.ur-col-xl-6,.ur-col-xl-7,.ur-col-xl-8,.ur-col-xl-9,.ur-col-xl-auto,.ur-col-xxl,.ur-col-xxl-1,.ur-col-xxl-10,.ur-col-xxl-11,.ur-col-xxl-12,.ur-col-xxl-2,.ur-col-xxl-3,.ur-col-xxl-4,.ur-col-xxl-5,.ur-col-xxl-6,.ur-col-xxl-7,.ur-col-xxl-8,.ur-col-xxl-9,.ur-col-xxl-auto{position:relative;width:100%;padding-left:12px;padding-right:12px}.ur-col{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-1{margin-right:8.3333333333%}.ur-offset-2{margin-right:16.6666666667%}.ur-offset-3{margin-right:25%}.ur-offset-4{margin-right:33.3333333333%}.ur-offset-5{margin-right:41.6666666667%}.ur-offset-6{margin-right:50%}.ur-offset-7{margin-right:58.3333333333%}.ur-offset-8{margin-right:66.6666666667%}.ur-offset-9{margin-right:75%}.ur-offset-10{margin-right:83.3333333333%}.ur-offset-11{margin-right:91.6666666667%}.ur-g-0,.ur-gx-0{--bs-gutter-x:0}.ur-g-0,.ur-gy-0{--bs-gutter-y:0}.ur-g-1,.ur-gx-1{--bs-gutter-x:4px}.ur-g-1,.ur-gy-1{--bs-gutter-y:4px}.ur-g-2,.ur-gx-2{--bs-gutter-x:8px}.ur-g-2,.ur-gy-2{--bs-gutter-y:8px}.ur-g-3,.ur-gx-3{--bs-gutter-x:12px}.ur-g-3,.ur-gy-3{--bs-gutter-y:12px}.ur-g-4,.ur-gx-4{--bs-gutter-x:16px}.ur-g-4,.ur-gy-4{--bs-gutter-y:16px}.ur-g-5,.ur-gx-5{--bs-gutter-x:20px}.ur-g-5,.ur-gy-5{--bs-gutter-y:20px}.ur-g-6,.ur-gx-6{--bs-gutter-x:24px}.ur-g-6,.ur-gy-6{--bs-gutter-y:24px}.ur-g-7,.ur-gx-7{--bs-gutter-x:28px}.ur-g-7,.ur-gy-7{--bs-gutter-y:28px}.ur-g-8,.ur-gx-8{--bs-gutter-x:32px}.ur-g-8,.ur-gy-8{--bs-gutter-y:32px}@media (min-width:576px){.ur-col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-sm-0{margin-right:0}.ur-offset-sm-1{margin-right:8.3333333333%}.ur-offset-sm-2{margin-right:16.6666666667%}.ur-offset-sm-3{margin-right:25%}.ur-offset-sm-4{margin-right:33.3333333333%}.ur-offset-sm-5{margin-right:41.6666666667%}.ur-offset-sm-6{margin-right:50%}.ur-offset-sm-7{margin-right:58.3333333333%}.ur-offset-sm-8{margin-right:66.6666666667%}.ur-offset-sm-9{margin-right:75%}.ur-offset-sm-10{margin-right:83.3333333333%}.ur-offset-sm-11{margin-right:91.6666666667%}.ur-g-sm-0,.ur-gx-sm-0{--bs-gutter-x:0}.ur-g-sm-0,.ur-gy-sm-0{--bs-gutter-y:0}.ur-g-sm-1,.ur-gx-sm-1{--bs-gutter-x:4px}.ur-g-sm-1,.ur-gy-sm-1{--bs-gutter-y:4px}.ur-g-sm-2,.ur-gx-sm-2{--bs-gutter-x:8px}.ur-g-sm-2,.ur-gy-sm-2{--bs-gutter-y:8px}.ur-g-sm-3,.ur-gx-sm-3{--bs-gutter-x:12px}.ur-g-sm-3,.ur-gy-sm-3{--bs-gutter-y:12px}.ur-g-sm-4,.ur-gx-sm-4{--bs-gutter-x:16px}.ur-g-sm-4,.ur-gy-sm-4{--bs-gutter-y:16px}.ur-g-sm-5,.ur-gx-sm-5{--bs-gutter-x:20px}.ur-g-sm-5,.ur-gy-sm-5{--bs-gutter-y:20px}.ur-g-sm-6,.ur-gx-sm-6{--bs-gutter-x:24px}.ur-g-sm-6,.ur-gy-sm-6{--bs-gutter-y:24px}.ur-g-sm-7,.ur-gx-sm-7{--bs-gutter-x:28px}.ur-g-sm-7,.ur-gy-sm-7{--bs-gutter-y:28px}.ur-g-sm-8,.ur-gx-sm-8{--bs-gutter-x:32px}.ur-g-sm-8,.ur-gy-sm-8{--bs-gutter-y:32px}}@media (min-width:768px){.ur-col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-md-0{margin-right:0}.ur-offset-md-1{margin-right:8.3333333333%}.ur-offset-md-2{margin-right:16.6666666667%}.ur-offset-md-3{margin-right:25%}.ur-offset-md-4{margin-right:33.3333333333%}.ur-offset-md-5{margin-right:41.6666666667%}.ur-offset-md-6{margin-right:50%}.ur-offset-md-7{margin-right:58.3333333333%}.ur-offset-md-8{margin-right:66.6666666667%}.ur-offset-md-9{margin-right:75%}.ur-offset-md-10{margin-right:83.3333333333%}.ur-offset-md-11{margin-right:91.6666666667%}.ur-g-md-0,.ur-gx-md-0{--bs-gutter-x:0}.ur-g-md-0,.ur-gy-md-0{--bs-gutter-y:0}.ur-g-md-1,.ur-gx-md-1{--bs-gutter-x:4px}.ur-g-md-1,.ur-gy-md-1{--bs-gutter-y:4px}.ur-g-md-2,.ur-gx-md-2{--bs-gutter-x:8px}.ur-g-md-2,.ur-gy-md-2{--bs-gutter-y:8px}.ur-g-md-3,.ur-gx-md-3{--bs-gutter-x:12px}.ur-g-md-3,.ur-gy-md-3{--bs-gutter-y:12px}.ur-g-md-4,.ur-gx-md-4{--bs-gutter-x:16px}.ur-g-md-4,.ur-gy-md-4{--bs-gutter-y:16px}.ur-g-md-5,.ur-gx-md-5{--bs-gutter-x:20px}.ur-g-md-5,.ur-gy-md-5{--bs-gutter-y:20px}.ur-g-md-6,.ur-gx-md-6{--bs-gutter-x:24px}.ur-g-md-6,.ur-gy-md-6{--bs-gutter-y:24px}.ur-g-md-7,.ur-gx-md-7{--bs-gutter-x:28px}.ur-g-md-7,.ur-gy-md-7{--bs-gutter-y:28px}.ur-g-md-8,.ur-gx-md-8{--bs-gutter-x:32px}.ur-g-md-8,.ur-gy-md-8{--bs-gutter-y:32px}}@media (min-width:992px){.ur-col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-lg-0{margin-right:0}.ur-offset-lg-1{margin-right:8.3333333333%}.ur-offset-lg-2{margin-right:16.6666666667%}.ur-offset-lg-3{margin-right:25%}.ur-offset-lg-4{margin-right:33.3333333333%}.ur-offset-lg-5{margin-right:41.6666666667%}.ur-offset-lg-6{margin-right:50%}.ur-offset-lg-7{margin-right:58.3333333333%}.ur-offset-lg-8{margin-right:66.6666666667%}.ur-offset-lg-9{margin-right:75%}.ur-offset-lg-10{margin-right:83.3333333333%}.ur-offset-lg-11{margin-right:91.6666666667%}.ur-g-lg-0,.ur-gx-lg-0{--bs-gutter-x:0}.ur-g-lg-0,.ur-gy-lg-0{--bs-gutter-y:0}.ur-g-lg-1,.ur-gx-lg-1{--bs-gutter-x:4px}.ur-g-lg-1,.ur-gy-lg-1{--bs-gutter-y:4px}.ur-g-lg-2,.ur-gx-lg-2{--bs-gutter-x:8px}.ur-g-lg-2,.ur-gy-lg-2{--bs-gutter-y:8px}.ur-g-lg-3,.ur-gx-lg-3{--bs-gutter-x:12px}.ur-g-lg-3,.ur-gy-lg-3{--bs-gutter-y:12px}.ur-g-lg-4,.ur-gx-lg-4{--bs-gutter-x:16px}.ur-g-lg-4,.ur-gy-lg-4{--bs-gutter-y:16px}.ur-g-lg-5,.ur-gx-lg-5{--bs-gutter-x:20px}.ur-g-lg-5,.ur-gy-lg-5{--bs-gutter-y:20px}.ur-g-lg-6,.ur-gx-lg-6{--bs-gutter-x:24px}.ur-g-lg-6,.ur-gy-lg-6{--bs-gutter-y:24px}.ur-g-lg-7,.ur-gx-lg-7{--bs-gutter-x:28px}.ur-g-lg-7,.ur-gy-lg-7{--bs-gutter-y:28px}.ur-g-lg-8,.ur-gx-lg-8{--bs-gutter-x:32px}.ur-g-lg-8,.ur-gy-lg-8{--bs-gutter-y:32px}}@media (min-width:1200px){.ur-col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xl-0{margin-right:0}.ur-offset-xl-1{margin-right:8.3333333333%}.ur-offset-xl-2{margin-right:16.6666666667%}.ur-offset-xl-3{margin-right:25%}.ur-offset-xl-4{margin-right:33.3333333333%}.ur-offset-xl-5{margin-right:41.6666666667%}.ur-offset-xl-6{margin-right:50%}.ur-offset-xl-7{margin-right:58.3333333333%}.ur-offset-xl-8{margin-right:66.6666666667%}.ur-offset-xl-9{margin-right:75%}.ur-offset-xl-10{margin-right:83.3333333333%}.ur-offset-xl-11{margin-right:91.6666666667%}.ur-g-xl-0,.ur-gx-xl-0{--bs-gutter-x:0}.ur-g-xl-0,.ur-gy-xl-0{--bs-gutter-y:0}.ur-g-xl-1,.ur-gx-xl-1{--bs-gutter-x:4px}.ur-g-xl-1,.ur-gy-xl-1{--bs-gutter-y:4px}.ur-g-xl-2,.ur-gx-xl-2{--bs-gutter-x:8px}.ur-g-xl-2,.ur-gy-xl-2{--bs-gutter-y:8px}.ur-g-xl-3,.ur-gx-xl-3{--bs-gutter-x:12px}.ur-g-xl-3,.ur-gy-xl-3{--bs-gutter-y:12px}.ur-g-xl-4,.ur-gx-xl-4{--bs-gutter-x:16px}.ur-g-xl-4,.ur-gy-xl-4{--bs-gutter-y:16px}.ur-g-xl-5,.ur-gx-xl-5{--bs-gutter-x:20px}.ur-g-xl-5,.ur-gy-xl-5{--bs-gutter-y:20px}.ur-g-xl-6,.ur-gx-xl-6{--bs-gutter-x:24px}.ur-g-xl-6,.ur-gy-xl-6{--bs-gutter-y:24px}.ur-g-xl-7,.ur-gx-xl-7{--bs-gutter-x:28px}.ur-g-xl-7,.ur-gy-xl-7{--bs-gutter-y:28px}.ur-g-xl-8,.ur-gx-xl-8{--bs-gutter-x:32px}.ur-g-xl-8,.ur-gy-xl-8{--bs-gutter-y:32px}}@media (min-width:1400px){.ur-col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xxl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xxl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xxl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xxl-0{margin-right:0}.ur-offset-xxl-1{margin-right:8.3333333333%}.ur-offset-xxl-2{margin-right:16.6666666667%}.ur-offset-xxl-3{margin-right:25%}.ur-offset-xxl-4{margin-right:33.3333333333%}.ur-offset-xxl-5{margin-right:41.6666666667%}.ur-offset-xxl-6{margin-right:50%}.ur-offset-xxl-7{margin-right:58.3333333333%}.ur-offset-xxl-8{margin-right:66.6666666667%}.ur-offset-xxl-9{margin-right:75%}.ur-offset-xxl-10{margin-right:83.3333333333%}.ur-offset-xxl-11{margin-right:91.6666666667%}.ur-g-xxl-0,.ur-gx-xxl-0{--bs-gutter-x:0}.ur-g-xxl-0,.ur-gy-xxl-0{--bs-gutter-y:0}.ur-g-xxl-1,.ur-gx-xxl-1{--bs-gutter-x:4px}.ur-g-xxl-1,.ur-gy-xxl-1{--bs-gutter-y:4px}.ur-g-xxl-2,.ur-gx-xxl-2{--bs-gutter-x:8px}.ur-g-xxl-2,.ur-gy-xxl-2{--bs-gutter-y:8px}.ur-g-xxl-3,.ur-gx-xxl-3{--bs-gutter-x:12px}.ur-g-xxl-3,.ur-gy-xxl-3{--bs-gutter-y:12px}.ur-g-xxl-4,.ur-gx-xxl-4{--bs-gutter-x:16px}.ur-g-xxl-4,.ur-gy-xxl-4{--bs-gutter-y:16px}.ur-g-xxl-5,.ur-gx-xxl-5{--bs-gutter-x:20px}.ur-g-xxl-5,.ur-gy-xxl-5{--bs-gutter-y:20px}.ur-g-xxl-6,.ur-gx-xxl-6{--bs-gutter-x:24px}.ur-g-xxl-6,.ur-gy-xxl-6{--bs-gutter-y:24px}.ur-g-xxl-7,.ur-gx-xxl-7{--bs-gutter-x:28px}.ur-g-xxl-7,.ur-gy-xxl-7{--bs-gutter-y:28px}.ur-g-xxl-8,.ur-gx-xxl-8{--bs-gutter-x:32px}.ur-g-xxl-8,.ur-gy-xxl-8{--bs-gutter-y:32px}}.user-registration-overlay{background-color:rgba(45,53,89,.3);position:absolute;right:0;left:0;top:0;bottom:0;z-index:1}.user-registration-overlay.is-fixed{position:fixed}#wpcontent .user-registration-overlay{margin-right:-20px}.user-registration-overlay .ur-spinner{position:absolute;right:0;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}.user-registration-overlay .ur-spinner::before{width:20px;height:20px}#wpcontent .wrap .user-registration-header{margin:-10px -22px 0 -20px}.user-registration-header{background:#fff;padding:12px 16px}.user-registration-template-setup{max-width:1074px;margin:40px auto 0}.user-registration-template-setup *,.user-registration-template-setup ::after,.user-registration-template-setup ::before{box-sizing:border-box}.user-registration-template-wrap{cursor:pointer;margin-bottom:24px}.user-registration-template-wrap#user-registration-email-template-blank .user-registration-template-wrap__figure::before{content:'';display:block;background-color:rgba(45,53,89,.2);position:absolute;top:0;bottom:0;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:0;visibility:none}.user-registration-template-wrap#user-registration-email-template-blank:hover .user-registration-template-wrap__figure::before{opacity:1;visibility:visible}.user-registration-template-wrap__figure{background-color:#f0f1f5;margin:0;min-height:260px;position:relative;border-radius:4px;overflow:hidden}.user-registration-template-wrap__figure img{max-width:100%;display:block}.user-registration-template-wrap__overlay{background:rgba(45,53,89,.6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;right:0;left:0;top:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;visibility:hidden;opacity:0}.user-registration-template-wrap__overlay .button{border-color:#fff}.user-registration-template-wrap__title{color:#4c5477;font-size:16px;font-weight:500}.user-registration-template-wrap__title:hover{color:#475bb2}.user-registration-template-wrap:hover .user-registration-template-wrap__overlay{visibility:visible;opacity:1}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes ur-circle-loading-keyframe{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(-180deg) translate(0,-20px) scale(1);transform:rotate(-180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(-360deg) translate(0,-20px) scale(0);transform:rotate(-360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.blockUI.blockOverlay::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.toplevel_page_user-registration .shortcode .widefat{width:calc(100% - 40px)}.toplevel_page_user-registration .shortcode .ur-copy-shortcode{padding:4px;line-height:1}.ur-spinner{width:16px;height:16px;margin-right:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-spinner::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.user-registration__wrap *,.user-registration__wrap ::after,.user-registration__wrap ::before{box-sizing:border-box}.ur-export-users-page{margin-top:6px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle{border-bottom:1px solid #ccd0d4}.swal2-container .user-registration-swal2-modal .ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-container .user-registration-swal2-modal .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .ur-input{max-width:inherit}.ur-export-users-page .nav-tab-content .hndle,.ur-export-users-page .nav-tab-content .stuffbox .hndle{margin:10px;padding-bottom:10px}.ur-export-users-page .nav-tab-content .stuffbox{padding:10px}.ur-label .user-registration-help-tip{margin-right:2px}.ur_addons_wrap *,.ur_addons_wrap ::after,.ur_addons_wrap ::before{box-sizing:border-box}.ur_addons_wrap .products{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.ur_addons_wrap .products li{width:20%;padding:0 12px;-webkit-box-flex:0;-webkit-flex:0 0 20%;flex:0 0 20%;margin-bottom:24px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:33.333%;-webkit-box-flex:0;-webkit-flex:0 0 33.333%;flex:0 0 33.333%}}@media only screen and (max-width:768px){.ur_addons_wrap .products li{width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #wpfooter{display:none}.user-registration_page_add-new-registration .ur-form-container{margin:0}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container{position:fixed;right:160px;left:0;top:0;bottom:0;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;z-index:9}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container .ur-circle-loading{margin:auto;right:30px}.user-registration_page_add-new-registration .ur-form-container #menu-management{margin-top:0}.user-registration_page_add-new-registration .ur-form-container #menu-management .menu-edit{position:fixed;right:160px;left:0;border:none;box-shadow:none;margin-bottom:0}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.closed .ur-fs-close-label{display:none}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.opened .ur-fs-open-label{display:none}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:0;margin-right:-20px;min-width:calc(100% + 20px)}.user-registration_page_add-new-registration #nav-menu-header{padding:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;border-color:#dee0e9;background-color:#fff;z-index:9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo{border-left:1px solid #dee0e9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo img{width:32px;height:32px;margin-left:8px;display:-webkit-box;display:-webkit-flex;display:flex}.user-registration_page_add-new-registration #nav-menu-header::after,.user-registration_page_add-new-registration #nav-menu-header::before{content:'';display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;right:0;left:0;bottom:0;background:#fff}.user-registration_page_add-new-registration #nav-menu-header::before{top:0;z-index:-1}.user-registration_page_add-new-registration #nav-menu-header::after{height:10px;box-shadow:0 4px 8px rgba(45,53,89,.08);z-index:-2}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;line-height:28px;margin-right:auto}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:left}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action input.code{width:265px;height:33px;padding:0 6px;margin:0;border-color:#dee0e9;background-color:#f0f1f5;border-radius:0 3px 3px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-right:-5px;border-radius:4px 0 0 4px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-bottom:5px;vertical-align:middle}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background-color:#2d3559;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#f0f1f5;padding:1em 1.5em;border-bottom:1px solid #dee0e9}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #dee0e9;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#676d8a;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#dee0e9;border-color:#ccc;color:#2d3559}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#f0f1f5;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:left;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em}.user-registration #mainform>.subsubsub{background:#e5e5e5;float:none}.user-registration #mainform>.subsubsub a{display:block;padding:7px 10px}.user-registration #mainform>.subsubsub a.current{color:#fff;background:#475bb2}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table th{position:relative;padding-left:24px}.user-registration table.form-table th label{display:inline-block}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 0 0 -24px;float:left}.user-registration table.form-table .select2-container{display:block;max-width:350px;margin-bottom:3px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .help_tip,.user-registration table.form-table .user-registration-help-tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-right:20px;border:1px solid #dee0e9;border-left:0}.user-registration table.form-table .colorpick{border-right:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-right:10px}.user-registration table.form-table .dashicons{margin-bottom:2px;vertical-align:middle}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from h3,.ur-registered-from h4{color:#2d3559;font-weight:500}.ur-registered-from h4{font-size:16px}.ur-registered-from .ur-field label{font-weight:400;word-break:break-all}.ur-registered-from .ur-field label:last-child{margin-bottom:0}.ur-registered-from .ur-field input[type=checkbox],.ur-registered-from .ur-field input[type=radio]{opacity:1;box-shadow:none;border-color:#dee0e9}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label{display:inline-block;width:auto}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label input.wp-color-picker{height:auto;padding:3px 5px}.ur-registered-from .ur-no-pointer{pointer-events:none}.ur-registered-from .ur-registered-item{cursor:move;padding:4px;color:#676d8a;height:110px;font-size:12px;border-radius:4px;margin:0 8px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;width:calc(33.3333% - 16px);background-color:#f0f1f5}.ur-registered-from .ur-registered-item .ur-icon{font-size:32px;margin-bottom:4px}.ur-registered-from .ur-registered-item:hover{background-color:#475bb2;color:#fff}.ur-registered-from .ur-registered-item.ui-draggable-dragging{width:110px!important;z-index:9!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled{color:#b6bbcf}.ur-registered-from .ur-registered-item.ui-draggable-disabled.ur-upgradable-field{cursor:pointer!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled:hover{background:#f0f1f5;cursor:not-allowed}.ur-registered-from .ur-registered-inputs{width:412px}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;padding:0;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:#f0f1f5;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:none;border-top:0 none;border-left:0 none;border-right:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;border:0;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#2d3559;background-color:transparent;padding:12px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#fff;color:#475bb2;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 130px);position:relative;overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:16px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text{height:40px;padding:8px 12px;font-size:14px;background:#f0f1f5;border-color:#f0f1f5;border-radius:4px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields svg{position:absolute;left:12px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found{text-align:center;margin-top:2.85em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found .ur-fields-not-found-title{font-size:1.7em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:16px 0;font-size:1em;font-weight:500;color:#2d3559}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2~hr{border-top:1px solid #dee0e9}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 16px);margin-right:-8px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-toggle-heading{cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-toggle-heading:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;left:0;top:0;float:left}.ur-registered-from .ur-registered-inputs .ur-toggle-heading.closed:before{content:'\f140'}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=file],.ur-registered-from input[type=month],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=tel],.ur-registered-from input[type=text],.ur-registered-from input[type=time],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from input[type=week],.ur-registered-from select,.ur-registered-from textarea{width:100%;max-width:100%;height:32px;line-height:initial;display:block;color:#4c5477;font-size:13px;padding:4px 8px;border-radius:3px;border:1px solid #dee0e9;box-shadow:0 0 0 transparent}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=file]:focus,.ur-registered-from input[type=month]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=tel]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=time]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from input[type=week]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#475bb2}.ur-registered-from .ui-widget select::-webkit-input-placeholder,.ur-registered-from input[type=date]::-webkit-input-placeholder,.ur-registered-from input[type=email]::-webkit-input-placeholder,.ur-registered-from input[type=file]::-webkit-input-placeholder,.ur-registered-from input[type=month]::-webkit-input-placeholder,.ur-registered-from input[type=number]::-webkit-input-placeholder,.ur-registered-from input[type=password]::-webkit-input-placeholder,.ur-registered-from input[type=phone]::-webkit-input-placeholder,.ur-registered-from input[type=tel]::-webkit-input-placeholder,.ur-registered-from input[type=text]::-webkit-input-placeholder,.ur-registered-from input[type=time]::-webkit-input-placeholder,.ur-registered-from input[type=timepicker]::-webkit-input-placeholder,.ur-registered-from input[type=url]::-webkit-input-placeholder,.ur-registered-from input[type=week]::-webkit-input-placeholder,.ur-registered-from select::-webkit-input-placeholder,.ur-registered-from textarea::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::-ms-input-placeholder,.ur-registered-from input[type=date]::-ms-input-placeholder,.ur-registered-from input[type=email]::-ms-input-placeholder,.ur-registered-from input[type=file]::-ms-input-placeholder,.ur-registered-from input[type=month]::-ms-input-placeholder,.ur-registered-from input[type=number]::-ms-input-placeholder,.ur-registered-from input[type=password]::-ms-input-placeholder,.ur-registered-from input[type=phone]::-ms-input-placeholder,.ur-registered-from input[type=tel]::-ms-input-placeholder,.ur-registered-from input[type=text]::-ms-input-placeholder,.ur-registered-from input[type=time]::-ms-input-placeholder,.ur-registered-from input[type=timepicker]::-ms-input-placeholder,.ur-registered-from input[type=url]::-ms-input-placeholder,.ur-registered-from input[type=week]::-ms-input-placeholder,.ur-registered-from select::-ms-input-placeholder,.ur-registered-from textarea::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::placeholder,.ur-registered-from input[type=date]::placeholder,.ur-registered-from input[type=email]::placeholder,.ur-registered-from input[type=file]::placeholder,.ur-registered-from input[type=month]::placeholder,.ur-registered-from input[type=number]::placeholder,.ur-registered-from input[type=password]::placeholder,.ur-registered-from input[type=phone]::placeholder,.ur-registered-from input[type=tel]::placeholder,.ur-registered-from input[type=text]::placeholder,.ur-registered-from input[type=time]::placeholder,.ur-registered-from input[type=timepicker]::placeholder,.ur-registered-from input[type=url]::placeholder,.ur-registered-from input[type=week]::placeholder,.ur-registered-from select::placeholder,.ur-registered-from textarea::placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select:disabled,.ur-registered-from input[type=date]:disabled,.ur-registered-from input[type=email]:disabled,.ur-registered-from input[type=file]:disabled,.ur-registered-from input[type=month]:disabled,.ur-registered-from input[type=number]:disabled,.ur-registered-from input[type=password]:disabled,.ur-registered-from input[type=phone]:disabled,.ur-registered-from input[type=tel]:disabled,.ur-registered-from input[type=text]:disabled,.ur-registered-from input[type=time]:disabled,.ur-registered-from input[type=timepicker]:disabled,.ur-registered-from input[type=url]:disabled,.ur-registered-from input[type=week]:disabled,.ur-registered-from select:disabled,.ur-registered-from textarea:disabled{color:#b6bbcf;background:#f0f1f5}.ur-registered-from select{padding-left:0}.ur-registered-from label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-builder-wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:calc(100vh - 89px);background:#fafafc;border-right:1px solid #dee0e9;overflow-y:auto}.ur-registered-from .ur-builder-wrapper input[type=date]:disabled,.ur-registered-from .ur-builder-wrapper input[type=email]:disabled,.ur-registered-from .ur-builder-wrapper input[type=file]:disabled,.ur-registered-from .ur-builder-wrapper input[type=month]:disabled,.ur-registered-from .ur-builder-wrapper input[type=number]:disabled,.ur-registered-from .ur-builder-wrapper input[type=password]:disabled,.ur-registered-from .ur-builder-wrapper input[type=phone]:disabled,.ur-registered-from .ur-builder-wrapper input[type=tel]:disabled,.ur-registered-from .ur-builder-wrapper input[type=text]:disabled,.ur-registered-from .ur-builder-wrapper input[type=time]:disabled,.ur-registered-from .ur-builder-wrapper input[type=timepicker]:disabled,.ur-registered-from .ur-builder-wrapper input[type=url]:disabled,.ur-registered-from .ur-builder-wrapper input[type=week]:disabled,.ur-registered-from .ur-builder-wrapper select:disabled,.ur-registered-from .ur-builder-wrapper textarea:disabled{background:#fff}.ur-registered-from .ur-builder-wrapper .ur-builder-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-button-quick-links{bottom:60px}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-builder-wrapper-footer .button.button-style-customizer{bottom:124px}.ur-registered-from .ur-selected-inputs{box-sizing:border-box;padding:0 20px}.ur-registered-from .ur-selected-inputs .ur-single-row{border-radius:3px;position:relative;border:1px solid transparent}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;left:0;z-index:1;opacity:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button{display:-webkit-box;display:-webkit-flex;display:flex;border-radius:0;border:0;background-color:#676d8a;color:#fff;font-size:16px;height:auto;width:auto;cursor:pointer;margin:0;padding:4px 6px;line-height:1;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button svg{width:16px;height:16px;font-size:16px;fill:#fff}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button.ur-remove-row:hover{background:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:hover{background:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:first-child{border-radius:0 3px 3px 0;border-left:1px solid rgba(255,255,255,.2)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:nth-child(2){border-radius:3px 0 0 3px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content{background:#fff;padding:1rem;position:absolute;top:40px;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;white-space:nowrap;border:1px solid #dee0e9;border-radius:4px;box-shadow:-1px 4px 14px 1px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content small{font-size:12px;margin-bottom:.5rem;color:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;margin-left:.5rem}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector svg{width:32px;height:32px;fill:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector:last-child{margin-left:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content::before{content:'';width:8px;height:8px;border:solid #dee0e9;border-width:1px;border-right:transparent;border-bottom:transparent;position:absolute;top:-5px;left:36px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:right;border:0 none;padding:15px;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:5px;position:relative;padding:15px;cursor:move;border:1px solid transparent;border-radius:4px;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container .select2-search--inline .select2-search__field{height:auto;min-width:10px;background:0 0;margin:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-input-type-signature canvas{background:rgba(255,255,255,.5);border:1px solid #dee0e9}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{background:#fff;border:1px solid #475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper{box-shadow:0 0 10px 5px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-placeholder{visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;left:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:16px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b6bbcf;padding-right:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;right:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty{padding:15px;text-align:center;border-radius:4px;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty::before{content:'\f132';font-size:32px;color:#b6bbcf;width:32px;height:32px;font-family:dashicons;display:table-cell;vertical-align:middle}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .ur-registered-item{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .user-registration-dragged-me{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:first-child{border-radius:0 4px 4px 0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(2){border-radius:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(3){border-radius:4px 0 0 4px}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grids{opacity:1}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists{background:#fff;border:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item{border-right:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item:first-child{border-color:transparent}.ur-registered-from .ur-selected-inputs .ur-add-new-row{display:block;margin:20px auto;width:auto;height:32px;text-align:center;font-family:inherit}.ur-registered-from .ur-selected-inputs .ur-add-new-row::before{width:16px;height:16px;font-size:16px;margin-left:10px;font-family:dashicons;vertical-align:middle;padding:1px 0 1px 10px;border-left:1px solid rgba(255,255,255,.3)}.ur-registered-from .ur-selected-inputs li.ur-registered-item{width:120px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item.ui-sortable-placeholder{margin-right:0;width:100%!important;visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer{height:48px;width:48px;bottom:72px;box-shadow:-1px 2px 8px rgba(45,53,89,.15)}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer .dashicons{font-size:24px;height:24px;width:24px}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links{width:48px;height:48px;position:fixed;cursor:pointer;color:#4c5477;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;left:32px;bottom:16px;background:#fff;border:1px solid #dee0e9;border-radius:24px;box-shadow:0 2px 10px rgba(45,53,89,.1);z-index:1}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links span{font-size:20px;font-weight:600;margin:0 auto}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content{position:fixed;background:#fff;padding:12px 16px;border-radius:4px;bottom:58px;left:30px;z-index:2;width:225px;border:1px solid #dee0e9;box-shadow:-2px 4px 12px rgba(45,53,89,.1)}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content li{margin-bottom:8px}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a{color:#4c5477}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a:hover{color:#475bb2}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{margin:16px 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .form-row{margin-bottom:1em}.ur-registered-from .form-row .description{color:#676d8a;margin:4px 0;display:block}.ur-registered-from .form-row .ur-checkbox-list label,.ur-registered-from .form-row .ur-radio-list label{display:inline}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .add,.ur-registered-from .remove{background:#fff;border:1px solid #dee0e9;color:#676d8a;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 32px;flex:1 0 32px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:32px;max-width:32px;border-radius:4px;position:relative}.ur-registered-from .add:hover,.ur-registered-from .remove:hover{background:#475bb2;border-color:#475bb2;color:#fff}.ur-registered-from .add .dashicons,.ur-registered-from .remove .dashicons{line-height:22px}.ur-registered-from .add{margin-left:8px}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-left:8px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle svg{fill:#676d8a}.ur-registered-from .ur-options-list li input{margin-left:8px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border-radius:3px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{padding:5px;background:#fff;border:1px solid #475bb2;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{background-color:#dee0e9;visibility:visible!important}.ur-registered-from .urcl-rules{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}.ur-registered-from .urcl-rules>div{margin-left:8px}.ur-registered-from .urcl-rules .urcl-operator{width:78px}.ur-registered-from .urcl-rules .urcl-field,.ur-registered-from .urcl-rules .urcl-value{max-width:27%;-webkit-box-flex:1;-webkit-flex:1 0 27%;flex:1 0 27%}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#dee0e9}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#4c5477}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#dee0e9}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#dee0e9}#tiptip_content,.ur_error_tip{color:#fff;font-size:.9em;max-width:150px;background:#4c5477;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{right:50%;margin-right:-6px}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#ff4149;margin:1.5em -1em 0 1px;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #ff4149;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.ur-portal-tooltip,.user-registration-help-tip{color:#676d8a;display:inline-block;font-size:16px;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.ur-portal-tooltip::after,.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}#smart-tags{text-align:center}.form-settings-tab{cursor:pointer;padding:10px 15px;color:#2d3559;background:#dee0e9;margin-bottom:10px;line-height:1.2;border-radius:4px}.form-settings-tab.active{background:#475bb2;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}body.ur-full-screen-mode{margin-top:-32px}body.ur-full-screen-mode #wpbody-content{padding-bottom:45px}body.ur-full-screen-mode #wpwrap #wpcontent{margin-right:0;padding-right:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpadminbar{display:none}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody .ur-tab-content{padding:20px}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid{margin-top:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid .menu-edit{margin-bottom:0;box-shadow:none;right:0!important}body.ur-full-screen-mode #wpwrap #adminmenumain{display:none}body.ur-full-screen-mode .ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 98px)}body.ur-full-screen-mode .ur-registered-from .ur-builder-wrapper{height:calc(100vh - 57px)}.ur-circle-loading{position:relative;width:100px!important;height:100px!important;-webkit-transform:translate(50px,-50px) scale(.5) translate(-50px,50px);-ms-transform:translate(50px,-50px) scale(.5) translate(-50px,50px);transform:translate(50px,-50px) scale(.5) translate(-50px,50px)}.ur-circle-loading::after,.ur-circle-loading::before{content:'';position:absolute;top:70px;right:70px;-webkit-animation:ur-circle-loading-keyframe 1.5s linear infinite;animation:ur-circle-loading-keyframe 1.5s linear infinite;width:60px;height:60px;border-radius:50%;background:#475bb2}.ur-circle-loading::after{-webkit-animation-delay:-.75s;animation-delay:-.75s;background:#668fe5}.ur-builder-message-container{position:fixed;top:32px;right:0;left:0;max-width:400px;margin:0 auto;z-index:9999}.ur-builder-message-container .ur-message{display:none;margin:0 auto;margin-top:16px;-webkit-transition:all 240ms cubic-bezier(0,0,.2,1) 0s;transition:all 240ms cubic-bezier(0,0,.2,1) 0s;z-index:99999;height:0}.ur-builder-message-container .ur-message .ur-error,.ur-builder-message-container .ur-message .ur-success{background:#fff;padding:8px 16px;border-radius:3px;border-right:3px solid;position:relative;box-shadow:0 1px 8px 2px rgba(45,53,89,.1)}.ur-builder-message-container .ur-message .ur-error p,.ur-builder-message-container .ur-message .ur-success p{margin:8px 0}.ur-builder-message-container .ur-message .ur-error p::after,.ur-builder-message-container .ur-message .ur-error p::before,.ur-builder-message-container .ur-message .ur-success p::after,.ur-builder-message-container .ur-message .ur-success p::before{font-family:dashicons;width:20px;height:20px;font-size:20px;margin-left:8px;margin-top:-4px;line-height:1;display:inline-block;vertical-align:middle}.ur-builder-message-container .ur-message .ur-success{border-color:#37b24d}.ur-builder-message-container .ur-message .ur-success p::before{content:"\f12a";color:#37b24d}.ur-builder-message-container .ur-message .ur-error{border-color:#ff4149}.ur-builder-message-container .ur-message .ur-error p::before{content:"\f534";color:#ff4149}.ur-builder-message-container .ur-message .dashicons{cursor:pointer;position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.ur-builder-message-container .ur-message.entered{display:block;height:50px;-webkit-animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message;animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message}.ur-builder-message-container .ur-message.exiting{display:block;-webkit-animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message;animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message}.ur-builder-message-container .ur-message:first-child{margin-top:1.5rem}@media screen and (max-width:1400px){.ur-registered-from .urcl-rules .urcl-field{max-width:61%;-webkit-box-flex:1;-webkit-flex:1 0 60%;flex:1 0 60%;margin-bottom:5px}.ur-registered-from .urcl-rules .urcl-value{-webkit-box-ordinal-group:5;-webkit-order:4;order:4;max-width:87%;-webkit-box-flex:1;-webkit-flex:1 0 86%;flex:1 0 86%}.ur-registered-from .urcl-rules .add{-webkit-box-ordinal-group:4;-webkit-order:3;order:3;margin-left:0}.ur-registered-from .urcl-rules .remove{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:right;width:48%}.ur-registered-from .ur-selected-inputs{width:100%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-right:0 none}}
assets/css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
- @charset "UTF-8";.ur-d-none{display:none!important}.ur-d-inline{display:inline!important}.ur-d-inline-block{display:inline-block!important}.ur-d-block{display:block!important}.ur-d-table{display:table!important}.ur-d-table-row{display:table-row!important}.ur-d-table-cell{display:table-cell!important}.ur-d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.ur-d-sm-none{display:none!important}.ur-d-sm-inline{display:inline!important}.ur-d-sm-inline-block{display:inline-block!important}.ur-d-sm-block{display:block!important}.ur-d-sm-table{display:table!important}.ur-d-sm-table-row{display:table-row!important}.ur-d-sm-table-cell{display:table-cell!important}.ur-d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.ur-d-md-none{display:none!important}.ur-d-md-inline{display:inline!important}.ur-d-md-inline-block{display:inline-block!important}.ur-d-md-block{display:block!important}.ur-d-md-table{display:table!important}.ur-d-md-table-row{display:table-row!important}.ur-d-md-table-cell{display:table-cell!important}.ur-d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.ur-d-lg-none{display:none!important}.ur-d-lg-inline{display:inline!important}.ur-d-lg-inline-block{display:inline-block!important}.ur-d-lg-block{display:block!important}.ur-d-lg-table{display:table!important}.ur-d-lg-table-row{display:table-row!important}.ur-d-lg-table-cell{display:table-cell!important}.ur-d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.ur-d-xl-none{display:none!important}.ur-d-xl-inline{display:inline!important}.ur-d-xl-inline-block{display:inline-block!important}.ur-d-xl-block{display:block!important}.ur-d-xl-table{display:table!important}.ur-d-xl-table-row{display:table-row!important}.ur-d-xl-table-cell{display:table-cell!important}.ur-d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1400px){.ur-d-xxl-none{display:none!important}.ur-d-xxl-inline{display:inline!important}.ur-d-xxl-inline-block{display:inline-block!important}.ur-d-xxl-block{display:block!important}.ur-d-xxl-table{display:table!important}.ur-d-xxl-table-row{display:table-row!important}.ur-d-xxl-table-cell{display:table-cell!important}.ur-d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}.ur-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.ur-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-sm-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-sm-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.ur-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-md-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-md-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.ur-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-lg-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-lg-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.ur-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1400px){.ur-flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xxl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xxl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xxl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xxl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xxl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xxl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xxl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xxl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xxl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xxl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xxl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xxl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xxl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xxl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xxl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xxl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xxl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xxl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xxl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xxl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xxl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xxl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xxl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xxl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xxl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xxl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xxl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xxl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}.ur-ml-auto{margin-left:auto}.ur-mr-auto{margin-left:auto}.ur-h2,.ur-h3,.ur-h4{font-weight:600!important}.ur-h2{font-size:28px!important}.ur-h3{font-size:20px!important}.ur-h4{font-size:16px!important}.ur-text-center{text-align:center}.ur-text-right{text-align:right}.ur-text-muted{color:#b6bbcf}@font-face{font-family:UserRegistration;src:url(../fonts/UserRegistration.eot?xd12po);src:url(../fonts/UserRegistration.eot?xd12po#iefix) format("embedded-opentype"),url(../fonts/UserRegistration.ttf?xd12po) format("truetype"),url(../fonts/UserRegistration.woff?xd12po) format("woff"),url(../fonts/UserRegistration.svg?xd12po#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=' ur-icon-'],[class^=ur-icon-]{font-family:UserRegistration!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}.ur-icon-input-first-name::before{content:""}.ur-icon-input-last-name::before{content:""}.ur-icon-input-field::before{content:""}.ur-icon-input-password::before{content:""}.ur-icon-input-checkbox::before{content:""}.ur-icon-radio::before{content:""}.ur-icon-number::before{content:""}.ur-icon-phone::before{content:""}.ur-icon-calendar::before{content:""}.ur-icon-drop-down::before{content:""}.ur-icon-textarea::before{content:""}.ur-icon-email::before{content:""}.ur-icon-email-secondary::before{content:""}.ur-icon-email-confirm::before{content:""}.ur-icon-invite-codes::before{content:""}.ur-icon-password::before{content:""}.ur-icon-password-confirm::before{content:""}.ur-icon-user::before{content:""}.ur-icon-user-nickname::before{content:""}.ur-icon-user-display-name::before{content:""}.ur-icon-user-bio::before{content:""}.ur-icon-website::before{content:""}.ur-icon-flag::before{content:""}.ur-icon-map-one::before{content:""}.ur-icon-map-two::before{content:""}.ur-icon-zip-code::before{content:""}.ur-icon-select2::before{content:""}.ur-icon-multi-select::before{content:""}.ur-icon-section-title::before{content:""}.ur-icon-time-picker::before{content:""}.ur-icon-state::before{content:""}.ur-icon-buildings::before{content:""}.ur-icon-text-editor::before{content:""}.ur-icon-bill::before{content:""}.ur-icon-doc::before{content:""}.ur-icon-file-upload::before{content:""}.ur-icon-file-dollar::before{content:""}.ur-icon-code::before{content:""}.ur-icon-mailchimp::before{content:""}.ur-icon-credit-card::before{content:""}.user-registration-table{width:100%;background:#fff;border-collapse:collapse}.user-registration-table__column-md{width:40%}.user-registration-table__column-sm{width:20%}.user-registration-table__column-auto{width:1%;white-space:nowrap}.user-registration-table__img{height:40px;width:40px;border-radius:4px;overflow:hidden}.user-registration-table caption,.user-registration-table td,.user-registration-table th{padding:1rem .5rem;text-align:left;border-bottom:1px solid #dee0e9}.user-registration-table caption:first-child,.user-registration-table td:first-child,.user-registration-table th:first-child{padding-left:1rem}.user-registration-table caption:last-child,.user-registration-table td:last-child,.user-registration-table th:last-child{padding-right:1rem}.user-registration-table td{vertical-align:top}.user-registration-table caption,.user-registration-table th{font-size:14px;font-weight:500}.user-registration-table thead th{background:#fafafc}.user-registration-table input,.user-registration-table select,.user-registration-table textarea{width:100%;box-shadow:none;border-radius:4px}.ur-form-group{margin-bottom:16px}.ur-label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.swal2-container .user-registration-swal2-modal .swal2-input,.ur-input{display:block;width:100%;border:1px solid #dee0e9;border-radius:4px}.user-registration-custom-file{color:#676d8a;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.user-registration-custom-file input{position:absolute;z-index:2;width:100%;margin:0;opacity:0}.user-registration-custom-file__label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:2px 2px 2px 8px;background-color:#fff;border:1px solid #dee0e9;border-radius:4px;z-index:1}.user-registration-custom-file__button{margin-left:auto;display:inline-block;background:#676d8a;color:#fff;padding:6px 15px;border-radius:4px}.user-registration-custom-file+.help{margin-top:4px}.ur-form-field--sm{width:80px;-webkit-box-flex:0;-webkit-flex:0 0 80px;flex:0 0 80px}.user-registration-editable-title{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.user-registration-editable-title .user-registration-editable-title__icon{background:#dee0e9;color:#4c5477;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-radius:3px;margin-bottom:0}.user-registration-editable-title .user-registration-editable-title__icon::after{content:'';border-radius:3px;position:absolute;left:32px;right:calc(100% - 32px);height:32px;border-radius:0 3px 3px 0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.user-registration-editable-title .user-registration-editable-title__input{color:#2d3559;background:0 0;font-size:16px;font-weight:500;width:auto;height:32px;padding:4px 8px;pointer-events:none;border:1px solid transparent!important;border-radius:0 4px 4px 0;z-index:1}.user-registration-editable-title .user-registration-editable-title__input.is-editing{border-color:transparent;pointer-events:all}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon{color:#fff;background:#475bb2;border-radius:3px 0 0 3px}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon::after{top:0;right:0;border:1px solid #475bb2}.user-registration-editable-title .user-registration-editable-title__input:focus{box-shadow:none}.user-registration-switch{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.user-registration-switch input[type=checkbox]{display:none}.user-registration-switch input[type=checkbox].user-registration-switch__control{background:#676d8a;width:28px;height:18px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 28px;flex:0 0 28px;margin:0;position:relative;border:2px solid #676d8a;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease;box-sizing:border-box}.user-registration-switch input[type=checkbox].user-registration-switch__control::before{content:none}.user-registration-switch input[type=checkbox].user-registration-switch__control::after{display:inline-block;content:'';height:14px;width:14px;background:#fff;border-radius:50%;position:absolute;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease}.user-registration-switch input[type=checkbox]:checked{background:#37b24d;border-color:#37b24d}.user-registration-switch input[type=checkbox]:checked::after{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.user-registration-switch label{margin:0 0 0 8px!important}.user-registration input{border-color:#dee0e9}.user-registration .select2.select2-container{width:100%!important}.user-registration .select2-results__option .wrap:before{content:"\2610";width:25px;height:25px;padding-right:10px}.user-registration .select2-results__option[data-selected=true] .wrap:before{content:"\2714"}.user-registration .select2-drop,.user-registration .select2-dropdown{z-index:999999!important}.user-registration .select2-results{line-height:1.5em}.user-registration .select2-results .select2-results__group,.user-registration .select2-results .select2-results__option{margin:0;padding:8px}.user-registration .select2-dropdown{border-color:#dee0e9}.user-registration .select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.user-registration .select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.user-registration .select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.user-registration .select2-container .select2-selection{border-color:#dee0e9}.user-registration .select2-container .select2-search__field{min-width:20px}.user-registration .select2-container .select2-selection--single{height:32px}.user-registration .select2-container .select2-selection--single .select2-selection__rendered{display:block;line-height:32px;padding-right:24px}.user-registration .select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.user-registration .select2-container .select2-selection--multiple{min-height:28px;border-radius:4px;line-height:1.5;border:1px solid #ddd!important}.user-registration .select2-container .select2-selection--multiple li{margin:0}.user-registration .select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered{display:block}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin-top:4px;margin-right:4px;line-height:1.4}.user-registration .select2-container .select2-selection__clear{color:#999;margin-top:-1px}.user-registration .select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0;margin:0;line-height:1;min-height:26px;height:32px}.user-registration-badge{display:inline-block;font-size:1em;line-height:1;padding:4px 8px;border-radius:10px}.user-registration-badge.user-registration-badge--primary{background:#475bb2;color:#fff}.user-registration-badge.user-registration-badge--primary-subtle{background:#c4cbe7;color:#475bb2}.user-registration-badge.user-registration-badge--secondary{background:#676d8a;color:#fff}.user-registration-badge.user-registration-badge--secondary-subtle{background:#cbced9;color:#676d8a}.user-registration-badge.user-registration-badge--success{background:#37b24d;color:#fff}.user-registration-badge.user-registration-badge--success-subtle{background:#b4e8bd;color:#2b8b3c}.user-registration-badge.user-registration-badge--danger{background:#ff4149;color:#fff}.user-registration-badge.user-registration-badge--danger-subtle{background:#ffdadc;color:#ff4149}.user-registration-badge.user-registration-badge--warning{background:#ffba00;color:#fff}.user-registration-badge.user-registration-badge--warning-subtle{background:#ffeab3;color:#b38200}.user-registration-badge.user-registration-badge--info{background:#2ea2cc;color:#fff}.user-registration-badge.user-registration-badge--info-subtle{background:#bce2f0;color:#2991b7}.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;box-shadow:0 1px 3px rgba(182,187,207,.15)}.ur-form-container .button+.button,.ur-form-container .button+button,.ur-form-container button+.button,.ur-form-container button+button,.user-registration .button+.button,.user-registration .button+button,.user-registration button+.button,.user-registration button+button{margin-left:6px}.ur-form-container .button.button-icon,.ur-form-container button.button-icon,.user-registration .button.button-icon,.user-registration button.button-icon{width:32px;padding:0;text-align:center}.ur-form-container .button.button-icon .dashicons,.ur-form-container button.button-icon .dashicons,.user-registration .button.button-icon .dashicons,.user-registration button.button-icon .dashicons{line-height:.9;vertical-align:middle}.ur-form-container .button.button-icon svg,.ur-form-container button.button-icon svg,.user-registration .button.button-icon svg,.user-registration button.button-icon svg{display:block;margin:0 auto}.ur-form-container .button.button-icon-round,.ur-form-container button.button-icon-round,.user-registration .button.button-icon-round,.user-registration button.button-icon-round{border-radius:50%}.ur-form-container .button.is-active,.ur-form-container button.is-active,.user-registration .button.is-active,.user-registration button.is-active{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button.is-active:active,.ur-form-container .button.is-active:focus,.ur-form-container .button.is-active:hover,.ur-form-container button.is-active:active,.ur-form-container button.is-active:focus,.ur-form-container button.is-active:hover,.user-registration .button.is-active:active,.user-registration .button.is-active:focus,.user-registration .button.is-active:hover,.user-registration button.is-active:active,.user-registration button.is-active:focus,.user-registration button.is-active:hover{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button .ur-spinner,.ur-form-container button .ur-spinner,.user-registration .button .ur-spinner,.user-registration button .ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-form-container .button-primary,.user-registration .button-primary{background:#475bb2;border-color:#475bb2;box-shadow:0 1px 0 #475bb2;text-shadow:none}.ur-form-container .button-primary:active,.ur-form-container .button-primary:focus,.ur-form-container .button-primary:hover,.user-registration .button-primary:active,.user-registration .button-primary:focus,.user-registration .button-primary:hover{background:#38488e;border-color:#38488e;box-shadow:0 1px 0 #38488e}.ur-form-container .button-primary:disabled,.user-registration .button-primary:disabled{color:#b2bae0!important;background:#697ac3!important;border-color:#697ac3!important}.ur-form-container .button-secondary,.user-registration .button-secondary{color:#2d3559;background:#dee0e9;border-color:#dee0e9;box-shadow:0 1px 0 #dee0e9}.ur-form-container .button-secondary:active,.ur-form-container .button-secondary:focus,.ur-form-container .button-secondary:hover,.user-registration .button-secondary:active,.user-registration .button-secondary:focus,.user-registration .button-secondary:hover{color:#2d3559;background:#b6bbcf;border-color:#b6bbcf}.ur-form-container .button-tertiary,.user-registration .button-tertiary{background:#fff;color:#2d3559;border:1px solid #dee0e9}.ur-form-container .button-tertiary:active,.ur-form-container .button-tertiary:focus,.ur-form-container .button-tertiary:hover,.user-registration .button-tertiary:active,.user-registration .button-tertiary:focus,.user-registration .button-tertiary:hover{background:#f0f1f5;border-color:#dee0e9}.ur-form-container .button-danger,.user-registration .button-danger{color:#fff;background:#ff4149;border-color:#ff4149;box-shadow:0 1px 0 #ff4149}.ur-form-container .button-danger:active,.ur-form-container .button-danger:focus,.ur-form-container .button-danger:hover,.user-registration .button-danger:active,.user-registration .button-danger:focus,.user-registration .button-danger:hover{color:#fff;background:#ee2a32;border-color:#ee2a32;box-shadow:0 1px 0 #ee2a32}.user-registration-button-group{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.user-registration-button-group .button:not(:first-child),.user-registration-button-group>button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.user-registration-button-group .button:not(:last-child),.user-registration-button-group>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.user-registration-button-group .button,.user-registration-button-group button{margin-right:0!important}.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#475bb2;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important;z-index:9}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.select2-container .ur-select-all-countries-button{margin:6px 3px 4px 6px}.select2-container .ur-unselect-all-countries-button{margin:6px 3px 4px}.user-registration-card{background:#fff;border-radius:4px;display:block;border:1px solid #dee0e9}.user-registration-card a{text-decoration:none}.user-registration-card__header{padding:16px 20px;border-bottom:1px solid #dee0e9}.user-registration-card__title{font-size:1.25em;line-height:1.3;margin:0}.user-registration-card__body{padding:20px}.user-registration-list-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.user-registration-list-group--flush>.user-registration-list-group__item{border-width:0 0 1px}.user-registration-list-group--flush>.user-registration-list-group__item:last-child{border-bottom-width:0}.user-registration-list-group--no-gutter .user-registration-list-group__item{padding-right:0;padding-left:0}.user-registration-list-group__item{position:relative;display:block;padding:1rem 1.25rem;background-color:transparent;border:1px solid #dee0e9}.user-registration-list-group__item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.user-registration-page.user-registration-modal-open{overflow:hidden}.user-registration-page.user-registration-modal-open .user-registration-modal{max-width:100%}.user-registration-modal{position:fixed;top:0;left:0;right:0;height:100%;width:100%;margin:0 auto!important;overflow-x:hidden;overflow-y:auto;z-index:999}.user-registration-modal .user-registration-modal__backdrop{position:fixed;left:0;top:0;background-color:rgba(45,53,89,.5);min-width:100%;min-height:100%;z-index:1}.user-registration-modal .user-registration-modal__content{background:#fff;position:relative;width:auto;margin:16px;border-radius:8px;z-index:99999;box-shadow:0 3px 25px 0 rgba(45,53,89,.4)}@media (min-width:576px){.user-registration-modal .user-registration-modal__content{max-width:500px;margin:24px auto}}@media (min-width:992px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg,.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:800px}}@media (min-width:1200px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:1140px}}.user-registration-modal .user-registration-modal__header{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;border-bottom:1px solid #dee0e9}.user-registration-modal .user-registration-modal__header .user-registration-modal__title{font-size:20px;line-height:1.4;margin:0;padding:0}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon{position:relative;display:block;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;margin-left:auto}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after,.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{content:'';height:2px;width:16px;display:block;position:absolute;top:50%;left:0;right:0;margin:0 auto;background:#b6bbcf}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.user-registration-modal .user-registration-modal__body{position:relative;padding:16px}.user-registration-modal .user-registration-modal__body #user-registration,.user-registration-modal .user-registration-modal__body .login,.user-registration-modal .user-registration-modal__body .user-registration{margin:0;padding:0;border:none}.user-registration-modal .user-registration-modal__footer{padding:16px;border-top:1px solid #dee0e9}.user-registration-modal .user-registration-modal__footer *{margin:4px}.swal2-container .user-registration-swal2-modal{padding:40px}.swal2-container .user-registration-swal2-modal .swal2-input{font-size:16px}.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line],.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line]{-webkit-animation:none;animation:none}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon{font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border-width:2px;border-radius:50%}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line]{height:3px;width:28px;top:50%;left:0;right:0;margin:0 auto}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left]{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right]{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line]{height:3px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:16px;top:56%;left:10px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:47%;width:32px;right:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line]{height:64px;width:32px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-75px;left:27px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-26px;left:82px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-ring{top:-3px;left:-2px;border-width:2px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-fix{height:64px;left:2px;right:0;margin:0 auto;top:-2px;bottom:0;width:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon::before{font-size:40px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title{color:#2d3559;font-size:24px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title .dashicons{color:#ff4149;font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border:2px solid #ff4149;border-radius:50%}.swal2-container .user-registration-swal2-modal__title{line-height:1.35;display:block}.swal2-container .user-registration-swal2-modal .swal2-content{color:#4c5477;font-size:1em;line-height:1.5}.swal2-container .user-registration-swal2-modal .swal2-actions button{margin-top:0;margin-bottom:0}.swal2-container .user-registration-swal2-modal--centered .swal2-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-bg-light{background-color:#f0f1f5}.ur-border{border:1px solid #dee0e9!important}.ur-border-top{border-top:1px solid #dee0e9!important}.ur-border-right{border-right:1px solid #dee0e9!important}.ur-border-bottom{border-bottom:1px solid #dee0e9!important}.ur-border-left{border-left:1px solid #dee0e9!important}.ur-border-0{border:0!important}.ur-border-top-0{border-top:0!important}.ur-border-right-0{border-right:0!important}.ur-border-bottom-0{border-bottom:0!important}.ur-border-left-0{border-left:0!important}.ur-m-0{margin:0!important}.ur-mt-0,.ur-my-0{margin-top:0!important}.ur-mr-0,.ur-mx-0{margin-right:0!important}.ur-mb-0,.ur-my-0{margin-bottom:0!important}.ur-ml-0,.ur-mx-0{margin-left:0!important}.ur-m-1{margin:4px!important}.ur-mt-1,.ur-my-1{margin-top:4px!important}.ur-mr-1,.ur-mx-1{margin-right:4px!important}.ur-mb-1,.ur-my-1{margin-bottom:4px!important}.ur-ml-1,.ur-mx-1{margin-left:4px!important}.ur-m-2{margin:8px!important}.ur-mt-2,.ur-my-2{margin-top:8px!important}.ur-mr-2,.ur-mx-2{margin-right:8px!important}.ur-mb-2,.ur-my-2{margin-bottom:8px!important}.ur-ml-2,.ur-mx-2{margin-left:8px!important}.ur-m-3{margin:12px!important}.ur-mt-3,.ur-my-3{margin-top:12px!important}.ur-mr-3,.ur-mx-3{margin-right:12px!important}.ur-mb-3,.ur-my-3{margin-bottom:12px!important}.ur-ml-3,.ur-mx-3{margin-left:12px!important}.ur-m-4{margin:16px!important}.ur-mt-4,.ur-my-4{margin-top:16px!important}.ur-mr-4,.ur-mx-4{margin-right:16px!important}.ur-mb-4,.ur-my-4{margin-bottom:16px!important}.ur-ml-4,.ur-mx-4{margin-left:16px!important}.ur-m-5{margin:20px!important}.ur-mt-5,.ur-my-5{margin-top:20px!important}.ur-mr-5,.ur-mx-5{margin-right:20px!important}.ur-mb-5,.ur-my-5{margin-bottom:20px!important}.ur-ml-5,.ur-mx-5{margin-left:20px!important}.ur-m-6{margin:24px!important}.ur-mt-6,.ur-my-6{margin-top:24px!important}.ur-mr-6,.ur-mx-6{margin-right:24px!important}.ur-mb-6,.ur-my-6{margin-bottom:24px!important}.ur-ml-6,.ur-mx-6{margin-left:24px!important}.ur-m-7{margin:28px!important}.ur-mt-7,.ur-my-7{margin-top:28px!important}.ur-mr-7,.ur-mx-7{margin-right:28px!important}.ur-mb-7,.ur-my-7{margin-bottom:28px!important}.ur-ml-7,.ur-mx-7{margin-left:28px!important}.ur-m-8{margin:32px!important}.ur-mt-8,.ur-my-8{margin-top:32px!important}.ur-mr-8,.ur-mx-8{margin-right:32px!important}.ur-mb-8,.ur-my-8{margin-bottom:32px!important}.ur-ml-8,.ur-mx-8{margin-left:32px!important}.ur-p-0{padding:0!important}.ur-pt-0,.ur-py-0{padding-top:0!important}.ur-pr-0,.ur-px-0{padding-right:0!important}.ur-pb-0,.ur-py-0{padding-bottom:0!important}.ur-pl-0,.ur-px-0{padding-left:0!important}.ur-p-1{padding:4px!important}.ur-pt-1,.ur-py-1{padding-top:4px!important}.ur-pr-1,.ur-px-1{padding-right:4px!important}.ur-pb-1,.ur-py-1{padding-bottom:4px!important}.ur-pl-1,.ur-px-1{padding-left:4px!important}.ur-p-2{padding:8px!important}.ur-pt-2,.ur-py-2{padding-top:8px!important}.ur-pr-2,.ur-px-2{padding-right:8px!important}.ur-pb-2,.ur-py-2{padding-bottom:8px!important}.ur-pl-2,.ur-px-2{padding-left:8px!important}.ur-p-3{padding:12px!important}.ur-pt-3,.ur-py-3{padding-top:12px!important}.ur-pr-3,.ur-px-3{padding-right:12px!important}.ur-pb-3,.ur-py-3{padding-bottom:12px!important}.ur-pl-3,.ur-px-3{padding-left:12px!important}.ur-p-4{padding:16px!important}.ur-pt-4,.ur-py-4{padding-top:16px!important}.ur-pr-4,.ur-px-4{padding-right:16px!important}.ur-pb-4,.ur-py-4{padding-bottom:16px!important}.ur-pl-4,.ur-px-4{padding-left:16px!important}.ur-p-5{padding:20px!important}.ur-pt-5,.ur-py-5{padding-top:20px!important}.ur-pr-5,.ur-px-5{padding-right:20px!important}.ur-pb-5,.ur-py-5{padding-bottom:20px!important}.ur-pl-5,.ur-px-5{padding-left:20px!important}.ur-p-6{padding:24px!important}.ur-pt-6,.ur-py-6{padding-top:24px!important}.ur-pr-6,.ur-px-6{padding-right:24px!important}.ur-pb-6,.ur-py-6{padding-bottom:24px!important}.ur-pl-6,.ur-px-6{padding-left:24px!important}.ur-p-7{padding:28px!important}.ur-pt-7,.ur-py-7{padding-top:28px!important}.ur-pr-7,.ur-px-7{padding-right:28px!important}.ur-pb-7,.ur-py-7{padding-bottom:28px!important}.ur-pl-7,.ur-px-7{padding-left:28px!important}.ur-p-8{padding:32px!important}.ur-pt-8,.ur-py-8{padding-top:32px!important}.ur-pr-8,.ur-px-8{padding-right:32px!important}.ur-pb-8,.ur-py-8{padding-bottom:32px!important}.ur-pl-8,.ur-px-8{padding-left:32px!important}.ur-m-n1{margin:-4px!important}.ur-mt-n1,.ur-my-n1{margin-top:-4px!important}.ur-mr-n1,.ur-mx-n1{margin-right:-4px!important}.ur-mb-n1,.ur-my-n1{margin-bottom:-4px!important}.ur-ml-n1,.ur-mx-n1{margin-left:-4px!important}.ur-m-n2{margin:-8px!important}.ur-mt-n2,.ur-my-n2{margin-top:-8px!important}.ur-mr-n2,.ur-mx-n2{margin-right:-8px!important}.ur-mb-n2,.ur-my-n2{margin-bottom:-8px!important}.ur-ml-n2,.ur-mx-n2{margin-left:-8px!important}.ur-m-n3{margin:-12px!important}.ur-mt-n3,.ur-my-n3{margin-top:-12px!important}.ur-mr-n3,.ur-mx-n3{margin-right:-12px!important}.ur-mb-n3,.ur-my-n3{margin-bottom:-12px!important}.ur-ml-n3,.ur-mx-n3{margin-left:-12px!important}.ur-m-n4{margin:-16px!important}.ur-mt-n4,.ur-my-n4{margin-top:-16px!important}.ur-mr-n4,.ur-mx-n4{margin-right:-16px!important}.ur-mb-n4,.ur-my-n4{margin-bottom:-16px!important}.ur-ml-n4,.ur-mx-n4{margin-left:-16px!important}.ur-m-n5{margin:-20px!important}.ur-mt-n5,.ur-my-n5{margin-top:-20px!important}.ur-mr-n5,.ur-mx-n5{margin-right:-20px!important}.ur-mb-n5,.ur-my-n5{margin-bottom:-20px!important}.ur-ml-n5,.ur-mx-n5{margin-left:-20px!important}.ur-m-n6{margin:-24px!important}.ur-mt-n6,.ur-my-n6{margin-top:-24px!important}.ur-mr-n6,.ur-mx-n6{margin-right:-24px!important}.ur-mb-n6,.ur-my-n6{margin-bottom:-24px!important}.ur-ml-n6,.ur-mx-n6{margin-left:-24px!important}.ur-m-n7{margin:-28px!important}.ur-mt-n7,.ur-my-n7{margin-top:-28px!important}.ur-mr-n7,.ur-mx-n7{margin-right:-28px!important}.ur-mb-n7,.ur-my-n7{margin-bottom:-28px!important}.ur-ml-n7,.ur-mx-n7{margin-left:-28px!important}.ur-m-n8{margin:-32px!important}.ur-mt-n8,.ur-my-n8{margin-top:-32px!important}.ur-mr-n8,.ur-mx-n8{margin-right:-32px!important}.ur-mb-n8,.ur-my-n8{margin-bottom:-32px!important}.ur-ml-n8,.ur-mx-n8{margin-left:-32px!important}.ur-m-auto{margin:auto!important}.ur-mt-auto,.ur-my-auto{margin-top:auto!important}.ur-mr-auto,.ur-mx-auto{margin-right:auto!important}.ur-mb-auto,.ur-my-auto{margin-bottom:auto!important}.ur-ml-auto,.ur-mx-auto{margin-left:auto!important}@media (min-width:576px){.ur-m-sm-0{margin:0!important}.ur-mt-sm-0,.ur-my-sm-0{margin-top:0!important}.ur-mr-sm-0,.ur-mx-sm-0{margin-right:0!important}.ur-mb-sm-0,.ur-my-sm-0{margin-bottom:0!important}.ur-ml-sm-0,.ur-mx-sm-0{margin-left:0!important}.ur-m-sm-1{margin:4px!important}.ur-mt-sm-1,.ur-my-sm-1{margin-top:4px!important}.ur-mr-sm-1,.ur-mx-sm-1{margin-right:4px!important}.ur-mb-sm-1,.ur-my-sm-1{margin-bottom:4px!important}.ur-ml-sm-1,.ur-mx-sm-1{margin-left:4px!important}.ur-m-sm-2{margin:8px!important}.ur-mt-sm-2,.ur-my-sm-2{margin-top:8px!important}.ur-mr-sm-2,.ur-mx-sm-2{margin-right:8px!important}.ur-mb-sm-2,.ur-my-sm-2{margin-bottom:8px!important}.ur-ml-sm-2,.ur-mx-sm-2{margin-left:8px!important}.ur-m-sm-3{margin:12px!important}.ur-mt-sm-3,.ur-my-sm-3{margin-top:12px!important}.ur-mr-sm-3,.ur-mx-sm-3{margin-right:12px!important}.ur-mb-sm-3,.ur-my-sm-3{margin-bottom:12px!important}.ur-ml-sm-3,.ur-mx-sm-3{margin-left:12px!important}.ur-m-sm-4{margin:16px!important}.ur-mt-sm-4,.ur-my-sm-4{margin-top:16px!important}.ur-mr-sm-4,.ur-mx-sm-4{margin-right:16px!important}.ur-mb-sm-4,.ur-my-sm-4{margin-bottom:16px!important}.ur-ml-sm-4,.ur-mx-sm-4{margin-left:16px!important}.ur-m-sm-5{margin:20px!important}.ur-mt-sm-5,.ur-my-sm-5{margin-top:20px!important}.ur-mr-sm-5,.ur-mx-sm-5{margin-right:20px!important}.ur-mb-sm-5,.ur-my-sm-5{margin-bottom:20px!important}.ur-ml-sm-5,.ur-mx-sm-5{margin-left:20px!important}.ur-m-sm-6{margin:24px!important}.ur-mt-sm-6,.ur-my-sm-6{margin-top:24px!important}.ur-mr-sm-6,.ur-mx-sm-6{margin-right:24px!important}.ur-mb-sm-6,.ur-my-sm-6{margin-bottom:24px!important}.ur-ml-sm-6,.ur-mx-sm-6{margin-left:24px!important}.ur-m-sm-7{margin:28px!important}.ur-mt-sm-7,.ur-my-sm-7{margin-top:28px!important}.ur-mr-sm-7,.ur-mx-sm-7{margin-right:28px!important}.ur-mb-sm-7,.ur-my-sm-7{margin-bottom:28px!important}.ur-ml-sm-7,.ur-mx-sm-7{margin-left:28px!important}.ur-m-sm-8{margin:32px!important}.ur-mt-sm-8,.ur-my-sm-8{margin-top:32px!important}.ur-mr-sm-8,.ur-mx-sm-8{margin-right:32px!important}.ur-mb-sm-8,.ur-my-sm-8{margin-bottom:32px!important}.ur-ml-sm-8,.ur-mx-sm-8{margin-left:32px!important}.ur-p-sm-0{padding:0!important}.ur-pt-sm-0,.ur-py-sm-0{padding-top:0!important}.ur-pr-sm-0,.ur-px-sm-0{padding-right:0!important}.ur-pb-sm-0,.ur-py-sm-0{padding-bottom:0!important}.ur-pl-sm-0,.ur-px-sm-0{padding-left:0!important}.ur-p-sm-1{padding:4px!important}.ur-pt-sm-1,.ur-py-sm-1{padding-top:4px!important}.ur-pr-sm-1,.ur-px-sm-1{padding-right:4px!important}.ur-pb-sm-1,.ur-py-sm-1{padding-bottom:4px!important}.ur-pl-sm-1,.ur-px-sm-1{padding-left:4px!important}.ur-p-sm-2{padding:8px!important}.ur-pt-sm-2,.ur-py-sm-2{padding-top:8px!important}.ur-pr-sm-2,.ur-px-sm-2{padding-right:8px!important}.ur-pb-sm-2,.ur-py-sm-2{padding-bottom:8px!important}.ur-pl-sm-2,.ur-px-sm-2{padding-left:8px!important}.ur-p-sm-3{padding:12px!important}.ur-pt-sm-3,.ur-py-sm-3{padding-top:12px!important}.ur-pr-sm-3,.ur-px-sm-3{padding-right:12px!important}.ur-pb-sm-3,.ur-py-sm-3{padding-bottom:12px!important}.ur-pl-sm-3,.ur-px-sm-3{padding-left:12px!important}.ur-p-sm-4{padding:16px!important}.ur-pt-sm-4,.ur-py-sm-4{padding-top:16px!important}.ur-pr-sm-4,.ur-px-sm-4{padding-right:16px!important}.ur-pb-sm-4,.ur-py-sm-4{padding-bottom:16px!important}.ur-pl-sm-4,.ur-px-sm-4{padding-left:16px!important}.ur-p-sm-5{padding:20px!important}.ur-pt-sm-5,.ur-py-sm-5{padding-top:20px!important}.ur-pr-sm-5,.ur-px-sm-5{padding-right:20px!important}.ur-pb-sm-5,.ur-py-sm-5{padding-bottom:20px!important}.ur-pl-sm-5,.ur-px-sm-5{padding-left:20px!important}.ur-p-sm-6{padding:24px!important}.ur-pt-sm-6,.ur-py-sm-6{padding-top:24px!important}.ur-pr-sm-6,.ur-px-sm-6{padding-right:24px!important}.ur-pb-sm-6,.ur-py-sm-6{padding-bottom:24px!important}.ur-pl-sm-6,.ur-px-sm-6{padding-left:24px!important}.ur-p-sm-7{padding:28px!important}.ur-pt-sm-7,.ur-py-sm-7{padding-top:28px!important}.ur-pr-sm-7,.ur-px-sm-7{padding-right:28px!important}.ur-pb-sm-7,.ur-py-sm-7{padding-bottom:28px!important}.ur-pl-sm-7,.ur-px-sm-7{padding-left:28px!important}.ur-p-sm-8{padding:32px!important}.ur-pt-sm-8,.ur-py-sm-8{padding-top:32px!important}.ur-pr-sm-8,.ur-px-sm-8{padding-right:32px!important}.ur-pb-sm-8,.ur-py-sm-8{padding-bottom:32px!important}.ur-pl-sm-8,.ur-px-sm-8{padding-left:32px!important}.ur-m-sm-n1{margin:-4px!important}.ur-mt-sm-n1,.ur-my-sm-n1{margin-top:-4px!important}.ur-mr-sm-n1,.ur-mx-sm-n1{margin-right:-4px!important}.ur-mb-sm-n1,.ur-my-sm-n1{margin-bottom:-4px!important}.ur-ml-sm-n1,.ur-mx-sm-n1{margin-left:-4px!important}.ur-m-sm-n2{margin:-8px!important}.ur-mt-sm-n2,.ur-my-sm-n2{margin-top:-8px!important}.ur-mr-sm-n2,.ur-mx-sm-n2{margin-right:-8px!important}.ur-mb-sm-n2,.ur-my-sm-n2{margin-bottom:-8px!important}.ur-ml-sm-n2,.ur-mx-sm-n2{margin-left:-8px!important}.ur-m-sm-n3{margin:-12px!important}.ur-mt-sm-n3,.ur-my-sm-n3{margin-top:-12px!important}.ur-mr-sm-n3,.ur-mx-sm-n3{margin-right:-12px!important}.ur-mb-sm-n3,.ur-my-sm-n3{margin-bottom:-12px!important}.ur-ml-sm-n3,.ur-mx-sm-n3{margin-left:-12px!important}.ur-m-sm-n4{margin:-16px!important}.ur-mt-sm-n4,.ur-my-sm-n4{margin-top:-16px!important}.ur-mr-sm-n4,.ur-mx-sm-n4{margin-right:-16px!important}.ur-mb-sm-n4,.ur-my-sm-n4{margin-bottom:-16px!important}.ur-ml-sm-n4,.ur-mx-sm-n4{margin-left:-16px!important}.ur-m-sm-n5{margin:-20px!important}.ur-mt-sm-n5,.ur-my-sm-n5{margin-top:-20px!important}.ur-mr-sm-n5,.ur-mx-sm-n5{margin-right:-20px!important}.ur-mb-sm-n5,.ur-my-sm-n5{margin-bottom:-20px!important}.ur-ml-sm-n5,.ur-mx-sm-n5{margin-left:-20px!important}.ur-m-sm-n6{margin:-24px!important}.ur-mt-sm-n6,.ur-my-sm-n6{margin-top:-24px!important}.ur-mr-sm-n6,.ur-mx-sm-n6{margin-right:-24px!important}.ur-mb-sm-n6,.ur-my-sm-n6{margin-bottom:-24px!important}.ur-ml-sm-n6,.ur-mx-sm-n6{margin-left:-24px!important}.ur-m-sm-n7{margin:-28px!important}.ur-mt-sm-n7,.ur-my-sm-n7{margin-top:-28px!important}.ur-mr-sm-n7,.ur-mx-sm-n7{margin-right:-28px!important}.ur-mb-sm-n7,.ur-my-sm-n7{margin-bottom:-28px!important}.ur-ml-sm-n7,.ur-mx-sm-n7{margin-left:-28px!important}.ur-m-sm-n8{margin:-32px!important}.ur-mt-sm-n8,.ur-my-sm-n8{margin-top:-32px!important}.ur-mr-sm-n8,.ur-mx-sm-n8{margin-right:-32px!important}.ur-mb-sm-n8,.ur-my-sm-n8{margin-bottom:-32px!important}.ur-ml-sm-n8,.ur-mx-sm-n8{margin-left:-32px!important}.ur-m-sm-auto{margin:auto!important}.ur-mt-sm-auto,.ur-my-sm-auto{margin-top:auto!important}.ur-mr-sm-auto,.ur-mx-sm-auto{margin-right:auto!important}.ur-mb-sm-auto,.ur-my-sm-auto{margin-bottom:auto!important}.ur-ml-sm-auto,.ur-mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.ur-m-md-0{margin:0!important}.ur-mt-md-0,.ur-my-md-0{margin-top:0!important}.ur-mr-md-0,.ur-mx-md-0{margin-right:0!important}.ur-mb-md-0,.ur-my-md-0{margin-bottom:0!important}.ur-ml-md-0,.ur-mx-md-0{margin-left:0!important}.ur-m-md-1{margin:4px!important}.ur-mt-md-1,.ur-my-md-1{margin-top:4px!important}.ur-mr-md-1,.ur-mx-md-1{margin-right:4px!important}.ur-mb-md-1,.ur-my-md-1{margin-bottom:4px!important}.ur-ml-md-1,.ur-mx-md-1{margin-left:4px!important}.ur-m-md-2{margin:8px!important}.ur-mt-md-2,.ur-my-md-2{margin-top:8px!important}.ur-mr-md-2,.ur-mx-md-2{margin-right:8px!important}.ur-mb-md-2,.ur-my-md-2{margin-bottom:8px!important}.ur-ml-md-2,.ur-mx-md-2{margin-left:8px!important}.ur-m-md-3{margin:12px!important}.ur-mt-md-3,.ur-my-md-3{margin-top:12px!important}.ur-mr-md-3,.ur-mx-md-3{margin-right:12px!important}.ur-mb-md-3,.ur-my-md-3{margin-bottom:12px!important}.ur-ml-md-3,.ur-mx-md-3{margin-left:12px!important}.ur-m-md-4{margin:16px!important}.ur-mt-md-4,.ur-my-md-4{margin-top:16px!important}.ur-mr-md-4,.ur-mx-md-4{margin-right:16px!important}.ur-mb-md-4,.ur-my-md-4{margin-bottom:16px!important}.ur-ml-md-4,.ur-mx-md-4{margin-left:16px!important}.ur-m-md-5{margin:20px!important}.ur-mt-md-5,.ur-my-md-5{margin-top:20px!important}.ur-mr-md-5,.ur-mx-md-5{margin-right:20px!important}.ur-mb-md-5,.ur-my-md-5{margin-bottom:20px!important}.ur-ml-md-5,.ur-mx-md-5{margin-left:20px!important}.ur-m-md-6{margin:24px!important}.ur-mt-md-6,.ur-my-md-6{margin-top:24px!important}.ur-mr-md-6,.ur-mx-md-6{margin-right:24px!important}.ur-mb-md-6,.ur-my-md-6{margin-bottom:24px!important}.ur-ml-md-6,.ur-mx-md-6{margin-left:24px!important}.ur-m-md-7{margin:28px!important}.ur-mt-md-7,.ur-my-md-7{margin-top:28px!important}.ur-mr-md-7,.ur-mx-md-7{margin-right:28px!important}.ur-mb-md-7,.ur-my-md-7{margin-bottom:28px!important}.ur-ml-md-7,.ur-mx-md-7{margin-left:28px!important}.ur-m-md-8{margin:32px!important}.ur-mt-md-8,.ur-my-md-8{margin-top:32px!important}.ur-mr-md-8,.ur-mx-md-8{margin-right:32px!important}.ur-mb-md-8,.ur-my-md-8{margin-bottom:32px!important}.ur-ml-md-8,.ur-mx-md-8{margin-left:32px!important}.ur-p-md-0{padding:0!important}.ur-pt-md-0,.ur-py-md-0{padding-top:0!important}.ur-pr-md-0,.ur-px-md-0{padding-right:0!important}.ur-pb-md-0,.ur-py-md-0{padding-bottom:0!important}.ur-pl-md-0,.ur-px-md-0{padding-left:0!important}.ur-p-md-1{padding:4px!important}.ur-pt-md-1,.ur-py-md-1{padding-top:4px!important}.ur-pr-md-1,.ur-px-md-1{padding-right:4px!important}.ur-pb-md-1,.ur-py-md-1{padding-bottom:4px!important}.ur-pl-md-1,.ur-px-md-1{padding-left:4px!important}.ur-p-md-2{padding:8px!important}.ur-pt-md-2,.ur-py-md-2{padding-top:8px!important}.ur-pr-md-2,.ur-px-md-2{padding-right:8px!important}.ur-pb-md-2,.ur-py-md-2{padding-bottom:8px!important}.ur-pl-md-2,.ur-px-md-2{padding-left:8px!important}.ur-p-md-3{padding:12px!important}.ur-pt-md-3,.ur-py-md-3{padding-top:12px!important}.ur-pr-md-3,.ur-px-md-3{padding-right:12px!important}.ur-pb-md-3,.ur-py-md-3{padding-bottom:12px!important}.ur-pl-md-3,.ur-px-md-3{padding-left:12px!important}.ur-p-md-4{padding:16px!important}.ur-pt-md-4,.ur-py-md-4{padding-top:16px!important}.ur-pr-md-4,.ur-px-md-4{padding-right:16px!important}.ur-pb-md-4,.ur-py-md-4{padding-bottom:16px!important}.ur-pl-md-4,.ur-px-md-4{padding-left:16px!important}.ur-p-md-5{padding:20px!important}.ur-pt-md-5,.ur-py-md-5{padding-top:20px!important}.ur-pr-md-5,.ur-px-md-5{padding-right:20px!important}.ur-pb-md-5,.ur-py-md-5{padding-bottom:20px!important}.ur-pl-md-5,.ur-px-md-5{padding-left:20px!important}.ur-p-md-6{padding:24px!important}.ur-pt-md-6,.ur-py-md-6{padding-top:24px!important}.ur-pr-md-6,.ur-px-md-6{padding-right:24px!important}.ur-pb-md-6,.ur-py-md-6{padding-bottom:24px!important}.ur-pl-md-6,.ur-px-md-6{padding-left:24px!important}.ur-p-md-7{padding:28px!important}.ur-pt-md-7,.ur-py-md-7{padding-top:28px!important}.ur-pr-md-7,.ur-px-md-7{padding-right:28px!important}.ur-pb-md-7,.ur-py-md-7{padding-bottom:28px!important}.ur-pl-md-7,.ur-px-md-7{padding-left:28px!important}.ur-p-md-8{padding:32px!important}.ur-pt-md-8,.ur-py-md-8{padding-top:32px!important}.ur-pr-md-8,.ur-px-md-8{padding-right:32px!important}.ur-pb-md-8,.ur-py-md-8{padding-bottom:32px!important}.ur-pl-md-8,.ur-px-md-8{padding-left:32px!important}.ur-m-md-n1{margin:-4px!important}.ur-mt-md-n1,.ur-my-md-n1{margin-top:-4px!important}.ur-mr-md-n1,.ur-mx-md-n1{margin-right:-4px!important}.ur-mb-md-n1,.ur-my-md-n1{margin-bottom:-4px!important}.ur-ml-md-n1,.ur-mx-md-n1{margin-left:-4px!important}.ur-m-md-n2{margin:-8px!important}.ur-mt-md-n2,.ur-my-md-n2{margin-top:-8px!important}.ur-mr-md-n2,.ur-mx-md-n2{margin-right:-8px!important}.ur-mb-md-n2,.ur-my-md-n2{margin-bottom:-8px!important}.ur-ml-md-n2,.ur-mx-md-n2{margin-left:-8px!important}.ur-m-md-n3{margin:-12px!important}.ur-mt-md-n3,.ur-my-md-n3{margin-top:-12px!important}.ur-mr-md-n3,.ur-mx-md-n3{margin-right:-12px!important}.ur-mb-md-n3,.ur-my-md-n3{margin-bottom:-12px!important}.ur-ml-md-n3,.ur-mx-md-n3{margin-left:-12px!important}.ur-m-md-n4{margin:-16px!important}.ur-mt-md-n4,.ur-my-md-n4{margin-top:-16px!important}.ur-mr-md-n4,.ur-mx-md-n4{margin-right:-16px!important}.ur-mb-md-n4,.ur-my-md-n4{margin-bottom:-16px!important}.ur-ml-md-n4,.ur-mx-md-n4{margin-left:-16px!important}.ur-m-md-n5{margin:-20px!important}.ur-mt-md-n5,.ur-my-md-n5{margin-top:-20px!important}.ur-mr-md-n5,.ur-mx-md-n5{margin-right:-20px!important}.ur-mb-md-n5,.ur-my-md-n5{margin-bottom:-20px!important}.ur-ml-md-n5,.ur-mx-md-n5{margin-left:-20px!important}.ur-m-md-n6{margin:-24px!important}.ur-mt-md-n6,.ur-my-md-n6{margin-top:-24px!important}.ur-mr-md-n6,.ur-mx-md-n6{margin-right:-24px!important}.ur-mb-md-n6,.ur-my-md-n6{margin-bottom:-24px!important}.ur-ml-md-n6,.ur-mx-md-n6{margin-left:-24px!important}.ur-m-md-n7{margin:-28px!important}.ur-mt-md-n7,.ur-my-md-n7{margin-top:-28px!important}.ur-mr-md-n7,.ur-mx-md-n7{margin-right:-28px!important}.ur-mb-md-n7,.ur-my-md-n7{margin-bottom:-28px!important}.ur-ml-md-n7,.ur-mx-md-n7{margin-left:-28px!important}.ur-m-md-n8{margin:-32px!important}.ur-mt-md-n8,.ur-my-md-n8{margin-top:-32px!important}.ur-mr-md-n8,.ur-mx-md-n8{margin-right:-32px!important}.ur-mb-md-n8,.ur-my-md-n8{margin-bottom:-32px!important}.ur-ml-md-n8,.ur-mx-md-n8{margin-left:-32px!important}.ur-m-md-auto{margin:auto!important}.ur-mt-md-auto,.ur-my-md-auto{margin-top:auto!important}.ur-mr-md-auto,.ur-mx-md-auto{margin-right:auto!important}.ur-mb-md-auto,.ur-my-md-auto{margin-bottom:auto!important}.ur-ml-md-auto,.ur-mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.ur-m-lg-0{margin:0!important}.ur-mt-lg-0,.ur-my-lg-0{margin-top:0!important}.ur-mr-lg-0,.ur-mx-lg-0{margin-right:0!important}.ur-mb-lg-0,.ur-my-lg-0{margin-bottom:0!important}.ur-ml-lg-0,.ur-mx-lg-0{margin-left:0!important}.ur-m-lg-1{margin:4px!important}.ur-mt-lg-1,.ur-my-lg-1{margin-top:4px!important}.ur-mr-lg-1,.ur-mx-lg-1{margin-right:4px!important}.ur-mb-lg-1,.ur-my-lg-1{margin-bottom:4px!important}.ur-ml-lg-1,.ur-mx-lg-1{margin-left:4px!important}.ur-m-lg-2{margin:8px!important}.ur-mt-lg-2,.ur-my-lg-2{margin-top:8px!important}.ur-mr-lg-2,.ur-mx-lg-2{margin-right:8px!important}.ur-mb-lg-2,.ur-my-lg-2{margin-bottom:8px!important}.ur-ml-lg-2,.ur-mx-lg-2{margin-left:8px!important}.ur-m-lg-3{margin:12px!important}.ur-mt-lg-3,.ur-my-lg-3{margin-top:12px!important}.ur-mr-lg-3,.ur-mx-lg-3{margin-right:12px!important}.ur-mb-lg-3,.ur-my-lg-3{margin-bottom:12px!important}.ur-ml-lg-3,.ur-mx-lg-3{margin-left:12px!important}.ur-m-lg-4{margin:16px!important}.ur-mt-lg-4,.ur-my-lg-4{margin-top:16px!important}.ur-mr-lg-4,.ur-mx-lg-4{margin-right:16px!important}.ur-mb-lg-4,.ur-my-lg-4{margin-bottom:16px!important}.ur-ml-lg-4,.ur-mx-lg-4{margin-left:16px!important}.ur-m-lg-5{margin:20px!important}.ur-mt-lg-5,.ur-my-lg-5{margin-top:20px!important}.ur-mr-lg-5,.ur-mx-lg-5{margin-right:20px!important}.ur-mb-lg-5,.ur-my-lg-5{margin-bottom:20px!important}.ur-ml-lg-5,.ur-mx-lg-5{margin-left:20px!important}.ur-m-lg-6{margin:24px!important}.ur-mt-lg-6,.ur-my-lg-6{margin-top:24px!important}.ur-mr-lg-6,.ur-mx-lg-6{margin-right:24px!important}.ur-mb-lg-6,.ur-my-lg-6{margin-bottom:24px!important}.ur-ml-lg-6,.ur-mx-lg-6{margin-left:24px!important}.ur-m-lg-7{margin:28px!important}.ur-mt-lg-7,.ur-my-lg-7{margin-top:28px!important}.ur-mr-lg-7,.ur-mx-lg-7{margin-right:28px!important}.ur-mb-lg-7,.ur-my-lg-7{margin-bottom:28px!important}.ur-ml-lg-7,.ur-mx-lg-7{margin-left:28px!important}.ur-m-lg-8{margin:32px!important}.ur-mt-lg-8,.ur-my-lg-8{margin-top:32px!important}.ur-mr-lg-8,.ur-mx-lg-8{margin-right:32px!important}.ur-mb-lg-8,.ur-my-lg-8{margin-bottom:32px!important}.ur-ml-lg-8,.ur-mx-lg-8{margin-left:32px!important}.ur-p-lg-0{padding:0!important}.ur-pt-lg-0,.ur-py-lg-0{padding-top:0!important}.ur-pr-lg-0,.ur-px-lg-0{padding-right:0!important}.ur-pb-lg-0,.ur-py-lg-0{padding-bottom:0!important}.ur-pl-lg-0,.ur-px-lg-0{padding-left:0!important}.ur-p-lg-1{padding:4px!important}.ur-pt-lg-1,.ur-py-lg-1{padding-top:4px!important}.ur-pr-lg-1,.ur-px-lg-1{padding-right:4px!important}.ur-pb-lg-1,.ur-py-lg-1{padding-bottom:4px!important}.ur-pl-lg-1,.ur-px-lg-1{padding-left:4px!important}.ur-p-lg-2{padding:8px!important}.ur-pt-lg-2,.ur-py-lg-2{padding-top:8px!important}.ur-pr-lg-2,.ur-px-lg-2{padding-right:8px!important}.ur-pb-lg-2,.ur-py-lg-2{padding-bottom:8px!important}.ur-pl-lg-2,.ur-px-lg-2{padding-left:8px!important}.ur-p-lg-3{padding:12px!important}.ur-pt-lg-3,.ur-py-lg-3{padding-top:12px!important}.ur-pr-lg-3,.ur-px-lg-3{padding-right:12px!important}.ur-pb-lg-3,.ur-py-lg-3{padding-bottom:12px!important}.ur-pl-lg-3,.ur-px-lg-3{padding-left:12px!important}.ur-p-lg-4{padding:16px!important}.ur-pt-lg-4,.ur-py-lg-4{padding-top:16px!important}.ur-pr-lg-4,.ur-px-lg-4{padding-right:16px!important}.ur-pb-lg-4,.ur-py-lg-4{padding-bottom:16px!important}.ur-pl-lg-4,.ur-px-lg-4{padding-left:16px!important}.ur-p-lg-5{padding:20px!important}.ur-pt-lg-5,.ur-py-lg-5{padding-top:20px!important}.ur-pr-lg-5,.ur-px-lg-5{padding-right:20px!important}.ur-pb-lg-5,.ur-py-lg-5{padding-bottom:20px!important}.ur-pl-lg-5,.ur-px-lg-5{padding-left:20px!important}.ur-p-lg-6{padding:24px!important}.ur-pt-lg-6,.ur-py-lg-6{padding-top:24px!important}.ur-pr-lg-6,.ur-px-lg-6{padding-right:24px!important}.ur-pb-lg-6,.ur-py-lg-6{padding-bottom:24px!important}.ur-pl-lg-6,.ur-px-lg-6{padding-left:24px!important}.ur-p-lg-7{padding:28px!important}.ur-pt-lg-7,.ur-py-lg-7{padding-top:28px!important}.ur-pr-lg-7,.ur-px-lg-7{padding-right:28px!important}.ur-pb-lg-7,.ur-py-lg-7{padding-bottom:28px!important}.ur-pl-lg-7,.ur-px-lg-7{padding-left:28px!important}.ur-p-lg-8{padding:32px!important}.ur-pt-lg-8,.ur-py-lg-8{padding-top:32px!important}.ur-pr-lg-8,.ur-px-lg-8{padding-right:32px!important}.ur-pb-lg-8,.ur-py-lg-8{padding-bottom:32px!important}.ur-pl-lg-8,.ur-px-lg-8{padding-left:32px!important}.ur-m-lg-n1{margin:-4px!important}.ur-mt-lg-n1,.ur-my-lg-n1{margin-top:-4px!important}.ur-mr-lg-n1,.ur-mx-lg-n1{margin-right:-4px!important}.ur-mb-lg-n1,.ur-my-lg-n1{margin-bottom:-4px!important}.ur-ml-lg-n1,.ur-mx-lg-n1{margin-left:-4px!important}.ur-m-lg-n2{margin:-8px!important}.ur-mt-lg-n2,.ur-my-lg-n2{margin-top:-8px!important}.ur-mr-lg-n2,.ur-mx-lg-n2{margin-right:-8px!important}.ur-mb-lg-n2,.ur-my-lg-n2{margin-bottom:-8px!important}.ur-ml-lg-n2,.ur-mx-lg-n2{margin-left:-8px!important}.ur-m-lg-n3{margin:-12px!important}.ur-mt-lg-n3,.ur-my-lg-n3{margin-top:-12px!important}.ur-mr-lg-n3,.ur-mx-lg-n3{margin-right:-12px!important}.ur-mb-lg-n3,.ur-my-lg-n3{margin-bottom:-12px!important}.ur-ml-lg-n3,.ur-mx-lg-n3{margin-left:-12px!important}.ur-m-lg-n4{margin:-16px!important}.ur-mt-lg-n4,.ur-my-lg-n4{margin-top:-16px!important}.ur-mr-lg-n4,.ur-mx-lg-n4{margin-right:-16px!important}.ur-mb-lg-n4,.ur-my-lg-n4{margin-bottom:-16px!important}.ur-ml-lg-n4,.ur-mx-lg-n4{margin-left:-16px!important}.ur-m-lg-n5{margin:-20px!important}.ur-mt-lg-n5,.ur-my-lg-n5{margin-top:-20px!important}.ur-mr-lg-n5,.ur-mx-lg-n5{margin-right:-20px!important}.ur-mb-lg-n5,.ur-my-lg-n5{margin-bottom:-20px!important}.ur-ml-lg-n5,.ur-mx-lg-n5{margin-left:-20px!important}.ur-m-lg-n6{margin:-24px!important}.ur-mt-lg-n6,.ur-my-lg-n6{margin-top:-24px!important}.ur-mr-lg-n6,.ur-mx-lg-n6{margin-right:-24px!important}.ur-mb-lg-n6,.ur-my-lg-n6{margin-bottom:-24px!important}.ur-ml-lg-n6,.ur-mx-lg-n6{margin-left:-24px!important}.ur-m-lg-n7{margin:-28px!important}.ur-mt-lg-n7,.ur-my-lg-n7{margin-top:-28px!important}.ur-mr-lg-n7,.ur-mx-lg-n7{margin-right:-28px!important}.ur-mb-lg-n7,.ur-my-lg-n7{margin-bottom:-28px!important}.ur-ml-lg-n7,.ur-mx-lg-n7{margin-left:-28px!important}.ur-m-lg-n8{margin:-32px!important}.ur-mt-lg-n8,.ur-my-lg-n8{margin-top:-32px!important}.ur-mr-lg-n8,.ur-mx-lg-n8{margin-right:-32px!important}.ur-mb-lg-n8,.ur-my-lg-n8{margin-bottom:-32px!important}.ur-ml-lg-n8,.ur-mx-lg-n8{margin-left:-32px!important}.ur-m-lg-auto{margin:auto!important}.ur-mt-lg-auto,.ur-my-lg-auto{margin-top:auto!important}.ur-mr-lg-auto,.ur-mx-lg-auto{margin-right:auto!important}.ur-mb-lg-auto,.ur-my-lg-auto{margin-bottom:auto!important}.ur-ml-lg-auto,.ur-mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.ur-m-xl-0{margin:0!important}.ur-mt-xl-0,.ur-my-xl-0{margin-top:0!important}.ur-mr-xl-0,.ur-mx-xl-0{margin-right:0!important}.ur-mb-xl-0,.ur-my-xl-0{margin-bottom:0!important}.ur-ml-xl-0,.ur-mx-xl-0{margin-left:0!important}.ur-m-xl-1{margin:4px!important}.ur-mt-xl-1,.ur-my-xl-1{margin-top:4px!important}.ur-mr-xl-1,.ur-mx-xl-1{margin-right:4px!important}.ur-mb-xl-1,.ur-my-xl-1{margin-bottom:4px!important}.ur-ml-xl-1,.ur-mx-xl-1{margin-left:4px!important}.ur-m-xl-2{margin:8px!important}.ur-mt-xl-2,.ur-my-xl-2{margin-top:8px!important}.ur-mr-xl-2,.ur-mx-xl-2{margin-right:8px!important}.ur-mb-xl-2,.ur-my-xl-2{margin-bottom:8px!important}.ur-ml-xl-2,.ur-mx-xl-2{margin-left:8px!important}.ur-m-xl-3{margin:12px!important}.ur-mt-xl-3,.ur-my-xl-3{margin-top:12px!important}.ur-mr-xl-3,.ur-mx-xl-3{margin-right:12px!important}.ur-mb-xl-3,.ur-my-xl-3{margin-bottom:12px!important}.ur-ml-xl-3,.ur-mx-xl-3{margin-left:12px!important}.ur-m-xl-4{margin:16px!important}.ur-mt-xl-4,.ur-my-xl-4{margin-top:16px!important}.ur-mr-xl-4,.ur-mx-xl-4{margin-right:16px!important}.ur-mb-xl-4,.ur-my-xl-4{margin-bottom:16px!important}.ur-ml-xl-4,.ur-mx-xl-4{margin-left:16px!important}.ur-m-xl-5{margin:20px!important}.ur-mt-xl-5,.ur-my-xl-5{margin-top:20px!important}.ur-mr-xl-5,.ur-mx-xl-5{margin-right:20px!important}.ur-mb-xl-5,.ur-my-xl-5{margin-bottom:20px!important}.ur-ml-xl-5,.ur-mx-xl-5{margin-left:20px!important}.ur-m-xl-6{margin:24px!important}.ur-mt-xl-6,.ur-my-xl-6{margin-top:24px!important}.ur-mr-xl-6,.ur-mx-xl-6{margin-right:24px!important}.ur-mb-xl-6,.ur-my-xl-6{margin-bottom:24px!important}.ur-ml-xl-6,.ur-mx-xl-6{margin-left:24px!important}.ur-m-xl-7{margin:28px!important}.ur-mt-xl-7,.ur-my-xl-7{margin-top:28px!important}.ur-mr-xl-7,.ur-mx-xl-7{margin-right:28px!important}.ur-mb-xl-7,.ur-my-xl-7{margin-bottom:28px!important}.ur-ml-xl-7,.ur-mx-xl-7{margin-left:28px!important}.ur-m-xl-8{margin:32px!important}.ur-mt-xl-8,.ur-my-xl-8{margin-top:32px!important}.ur-mr-xl-8,.ur-mx-xl-8{margin-right:32px!important}.ur-mb-xl-8,.ur-my-xl-8{margin-bottom:32px!important}.ur-ml-xl-8,.ur-mx-xl-8{margin-left:32px!important}.ur-p-xl-0{padding:0!important}.ur-pt-xl-0,.ur-py-xl-0{padding-top:0!important}.ur-pr-xl-0,.ur-px-xl-0{padding-right:0!important}.ur-pb-xl-0,.ur-py-xl-0{padding-bottom:0!important}.ur-pl-xl-0,.ur-px-xl-0{padding-left:0!important}.ur-p-xl-1{padding:4px!important}.ur-pt-xl-1,.ur-py-xl-1{padding-top:4px!important}.ur-pr-xl-1,.ur-px-xl-1{padding-right:4px!important}.ur-pb-xl-1,.ur-py-xl-1{padding-bottom:4px!important}.ur-pl-xl-1,.ur-px-xl-1{padding-left:4px!important}.ur-p-xl-2{padding:8px!important}.ur-pt-xl-2,.ur-py-xl-2{padding-top:8px!important}.ur-pr-xl-2,.ur-px-xl-2{padding-right:8px!important}.ur-pb-xl-2,.ur-py-xl-2{padding-bottom:8px!important}.ur-pl-xl-2,.ur-px-xl-2{padding-left:8px!important}.ur-p-xl-3{padding:12px!important}.ur-pt-xl-3,.ur-py-xl-3{padding-top:12px!important}.ur-pr-xl-3,.ur-px-xl-3{padding-right:12px!important}.ur-pb-xl-3,.ur-py-xl-3{padding-bottom:12px!important}.ur-pl-xl-3,.ur-px-xl-3{padding-left:12px!important}.ur-p-xl-4{padding:16px!important}.ur-pt-xl-4,.ur-py-xl-4{padding-top:16px!important}.ur-pr-xl-4,.ur-px-xl-4{padding-right:16px!important}.ur-pb-xl-4,.ur-py-xl-4{padding-bottom:16px!important}.ur-pl-xl-4,.ur-px-xl-4{padding-left:16px!important}.ur-p-xl-5{padding:20px!important}.ur-pt-xl-5,.ur-py-xl-5{padding-top:20px!important}.ur-pr-xl-5,.ur-px-xl-5{padding-right:20px!important}.ur-pb-xl-5,.ur-py-xl-5{padding-bottom:20px!important}.ur-pl-xl-5,.ur-px-xl-5{padding-left:20px!important}.ur-p-xl-6{padding:24px!important}.ur-pt-xl-6,.ur-py-xl-6{padding-top:24px!important}.ur-pr-xl-6,.ur-px-xl-6{padding-right:24px!important}.ur-pb-xl-6,.ur-py-xl-6{padding-bottom:24px!important}.ur-pl-xl-6,.ur-px-xl-6{padding-left:24px!important}.ur-p-xl-7{padding:28px!important}.ur-pt-xl-7,.ur-py-xl-7{padding-top:28px!important}.ur-pr-xl-7,.ur-px-xl-7{padding-right:28px!important}.ur-pb-xl-7,.ur-py-xl-7{padding-bottom:28px!important}.ur-pl-xl-7,.ur-px-xl-7{padding-left:28px!important}.ur-p-xl-8{padding:32px!important}.ur-pt-xl-8,.ur-py-xl-8{padding-top:32px!important}.ur-pr-xl-8,.ur-px-xl-8{padding-right:32px!important}.ur-pb-xl-8,.ur-py-xl-8{padding-bottom:32px!important}.ur-pl-xl-8,.ur-px-xl-8{padding-left:32px!important}.ur-m-xl-n1{margin:-4px!important}.ur-mt-xl-n1,.ur-my-xl-n1{margin-top:-4px!important}.ur-mr-xl-n1,.ur-mx-xl-n1{margin-right:-4px!important}.ur-mb-xl-n1,.ur-my-xl-n1{margin-bottom:-4px!important}.ur-ml-xl-n1,.ur-mx-xl-n1{margin-left:-4px!important}.ur-m-xl-n2{margin:-8px!important}.ur-mt-xl-n2,.ur-my-xl-n2{margin-top:-8px!important}.ur-mr-xl-n2,.ur-mx-xl-n2{margin-right:-8px!important}.ur-mb-xl-n2,.ur-my-xl-n2{margin-bottom:-8px!important}.ur-ml-xl-n2,.ur-mx-xl-n2{margin-left:-8px!important}.ur-m-xl-n3{margin:-12px!important}.ur-mt-xl-n3,.ur-my-xl-n3{margin-top:-12px!important}.ur-mr-xl-n3,.ur-mx-xl-n3{margin-right:-12px!important}.ur-mb-xl-n3,.ur-my-xl-n3{margin-bottom:-12px!important}.ur-ml-xl-n3,.ur-mx-xl-n3{margin-left:-12px!important}.ur-m-xl-n4{margin:-16px!important}.ur-mt-xl-n4,.ur-my-xl-n4{margin-top:-16px!important}.ur-mr-xl-n4,.ur-mx-xl-n4{margin-right:-16px!important}.ur-mb-xl-n4,.ur-my-xl-n4{margin-bottom:-16px!important}.ur-ml-xl-n4,.ur-mx-xl-n4{margin-left:-16px!important}.ur-m-xl-n5{margin:-20px!important}.ur-mt-xl-n5,.ur-my-xl-n5{margin-top:-20px!important}.ur-mr-xl-n5,.ur-mx-xl-n5{margin-right:-20px!important}.ur-mb-xl-n5,.ur-my-xl-n5{margin-bottom:-20px!important}.ur-ml-xl-n5,.ur-mx-xl-n5{margin-left:-20px!important}.ur-m-xl-n6{margin:-24px!important}.ur-mt-xl-n6,.ur-my-xl-n6{margin-top:-24px!important}.ur-mr-xl-n6,.ur-mx-xl-n6{margin-right:-24px!important}.ur-mb-xl-n6,.ur-my-xl-n6{margin-bottom:-24px!important}.ur-ml-xl-n6,.ur-mx-xl-n6{margin-left:-24px!important}.ur-m-xl-n7{margin:-28px!important}.ur-mt-xl-n7,.ur-my-xl-n7{margin-top:-28px!important}.ur-mr-xl-n7,.ur-mx-xl-n7{margin-right:-28px!important}.ur-mb-xl-n7,.ur-my-xl-n7{margin-bottom:-28px!important}.ur-ml-xl-n7,.ur-mx-xl-n7{margin-left:-28px!important}.ur-m-xl-n8{margin:-32px!important}.ur-mt-xl-n8,.ur-my-xl-n8{margin-top:-32px!important}.ur-mr-xl-n8,.ur-mx-xl-n8{margin-right:-32px!important}.ur-mb-xl-n8,.ur-my-xl-n8{margin-bottom:-32px!important}.ur-ml-xl-n8,.ur-mx-xl-n8{margin-left:-32px!important}.ur-m-xl-auto{margin:auto!important}.ur-mt-xl-auto,.ur-my-xl-auto{margin-top:auto!important}.ur-mr-xl-auto,.ur-mx-xl-auto{margin-right:auto!important}.ur-mb-xl-auto,.ur-my-xl-auto{margin-bottom:auto!important}.ur-ml-xl-auto,.ur-mx-xl-auto{margin-left:auto!important}}@media (min-width:1400px){.ur-m-xxl-0{margin:0!important}.ur-mt-xxl-0,.ur-my-xxl-0{margin-top:0!important}.ur-mr-xxl-0,.ur-mx-xxl-0{margin-right:0!important}.ur-mb-xxl-0,.ur-my-xxl-0{margin-bottom:0!important}.ur-ml-xxl-0,.ur-mx-xxl-0{margin-left:0!important}.ur-m-xxl-1{margin:4px!important}.ur-mt-xxl-1,.ur-my-xxl-1{margin-top:4px!important}.ur-mr-xxl-1,.ur-mx-xxl-1{margin-right:4px!important}.ur-mb-xxl-1,.ur-my-xxl-1{margin-bottom:4px!important}.ur-ml-xxl-1,.ur-mx-xxl-1{margin-left:4px!important}.ur-m-xxl-2{margin:8px!important}.ur-mt-xxl-2,.ur-my-xxl-2{margin-top:8px!important}.ur-mr-xxl-2,.ur-mx-xxl-2{margin-right:8px!important}.ur-mb-xxl-2,.ur-my-xxl-2{margin-bottom:8px!important}.ur-ml-xxl-2,.ur-mx-xxl-2{margin-left:8px!important}.ur-m-xxl-3{margin:12px!important}.ur-mt-xxl-3,.ur-my-xxl-3{margin-top:12px!important}.ur-mr-xxl-3,.ur-mx-xxl-3{margin-right:12px!important}.ur-mb-xxl-3,.ur-my-xxl-3{margin-bottom:12px!important}.ur-ml-xxl-3,.ur-mx-xxl-3{margin-left:12px!important}.ur-m-xxl-4{margin:16px!important}.ur-mt-xxl-4,.ur-my-xxl-4{margin-top:16px!important}.ur-mr-xxl-4,.ur-mx-xxl-4{margin-right:16px!important}.ur-mb-xxl-4,.ur-my-xxl-4{margin-bottom:16px!important}.ur-ml-xxl-4,.ur-mx-xxl-4{margin-left:16px!important}.ur-m-xxl-5{margin:20px!important}.ur-mt-xxl-5,.ur-my-xxl-5{margin-top:20px!important}.ur-mr-xxl-5,.ur-mx-xxl-5{margin-right:20px!important}.ur-mb-xxl-5,.ur-my-xxl-5{margin-bottom:20px!important}.ur-ml-xxl-5,.ur-mx-xxl-5{margin-left:20px!important}.ur-m-xxl-6{margin:24px!important}.ur-mt-xxl-6,.ur-my-xxl-6{margin-top:24px!important}.ur-mr-xxl-6,.ur-mx-xxl-6{margin-right:24px!important}.ur-mb-xxl-6,.ur-my-xxl-6{margin-bottom:24px!important}.ur-ml-xxl-6,.ur-mx-xxl-6{margin-left:24px!important}.ur-m-xxl-7{margin:28px!important}.ur-mt-xxl-7,.ur-my-xxl-7{margin-top:28px!important}.ur-mr-xxl-7,.ur-mx-xxl-7{margin-right:28px!important}.ur-mb-xxl-7,.ur-my-xxl-7{margin-bottom:28px!important}.ur-ml-xxl-7,.ur-mx-xxl-7{margin-left:28px!important}.ur-m-xxl-8{margin:32px!important}.ur-mt-xxl-8,.ur-my-xxl-8{margin-top:32px!important}.ur-mr-xxl-8,.ur-mx-xxl-8{margin-right:32px!important}.ur-mb-xxl-8,.ur-my-xxl-8{margin-bottom:32px!important}.ur-ml-xxl-8,.ur-mx-xxl-8{margin-left:32px!important}.ur-p-xxl-0{padding:0!important}.ur-pt-xxl-0,.ur-py-xxl-0{padding-top:0!important}.ur-pr-xxl-0,.ur-px-xxl-0{padding-right:0!important}.ur-pb-xxl-0,.ur-py-xxl-0{padding-bottom:0!important}.ur-pl-xxl-0,.ur-px-xxl-0{padding-left:0!important}.ur-p-xxl-1{padding:4px!important}.ur-pt-xxl-1,.ur-py-xxl-1{padding-top:4px!important}.ur-pr-xxl-1,.ur-px-xxl-1{padding-right:4px!important}.ur-pb-xxl-1,.ur-py-xxl-1{padding-bottom:4px!important}.ur-pl-xxl-1,.ur-px-xxl-1{padding-left:4px!important}.ur-p-xxl-2{padding:8px!important}.ur-pt-xxl-2,.ur-py-xxl-2{padding-top:8px!important}.ur-pr-xxl-2,.ur-px-xxl-2{padding-right:8px!important}.ur-pb-xxl-2,.ur-py-xxl-2{padding-bottom:8px!important}.ur-pl-xxl-2,.ur-px-xxl-2{padding-left:8px!important}.ur-p-xxl-3{padding:12px!important}.ur-pt-xxl-3,.ur-py-xxl-3{padding-top:12px!important}.ur-pr-xxl-3,.ur-px-xxl-3{padding-right:12px!important}.ur-pb-xxl-3,.ur-py-xxl-3{padding-bottom:12px!important}.ur-pl-xxl-3,.ur-px-xxl-3{padding-left:12px!important}.ur-p-xxl-4{padding:16px!important}.ur-pt-xxl-4,.ur-py-xxl-4{padding-top:16px!important}.ur-pr-xxl-4,.ur-px-xxl-4{padding-right:16px!important}.ur-pb-xxl-4,.ur-py-xxl-4{padding-bottom:16px!important}.ur-pl-xxl-4,.ur-px-xxl-4{padding-left:16px!important}.ur-p-xxl-5{padding:20px!important}.ur-pt-xxl-5,.ur-py-xxl-5{padding-top:20px!important}.ur-pr-xxl-5,.ur-px-xxl-5{padding-right:20px!important}.ur-pb-xxl-5,.ur-py-xxl-5{padding-bottom:20px!important}.ur-pl-xxl-5,.ur-px-xxl-5{padding-left:20px!important}.ur-p-xxl-6{padding:24px!important}.ur-pt-xxl-6,.ur-py-xxl-6{padding-top:24px!important}.ur-pr-xxl-6,.ur-px-xxl-6{padding-right:24px!important}.ur-pb-xxl-6,.ur-py-xxl-6{padding-bottom:24px!important}.ur-pl-xxl-6,.ur-px-xxl-6{padding-left:24px!important}.ur-p-xxl-7{padding:28px!important}.ur-pt-xxl-7,.ur-py-xxl-7{padding-top:28px!important}.ur-pr-xxl-7,.ur-px-xxl-7{padding-right:28px!important}.ur-pb-xxl-7,.ur-py-xxl-7{padding-bottom:28px!important}.ur-pl-xxl-7,.ur-px-xxl-7{padding-left:28px!important}.ur-p-xxl-8{padding:32px!important}.ur-pt-xxl-8,.ur-py-xxl-8{padding-top:32px!important}.ur-pr-xxl-8,.ur-px-xxl-8{padding-right:32px!important}.ur-pb-xxl-8,.ur-py-xxl-8{padding-bottom:32px!important}.ur-pl-xxl-8,.ur-px-xxl-8{padding-left:32px!important}.ur-m-xxl-n1{margin:-4px!important}.ur-mt-xxl-n1,.ur-my-xxl-n1{margin-top:-4px!important}.ur-mr-xxl-n1,.ur-mx-xxl-n1{margin-right:-4px!important}.ur-mb-xxl-n1,.ur-my-xxl-n1{margin-bottom:-4px!important}.ur-ml-xxl-n1,.ur-mx-xxl-n1{margin-left:-4px!important}.ur-m-xxl-n2{margin:-8px!important}.ur-mt-xxl-n2,.ur-my-xxl-n2{margin-top:-8px!important}.ur-mr-xxl-n2,.ur-mx-xxl-n2{margin-right:-8px!important}.ur-mb-xxl-n2,.ur-my-xxl-n2{margin-bottom:-8px!important}.ur-ml-xxl-n2,.ur-mx-xxl-n2{margin-left:-8px!important}.ur-m-xxl-n3{margin:-12px!important}.ur-mt-xxl-n3,.ur-my-xxl-n3{margin-top:-12px!important}.ur-mr-xxl-n3,.ur-mx-xxl-n3{margin-right:-12px!important}.ur-mb-xxl-n3,.ur-my-xxl-n3{margin-bottom:-12px!important}.ur-ml-xxl-n3,.ur-mx-xxl-n3{margin-left:-12px!important}.ur-m-xxl-n4{margin:-16px!important}.ur-mt-xxl-n4,.ur-my-xxl-n4{margin-top:-16px!important}.ur-mr-xxl-n4,.ur-mx-xxl-n4{margin-right:-16px!important}.ur-mb-xxl-n4,.ur-my-xxl-n4{margin-bottom:-16px!important}.ur-ml-xxl-n4,.ur-mx-xxl-n4{margin-left:-16px!important}.ur-m-xxl-n5{margin:-20px!important}.ur-mt-xxl-n5,.ur-my-xxl-n5{margin-top:-20px!important}.ur-mr-xxl-n5,.ur-mx-xxl-n5{margin-right:-20px!important}.ur-mb-xxl-n5,.ur-my-xxl-n5{margin-bottom:-20px!important}.ur-ml-xxl-n5,.ur-mx-xxl-n5{margin-left:-20px!important}.ur-m-xxl-n6{margin:-24px!important}.ur-mt-xxl-n6,.ur-my-xxl-n6{margin-top:-24px!important}.ur-mr-xxl-n6,.ur-mx-xxl-n6{margin-right:-24px!important}.ur-mb-xxl-n6,.ur-my-xxl-n6{margin-bottom:-24px!important}.ur-ml-xxl-n6,.ur-mx-xxl-n6{margin-left:-24px!important}.ur-m-xxl-n7{margin:-28px!important}.ur-mt-xxl-n7,.ur-my-xxl-n7{margin-top:-28px!important}.ur-mr-xxl-n7,.ur-mx-xxl-n7{margin-right:-28px!important}.ur-mb-xxl-n7,.ur-my-xxl-n7{margin-bottom:-28px!important}.ur-ml-xxl-n7,.ur-mx-xxl-n7{margin-left:-28px!important}.ur-m-xxl-n8{margin:-32px!important}.ur-mt-xxl-n8,.ur-my-xxl-n8{margin-top:-32px!important}.ur-mr-xxl-n8,.ur-mx-xxl-n8{margin-right:-32px!important}.ur-mb-xxl-n8,.ur-my-xxl-n8{margin-bottom:-32px!important}.ur-ml-xxl-n8,.ur-mx-xxl-n8{margin-left:-32px!important}.ur-m-xxl-auto{margin:auto!important}.ur-mt-xxl-auto,.ur-my-xxl-auto{margin-top:auto!important}.ur-mr-xxl-auto,.ur-mx-xxl-auto{margin-right:auto!important}.ur-mb-xxl-auto,.ur-my-xxl-auto{margin-bottom:auto!important}.ur-ml-xxl-auto,.ur-mx-xxl-auto{margin-left:auto!important}}.ur-container,.ur-container-full,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}.ur-container *,.ur-container ::after,.ur-container ::before,.ur-container-full *,.ur-container-full ::after,.ur-container-full ::before,.ur-container-lg *,.ur-container-lg ::after,.ur-container-lg ::before,.ur-container-md *,.ur-container-md ::after,.ur-container-md ::before,.ur-container-sm *,.ur-container-sm ::after,.ur-container-sm ::before,.ur-container-xl *,.ur-container-xl ::after,.ur-container-xl ::before,.ur-container-xxl *,.ur-container-xxl ::after,.ur-container-xxl ::before{box-sizing:border-box}@media (min-width:576px){.ur-container,.ur-container-sm{max-width:540px}}@media (min-width:768px){.ur-container,.ur-container-md,.ur-container-sm{max-width:720px}}@media (min-width:992px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm{max-width:960px}}@media (min-width:1200px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl{max-width:1140px}}@media (min-width:1400px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{max-width:1320px}}.ur-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.ur-col,.ur-col-1,.ur-col-10,.ur-col-11,.ur-col-12,.ur-col-2,.ur-col-3,.ur-col-4,.ur-col-5,.ur-col-6,.ur-col-7,.ur-col-8,.ur-col-9,.ur-col-auto,.ur-col-lg,.ur-col-lg-1,.ur-col-lg-10,.ur-col-lg-11,.ur-col-lg-12,.ur-col-lg-2,.ur-col-lg-3,.ur-col-lg-4,.ur-col-lg-5,.ur-col-lg-6,.ur-col-lg-7,.ur-col-lg-8,.ur-col-lg-9,.ur-col-lg-auto,.ur-col-md,.ur-col-md-1,.ur-col-md-10,.ur-col-md-11,.ur-col-md-12,.ur-col-md-2,.ur-col-md-3,.ur-col-md-4,.ur-col-md-5,.ur-col-md-6,.ur-col-md-7,.ur-col-md-8,.ur-col-md-9,.ur-col-md-auto,.ur-col-sm,.ur-col-sm-1,.ur-col-sm-10,.ur-col-sm-11,.ur-col-sm-12,.ur-col-sm-2,.ur-col-sm-3,.ur-col-sm-4,.ur-col-sm-5,.ur-col-sm-6,.ur-col-sm-7,.ur-col-sm-8,.ur-col-sm-9,.ur-col-sm-auto,.ur-col-xl,.ur-col-xl-1,.ur-col-xl-10,.ur-col-xl-11,.ur-col-xl-12,.ur-col-xl-2,.ur-col-xl-3,.ur-col-xl-4,.ur-col-xl-5,.ur-col-xl-6,.ur-col-xl-7,.ur-col-xl-8,.ur-col-xl-9,.ur-col-xl-auto,.ur-col-xxl,.ur-col-xxl-1,.ur-col-xxl-10,.ur-col-xxl-11,.ur-col-xxl-12,.ur-col-xxl-2,.ur-col-xxl-3,.ur-col-xxl-4,.ur-col-xxl-5,.ur-col-xxl-6,.ur-col-xxl-7,.ur-col-xxl-8,.ur-col-xxl-9,.ur-col-xxl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.ur-col{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-1{margin-left:8.3333333333%}.ur-offset-2{margin-left:16.6666666667%}.ur-offset-3{margin-left:25%}.ur-offset-4{margin-left:33.3333333333%}.ur-offset-5{margin-left:41.6666666667%}.ur-offset-6{margin-left:50%}.ur-offset-7{margin-left:58.3333333333%}.ur-offset-8{margin-left:66.6666666667%}.ur-offset-9{margin-left:75%}.ur-offset-10{margin-left:83.3333333333%}.ur-offset-11{margin-left:91.6666666667%}.ur-g-0,.ur-gx-0{--bs-gutter-x:0}.ur-g-0,.ur-gy-0{--bs-gutter-y:0}.ur-g-1,.ur-gx-1{--bs-gutter-x:4px}.ur-g-1,.ur-gy-1{--bs-gutter-y:4px}.ur-g-2,.ur-gx-2{--bs-gutter-x:8px}.ur-g-2,.ur-gy-2{--bs-gutter-y:8px}.ur-g-3,.ur-gx-3{--bs-gutter-x:12px}.ur-g-3,.ur-gy-3{--bs-gutter-y:12px}.ur-g-4,.ur-gx-4{--bs-gutter-x:16px}.ur-g-4,.ur-gy-4{--bs-gutter-y:16px}.ur-g-5,.ur-gx-5{--bs-gutter-x:20px}.ur-g-5,.ur-gy-5{--bs-gutter-y:20px}.ur-g-6,.ur-gx-6{--bs-gutter-x:24px}.ur-g-6,.ur-gy-6{--bs-gutter-y:24px}.ur-g-7,.ur-gx-7{--bs-gutter-x:28px}.ur-g-7,.ur-gy-7{--bs-gutter-y:28px}.ur-g-8,.ur-gx-8{--bs-gutter-x:32px}.ur-g-8,.ur-gy-8{--bs-gutter-y:32px}@media (min-width:576px){.ur-col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-sm-0{margin-left:0}.ur-offset-sm-1{margin-left:8.3333333333%}.ur-offset-sm-2{margin-left:16.6666666667%}.ur-offset-sm-3{margin-left:25%}.ur-offset-sm-4{margin-left:33.3333333333%}.ur-offset-sm-5{margin-left:41.6666666667%}.ur-offset-sm-6{margin-left:50%}.ur-offset-sm-7{margin-left:58.3333333333%}.ur-offset-sm-8{margin-left:66.6666666667%}.ur-offset-sm-9{margin-left:75%}.ur-offset-sm-10{margin-left:83.3333333333%}.ur-offset-sm-11{margin-left:91.6666666667%}.ur-g-sm-0,.ur-gx-sm-0{--bs-gutter-x:0}.ur-g-sm-0,.ur-gy-sm-0{--bs-gutter-y:0}.ur-g-sm-1,.ur-gx-sm-1{--bs-gutter-x:4px}.ur-g-sm-1,.ur-gy-sm-1{--bs-gutter-y:4px}.ur-g-sm-2,.ur-gx-sm-2{--bs-gutter-x:8px}.ur-g-sm-2,.ur-gy-sm-2{--bs-gutter-y:8px}.ur-g-sm-3,.ur-gx-sm-3{--bs-gutter-x:12px}.ur-g-sm-3,.ur-gy-sm-3{--bs-gutter-y:12px}.ur-g-sm-4,.ur-gx-sm-4{--bs-gutter-x:16px}.ur-g-sm-4,.ur-gy-sm-4{--bs-gutter-y:16px}.ur-g-sm-5,.ur-gx-sm-5{--bs-gutter-x:20px}.ur-g-sm-5,.ur-gy-sm-5{--bs-gutter-y:20px}.ur-g-sm-6,.ur-gx-sm-6{--bs-gutter-x:24px}.ur-g-sm-6,.ur-gy-sm-6{--bs-gutter-y:24px}.ur-g-sm-7,.ur-gx-sm-7{--bs-gutter-x:28px}.ur-g-sm-7,.ur-gy-sm-7{--bs-gutter-y:28px}.ur-g-sm-8,.ur-gx-sm-8{--bs-gutter-x:32px}.ur-g-sm-8,.ur-gy-sm-8{--bs-gutter-y:32px}}@media (min-width:768px){.ur-col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-md-0{margin-left:0}.ur-offset-md-1{margin-left:8.3333333333%}.ur-offset-md-2{margin-left:16.6666666667%}.ur-offset-md-3{margin-left:25%}.ur-offset-md-4{margin-left:33.3333333333%}.ur-offset-md-5{margin-left:41.6666666667%}.ur-offset-md-6{margin-left:50%}.ur-offset-md-7{margin-left:58.3333333333%}.ur-offset-md-8{margin-left:66.6666666667%}.ur-offset-md-9{margin-left:75%}.ur-offset-md-10{margin-left:83.3333333333%}.ur-offset-md-11{margin-left:91.6666666667%}.ur-g-md-0,.ur-gx-md-0{--bs-gutter-x:0}.ur-g-md-0,.ur-gy-md-0{--bs-gutter-y:0}.ur-g-md-1,.ur-gx-md-1{--bs-gutter-x:4px}.ur-g-md-1,.ur-gy-md-1{--bs-gutter-y:4px}.ur-g-md-2,.ur-gx-md-2{--bs-gutter-x:8px}.ur-g-md-2,.ur-gy-md-2{--bs-gutter-y:8px}.ur-g-md-3,.ur-gx-md-3{--bs-gutter-x:12px}.ur-g-md-3,.ur-gy-md-3{--bs-gutter-y:12px}.ur-g-md-4,.ur-gx-md-4{--bs-gutter-x:16px}.ur-g-md-4,.ur-gy-md-4{--bs-gutter-y:16px}.ur-g-md-5,.ur-gx-md-5{--bs-gutter-x:20px}.ur-g-md-5,.ur-gy-md-5{--bs-gutter-y:20px}.ur-g-md-6,.ur-gx-md-6{--bs-gutter-x:24px}.ur-g-md-6,.ur-gy-md-6{--bs-gutter-y:24px}.ur-g-md-7,.ur-gx-md-7{--bs-gutter-x:28px}.ur-g-md-7,.ur-gy-md-7{--bs-gutter-y:28px}.ur-g-md-8,.ur-gx-md-8{--bs-gutter-x:32px}.ur-g-md-8,.ur-gy-md-8{--bs-gutter-y:32px}}@media (min-width:992px){.ur-col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-lg-0{margin-left:0}.ur-offset-lg-1{margin-left:8.3333333333%}.ur-offset-lg-2{margin-left:16.6666666667%}.ur-offset-lg-3{margin-left:25%}.ur-offset-lg-4{margin-left:33.3333333333%}.ur-offset-lg-5{margin-left:41.6666666667%}.ur-offset-lg-6{margin-left:50%}.ur-offset-lg-7{margin-left:58.3333333333%}.ur-offset-lg-8{margin-left:66.6666666667%}.ur-offset-lg-9{margin-left:75%}.ur-offset-lg-10{margin-left:83.3333333333%}.ur-offset-lg-11{margin-left:91.6666666667%}.ur-g-lg-0,.ur-gx-lg-0{--bs-gutter-x:0}.ur-g-lg-0,.ur-gy-lg-0{--bs-gutter-y:0}.ur-g-lg-1,.ur-gx-lg-1{--bs-gutter-x:4px}.ur-g-lg-1,.ur-gy-lg-1{--bs-gutter-y:4px}.ur-g-lg-2,.ur-gx-lg-2{--bs-gutter-x:8px}.ur-g-lg-2,.ur-gy-lg-2{--bs-gutter-y:8px}.ur-g-lg-3,.ur-gx-lg-3{--bs-gutter-x:12px}.ur-g-lg-3,.ur-gy-lg-3{--bs-gutter-y:12px}.ur-g-lg-4,.ur-gx-lg-4{--bs-gutter-x:16px}.ur-g-lg-4,.ur-gy-lg-4{--bs-gutter-y:16px}.ur-g-lg-5,.ur-gx-lg-5{--bs-gutter-x:20px}.ur-g-lg-5,.ur-gy-lg-5{--bs-gutter-y:20px}.ur-g-lg-6,.ur-gx-lg-6{--bs-gutter-x:24px}.ur-g-lg-6,.ur-gy-lg-6{--bs-gutter-y:24px}.ur-g-lg-7,.ur-gx-lg-7{--bs-gutter-x:28px}.ur-g-lg-7,.ur-gy-lg-7{--bs-gutter-y:28px}.ur-g-lg-8,.ur-gx-lg-8{--bs-gutter-x:32px}.ur-g-lg-8,.ur-gy-lg-8{--bs-gutter-y:32px}}@media (min-width:1200px){.ur-col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xl-0{margin-left:0}.ur-offset-xl-1{margin-left:8.3333333333%}.ur-offset-xl-2{margin-left:16.6666666667%}.ur-offset-xl-3{margin-left:25%}.ur-offset-xl-4{margin-left:33.3333333333%}.ur-offset-xl-5{margin-left:41.6666666667%}.ur-offset-xl-6{margin-left:50%}.ur-offset-xl-7{margin-left:58.3333333333%}.ur-offset-xl-8{margin-left:66.6666666667%}.ur-offset-xl-9{margin-left:75%}.ur-offset-xl-10{margin-left:83.3333333333%}.ur-offset-xl-11{margin-left:91.6666666667%}.ur-g-xl-0,.ur-gx-xl-0{--bs-gutter-x:0}.ur-g-xl-0,.ur-gy-xl-0{--bs-gutter-y:0}.ur-g-xl-1,.ur-gx-xl-1{--bs-gutter-x:4px}.ur-g-xl-1,.ur-gy-xl-1{--bs-gutter-y:4px}.ur-g-xl-2,.ur-gx-xl-2{--bs-gutter-x:8px}.ur-g-xl-2,.ur-gy-xl-2{--bs-gutter-y:8px}.ur-g-xl-3,.ur-gx-xl-3{--bs-gutter-x:12px}.ur-g-xl-3,.ur-gy-xl-3{--bs-gutter-y:12px}.ur-g-xl-4,.ur-gx-xl-4{--bs-gutter-x:16px}.ur-g-xl-4,.ur-gy-xl-4{--bs-gutter-y:16px}.ur-g-xl-5,.ur-gx-xl-5{--bs-gutter-x:20px}.ur-g-xl-5,.ur-gy-xl-5{--bs-gutter-y:20px}.ur-g-xl-6,.ur-gx-xl-6{--bs-gutter-x:24px}.ur-g-xl-6,.ur-gy-xl-6{--bs-gutter-y:24px}.ur-g-xl-7,.ur-gx-xl-7{--bs-gutter-x:28px}.ur-g-xl-7,.ur-gy-xl-7{--bs-gutter-y:28px}.ur-g-xl-8,.ur-gx-xl-8{--bs-gutter-x:32px}.ur-g-xl-8,.ur-gy-xl-8{--bs-gutter-y:32px}}@media (min-width:1400px){.ur-col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xxl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xxl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xxl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xxl-0{margin-left:0}.ur-offset-xxl-1{margin-left:8.3333333333%}.ur-offset-xxl-2{margin-left:16.6666666667%}.ur-offset-xxl-3{margin-left:25%}.ur-offset-xxl-4{margin-left:33.3333333333%}.ur-offset-xxl-5{margin-left:41.6666666667%}.ur-offset-xxl-6{margin-left:50%}.ur-offset-xxl-7{margin-left:58.3333333333%}.ur-offset-xxl-8{margin-left:66.6666666667%}.ur-offset-xxl-9{margin-left:75%}.ur-offset-xxl-10{margin-left:83.3333333333%}.ur-offset-xxl-11{margin-left:91.6666666667%}.ur-g-xxl-0,.ur-gx-xxl-0{--bs-gutter-x:0}.ur-g-xxl-0,.ur-gy-xxl-0{--bs-gutter-y:0}.ur-g-xxl-1,.ur-gx-xxl-1{--bs-gutter-x:4px}.ur-g-xxl-1,.ur-gy-xxl-1{--bs-gutter-y:4px}.ur-g-xxl-2,.ur-gx-xxl-2{--bs-gutter-x:8px}.ur-g-xxl-2,.ur-gy-xxl-2{--bs-gutter-y:8px}.ur-g-xxl-3,.ur-gx-xxl-3{--bs-gutter-x:12px}.ur-g-xxl-3,.ur-gy-xxl-3{--bs-gutter-y:12px}.ur-g-xxl-4,.ur-gx-xxl-4{--bs-gutter-x:16px}.ur-g-xxl-4,.ur-gy-xxl-4{--bs-gutter-y:16px}.ur-g-xxl-5,.ur-gx-xxl-5{--bs-gutter-x:20px}.ur-g-xxl-5,.ur-gy-xxl-5{--bs-gutter-y:20px}.ur-g-xxl-6,.ur-gx-xxl-6{--bs-gutter-x:24px}.ur-g-xxl-6,.ur-gy-xxl-6{--bs-gutter-y:24px}.ur-g-xxl-7,.ur-gx-xxl-7{--bs-gutter-x:28px}.ur-g-xxl-7,.ur-gy-xxl-7{--bs-gutter-y:28px}.ur-g-xxl-8,.ur-gx-xxl-8{--bs-gutter-x:32px}.ur-g-xxl-8,.ur-gy-xxl-8{--bs-gutter-y:32px}}.user-registration-overlay{background-color:rgba(45,53,89,.3);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.user-registration-overlay.is-fixed{position:fixed}#wpcontent .user-registration-overlay{margin-left:-20px}.user-registration-overlay .ur-spinner{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}.user-registration-overlay .ur-spinner::before{width:20px;height:20px}#wpcontent .wrap .user-registration-header{margin:-10px -20px 0 -22px}.user-registration-header{background:#fff;padding:12px 16px}.user-registration-template-setup{max-width:1074px;margin:40px auto 0}.user-registration-template-setup *,.user-registration-template-setup ::after,.user-registration-template-setup ::before{box-sizing:border-box}.user-registration-template-wrap{cursor:pointer;margin-bottom:24px}.user-registration-template-wrap#user-registration-email-template-blank .user-registration-template-wrap__figure::before{content:'';display:block;background-color:rgba(45,53,89,.2);position:absolute;top:0;bottom:0;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:0;visibility:none}.user-registration-template-wrap#user-registration-email-template-blank:hover .user-registration-template-wrap__figure::before{opacity:1;visibility:visible}.user-registration-template-wrap__figure{background-color:#f0f1f5;margin:0;min-height:260px;position:relative;border-radius:4px;overflow:hidden}.user-registration-template-wrap__figure img{max-width:100%;display:block}.user-registration-template-wrap__overlay{background:rgba(45,53,89,.6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;visibility:hidden;opacity:0}.user-registration-template-wrap__overlay .button{border-color:#fff}.user-registration-template-wrap__title{color:#4c5477;font-size:16px;font-weight:500}.user-registration-template-wrap__title:hover{color:#475bb2}.user-registration-template-wrap:hover .user-registration-template-wrap__overlay{visibility:visible;opacity:1}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes ur-circle-loading-keyframe{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.blockUI.blockOverlay::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.toplevel_page_user-registration .shortcode .widefat{width:calc(100% - 40px)}.toplevel_page_user-registration .shortcode .ur-copy-shortcode{padding:4px;line-height:1}.ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-spinner::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.user-registration__wrap *,.user-registration__wrap ::after,.user-registration__wrap ::before{box-sizing:border-box}.ur-export-users-page{margin-top:6px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle{border-bottom:1px solid #ccd0d4}.swal2-container .user-registration-swal2-modal .ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-container .user-registration-swal2-modal .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .ur-input{max-width:inherit}.ur-export-users-page .nav-tab-content .hndle,.ur-export-users-page .nav-tab-content .stuffbox .hndle{margin:10px;padding-bottom:10px}.ur-export-users-page .nav-tab-content .stuffbox{padding:10px}.ur-label .user-registration-help-tip{margin-left:2px}.ur_addons_wrap *,.ur_addons_wrap ::after,.ur_addons_wrap ::before{box-sizing:border-box}.ur_addons_wrap .products{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.ur_addons_wrap .products li{width:20%;padding:0 12px;-webkit-box-flex:0;-webkit-flex:0 0 20%;flex:0 0 20%;margin-bottom:24px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:33.333%;-webkit-box-flex:0;-webkit-flex:0 0 33.333%;flex:0 0 33.333%}}@media only screen and (max-width:768px){.ur_addons_wrap .products li{width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #wpfooter{display:none}.user-registration_page_add-new-registration .ur-form-container{margin:0}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container{position:fixed;left:160px;right:0;top:0;bottom:0;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;z-index:9}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container .ur-circle-loading{margin:auto;left:30px}.user-registration_page_add-new-registration .ur-form-container #menu-management{margin-top:0}.user-registration_page_add-new-registration .ur-form-container #menu-management .menu-edit{position:fixed;left:160px;right:0;border:none;box-shadow:none;margin-bottom:0}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.closed .ur-fs-close-label{display:none}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.opened .ur-fs-open-label{display:none}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:0;margin-left:-20px;min-width:calc(100% + 20px)}.user-registration_page_add-new-registration #nav-menu-header{padding:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;border-color:#dee0e9;background-color:#fff;z-index:9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo{border-right:1px solid #dee0e9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo img{width:32px;height:32px;margin-right:8px;display:-webkit-box;display:-webkit-flex;display:flex}.user-registration_page_add-new-registration #nav-menu-header::after,.user-registration_page_add-new-registration #nav-menu-header::before{content:'';display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;left:0;right:0;bottom:0;background:#fff}.user-registration_page_add-new-registration #nav-menu-header::before{top:0;z-index:-1}.user-registration_page_add-new-registration #nav-menu-header::after{height:10px;box-shadow:0 4px 8px rgba(45,53,89,.08);z-index:-2}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;line-height:28px;margin-left:auto}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:right}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action input.code{width:265px;height:33px;padding:0 6px;margin:0;border-color:#dee0e9;background-color:#f0f1f5;border-radius:3px 0 0 3px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-left:-5px;border-radius:0 4px 4px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-bottom:5px;vertical-align:middle}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#2d3559;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#f0f1f5;padding:1em 1.5em;border-bottom:1px solid #dee0e9}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #dee0e9;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#676d8a;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#dee0e9;border-color:#ccc;color:#2d3559}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#f0f1f5;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:right;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em}.user-registration #mainform>.subsubsub{background:#e5e5e5;float:none}.user-registration #mainform>.subsubsub a{display:block;padding:7px 10px}.user-registration #mainform>.subsubsub a.current{color:#fff;background:#475bb2}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table th{position:relative;padding-right:24px}.user-registration table.form-table th label{display:inline-block}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 -24px 0 0;float:right}.user-registration table.form-table .select2-container{display:block;max-width:350px;margin-bottom:3px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .help_tip,.user-registration table.form-table .user-registration-help-tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-left:20px;border:1px solid #dee0e9;border-right:0}.user-registration table.form-table .colorpick{border-left:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-left:10px}.user-registration table.form-table .dashicons{margin-bottom:2px;vertical-align:middle}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from h3,.ur-registered-from h4{color:#2d3559;font-weight:500}.ur-registered-from h4{font-size:16px}.ur-registered-from .ur-field label{font-weight:400;word-break:break-all}.ur-registered-from .ur-field label:last-child{margin-bottom:0}.ur-registered-from .ur-field input[type=checkbox],.ur-registered-from .ur-field input[type=radio]{opacity:1;box-shadow:none;border-color:#dee0e9}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label{display:inline-block;width:auto}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label input.wp-color-picker{height:auto;padding:3px 5px}.ur-registered-from .ur-no-pointer{pointer-events:none}.ur-registered-from .ur-registered-item{cursor:move;padding:4px;color:#676d8a;height:110px;font-size:12px;border-radius:4px;margin:0 8px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;width:calc(33.3333% - 16px);background-color:#f0f1f5}.ur-registered-from .ur-registered-item .ur-icon{font-size:32px;margin-bottom:4px}.ur-registered-from .ur-registered-item:hover{background-color:#475bb2;color:#fff}.ur-registered-from .ur-registered-item.ui-draggable-dragging{width:110px!important;z-index:9!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled{color:#b6bbcf}.ur-registered-from .ur-registered-item.ui-draggable-disabled.ur-upgradable-field{cursor:pointer!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled:hover{background:#f0f1f5;cursor:not-allowed}.ur-registered-from .ur-registered-inputs{width:412px}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;padding:0;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:#f0f1f5;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:none;border-top:0 none;border-right:0 none;border-left:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;border:0;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#2d3559;background-color:transparent;padding:12px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#fff;color:#475bb2;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 130px);position:relative;overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:16px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text{height:40px;padding:8px 12px;font-size:14px;background:#f0f1f5;border-color:#f0f1f5;border-radius:4px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields svg{position:absolute;right:12px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found{text-align:center;margin-top:2.85em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found .ur-fields-not-found-title{font-size:1.7em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:16px 0;font-size:1em;font-weight:500;color:#2d3559}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2~hr{border-top:1px solid #dee0e9}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 16px);margin-left:-8px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-toggle-heading{cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-toggle-heading:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;right:0;top:0;float:right}.ur-registered-from .ur-registered-inputs .ur-toggle-heading.closed:before{content:'\f140'}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=file],.ur-registered-from input[type=month],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=tel],.ur-registered-from input[type=text],.ur-registered-from input[type=time],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from input[type=week],.ur-registered-from select,.ur-registered-from textarea{width:100%;max-width:100%;height:32px;line-height:initial;display:block;color:#4c5477;font-size:13px;padding:4px 8px;border-radius:3px;border:1px solid #dee0e9;box-shadow:0 0 0 transparent}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=file]:focus,.ur-registered-from input[type=month]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=tel]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=time]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from input[type=week]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#475bb2}.ur-registered-from .ui-widget select::-webkit-input-placeholder,.ur-registered-from input[type=date]::-webkit-input-placeholder,.ur-registered-from input[type=email]::-webkit-input-placeholder,.ur-registered-from input[type=file]::-webkit-input-placeholder,.ur-registered-from input[type=month]::-webkit-input-placeholder,.ur-registered-from input[type=number]::-webkit-input-placeholder,.ur-registered-from input[type=password]::-webkit-input-placeholder,.ur-registered-from input[type=phone]::-webkit-input-placeholder,.ur-registered-from input[type=tel]::-webkit-input-placeholder,.ur-registered-from input[type=text]::-webkit-input-placeholder,.ur-registered-from input[type=time]::-webkit-input-placeholder,.ur-registered-from input[type=timepicker]::-webkit-input-placeholder,.ur-registered-from input[type=url]::-webkit-input-placeholder,.ur-registered-from input[type=week]::-webkit-input-placeholder,.ur-registered-from select::-webkit-input-placeholder,.ur-registered-from textarea::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::-ms-input-placeholder,.ur-registered-from input[type=date]::-ms-input-placeholder,.ur-registered-from input[type=email]::-ms-input-placeholder,.ur-registered-from input[type=file]::-ms-input-placeholder,.ur-registered-from input[type=month]::-ms-input-placeholder,.ur-registered-from input[type=number]::-ms-input-placeholder,.ur-registered-from input[type=password]::-ms-input-placeholder,.ur-registered-from input[type=phone]::-ms-input-placeholder,.ur-registered-from input[type=tel]::-ms-input-placeholder,.ur-registered-from input[type=text]::-ms-input-placeholder,.ur-registered-from input[type=time]::-ms-input-placeholder,.ur-registered-from input[type=timepicker]::-ms-input-placeholder,.ur-registered-from input[type=url]::-ms-input-placeholder,.ur-registered-from input[type=week]::-ms-input-placeholder,.ur-registered-from select::-ms-input-placeholder,.ur-registered-from textarea::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::placeholder,.ur-registered-from input[type=date]::placeholder,.ur-registered-from input[type=email]::placeholder,.ur-registered-from input[type=file]::placeholder,.ur-registered-from input[type=month]::placeholder,.ur-registered-from input[type=number]::placeholder,.ur-registered-from input[type=password]::placeholder,.ur-registered-from input[type=phone]::placeholder,.ur-registered-from input[type=tel]::placeholder,.ur-registered-from input[type=text]::placeholder,.ur-registered-from input[type=time]::placeholder,.ur-registered-from input[type=timepicker]::placeholder,.ur-registered-from input[type=url]::placeholder,.ur-registered-from input[type=week]::placeholder,.ur-registered-from select::placeholder,.ur-registered-from textarea::placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select:disabled,.ur-registered-from input[type=date]:disabled,.ur-registered-from input[type=email]:disabled,.ur-registered-from input[type=file]:disabled,.ur-registered-from input[type=month]:disabled,.ur-registered-from input[type=number]:disabled,.ur-registered-from input[type=password]:disabled,.ur-registered-from input[type=phone]:disabled,.ur-registered-from input[type=tel]:disabled,.ur-registered-from input[type=text]:disabled,.ur-registered-from input[type=time]:disabled,.ur-registered-from input[type=timepicker]:disabled,.ur-registered-from input[type=url]:disabled,.ur-registered-from input[type=week]:disabled,.ur-registered-from select:disabled,.ur-registered-from textarea:disabled{color:#b6bbcf;background:#f0f1f5}.ur-registered-from select{padding-right:0}.ur-registered-from label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-builder-wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:calc(100vh - 89px);background:#fafafc;border-left:1px solid #dee0e9;overflow-y:auto}.ur-registered-from .ur-builder-wrapper input[type=date]:disabled,.ur-registered-from .ur-builder-wrapper input[type=email]:disabled,.ur-registered-from .ur-builder-wrapper input[type=file]:disabled,.ur-registered-from .ur-builder-wrapper input[type=month]:disabled,.ur-registered-from .ur-builder-wrapper input[type=number]:disabled,.ur-registered-from .ur-builder-wrapper input[type=password]:disabled,.ur-registered-from .ur-builder-wrapper input[type=phone]:disabled,.ur-registered-from .ur-builder-wrapper input[type=tel]:disabled,.ur-registered-from .ur-builder-wrapper input[type=text]:disabled,.ur-registered-from .ur-builder-wrapper input[type=time]:disabled,.ur-registered-from .ur-builder-wrapper input[type=timepicker]:disabled,.ur-registered-from .ur-builder-wrapper input[type=url]:disabled,.ur-registered-from .ur-builder-wrapper input[type=week]:disabled,.ur-registered-from .ur-builder-wrapper select:disabled,.ur-registered-from .ur-builder-wrapper textarea:disabled{background:#fff}.ur-registered-from .ur-builder-wrapper .ur-builder-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-button-quick-links{bottom:60px}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-builder-wrapper-footer .button.button-style-customizer{bottom:124px}.ur-registered-from .ur-selected-inputs{box-sizing:border-box;padding:0 20px}.ur-registered-from .ur-selected-inputs .ur-single-row{border-radius:3px;position:relative;border:1px solid transparent}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;right:0;z-index:1;opacity:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button{display:-webkit-box;display:-webkit-flex;display:flex;border-radius:0;border:0;background-color:#676d8a;color:#fff;font-size:16px;height:auto;width:auto;cursor:pointer;margin:0;padding:4px 6px;line-height:1;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button svg{width:16px;height:16px;font-size:16px;fill:#fff}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button.ur-remove-row:hover{background:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:hover{background:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:first-child{border-radius:3px 0 0 3px;border-right:1px solid rgba(255,255,255,.2)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:nth-child(2){border-radius:0 3px 3px 0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content{background:#fff;padding:1rem;position:absolute;top:40px;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;white-space:nowrap;border:1px solid #dee0e9;border-radius:4px;box-shadow:1px 4px 14px 1px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content small{font-size:12px;margin-bottom:.5rem;color:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;margin-right:.5rem}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector svg{width:32px;height:32px;fill:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector:last-child{margin-right:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content::before{content:'';width:8px;height:8px;border:solid #dee0e9;border-width:1px;border-left:transparent;border-bottom:transparent;position:absolute;top:-5px;right:36px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:left;border:0 none;padding:15px;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:5px;position:relative;padding:15px;cursor:move;border:1px solid transparent;border-radius:4px;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container .select2-search--inline .select2-search__field{height:auto;min-width:10px;background:0 0;margin:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-input-type-signature canvas{background:rgba(255,255,255,.5);border:1px solid #dee0e9}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{background:#fff;border:1px solid #475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper{box-shadow:0 0 10px 5px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-placeholder{visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;right:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:16px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b6bbcf;padding-left:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;left:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty{padding:15px;text-align:center;border-radius:4px;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty::before{content:'\f132';font-size:32px;color:#b6bbcf;width:32px;height:32px;font-family:dashicons;display:table-cell;vertical-align:middle}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .ur-registered-item{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .user-registration-dragged-me{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:first-child{border-radius:4px 0 0 4px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(2){border-radius:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(3){border-radius:0 4px 4px 0}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grids{opacity:1}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists{background:#fff;border:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item{border-left:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item:first-child{border-color:transparent}.ur-registered-from .ur-selected-inputs .ur-add-new-row{display:block;margin:20px auto;width:auto;height:32px;text-align:center;font-family:inherit}.ur-registered-from .ur-selected-inputs .ur-add-new-row::before{width:16px;height:16px;font-size:16px;margin-right:10px;font-family:dashicons;vertical-align:middle;padding:1px 10px 1px 0;border-right:1px solid rgba(255,255,255,.3)}.ur-registered-from .ur-selected-inputs li.ur-registered-item{width:120px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item.ui-sortable-placeholder{margin-left:0;width:100%!important;visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer{height:48px;width:48px;bottom:72px;box-shadow:1px 2px 8px rgba(45,53,89,.15)}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer .dashicons{font-size:24px;height:24px;width:24px}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links{width:48px;height:48px;position:fixed;cursor:pointer;color:#4c5477;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;right:32px;bottom:16px;background:#fff;border:1px solid #dee0e9;border-radius:24px;box-shadow:0 2px 10px rgba(45,53,89,.1);z-index:1}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links span{font-size:20px;font-weight:600;margin:0 auto}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content{position:fixed;background:#fff;padding:12px 16px;border-radius:4px;bottom:58px;right:30px;z-index:2;width:225px;border:1px solid #dee0e9;box-shadow:2px 4px 12px rgba(45,53,89,.1)}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content li{margin-bottom:8px}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a{color:#4c5477}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a:hover{color:#475bb2}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{margin:16px 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .form-row{margin-bottom:1em}.ur-registered-from .form-row .description{color:#676d8a;margin:4px 0;display:block}.ur-registered-from .form-row .ur-checkbox-list label,.ur-registered-from .form-row .ur-radio-list label{display:inline}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .add,.ur-registered-from .remove{background:#fff;border:1px solid #dee0e9;color:#676d8a;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 32px;flex:1 0 32px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:32px;max-width:32px;border-radius:4px;position:relative}.ur-registered-from .add:hover,.ur-registered-from .remove:hover{background:#475bb2;border-color:#475bb2;color:#fff}.ur-registered-from .add .dashicons,.ur-registered-from .remove .dashicons{line-height:22px}.ur-registered-from .add{margin-right:8px}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-right:8px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle svg{fill:#676d8a}.ur-registered-from .ur-options-list li input{margin-right:8px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border-radius:3px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{padding:5px;background:#fff;border:1px solid #475bb2;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{background-color:#dee0e9;visibility:visible!important}.ur-registered-from .urcl-rules{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}.ur-registered-from .urcl-rules>div{margin-right:8px}.ur-registered-from .urcl-rules .urcl-operator{width:78px}.ur-registered-from .urcl-rules .urcl-field,.ur-registered-from .urcl-rules .urcl-value{max-width:27%;-webkit-box-flex:1;-webkit-flex:1 0 27%;flex:1 0 27%}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#dee0e9}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#4c5477}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#dee0e9}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#dee0e9}#tiptip_content,.ur_error_tip{color:#fff;font-size:.9em;max-width:150px;background:#4c5477;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#ff4149;margin:1.5em 1px 0 -1em;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #ff4149;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.ur-portal-tooltip,.user-registration-help-tip{color:#676d8a;display:inline-block;font-size:16px;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.ur-portal-tooltip::after,.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}#smart-tags{text-align:center}.form-settings-tab{cursor:pointer;padding:10px 15px;color:#2d3559;background:#dee0e9;margin-bottom:10px;line-height:1.2;border-radius:4px}.form-settings-tab.active{background:#475bb2;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}body.ur-full-screen-mode{margin-top:-32px}body.ur-full-screen-mode #wpbody-content{padding-bottom:45px}body.ur-full-screen-mode #wpwrap #wpcontent{margin-left:0;padding-left:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpadminbar{display:none}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody .ur-tab-content{padding:20px}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid{margin-top:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid .menu-edit{margin-bottom:0;box-shadow:none;left:0!important}body.ur-full-screen-mode #wpwrap #adminmenumain{display:none}body.ur-full-screen-mode .ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 98px)}body.ur-full-screen-mode .ur-registered-from .ur-builder-wrapper{height:calc(100vh - 57px)}.ur-circle-loading{position:relative;width:100px!important;height:100px!important;-webkit-transform:translate(-50px,-50px) scale(.5) translate(50px,50px);-ms-transform:translate(-50px,-50px) scale(.5) translate(50px,50px);transform:translate(-50px,-50px) scale(.5) translate(50px,50px)}.ur-circle-loading::after,.ur-circle-loading::before{content:'';position:absolute;top:70px;left:70px;-webkit-animation:ur-circle-loading-keyframe 1.5s linear infinite;animation:ur-circle-loading-keyframe 1.5s linear infinite;width:60px;height:60px;border-radius:50%;background:#475bb2}.ur-circle-loading::after{-webkit-animation-delay:-.75s;animation-delay:-.75s;background:#668fe5}.ur-builder-message-container{position:fixed;top:32px;left:0;right:0;max-width:400px;margin:0 auto;z-index:9999}.ur-builder-message-container .ur-message{display:none;margin:0 auto;margin-top:16px;-webkit-transition:all 240ms cubic-bezier(0,0,.2,1) 0s;transition:all 240ms cubic-bezier(0,0,.2,1) 0s;z-index:99999;height:0}.ur-builder-message-container .ur-message .ur-error,.ur-builder-message-container .ur-message .ur-success{background:#fff;padding:8px 16px;border-radius:3px;border-left:3px solid;position:relative;box-shadow:0 1px 8px 2px rgba(45,53,89,.1)}.ur-builder-message-container .ur-message .ur-error p,.ur-builder-message-container .ur-message .ur-success p{margin:8px 0}.ur-builder-message-container .ur-message .ur-error p::after,.ur-builder-message-container .ur-message .ur-error p::before,.ur-builder-message-container .ur-message .ur-success p::after,.ur-builder-message-container .ur-message .ur-success p::before{font-family:dashicons;width:20px;height:20px;font-size:20px;margin-right:8px;margin-top:-4px;line-height:1;display:inline-block;vertical-align:middle}.ur-builder-message-container .ur-message .ur-success{border-color:#37b24d}.ur-builder-message-container .ur-message .ur-success p::before{content:"\f12a";color:#37b24d}.ur-builder-message-container .ur-message .ur-error{border-color:#ff4149}.ur-builder-message-container .ur-message .ur-error p::before{content:"\f534";color:#ff4149}.ur-builder-message-container .ur-message .dashicons{cursor:pointer;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.ur-builder-message-container .ur-message.entered{display:block;height:50px;-webkit-animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message;animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message}.ur-builder-message-container .ur-message.exiting{display:block;-webkit-animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message;animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message}.ur-builder-message-container .ur-message:first-child{margin-top:1.5rem}@media screen and (max-width:1400px){.ur-registered-from .urcl-rules .urcl-field{max-width:61%;-webkit-box-flex:1;-webkit-flex:1 0 60%;flex:1 0 60%;margin-bottom:5px}.ur-registered-from .urcl-rules .urcl-value{-webkit-box-ordinal-group:5;-webkit-order:4;order:4;max-width:87%;-webkit-box-flex:1;-webkit-flex:1 0 86%;flex:1 0 86%}.ur-registered-from .urcl-rules .add{-webkit-box-ordinal-group:4;-webkit-order:3;order:3;margin-right:0}.ur-registered-from .urcl-rules .remove{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;width:48%}.ur-registered-from .ur-selected-inputs{width:100%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:0 none}}
1
  .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.ur-d-none{display:none!important}.ur-d-inline{display:inline!important}.ur-d-inline-block{display:inline-block!important}.ur-d-block{display:block!important}.ur-d-table{display:table!important}.ur-d-table-row{display:table-row!important}.ur-d-table-cell{display:table-cell!important}.ur-d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}@media (min-width:576px){.ur-d-sm-none{display:none!important}.ur-d-sm-inline{display:inline!important}.ur-d-sm-inline-block{display:inline-block!important}.ur-d-sm-block{display:block!important}.ur-d-sm-table{display:table!important}.ur-d-sm-table-row{display:table-row!important}.ur-d-sm-table-cell{display:table-cell!important}.ur-d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:768px){.ur-d-md-none{display:none!important}.ur-d-md-inline{display:inline!important}.ur-d-md-inline-block{display:inline-block!important}.ur-d-md-block{display:block!important}.ur-d-md-table{display:table!important}.ur-d-md-table-row{display:table-row!important}.ur-d-md-table-cell{display:table-cell!important}.ur-d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:992px){.ur-d-lg-none{display:none!important}.ur-d-lg-inline{display:inline!important}.ur-d-lg-inline-block{display:inline-block!important}.ur-d-lg-block{display:block!important}.ur-d-lg-table{display:table!important}.ur-d-lg-table-row{display:table-row!important}.ur-d-lg-table-cell{display:table-cell!important}.ur-d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1200px){.ur-d-xl-none{display:none!important}.ur-d-xl-inline{display:inline!important}.ur-d-xl-inline-block{display:inline-block!important}.ur-d-xl-block{display:block!important}.ur-d-xl-table{display:table!important}.ur-d-xl-table-row{display:table-row!important}.ur-d-xl-table-cell{display:table-cell!important}.ur-d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}@media (min-width:1400px){.ur-d-xxl-none{display:none!important}.ur-d-xxl-inline{display:inline!important}.ur-d-xxl-inline-block{display:inline-block!important}.ur-d-xxl-block{display:block!important}.ur-d-xxl-table{display:table!important}.ur-d-xxl-table-row{display:table-row!important}.ur-d-xxl-table-cell{display:table-cell!important}.ur-d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}.ur-d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:inline-flex!important}}.ur-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}@media (min-width:576px){.ur-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-sm-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-sm-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-sm-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-sm-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-sm-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-sm-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-sm-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-sm-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-sm-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-sm-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-sm-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-sm-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-sm-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-sm-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-sm-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-sm-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:768px){.ur-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-md-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-md-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-md-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-md-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-md-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-md-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-md-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-md-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-md-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-md-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-md-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-md-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-md-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-md-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-md-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-md-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-md-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:992px){.ur-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-lg-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-lg-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-lg-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-lg-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-lg-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-lg-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-lg-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-lg-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-lg-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-lg-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-lg-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-lg-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-lg-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-lg-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-lg-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-lg-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.ur-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}@media (min-width:1400px){.ur-flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important}.ur-flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;flex-direction:column!important}.ur-flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.ur-flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.ur-flex-xxl-wrap{-webkit-flex-wrap:wrap!important;flex-wrap:wrap!important}.ur-flex-xxl-nowrap{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.ur-flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.ur-flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;flex:1 1 auto!important}.ur-flex-xxl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;flex-grow:0!important}.ur-flex-xxl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;flex-grow:1!important}.ur-flex-xxl-shrink-0{-webkit-flex-shrink:0!important;flex-shrink:0!important}.ur-flex-xxl-shrink-1{-webkit-flex-shrink:1!important;flex-shrink:1!important}.ur-justify-content-xxl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.ur-justify-content-xxl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.ur-justify-content-xxl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important}.ur-justify-content-xxl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;justify-content:space-between!important}.ur-justify-content-xxl-around{-webkit-justify-content:space-around!important;justify-content:space-around!important}.ur-align-items-xxl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;align-items:flex-start!important}.ur-align-items-xxl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;align-items:flex-end!important}.ur-align-items-xxl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;align-items:center!important}.ur-align-items-xxl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;align-items:baseline!important}.ur-align-items-xxl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;align-items:stretch!important}.ur-align-content-xxl-start{-webkit-align-content:flex-start!important;align-content:flex-start!important}.ur-align-content-xxl-end{-webkit-align-content:flex-end!important;align-content:flex-end!important}.ur-align-content-xxl-center{-webkit-align-content:center!important;align-content:center!important}.ur-align-content-xxl-between{-webkit-align-content:space-between!important;align-content:space-between!important}.ur-align-content-xxl-around{-webkit-align-content:space-around!important;align-content:space-around!important}.ur-align-content-xxl-stretch{-webkit-align-content:stretch!important;align-content:stretch!important}.ur-align-self-xxl-auto{-webkit-align-self:auto!important;align-self:auto!important}.ur-align-self-xxl-start{-webkit-align-self:flex-start!important;align-self:flex-start!important}.ur-align-self-xxl-end{-webkit-align-self:flex-end!important;align-self:flex-end!important}.ur-align-self-xxl-center{-webkit-align-self:center!important;align-self:center!important}.ur-align-self-xxl-baseline{-webkit-align-self:baseline!important;align-self:baseline!important}.ur-align-self-xxl-stretch{-webkit-align-self:stretch!important;align-self:stretch!important}}.ur-ml-auto{margin-left:auto}.ur-mr-auto{margin-left:auto}.ur-h2,.ur-h3,.ur-h4{font-weight:600!important}.ur-h2{font-size:28px!important}.ur-h3{font-size:20px!important}.ur-h4{font-size:16px!important}.ur-text-center{text-align:center}.ur-text-right{text-align:right}.ur-text-muted{color:#b6bbcf}@font-face{font-family:UserRegistration;src:url(../fonts/UserRegistration.eot?kjj80c);src:url(../fonts/UserRegistration.eot?kjj80c#iefix) format("embedded-opentype"),url(../fonts/UserRegistration.ttf?kjj80c) format("truetype"),url(../fonts/UserRegistration.woff?kjj80c) format("woff"),url(../fonts/UserRegistration.svg?kjj80c#UserRegistration) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=' ur-icon-'],[class^=ur-icon-]{font-family:UserRegistration!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}.ur-icon-input-first-name::before{content:""}.ur-icon-input-last-name::before{content:""}.ur-icon-input-field::before{content:""}.ur-icon-input-password::before{content:""}.ur-icon-input-checkbox::before{content:""}.ur-icon-radio::before{content:""}.ur-icon-number::before{content:""}.ur-icon-phone::before{content:""}.ur-icon-calendar::before{content:""}.ur-icon-drop-down::before{content:""}.ur-icon-textarea::before{content:""}.ur-icon-email::before{content:""}.ur-icon-email-secondary::before{content:""}.ur-icon-email-confirm::before{content:""}.ur-icon-invite-codes::before{content:""}.ur-icon-password::before{content:""}.ur-icon-password-confirm::before{content:""}.ur-icon-user::before{content:""}.ur-icon-user-nickname::before{content:""}.ur-icon-user-display-name::before{content:""}.ur-icon-user-bio::before{content:""}.ur-icon-website::before{content:""}.ur-icon-flag::before{content:""}.ur-icon-map-one::before{content:""}.ur-icon-map-two::before{content:""}.ur-icon-zip-code::before{content:""}.ur-icon-select2::before{content:""}.ur-icon-multi-select::before{content:""}.ur-icon-section-title::before{content:""}.ur-icon-time-picker::before{content:""}.ur-icon-state::before{content:""}.ur-icon-buildings::before{content:""}.ur-icon-text-editor::before{content:""}.ur-icon-bill::before{content:""}.ur-icon-doc::before{content:""}.ur-icon-file-upload::before{content:""}.ur-icon-file-dollar::before{content:""}.ur-icon-code::before{content:""}.ur-icon-mailchimp::before{content:""}.ur-icon-credit-card::before{content:""}.ur-icon-range::before{content:""}.ur-icon-course::before{content:""}.user-registration-table{width:100%;background:#fff;border-collapse:collapse}.user-registration-table__column-md{width:40%}.user-registration-table__column-sm{width:20%}.user-registration-table__column-auto{width:1%;white-space:nowrap}.user-registration-table__img{height:40px;width:40px;border-radius:4px;overflow:hidden}.user-registration-table caption,.user-registration-table td,.user-registration-table th{padding:1rem .5rem;text-align:left;border-bottom:1px solid #dee0e9}.user-registration-table caption:first-child,.user-registration-table td:first-child,.user-registration-table th:first-child{padding-left:1rem}.user-registration-table caption:last-child,.user-registration-table td:last-child,.user-registration-table th:last-child{padding-right:1rem}.user-registration-table td{vertical-align:top}.user-registration-table caption,.user-registration-table th{font-size:14px;font-weight:500}.user-registration-table thead th{background:#fafafc}.user-registration-table input,.user-registration-table select,.user-registration-table textarea{width:100%;box-shadow:none;border-radius:4px}.ur-form-group{margin-bottom:16px}.ur-label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.swal2-container .user-registration-swal2-modal .swal2-input,.ur-input{display:block;width:100%;border:1px solid #dee0e9;border-radius:4px}.user-registration-custom-file{color:#676d8a;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.user-registration-custom-file input{position:absolute;z-index:2;width:100%;margin:0;opacity:0}.user-registration-custom-file__label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:2px 2px 2px 8px;background-color:#fff;border:1px solid #dee0e9;border-radius:4px;z-index:1}.user-registration-custom-file__button{margin-left:auto;display:inline-block;background:#676d8a;color:#fff;padding:6px 15px;border-radius:4px}.user-registration-custom-file+.help{margin-top:4px}.ur-form-field--sm{width:80px;-webkit-box-flex:0;-webkit-flex:0 0 80px;flex:0 0 80px}.user-registration-editable-title{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.user-registration-editable-title .user-registration-editable-title__icon{background:#dee0e9;color:#4c5477;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-radius:3px;margin-bottom:0}.user-registration-editable-title .user-registration-editable-title__icon::after{content:'';border-radius:3px;position:absolute;left:32px;right:calc(100% - 32px);height:32px;border-radius:0 3px 3px 0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.user-registration-editable-title .user-registration-editable-title__input{color:#2d3559;background:0 0;font-size:16px;font-weight:500;width:auto;height:32px;padding:4px 8px;pointer-events:none;border:1px solid transparent!important;border-radius:0 4px 4px 0;z-index:1}.user-registration-editable-title .user-registration-editable-title__input.is-editing{border-color:transparent;pointer-events:all}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon{color:#fff;background:#475bb2;border-radius:3px 0 0 3px}.user-registration-editable-title .user-registration-editable-title__input.is-editing+.user-registration-editable-title__icon::after{top:0;right:0;border:1px solid #475bb2}.user-registration-editable-title .user-registration-editable-title__input:focus{box-shadow:none}.user-registration-switch{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.user-registration-switch input[type=checkbox]{display:none}.user-registration-switch input[type=checkbox].user-registration-switch__control{background:#676d8a;width:28px;height:18px;border-radius:10px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 28px;flex:0 0 28px;margin:0;position:relative;border:2px solid #676d8a;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease;box-sizing:border-box}.user-registration-switch input[type=checkbox].user-registration-switch__control::before{content:none}.user-registration-switch input[type=checkbox].user-registration-switch__control::after{display:inline-block;content:'';height:14px;width:14px;background:#fff;border-radius:50%;position:absolute;-webkit-transition:.1s -webkit-transform ease;transition:.1s -webkit-transform ease;transition:.1s transform ease;transition:.1s transform ease,.1s -webkit-transform ease}.user-registration-switch input[type=checkbox]:checked{background:#37b24d;border-color:#37b24d}.user-registration-switch input[type=checkbox]:checked::after{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.user-registration-switch label{margin:0 0 0 8px!important}.user-registration input{border-color:#dee0e9}.user-registration .select2.select2-container{width:100%!important}.user-registration .select2-results__option .wrap:before{content:"\2610";width:25px;height:25px;padding-right:10px}.user-registration .select2-results__option[data-selected=true] .wrap:before{content:"\2714"}.user-registration .select2-drop,.user-registration .select2-dropdown{z-index:999999!important}.user-registration .select2-results{line-height:1.5em}.user-registration .select2-results .select2-results__group,.user-registration .select2-results .select2-results__option{margin:0;padding:8px}.user-registration .select2-dropdown{border-color:#dee0e9}.user-registration .select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.user-registration .select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.user-registration .select2-container .select2-selection__rendered.ui-sortable li{cursor:move}.user-registration .select2-container .select2-selection{border-color:#dee0e9}.user-registration .select2-container .select2-search__field{min-width:20px}.user-registration .select2-container .select2-selection--single{height:32px}.user-registration .select2-container .select2-selection--single .select2-selection__rendered{display:block;line-height:32px;padding-right:24px}.user-registration .select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.user-registration .select2-container .select2-selection--multiple{min-height:28px;border-radius:4px;line-height:1.5;border:1px solid #ddd!important}.user-registration .select2-container .select2-selection--multiple li{margin:0}.user-registration .select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered{display:block}.user-registration .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin-top:4px;margin-right:4px;line-height:1.4}.user-registration .select2-container .select2-selection__clear{color:#999;margin-top:-1px}.user-registration .select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0;margin:0;line-height:1;min-height:26px;height:32px}.user-registration-badge{display:inline-block;font-size:1em;line-height:1;padding:4px 8px;border-radius:10px}.user-registration-badge.user-registration-badge--primary{background:#475bb2;color:#fff}.user-registration-badge.user-registration-badge--primary-subtle{background:#c4cbe7;color:#475bb2}.user-registration-badge.user-registration-badge--secondary{background:#676d8a;color:#fff}.user-registration-badge.user-registration-badge--secondary-subtle{background:#cbced9;color:#676d8a}.user-registration-badge.user-registration-badge--success{background:#37b24d;color:#fff}.user-registration-badge.user-registration-badge--success-subtle{background:#b4e8bd;color:#2b8b3c}.user-registration-badge.user-registration-badge--danger{background:#ff4149;color:#fff}.user-registration-badge.user-registration-badge--danger-subtle{background:#ffdadc;color:#ff4149}.user-registration-badge.user-registration-badge--warning{background:#ffba00;color:#fff}.user-registration-badge.user-registration-badge--warning-subtle{background:#ffeab3;color:#b38200}.user-registration-badge.user-registration-badge--info{background:#2ea2cc;color:#fff}.user-registration-badge.user-registration-badge--info-subtle{background:#bce2f0;color:#2991b7}.ur-form-container .button,.ur-form-container button,.user-registration .button,.user-registration button{-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;box-shadow:0 1px 3px rgba(182,187,207,.15)}.ur-form-container .button+.button,.ur-form-container .button+button,.ur-form-container button+.button,.ur-form-container button+button,.user-registration .button+.button,.user-registration .button+button,.user-registration button+.button,.user-registration button+button{margin-left:6px}.ur-form-container .button.button-icon,.ur-form-container button.button-icon,.user-registration .button.button-icon,.user-registration button.button-icon{width:32px;padding:0;text-align:center}.ur-form-container .button.button-icon .dashicons,.ur-form-container button.button-icon .dashicons,.user-registration .button.button-icon .dashicons,.user-registration button.button-icon .dashicons{line-height:.9;vertical-align:middle}.ur-form-container .button.button-icon svg,.ur-form-container button.button-icon svg,.user-registration .button.button-icon svg,.user-registration button.button-icon svg{display:block;margin:0 auto}.ur-form-container .button.button-icon-round,.ur-form-container button.button-icon-round,.user-registration .button.button-icon-round,.user-registration button.button-icon-round{border-radius:50%}.ur-form-container .button.is-active,.ur-form-container button.is-active,.user-registration .button.is-active,.user-registration button.is-active{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button.is-active:active,.ur-form-container .button.is-active:focus,.ur-form-container .button.is-active:hover,.ur-form-container button.is-active:active,.ur-form-container button.is-active:focus,.ur-form-container button.is-active:hover,.user-registration .button.is-active:active,.user-registration .button.is-active:focus,.user-registration .button.is-active:hover,.user-registration button.is-active:active,.user-registration button.is-active:focus,.user-registration button.is-active:hover{background:#475bb2;color:#fff;border-color:#475bb2}.ur-form-container .button .ur-spinner,.ur-form-container button .ur-spinner,.user-registration .button .ur-spinner,.user-registration button .ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-form-container .button-primary,.user-registration .button-primary{background:#475bb2;border-color:#475bb2;box-shadow:0 1px 0 #475bb2;text-shadow:none}.ur-form-container .button-primary:active,.ur-form-container .button-primary:focus,.ur-form-container .button-primary:hover,.user-registration .button-primary:active,.user-registration .button-primary:focus,.user-registration .button-primary:hover{background:#38488e;border-color:#38488e;box-shadow:0 1px 0 #38488e}.ur-form-container .button-primary:disabled,.user-registration .button-primary:disabled{color:#b2bae0!important;background:#697ac3!important;border-color:#697ac3!important}.ur-form-container .button-secondary,.user-registration .button-secondary{color:#2d3559;background:#dee0e9;border-color:#dee0e9;box-shadow:0 1px 0 #dee0e9}.ur-form-container .button-secondary:active,.ur-form-container .button-secondary:focus,.ur-form-container .button-secondary:hover,.user-registration .button-secondary:active,.user-registration .button-secondary:focus,.user-registration .button-secondary:hover{color:#2d3559;background:#b6bbcf;border-color:#b6bbcf}.ur-form-container .button-tertiary,.user-registration .button-tertiary{background:#fff;color:#2d3559;border:1px solid #dee0e9}.ur-form-container .button-tertiary:active,.ur-form-container .button-tertiary:focus,.ur-form-container .button-tertiary:hover,.user-registration .button-tertiary:active,.user-registration .button-tertiary:focus,.user-registration .button-tertiary:hover{background:#f0f1f5;border-color:#dee0e9}.ur-form-container .button-danger,.user-registration .button-danger{color:#fff;background:#ff4149;border-color:#ff4149;box-shadow:0 1px 0 #ff4149}.ur-form-container .button-danger:active,.ur-form-container .button-danger:focus,.ur-form-container .button-danger:hover,.user-registration .button-danger:active,.user-registration .button-danger:focus,.user-registration .button-danger:hover{color:#fff;background:#ee2a32;border-color:#ee2a32;box-shadow:0 1px 0 #ee2a32}.user-registration-button-group{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.user-registration-button-group .button:not(:first-child),.user-registration-button-group>button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.user-registration-button-group .button:not(:last-child),.user-registration-button-group>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.user-registration-button-group .button,.user-registration-button-group button{margin-right:0!important}.ur-registered-item.ui-draggable-dragging{padding:10px 10px;line-height:20px;background:#475bb2;color:#fff;text-align:center;margin-bottom:7px;word-break:break-word;white-space:normal;width:200px!important;z-index:9}.ur-registered-item.ui-draggable-dragging span{font-size:14px;line-height:20px;width:auto;height:auto;margin-right:3px}.select2-container .ur-select-all-countries-button{margin:6px 3px 4px 6px}.select2-container .ur-unselect-all-countries-button{margin:6px 3px 4px}.user-registration-card{background:#fff;border-radius:4px;display:block;border:1px solid #dee0e9}.user-registration-card a{text-decoration:none}.user-registration-card__header{padding:16px 20px;border-bottom:1px solid #dee0e9}.user-registration-card__title{font-size:1.25em;line-height:1.3;margin:0}.user-registration-card__body{padding:20px}.user-registration-list-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.user-registration-list-group--flush>.user-registration-list-group__item{border-width:0 0 1px}.user-registration-list-group--flush>.user-registration-list-group__item:last-child{border-bottom-width:0}.user-registration-list-group--no-gutter .user-registration-list-group__item{padding-right:0;padding-left:0}.user-registration-list-group__item{position:relative;display:block;padding:1rem 1.25rem;background-color:transparent;border:1px solid #dee0e9}.user-registration-list-group__item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.user-registration-page.user-registration-modal-open{overflow:hidden}.user-registration-page.user-registration-modal-open .user-registration-modal{max-width:100%}.user-registration-modal{position:fixed;top:0;left:0;right:0;height:100%;width:100%;margin:0 auto!important;overflow-x:hidden;overflow-y:auto;z-index:999}.user-registration-modal .user-registration-modal__backdrop{position:fixed;left:0;top:0;background-color:rgba(45,53,89,.5);min-width:100%;min-height:100%;z-index:1}.user-registration-modal .user-registration-modal__content{background:#fff;position:relative;width:auto;margin:16px;border-radius:8px;z-index:99999;box-shadow:0 3px 25px 0 rgba(45,53,89,.4)}@media (min-width:576px){.user-registration-modal .user-registration-modal__content{max-width:500px;margin:24px auto}}@media (min-width:992px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg,.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:800px}}@media (min-width:1200px){.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl{max-width:1140px}}.user-registration-modal .user-registration-modal__header{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;border-bottom:1px solid #dee0e9}.user-registration-modal .user-registration-modal__header .user-registration-modal__title{font-size:20px;line-height:1.4;margin:0;padding:0}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon{position:relative;display:block;width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;flex:0 0 32px;cursor:pointer;margin-left:auto}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after,.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{content:'';height:2px;width:16px;display:block;position:absolute;top:50%;left:0;right:0;margin:0 auto;background:#b6bbcf}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.user-registration-modal .user-registration-modal__body{position:relative;padding:16px}.user-registration-modal .user-registration-modal__body #user-registration,.user-registration-modal .user-registration-modal__body .login,.user-registration-modal .user-registration-modal__body .user-registration{margin:0;padding:0;border:none}.user-registration-modal .user-registration-modal__footer{padding:16px;border-top:1px solid #dee0e9}.user-registration-modal .user-registration-modal__footer *{margin:4px}.swal2-container .user-registration-swal2-modal{padding:40px}.swal2-container .user-registration-swal2-modal .swal2-input{font-size:16px}.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line],.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line]{-webkit-animation:none;animation:none}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon{font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border-width:2px;border-radius:50%}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line]{height:3px;width:28px;top:50%;left:0;right:0;margin:0 auto}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left]{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right]{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line]{height:3px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:16px;top:56%;left:10px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:47%;width:32px;right:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line]{height:64px;width:32px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-75px;left:27px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-26px;left:82px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-ring{top:-3px;left:-2px;border-width:2px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-fix{height:64px;left:2px;right:0;margin:0 auto;top:-2px;bottom:0;width:6px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon::before{font-size:40px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title{color:#2d3559;font-size:24px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title .dashicons{color:#ff4149;font-size:28px;width:56px;height:56px;line-height:56px;margin:0 auto 16px;border:2px solid #ff4149;border-radius:50%}.swal2-container .user-registration-swal2-modal__title{line-height:1.35;display:block}.swal2-container .user-registration-swal2-modal .swal2-content{color:#4c5477;font-size:1em;line-height:1.5}.swal2-container .user-registration-swal2-modal .swal2-actions button{margin-top:0;margin-bottom:0}.swal2-container .user-registration-swal2-modal--centered .swal2-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-bg-light{background-color:#f0f1f5}.ur-border{border:1px solid #dee0e9!important}.ur-border-top{border-top:1px solid #dee0e9!important}.ur-border-right{border-right:1px solid #dee0e9!important}.ur-border-bottom{border-bottom:1px solid #dee0e9!important}.ur-border-left{border-left:1px solid #dee0e9!important}.ur-border-0{border:0!important}.ur-border-top-0{border-top:0!important}.ur-border-right-0{border-right:0!important}.ur-border-bottom-0{border-bottom:0!important}.ur-border-left-0{border-left:0!important}.ur-m-0{margin:0!important}.ur-mt-0,.ur-my-0{margin-top:0!important}.ur-mr-0,.ur-mx-0{margin-right:0!important}.ur-mb-0,.ur-my-0{margin-bottom:0!important}.ur-ml-0,.ur-mx-0{margin-left:0!important}.ur-m-1{margin:4px!important}.ur-mt-1,.ur-my-1{margin-top:4px!important}.ur-mr-1,.ur-mx-1{margin-right:4px!important}.ur-mb-1,.ur-my-1{margin-bottom:4px!important}.ur-ml-1,.ur-mx-1{margin-left:4px!important}.ur-m-2{margin:8px!important}.ur-mt-2,.ur-my-2{margin-top:8px!important}.ur-mr-2,.ur-mx-2{margin-right:8px!important}.ur-mb-2,.ur-my-2{margin-bottom:8px!important}.ur-ml-2,.ur-mx-2{margin-left:8px!important}.ur-m-3{margin:12px!important}.ur-mt-3,.ur-my-3{margin-top:12px!important}.ur-mr-3,.ur-mx-3{margin-right:12px!important}.ur-mb-3,.ur-my-3{margin-bottom:12px!important}.ur-ml-3,.ur-mx-3{margin-left:12px!important}.ur-m-4{margin:16px!important}.ur-mt-4,.ur-my-4{margin-top:16px!important}.ur-mr-4,.ur-mx-4{margin-right:16px!important}.ur-mb-4,.ur-my-4{margin-bottom:16px!important}.ur-ml-4,.ur-mx-4{margin-left:16px!important}.ur-m-5{margin:20px!important}.ur-mt-5,.ur-my-5{margin-top:20px!important}.ur-mr-5,.ur-mx-5{margin-right:20px!important}.ur-mb-5,.ur-my-5{margin-bottom:20px!important}.ur-ml-5,.ur-mx-5{margin-left:20px!important}.ur-m-6{margin:24px!important}.ur-mt-6,.ur-my-6{margin-top:24px!important}.ur-mr-6,.ur-mx-6{margin-right:24px!important}.ur-mb-6,.ur-my-6{margin-bottom:24px!important}.ur-ml-6,.ur-mx-6{margin-left:24px!important}.ur-m-7{margin:28px!important}.ur-mt-7,.ur-my-7{margin-top:28px!important}.ur-mr-7,.ur-mx-7{margin-right:28px!important}.ur-mb-7,.ur-my-7{margin-bottom:28px!important}.ur-ml-7,.ur-mx-7{margin-left:28px!important}.ur-m-8{margin:32px!important}.ur-mt-8,.ur-my-8{margin-top:32px!important}.ur-mr-8,.ur-mx-8{margin-right:32px!important}.ur-mb-8,.ur-my-8{margin-bottom:32px!important}.ur-ml-8,.ur-mx-8{margin-left:32px!important}.ur-p-0{padding:0!important}.ur-pt-0,.ur-py-0{padding-top:0!important}.ur-pr-0,.ur-px-0{padding-right:0!important}.ur-pb-0,.ur-py-0{padding-bottom:0!important}.ur-pl-0,.ur-px-0{padding-left:0!important}.ur-p-1{padding:4px!important}.ur-pt-1,.ur-py-1{padding-top:4px!important}.ur-pr-1,.ur-px-1{padding-right:4px!important}.ur-pb-1,.ur-py-1{padding-bottom:4px!important}.ur-pl-1,.ur-px-1{padding-left:4px!important}.ur-p-2{padding:8px!important}.ur-pt-2,.ur-py-2{padding-top:8px!important}.ur-pr-2,.ur-px-2{padding-right:8px!important}.ur-pb-2,.ur-py-2{padding-bottom:8px!important}.ur-pl-2,.ur-px-2{padding-left:8px!important}.ur-p-3{padding:12px!important}.ur-pt-3,.ur-py-3{padding-top:12px!important}.ur-pr-3,.ur-px-3{padding-right:12px!important}.ur-pb-3,.ur-py-3{padding-bottom:12px!important}.ur-pl-3,.ur-px-3{padding-left:12px!important}.ur-p-4{padding:16px!important}.ur-pt-4,.ur-py-4{padding-top:16px!important}.ur-pr-4,.ur-px-4{padding-right:16px!important}.ur-pb-4,.ur-py-4{padding-bottom:16px!important}.ur-pl-4,.ur-px-4{padding-left:16px!important}.ur-p-5{padding:20px!important}.ur-pt-5,.ur-py-5{padding-top:20px!important}.ur-pr-5,.ur-px-5{padding-right:20px!important}.ur-pb-5,.ur-py-5{padding-bottom:20px!important}.ur-pl-5,.ur-px-5{padding-left:20px!important}.ur-p-6{padding:24px!important}.ur-pt-6,.ur-py-6{padding-top:24px!important}.ur-pr-6,.ur-px-6{padding-right:24px!important}.ur-pb-6,.ur-py-6{padding-bottom:24px!important}.ur-pl-6,.ur-px-6{padding-left:24px!important}.ur-p-7{padding:28px!important}.ur-pt-7,.ur-py-7{padding-top:28px!important}.ur-pr-7,.ur-px-7{padding-right:28px!important}.ur-pb-7,.ur-py-7{padding-bottom:28px!important}.ur-pl-7,.ur-px-7{padding-left:28px!important}.ur-p-8{padding:32px!important}.ur-pt-8,.ur-py-8{padding-top:32px!important}.ur-pr-8,.ur-px-8{padding-right:32px!important}.ur-pb-8,.ur-py-8{padding-bottom:32px!important}.ur-pl-8,.ur-px-8{padding-left:32px!important}.ur-m-n1{margin:-4px!important}.ur-mt-n1,.ur-my-n1{margin-top:-4px!important}.ur-mr-n1,.ur-mx-n1{margin-right:-4px!important}.ur-mb-n1,.ur-my-n1{margin-bottom:-4px!important}.ur-ml-n1,.ur-mx-n1{margin-left:-4px!important}.ur-m-n2{margin:-8px!important}.ur-mt-n2,.ur-my-n2{margin-top:-8px!important}.ur-mr-n2,.ur-mx-n2{margin-right:-8px!important}.ur-mb-n2,.ur-my-n2{margin-bottom:-8px!important}.ur-ml-n2,.ur-mx-n2{margin-left:-8px!important}.ur-m-n3{margin:-12px!important}.ur-mt-n3,.ur-my-n3{margin-top:-12px!important}.ur-mr-n3,.ur-mx-n3{margin-right:-12px!important}.ur-mb-n3,.ur-my-n3{margin-bottom:-12px!important}.ur-ml-n3,.ur-mx-n3{margin-left:-12px!important}.ur-m-n4{margin:-16px!important}.ur-mt-n4,.ur-my-n4{margin-top:-16px!important}.ur-mr-n4,.ur-mx-n4{margin-right:-16px!important}.ur-mb-n4,.ur-my-n4{margin-bottom:-16px!important}.ur-ml-n4,.ur-mx-n4{margin-left:-16px!important}.ur-m-n5{margin:-20px!important}.ur-mt-n5,.ur-my-n5{margin-top:-20px!important}.ur-mr-n5,.ur-mx-n5{margin-right:-20px!important}.ur-mb-n5,.ur-my-n5{margin-bottom:-20px!important}.ur-ml-n5,.ur-mx-n5{margin-left:-20px!important}.ur-m-n6{margin:-24px!important}.ur-mt-n6,.ur-my-n6{margin-top:-24px!important}.ur-mr-n6,.ur-mx-n6{margin-right:-24px!important}.ur-mb-n6,.ur-my-n6{margin-bottom:-24px!important}.ur-ml-n6,.ur-mx-n6{margin-left:-24px!important}.ur-m-n7{margin:-28px!important}.ur-mt-n7,.ur-my-n7{margin-top:-28px!important}.ur-mr-n7,.ur-mx-n7{margin-right:-28px!important}.ur-mb-n7,.ur-my-n7{margin-bottom:-28px!important}.ur-ml-n7,.ur-mx-n7{margin-left:-28px!important}.ur-m-n8{margin:-32px!important}.ur-mt-n8,.ur-my-n8{margin-top:-32px!important}.ur-mr-n8,.ur-mx-n8{margin-right:-32px!important}.ur-mb-n8,.ur-my-n8{margin-bottom:-32px!important}.ur-ml-n8,.ur-mx-n8{margin-left:-32px!important}.ur-m-auto{margin:auto!important}.ur-mt-auto,.ur-my-auto{margin-top:auto!important}.ur-mr-auto,.ur-mx-auto{margin-right:auto!important}.ur-mb-auto,.ur-my-auto{margin-bottom:auto!important}.ur-ml-auto,.ur-mx-auto{margin-left:auto!important}@media (min-width:576px){.ur-m-sm-0{margin:0!important}.ur-mt-sm-0,.ur-my-sm-0{margin-top:0!important}.ur-mr-sm-0,.ur-mx-sm-0{margin-right:0!important}.ur-mb-sm-0,.ur-my-sm-0{margin-bottom:0!important}.ur-ml-sm-0,.ur-mx-sm-0{margin-left:0!important}.ur-m-sm-1{margin:4px!important}.ur-mt-sm-1,.ur-my-sm-1{margin-top:4px!important}.ur-mr-sm-1,.ur-mx-sm-1{margin-right:4px!important}.ur-mb-sm-1,.ur-my-sm-1{margin-bottom:4px!important}.ur-ml-sm-1,.ur-mx-sm-1{margin-left:4px!important}.ur-m-sm-2{margin:8px!important}.ur-mt-sm-2,.ur-my-sm-2{margin-top:8px!important}.ur-mr-sm-2,.ur-mx-sm-2{margin-right:8px!important}.ur-mb-sm-2,.ur-my-sm-2{margin-bottom:8px!important}.ur-ml-sm-2,.ur-mx-sm-2{margin-left:8px!important}.ur-m-sm-3{margin:12px!important}.ur-mt-sm-3,.ur-my-sm-3{margin-top:12px!important}.ur-mr-sm-3,.ur-mx-sm-3{margin-right:12px!important}.ur-mb-sm-3,.ur-my-sm-3{margin-bottom:12px!important}.ur-ml-sm-3,.ur-mx-sm-3{margin-left:12px!important}.ur-m-sm-4{margin:16px!important}.ur-mt-sm-4,.ur-my-sm-4{margin-top:16px!important}.ur-mr-sm-4,.ur-mx-sm-4{margin-right:16px!important}.ur-mb-sm-4,.ur-my-sm-4{margin-bottom:16px!important}.ur-ml-sm-4,.ur-mx-sm-4{margin-left:16px!important}.ur-m-sm-5{margin:20px!important}.ur-mt-sm-5,.ur-my-sm-5{margin-top:20px!important}.ur-mr-sm-5,.ur-mx-sm-5{margin-right:20px!important}.ur-mb-sm-5,.ur-my-sm-5{margin-bottom:20px!important}.ur-ml-sm-5,.ur-mx-sm-5{margin-left:20px!important}.ur-m-sm-6{margin:24px!important}.ur-mt-sm-6,.ur-my-sm-6{margin-top:24px!important}.ur-mr-sm-6,.ur-mx-sm-6{margin-right:24px!important}.ur-mb-sm-6,.ur-my-sm-6{margin-bottom:24px!important}.ur-ml-sm-6,.ur-mx-sm-6{margin-left:24px!important}.ur-m-sm-7{margin:28px!important}.ur-mt-sm-7,.ur-my-sm-7{margin-top:28px!important}.ur-mr-sm-7,.ur-mx-sm-7{margin-right:28px!important}.ur-mb-sm-7,.ur-my-sm-7{margin-bottom:28px!important}.ur-ml-sm-7,.ur-mx-sm-7{margin-left:28px!important}.ur-m-sm-8{margin:32px!important}.ur-mt-sm-8,.ur-my-sm-8{margin-top:32px!important}.ur-mr-sm-8,.ur-mx-sm-8{margin-right:32px!important}.ur-mb-sm-8,.ur-my-sm-8{margin-bottom:32px!important}.ur-ml-sm-8,.ur-mx-sm-8{margin-left:32px!important}.ur-p-sm-0{padding:0!important}.ur-pt-sm-0,.ur-py-sm-0{padding-top:0!important}.ur-pr-sm-0,.ur-px-sm-0{padding-right:0!important}.ur-pb-sm-0,.ur-py-sm-0{padding-bottom:0!important}.ur-pl-sm-0,.ur-px-sm-0{padding-left:0!important}.ur-p-sm-1{padding:4px!important}.ur-pt-sm-1,.ur-py-sm-1{padding-top:4px!important}.ur-pr-sm-1,.ur-px-sm-1{padding-right:4px!important}.ur-pb-sm-1,.ur-py-sm-1{padding-bottom:4px!important}.ur-pl-sm-1,.ur-px-sm-1{padding-left:4px!important}.ur-p-sm-2{padding:8px!important}.ur-pt-sm-2,.ur-py-sm-2{padding-top:8px!important}.ur-pr-sm-2,.ur-px-sm-2{padding-right:8px!important}.ur-pb-sm-2,.ur-py-sm-2{padding-bottom:8px!important}.ur-pl-sm-2,.ur-px-sm-2{padding-left:8px!important}.ur-p-sm-3{padding:12px!important}.ur-pt-sm-3,.ur-py-sm-3{padding-top:12px!important}.ur-pr-sm-3,.ur-px-sm-3{padding-right:12px!important}.ur-pb-sm-3,.ur-py-sm-3{padding-bottom:12px!important}.ur-pl-sm-3,.ur-px-sm-3{padding-left:12px!important}.ur-p-sm-4{padding:16px!important}.ur-pt-sm-4,.ur-py-sm-4{padding-top:16px!important}.ur-pr-sm-4,.ur-px-sm-4{padding-right:16px!important}.ur-pb-sm-4,.ur-py-sm-4{padding-bottom:16px!important}.ur-pl-sm-4,.ur-px-sm-4{padding-left:16px!important}.ur-p-sm-5{padding:20px!important}.ur-pt-sm-5,.ur-py-sm-5{padding-top:20px!important}.ur-pr-sm-5,.ur-px-sm-5{padding-right:20px!important}.ur-pb-sm-5,.ur-py-sm-5{padding-bottom:20px!important}.ur-pl-sm-5,.ur-px-sm-5{padding-left:20px!important}.ur-p-sm-6{padding:24px!important}.ur-pt-sm-6,.ur-py-sm-6{padding-top:24px!important}.ur-pr-sm-6,.ur-px-sm-6{padding-right:24px!important}.ur-pb-sm-6,.ur-py-sm-6{padding-bottom:24px!important}.ur-pl-sm-6,.ur-px-sm-6{padding-left:24px!important}.ur-p-sm-7{padding:28px!important}.ur-pt-sm-7,.ur-py-sm-7{padding-top:28px!important}.ur-pr-sm-7,.ur-px-sm-7{padding-right:28px!important}.ur-pb-sm-7,.ur-py-sm-7{padding-bottom:28px!important}.ur-pl-sm-7,.ur-px-sm-7{padding-left:28px!important}.ur-p-sm-8{padding:32px!important}.ur-pt-sm-8,.ur-py-sm-8{padding-top:32px!important}.ur-pr-sm-8,.ur-px-sm-8{padding-right:32px!important}.ur-pb-sm-8,.ur-py-sm-8{padding-bottom:32px!important}.ur-pl-sm-8,.ur-px-sm-8{padding-left:32px!important}.ur-m-sm-n1{margin:-4px!important}.ur-mt-sm-n1,.ur-my-sm-n1{margin-top:-4px!important}.ur-mr-sm-n1,.ur-mx-sm-n1{margin-right:-4px!important}.ur-mb-sm-n1,.ur-my-sm-n1{margin-bottom:-4px!important}.ur-ml-sm-n1,.ur-mx-sm-n1{margin-left:-4px!important}.ur-m-sm-n2{margin:-8px!important}.ur-mt-sm-n2,.ur-my-sm-n2{margin-top:-8px!important}.ur-mr-sm-n2,.ur-mx-sm-n2{margin-right:-8px!important}.ur-mb-sm-n2,.ur-my-sm-n2{margin-bottom:-8px!important}.ur-ml-sm-n2,.ur-mx-sm-n2{margin-left:-8px!important}.ur-m-sm-n3{margin:-12px!important}.ur-mt-sm-n3,.ur-my-sm-n3{margin-top:-12px!important}.ur-mr-sm-n3,.ur-mx-sm-n3{margin-right:-12px!important}.ur-mb-sm-n3,.ur-my-sm-n3{margin-bottom:-12px!important}.ur-ml-sm-n3,.ur-mx-sm-n3{margin-left:-12px!important}.ur-m-sm-n4{margin:-16px!important}.ur-mt-sm-n4,.ur-my-sm-n4{margin-top:-16px!important}.ur-mr-sm-n4,.ur-mx-sm-n4{margin-right:-16px!important}.ur-mb-sm-n4,.ur-my-sm-n4{margin-bottom:-16px!important}.ur-ml-sm-n4,.ur-mx-sm-n4{margin-left:-16px!important}.ur-m-sm-n5{margin:-20px!important}.ur-mt-sm-n5,.ur-my-sm-n5{margin-top:-20px!important}.ur-mr-sm-n5,.ur-mx-sm-n5{margin-right:-20px!important}.ur-mb-sm-n5,.ur-my-sm-n5{margin-bottom:-20px!important}.ur-ml-sm-n5,.ur-mx-sm-n5{margin-left:-20px!important}.ur-m-sm-n6{margin:-24px!important}.ur-mt-sm-n6,.ur-my-sm-n6{margin-top:-24px!important}.ur-mr-sm-n6,.ur-mx-sm-n6{margin-right:-24px!important}.ur-mb-sm-n6,.ur-my-sm-n6{margin-bottom:-24px!important}.ur-ml-sm-n6,.ur-mx-sm-n6{margin-left:-24px!important}.ur-m-sm-n7{margin:-28px!important}.ur-mt-sm-n7,.ur-my-sm-n7{margin-top:-28px!important}.ur-mr-sm-n7,.ur-mx-sm-n7{margin-right:-28px!important}.ur-mb-sm-n7,.ur-my-sm-n7{margin-bottom:-28px!important}.ur-ml-sm-n7,.ur-mx-sm-n7{margin-left:-28px!important}.ur-m-sm-n8{margin:-32px!important}.ur-mt-sm-n8,.ur-my-sm-n8{margin-top:-32px!important}.ur-mr-sm-n8,.ur-mx-sm-n8{margin-right:-32px!important}.ur-mb-sm-n8,.ur-my-sm-n8{margin-bottom:-32px!important}.ur-ml-sm-n8,.ur-mx-sm-n8{margin-left:-32px!important}.ur-m-sm-auto{margin:auto!important}.ur-mt-sm-auto,.ur-my-sm-auto{margin-top:auto!important}.ur-mr-sm-auto,.ur-mx-sm-auto{margin-right:auto!important}.ur-mb-sm-auto,.ur-my-sm-auto{margin-bottom:auto!important}.ur-ml-sm-auto,.ur-mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.ur-m-md-0{margin:0!important}.ur-mt-md-0,.ur-my-md-0{margin-top:0!important}.ur-mr-md-0,.ur-mx-md-0{margin-right:0!important}.ur-mb-md-0,.ur-my-md-0{margin-bottom:0!important}.ur-ml-md-0,.ur-mx-md-0{margin-left:0!important}.ur-m-md-1{margin:4px!important}.ur-mt-md-1,.ur-my-md-1{margin-top:4px!important}.ur-mr-md-1,.ur-mx-md-1{margin-right:4px!important}.ur-mb-md-1,.ur-my-md-1{margin-bottom:4px!important}.ur-ml-md-1,.ur-mx-md-1{margin-left:4px!important}.ur-m-md-2{margin:8px!important}.ur-mt-md-2,.ur-my-md-2{margin-top:8px!important}.ur-mr-md-2,.ur-mx-md-2{margin-right:8px!important}.ur-mb-md-2,.ur-my-md-2{margin-bottom:8px!important}.ur-ml-md-2,.ur-mx-md-2{margin-left:8px!important}.ur-m-md-3{margin:12px!important}.ur-mt-md-3,.ur-my-md-3{margin-top:12px!important}.ur-mr-md-3,.ur-mx-md-3{margin-right:12px!important}.ur-mb-md-3,.ur-my-md-3{margin-bottom:12px!important}.ur-ml-md-3,.ur-mx-md-3{margin-left:12px!important}.ur-m-md-4{margin:16px!important}.ur-mt-md-4,.ur-my-md-4{margin-top:16px!important}.ur-mr-md-4,.ur-mx-md-4{margin-right:16px!important}.ur-mb-md-4,.ur-my-md-4{margin-bottom:16px!important}.ur-ml-md-4,.ur-mx-md-4{margin-left:16px!important}.ur-m-md-5{margin:20px!important}.ur-mt-md-5,.ur-my-md-5{margin-top:20px!important}.ur-mr-md-5,.ur-mx-md-5{margin-right:20px!important}.ur-mb-md-5,.ur-my-md-5{margin-bottom:20px!important}.ur-ml-md-5,.ur-mx-md-5{margin-left:20px!important}.ur-m-md-6{margin:24px!important}.ur-mt-md-6,.ur-my-md-6{margin-top:24px!important}.ur-mr-md-6,.ur-mx-md-6{margin-right:24px!important}.ur-mb-md-6,.ur-my-md-6{margin-bottom:24px!important}.ur-ml-md-6,.ur-mx-md-6{margin-left:24px!important}.ur-m-md-7{margin:28px!important}.ur-mt-md-7,.ur-my-md-7{margin-top:28px!important}.ur-mr-md-7,.ur-mx-md-7{margin-right:28px!important}.ur-mb-md-7,.ur-my-md-7{margin-bottom:28px!important}.ur-ml-md-7,.ur-mx-md-7{margin-left:28px!important}.ur-m-md-8{margin:32px!important}.ur-mt-md-8,.ur-my-md-8{margin-top:32px!important}.ur-mr-md-8,.ur-mx-md-8{margin-right:32px!important}.ur-mb-md-8,.ur-my-md-8{margin-bottom:32px!important}.ur-ml-md-8,.ur-mx-md-8{margin-left:32px!important}.ur-p-md-0{padding:0!important}.ur-pt-md-0,.ur-py-md-0{padding-top:0!important}.ur-pr-md-0,.ur-px-md-0{padding-right:0!important}.ur-pb-md-0,.ur-py-md-0{padding-bottom:0!important}.ur-pl-md-0,.ur-px-md-0{padding-left:0!important}.ur-p-md-1{padding:4px!important}.ur-pt-md-1,.ur-py-md-1{padding-top:4px!important}.ur-pr-md-1,.ur-px-md-1{padding-right:4px!important}.ur-pb-md-1,.ur-py-md-1{padding-bottom:4px!important}.ur-pl-md-1,.ur-px-md-1{padding-left:4px!important}.ur-p-md-2{padding:8px!important}.ur-pt-md-2,.ur-py-md-2{padding-top:8px!important}.ur-pr-md-2,.ur-px-md-2{padding-right:8px!important}.ur-pb-md-2,.ur-py-md-2{padding-bottom:8px!important}.ur-pl-md-2,.ur-px-md-2{padding-left:8px!important}.ur-p-md-3{padding:12px!important}.ur-pt-md-3,.ur-py-md-3{padding-top:12px!important}.ur-pr-md-3,.ur-px-md-3{padding-right:12px!important}.ur-pb-md-3,.ur-py-md-3{padding-bottom:12px!important}.ur-pl-md-3,.ur-px-md-3{padding-left:12px!important}.ur-p-md-4{padding:16px!important}.ur-pt-md-4,.ur-py-md-4{padding-top:16px!important}.ur-pr-md-4,.ur-px-md-4{padding-right:16px!important}.ur-pb-md-4,.ur-py-md-4{padding-bottom:16px!important}.ur-pl-md-4,.ur-px-md-4{padding-left:16px!important}.ur-p-md-5{padding:20px!important}.ur-pt-md-5,.ur-py-md-5{padding-top:20px!important}.ur-pr-md-5,.ur-px-md-5{padding-right:20px!important}.ur-pb-md-5,.ur-py-md-5{padding-bottom:20px!important}.ur-pl-md-5,.ur-px-md-5{padding-left:20px!important}.ur-p-md-6{padding:24px!important}.ur-pt-md-6,.ur-py-md-6{padding-top:24px!important}.ur-pr-md-6,.ur-px-md-6{padding-right:24px!important}.ur-pb-md-6,.ur-py-md-6{padding-bottom:24px!important}.ur-pl-md-6,.ur-px-md-6{padding-left:24px!important}.ur-p-md-7{padding:28px!important}.ur-pt-md-7,.ur-py-md-7{padding-top:28px!important}.ur-pr-md-7,.ur-px-md-7{padding-right:28px!important}.ur-pb-md-7,.ur-py-md-7{padding-bottom:28px!important}.ur-pl-md-7,.ur-px-md-7{padding-left:28px!important}.ur-p-md-8{padding:32px!important}.ur-pt-md-8,.ur-py-md-8{padding-top:32px!important}.ur-pr-md-8,.ur-px-md-8{padding-right:32px!important}.ur-pb-md-8,.ur-py-md-8{padding-bottom:32px!important}.ur-pl-md-8,.ur-px-md-8{padding-left:32px!important}.ur-m-md-n1{margin:-4px!important}.ur-mt-md-n1,.ur-my-md-n1{margin-top:-4px!important}.ur-mr-md-n1,.ur-mx-md-n1{margin-right:-4px!important}.ur-mb-md-n1,.ur-my-md-n1{margin-bottom:-4px!important}.ur-ml-md-n1,.ur-mx-md-n1{margin-left:-4px!important}.ur-m-md-n2{margin:-8px!important}.ur-mt-md-n2,.ur-my-md-n2{margin-top:-8px!important}.ur-mr-md-n2,.ur-mx-md-n2{margin-right:-8px!important}.ur-mb-md-n2,.ur-my-md-n2{margin-bottom:-8px!important}.ur-ml-md-n2,.ur-mx-md-n2{margin-left:-8px!important}.ur-m-md-n3{margin:-12px!important}.ur-mt-md-n3,.ur-my-md-n3{margin-top:-12px!important}.ur-mr-md-n3,.ur-mx-md-n3{margin-right:-12px!important}.ur-mb-md-n3,.ur-my-md-n3{margin-bottom:-12px!important}.ur-ml-md-n3,.ur-mx-md-n3{margin-left:-12px!important}.ur-m-md-n4{margin:-16px!important}.ur-mt-md-n4,.ur-my-md-n4{margin-top:-16px!important}.ur-mr-md-n4,.ur-mx-md-n4{margin-right:-16px!important}.ur-mb-md-n4,.ur-my-md-n4{margin-bottom:-16px!important}.ur-ml-md-n4,.ur-mx-md-n4{margin-left:-16px!important}.ur-m-md-n5{margin:-20px!important}.ur-mt-md-n5,.ur-my-md-n5{margin-top:-20px!important}.ur-mr-md-n5,.ur-mx-md-n5{margin-right:-20px!important}.ur-mb-md-n5,.ur-my-md-n5{margin-bottom:-20px!important}.ur-ml-md-n5,.ur-mx-md-n5{margin-left:-20px!important}.ur-m-md-n6{margin:-24px!important}.ur-mt-md-n6,.ur-my-md-n6{margin-top:-24px!important}.ur-mr-md-n6,.ur-mx-md-n6{margin-right:-24px!important}.ur-mb-md-n6,.ur-my-md-n6{margin-bottom:-24px!important}.ur-ml-md-n6,.ur-mx-md-n6{margin-left:-24px!important}.ur-m-md-n7{margin:-28px!important}.ur-mt-md-n7,.ur-my-md-n7{margin-top:-28px!important}.ur-mr-md-n7,.ur-mx-md-n7{margin-right:-28px!important}.ur-mb-md-n7,.ur-my-md-n7{margin-bottom:-28px!important}.ur-ml-md-n7,.ur-mx-md-n7{margin-left:-28px!important}.ur-m-md-n8{margin:-32px!important}.ur-mt-md-n8,.ur-my-md-n8{margin-top:-32px!important}.ur-mr-md-n8,.ur-mx-md-n8{margin-right:-32px!important}.ur-mb-md-n8,.ur-my-md-n8{margin-bottom:-32px!important}.ur-ml-md-n8,.ur-mx-md-n8{margin-left:-32px!important}.ur-m-md-auto{margin:auto!important}.ur-mt-md-auto,.ur-my-md-auto{margin-top:auto!important}.ur-mr-md-auto,.ur-mx-md-auto{margin-right:auto!important}.ur-mb-md-auto,.ur-my-md-auto{margin-bottom:auto!important}.ur-ml-md-auto,.ur-mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.ur-m-lg-0{margin:0!important}.ur-mt-lg-0,.ur-my-lg-0{margin-top:0!important}.ur-mr-lg-0,.ur-mx-lg-0{margin-right:0!important}.ur-mb-lg-0,.ur-my-lg-0{margin-bottom:0!important}.ur-ml-lg-0,.ur-mx-lg-0{margin-left:0!important}.ur-m-lg-1{margin:4px!important}.ur-mt-lg-1,.ur-my-lg-1{margin-top:4px!important}.ur-mr-lg-1,.ur-mx-lg-1{margin-right:4px!important}.ur-mb-lg-1,.ur-my-lg-1{margin-bottom:4px!important}.ur-ml-lg-1,.ur-mx-lg-1{margin-left:4px!important}.ur-m-lg-2{margin:8px!important}.ur-mt-lg-2,.ur-my-lg-2{margin-top:8px!important}.ur-mr-lg-2,.ur-mx-lg-2{margin-right:8px!important}.ur-mb-lg-2,.ur-my-lg-2{margin-bottom:8px!important}.ur-ml-lg-2,.ur-mx-lg-2{margin-left:8px!important}.ur-m-lg-3{margin:12px!important}.ur-mt-lg-3,.ur-my-lg-3{margin-top:12px!important}.ur-mr-lg-3,.ur-mx-lg-3{margin-right:12px!important}.ur-mb-lg-3,.ur-my-lg-3{margin-bottom:12px!important}.ur-ml-lg-3,.ur-mx-lg-3{margin-left:12px!important}.ur-m-lg-4{margin:16px!important}.ur-mt-lg-4,.ur-my-lg-4{margin-top:16px!important}.ur-mr-lg-4,.ur-mx-lg-4{margin-right:16px!important}.ur-mb-lg-4,.ur-my-lg-4{margin-bottom:16px!important}.ur-ml-lg-4,.ur-mx-lg-4{margin-left:16px!important}.ur-m-lg-5{margin:20px!important}.ur-mt-lg-5,.ur-my-lg-5{margin-top:20px!important}.ur-mr-lg-5,.ur-mx-lg-5{margin-right:20px!important}.ur-mb-lg-5,.ur-my-lg-5{margin-bottom:20px!important}.ur-ml-lg-5,.ur-mx-lg-5{margin-left:20px!important}.ur-m-lg-6{margin:24px!important}.ur-mt-lg-6,.ur-my-lg-6{margin-top:24px!important}.ur-mr-lg-6,.ur-mx-lg-6{margin-right:24px!important}.ur-mb-lg-6,.ur-my-lg-6{margin-bottom:24px!important}.ur-ml-lg-6,.ur-mx-lg-6{margin-left:24px!important}.ur-m-lg-7{margin:28px!important}.ur-mt-lg-7,.ur-my-lg-7{margin-top:28px!important}.ur-mr-lg-7,.ur-mx-lg-7{margin-right:28px!important}.ur-mb-lg-7,.ur-my-lg-7{margin-bottom:28px!important}.ur-ml-lg-7,.ur-mx-lg-7{margin-left:28px!important}.ur-m-lg-8{margin:32px!important}.ur-mt-lg-8,.ur-my-lg-8{margin-top:32px!important}.ur-mr-lg-8,.ur-mx-lg-8{margin-right:32px!important}.ur-mb-lg-8,.ur-my-lg-8{margin-bottom:32px!important}.ur-ml-lg-8,.ur-mx-lg-8{margin-left:32px!important}.ur-p-lg-0{padding:0!important}.ur-pt-lg-0,.ur-py-lg-0{padding-top:0!important}.ur-pr-lg-0,.ur-px-lg-0{padding-right:0!important}.ur-pb-lg-0,.ur-py-lg-0{padding-bottom:0!important}.ur-pl-lg-0,.ur-px-lg-0{padding-left:0!important}.ur-p-lg-1{padding:4px!important}.ur-pt-lg-1,.ur-py-lg-1{padding-top:4px!important}.ur-pr-lg-1,.ur-px-lg-1{padding-right:4px!important}.ur-pb-lg-1,.ur-py-lg-1{padding-bottom:4px!important}.ur-pl-lg-1,.ur-px-lg-1{padding-left:4px!important}.ur-p-lg-2{padding:8px!important}.ur-pt-lg-2,.ur-py-lg-2{padding-top:8px!important}.ur-pr-lg-2,.ur-px-lg-2{padding-right:8px!important}.ur-pb-lg-2,.ur-py-lg-2{padding-bottom:8px!important}.ur-pl-lg-2,.ur-px-lg-2{padding-left:8px!important}.ur-p-lg-3{padding:12px!important}.ur-pt-lg-3,.ur-py-lg-3{padding-top:12px!important}.ur-pr-lg-3,.ur-px-lg-3{padding-right:12px!important}.ur-pb-lg-3,.ur-py-lg-3{padding-bottom:12px!important}.ur-pl-lg-3,.ur-px-lg-3{padding-left:12px!important}.ur-p-lg-4{padding:16px!important}.ur-pt-lg-4,.ur-py-lg-4{padding-top:16px!important}.ur-pr-lg-4,.ur-px-lg-4{padding-right:16px!important}.ur-pb-lg-4,.ur-py-lg-4{padding-bottom:16px!important}.ur-pl-lg-4,.ur-px-lg-4{padding-left:16px!important}.ur-p-lg-5{padding:20px!important}.ur-pt-lg-5,.ur-py-lg-5{padding-top:20px!important}.ur-pr-lg-5,.ur-px-lg-5{padding-right:20px!important}.ur-pb-lg-5,.ur-py-lg-5{padding-bottom:20px!important}.ur-pl-lg-5,.ur-px-lg-5{padding-left:20px!important}.ur-p-lg-6{padding:24px!important}.ur-pt-lg-6,.ur-py-lg-6{padding-top:24px!important}.ur-pr-lg-6,.ur-px-lg-6{padding-right:24px!important}.ur-pb-lg-6,.ur-py-lg-6{padding-bottom:24px!important}.ur-pl-lg-6,.ur-px-lg-6{padding-left:24px!important}.ur-p-lg-7{padding:28px!important}.ur-pt-lg-7,.ur-py-lg-7{padding-top:28px!important}.ur-pr-lg-7,.ur-px-lg-7{padding-right:28px!important}.ur-pb-lg-7,.ur-py-lg-7{padding-bottom:28px!important}.ur-pl-lg-7,.ur-px-lg-7{padding-left:28px!important}.ur-p-lg-8{padding:32px!important}.ur-pt-lg-8,.ur-py-lg-8{padding-top:32px!important}.ur-pr-lg-8,.ur-px-lg-8{padding-right:32px!important}.ur-pb-lg-8,.ur-py-lg-8{padding-bottom:32px!important}.ur-pl-lg-8,.ur-px-lg-8{padding-left:32px!important}.ur-m-lg-n1{margin:-4px!important}.ur-mt-lg-n1,.ur-my-lg-n1{margin-top:-4px!important}.ur-mr-lg-n1,.ur-mx-lg-n1{margin-right:-4px!important}.ur-mb-lg-n1,.ur-my-lg-n1{margin-bottom:-4px!important}.ur-ml-lg-n1,.ur-mx-lg-n1{margin-left:-4px!important}.ur-m-lg-n2{margin:-8px!important}.ur-mt-lg-n2,.ur-my-lg-n2{margin-top:-8px!important}.ur-mr-lg-n2,.ur-mx-lg-n2{margin-right:-8px!important}.ur-mb-lg-n2,.ur-my-lg-n2{margin-bottom:-8px!important}.ur-ml-lg-n2,.ur-mx-lg-n2{margin-left:-8px!important}.ur-m-lg-n3{margin:-12px!important}.ur-mt-lg-n3,.ur-my-lg-n3{margin-top:-12px!important}.ur-mr-lg-n3,.ur-mx-lg-n3{margin-right:-12px!important}.ur-mb-lg-n3,.ur-my-lg-n3{margin-bottom:-12px!important}.ur-ml-lg-n3,.ur-mx-lg-n3{margin-left:-12px!important}.ur-m-lg-n4{margin:-16px!important}.ur-mt-lg-n4,.ur-my-lg-n4{margin-top:-16px!important}.ur-mr-lg-n4,.ur-mx-lg-n4{margin-right:-16px!important}.ur-mb-lg-n4,.ur-my-lg-n4{margin-bottom:-16px!important}.ur-ml-lg-n4,.ur-mx-lg-n4{margin-left:-16px!important}.ur-m-lg-n5{margin:-20px!important}.ur-mt-lg-n5,.ur-my-lg-n5{margin-top:-20px!important}.ur-mr-lg-n5,.ur-mx-lg-n5{margin-right:-20px!important}.ur-mb-lg-n5,.ur-my-lg-n5{margin-bottom:-20px!important}.ur-ml-lg-n5,.ur-mx-lg-n5{margin-left:-20px!important}.ur-m-lg-n6{margin:-24px!important}.ur-mt-lg-n6,.ur-my-lg-n6{margin-top:-24px!important}.ur-mr-lg-n6,.ur-mx-lg-n6{margin-right:-24px!important}.ur-mb-lg-n6,.ur-my-lg-n6{margin-bottom:-24px!important}.ur-ml-lg-n6,.ur-mx-lg-n6{margin-left:-24px!important}.ur-m-lg-n7{margin:-28px!important}.ur-mt-lg-n7,.ur-my-lg-n7{margin-top:-28px!important}.ur-mr-lg-n7,.ur-mx-lg-n7{margin-right:-28px!important}.ur-mb-lg-n7,.ur-my-lg-n7{margin-bottom:-28px!important}.ur-ml-lg-n7,.ur-mx-lg-n7{margin-left:-28px!important}.ur-m-lg-n8{margin:-32px!important}.ur-mt-lg-n8,.ur-my-lg-n8{margin-top:-32px!important}.ur-mr-lg-n8,.ur-mx-lg-n8{margin-right:-32px!important}.ur-mb-lg-n8,.ur-my-lg-n8{margin-bottom:-32px!important}.ur-ml-lg-n8,.ur-mx-lg-n8{margin-left:-32px!important}.ur-m-lg-auto{margin:auto!important}.ur-mt-lg-auto,.ur-my-lg-auto{margin-top:auto!important}.ur-mr-lg-auto,.ur-mx-lg-auto{margin-right:auto!important}.ur-mb-lg-auto,.ur-my-lg-auto{margin-bottom:auto!important}.ur-ml-lg-auto,.ur-mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.ur-m-xl-0{margin:0!important}.ur-mt-xl-0,.ur-my-xl-0{margin-top:0!important}.ur-mr-xl-0,.ur-mx-xl-0{margin-right:0!important}.ur-mb-xl-0,.ur-my-xl-0{margin-bottom:0!important}.ur-ml-xl-0,.ur-mx-xl-0{margin-left:0!important}.ur-m-xl-1{margin:4px!important}.ur-mt-xl-1,.ur-my-xl-1{margin-top:4px!important}.ur-mr-xl-1,.ur-mx-xl-1{margin-right:4px!important}.ur-mb-xl-1,.ur-my-xl-1{margin-bottom:4px!important}.ur-ml-xl-1,.ur-mx-xl-1{margin-left:4px!important}.ur-m-xl-2{margin:8px!important}.ur-mt-xl-2,.ur-my-xl-2{margin-top:8px!important}.ur-mr-xl-2,.ur-mx-xl-2{margin-right:8px!important}.ur-mb-xl-2,.ur-my-xl-2{margin-bottom:8px!important}.ur-ml-xl-2,.ur-mx-xl-2{margin-left:8px!important}.ur-m-xl-3{margin:12px!important}.ur-mt-xl-3,.ur-my-xl-3{margin-top:12px!important}.ur-mr-xl-3,.ur-mx-xl-3{margin-right:12px!important}.ur-mb-xl-3,.ur-my-xl-3{margin-bottom:12px!important}.ur-ml-xl-3,.ur-mx-xl-3{margin-left:12px!important}.ur-m-xl-4{margin:16px!important}.ur-mt-xl-4,.ur-my-xl-4{margin-top:16px!important}.ur-mr-xl-4,.ur-mx-xl-4{margin-right:16px!important}.ur-mb-xl-4,.ur-my-xl-4{margin-bottom:16px!important}.ur-ml-xl-4,.ur-mx-xl-4{margin-left:16px!important}.ur-m-xl-5{margin:20px!important}.ur-mt-xl-5,.ur-my-xl-5{margin-top:20px!important}.ur-mr-xl-5,.ur-mx-xl-5{margin-right:20px!important}.ur-mb-xl-5,.ur-my-xl-5{margin-bottom:20px!important}.ur-ml-xl-5,.ur-mx-xl-5{margin-left:20px!important}.ur-m-xl-6{margin:24px!important}.ur-mt-xl-6,.ur-my-xl-6{margin-top:24px!important}.ur-mr-xl-6,.ur-mx-xl-6{margin-right:24px!important}.ur-mb-xl-6,.ur-my-xl-6{margin-bottom:24px!important}.ur-ml-xl-6,.ur-mx-xl-6{margin-left:24px!important}.ur-m-xl-7{margin:28px!important}.ur-mt-xl-7,.ur-my-xl-7{margin-top:28px!important}.ur-mr-xl-7,.ur-mx-xl-7{margin-right:28px!important}.ur-mb-xl-7,.ur-my-xl-7{margin-bottom:28px!important}.ur-ml-xl-7,.ur-mx-xl-7{margin-left:28px!important}.ur-m-xl-8{margin:32px!important}.ur-mt-xl-8,.ur-my-xl-8{margin-top:32px!important}.ur-mr-xl-8,.ur-mx-xl-8{margin-right:32px!important}.ur-mb-xl-8,.ur-my-xl-8{margin-bottom:32px!important}.ur-ml-xl-8,.ur-mx-xl-8{margin-left:32px!important}.ur-p-xl-0{padding:0!important}.ur-pt-xl-0,.ur-py-xl-0{padding-top:0!important}.ur-pr-xl-0,.ur-px-xl-0{padding-right:0!important}.ur-pb-xl-0,.ur-py-xl-0{padding-bottom:0!important}.ur-pl-xl-0,.ur-px-xl-0{padding-left:0!important}.ur-p-xl-1{padding:4px!important}.ur-pt-xl-1,.ur-py-xl-1{padding-top:4px!important}.ur-pr-xl-1,.ur-px-xl-1{padding-right:4px!important}.ur-pb-xl-1,.ur-py-xl-1{padding-bottom:4px!important}.ur-pl-xl-1,.ur-px-xl-1{padding-left:4px!important}.ur-p-xl-2{padding:8px!important}.ur-pt-xl-2,.ur-py-xl-2{padding-top:8px!important}.ur-pr-xl-2,.ur-px-xl-2{padding-right:8px!important}.ur-pb-xl-2,.ur-py-xl-2{padding-bottom:8px!important}.ur-pl-xl-2,.ur-px-xl-2{padding-left:8px!important}.ur-p-xl-3{padding:12px!important}.ur-pt-xl-3,.ur-py-xl-3{padding-top:12px!important}.ur-pr-xl-3,.ur-px-xl-3{padding-right:12px!important}.ur-pb-xl-3,.ur-py-xl-3{padding-bottom:12px!important}.ur-pl-xl-3,.ur-px-xl-3{padding-left:12px!important}.ur-p-xl-4{padding:16px!important}.ur-pt-xl-4,.ur-py-xl-4{padding-top:16px!important}.ur-pr-xl-4,.ur-px-xl-4{padding-right:16px!important}.ur-pb-xl-4,.ur-py-xl-4{padding-bottom:16px!important}.ur-pl-xl-4,.ur-px-xl-4{padding-left:16px!important}.ur-p-xl-5{padding:20px!important}.ur-pt-xl-5,.ur-py-xl-5{padding-top:20px!important}.ur-pr-xl-5,.ur-px-xl-5{padding-right:20px!important}.ur-pb-xl-5,.ur-py-xl-5{padding-bottom:20px!important}.ur-pl-xl-5,.ur-px-xl-5{padding-left:20px!important}.ur-p-xl-6{padding:24px!important}.ur-pt-xl-6,.ur-py-xl-6{padding-top:24px!important}.ur-pr-xl-6,.ur-px-xl-6{padding-right:24px!important}.ur-pb-xl-6,.ur-py-xl-6{padding-bottom:24px!important}.ur-pl-xl-6,.ur-px-xl-6{padding-left:24px!important}.ur-p-xl-7{padding:28px!important}.ur-pt-xl-7,.ur-py-xl-7{padding-top:28px!important}.ur-pr-xl-7,.ur-px-xl-7{padding-right:28px!important}.ur-pb-xl-7,.ur-py-xl-7{padding-bottom:28px!important}.ur-pl-xl-7,.ur-px-xl-7{padding-left:28px!important}.ur-p-xl-8{padding:32px!important}.ur-pt-xl-8,.ur-py-xl-8{padding-top:32px!important}.ur-pr-xl-8,.ur-px-xl-8{padding-right:32px!important}.ur-pb-xl-8,.ur-py-xl-8{padding-bottom:32px!important}.ur-pl-xl-8,.ur-px-xl-8{padding-left:32px!important}.ur-m-xl-n1{margin:-4px!important}.ur-mt-xl-n1,.ur-my-xl-n1{margin-top:-4px!important}.ur-mr-xl-n1,.ur-mx-xl-n1{margin-right:-4px!important}.ur-mb-xl-n1,.ur-my-xl-n1{margin-bottom:-4px!important}.ur-ml-xl-n1,.ur-mx-xl-n1{margin-left:-4px!important}.ur-m-xl-n2{margin:-8px!important}.ur-mt-xl-n2,.ur-my-xl-n2{margin-top:-8px!important}.ur-mr-xl-n2,.ur-mx-xl-n2{margin-right:-8px!important}.ur-mb-xl-n2,.ur-my-xl-n2{margin-bottom:-8px!important}.ur-ml-xl-n2,.ur-mx-xl-n2{margin-left:-8px!important}.ur-m-xl-n3{margin:-12px!important}.ur-mt-xl-n3,.ur-my-xl-n3{margin-top:-12px!important}.ur-mr-xl-n3,.ur-mx-xl-n3{margin-right:-12px!important}.ur-mb-xl-n3,.ur-my-xl-n3{margin-bottom:-12px!important}.ur-ml-xl-n3,.ur-mx-xl-n3{margin-left:-12px!important}.ur-m-xl-n4{margin:-16px!important}.ur-mt-xl-n4,.ur-my-xl-n4{margin-top:-16px!important}.ur-mr-xl-n4,.ur-mx-xl-n4{margin-right:-16px!important}.ur-mb-xl-n4,.ur-my-xl-n4{margin-bottom:-16px!important}.ur-ml-xl-n4,.ur-mx-xl-n4{margin-left:-16px!important}.ur-m-xl-n5{margin:-20px!important}.ur-mt-xl-n5,.ur-my-xl-n5{margin-top:-20px!important}.ur-mr-xl-n5,.ur-mx-xl-n5{margin-right:-20px!important}.ur-mb-xl-n5,.ur-my-xl-n5{margin-bottom:-20px!important}.ur-ml-xl-n5,.ur-mx-xl-n5{margin-left:-20px!important}.ur-m-xl-n6{margin:-24px!important}.ur-mt-xl-n6,.ur-my-xl-n6{margin-top:-24px!important}.ur-mr-xl-n6,.ur-mx-xl-n6{margin-right:-24px!important}.ur-mb-xl-n6,.ur-my-xl-n6{margin-bottom:-24px!important}.ur-ml-xl-n6,.ur-mx-xl-n6{margin-left:-24px!important}.ur-m-xl-n7{margin:-28px!important}.ur-mt-xl-n7,.ur-my-xl-n7{margin-top:-28px!important}.ur-mr-xl-n7,.ur-mx-xl-n7{margin-right:-28px!important}.ur-mb-xl-n7,.ur-my-xl-n7{margin-bottom:-28px!important}.ur-ml-xl-n7,.ur-mx-xl-n7{margin-left:-28px!important}.ur-m-xl-n8{margin:-32px!important}.ur-mt-xl-n8,.ur-my-xl-n8{margin-top:-32px!important}.ur-mr-xl-n8,.ur-mx-xl-n8{margin-right:-32px!important}.ur-mb-xl-n8,.ur-my-xl-n8{margin-bottom:-32px!important}.ur-ml-xl-n8,.ur-mx-xl-n8{margin-left:-32px!important}.ur-m-xl-auto{margin:auto!important}.ur-mt-xl-auto,.ur-my-xl-auto{margin-top:auto!important}.ur-mr-xl-auto,.ur-mx-xl-auto{margin-right:auto!important}.ur-mb-xl-auto,.ur-my-xl-auto{margin-bottom:auto!important}.ur-ml-xl-auto,.ur-mx-xl-auto{margin-left:auto!important}}@media (min-width:1400px){.ur-m-xxl-0{margin:0!important}.ur-mt-xxl-0,.ur-my-xxl-0{margin-top:0!important}.ur-mr-xxl-0,.ur-mx-xxl-0{margin-right:0!important}.ur-mb-xxl-0,.ur-my-xxl-0{margin-bottom:0!important}.ur-ml-xxl-0,.ur-mx-xxl-0{margin-left:0!important}.ur-m-xxl-1{margin:4px!important}.ur-mt-xxl-1,.ur-my-xxl-1{margin-top:4px!important}.ur-mr-xxl-1,.ur-mx-xxl-1{margin-right:4px!important}.ur-mb-xxl-1,.ur-my-xxl-1{margin-bottom:4px!important}.ur-ml-xxl-1,.ur-mx-xxl-1{margin-left:4px!important}.ur-m-xxl-2{margin:8px!important}.ur-mt-xxl-2,.ur-my-xxl-2{margin-top:8px!important}.ur-mr-xxl-2,.ur-mx-xxl-2{margin-right:8px!important}.ur-mb-xxl-2,.ur-my-xxl-2{margin-bottom:8px!important}.ur-ml-xxl-2,.ur-mx-xxl-2{margin-left:8px!important}.ur-m-xxl-3{margin:12px!important}.ur-mt-xxl-3,.ur-my-xxl-3{margin-top:12px!important}.ur-mr-xxl-3,.ur-mx-xxl-3{margin-right:12px!important}.ur-mb-xxl-3,.ur-my-xxl-3{margin-bottom:12px!important}.ur-ml-xxl-3,.ur-mx-xxl-3{margin-left:12px!important}.ur-m-xxl-4{margin:16px!important}.ur-mt-xxl-4,.ur-my-xxl-4{margin-top:16px!important}.ur-mr-xxl-4,.ur-mx-xxl-4{margin-right:16px!important}.ur-mb-xxl-4,.ur-my-xxl-4{margin-bottom:16px!important}.ur-ml-xxl-4,.ur-mx-xxl-4{margin-left:16px!important}.ur-m-xxl-5{margin:20px!important}.ur-mt-xxl-5,.ur-my-xxl-5{margin-top:20px!important}.ur-mr-xxl-5,.ur-mx-xxl-5{margin-right:20px!important}.ur-mb-xxl-5,.ur-my-xxl-5{margin-bottom:20px!important}.ur-ml-xxl-5,.ur-mx-xxl-5{margin-left:20px!important}.ur-m-xxl-6{margin:24px!important}.ur-mt-xxl-6,.ur-my-xxl-6{margin-top:24px!important}.ur-mr-xxl-6,.ur-mx-xxl-6{margin-right:24px!important}.ur-mb-xxl-6,.ur-my-xxl-6{margin-bottom:24px!important}.ur-ml-xxl-6,.ur-mx-xxl-6{margin-left:24px!important}.ur-m-xxl-7{margin:28px!important}.ur-mt-xxl-7,.ur-my-xxl-7{margin-top:28px!important}.ur-mr-xxl-7,.ur-mx-xxl-7{margin-right:28px!important}.ur-mb-xxl-7,.ur-my-xxl-7{margin-bottom:28px!important}.ur-ml-xxl-7,.ur-mx-xxl-7{margin-left:28px!important}.ur-m-xxl-8{margin:32px!important}.ur-mt-xxl-8,.ur-my-xxl-8{margin-top:32px!important}.ur-mr-xxl-8,.ur-mx-xxl-8{margin-right:32px!important}.ur-mb-xxl-8,.ur-my-xxl-8{margin-bottom:32px!important}.ur-ml-xxl-8,.ur-mx-xxl-8{margin-left:32px!important}.ur-p-xxl-0{padding:0!important}.ur-pt-xxl-0,.ur-py-xxl-0{padding-top:0!important}.ur-pr-xxl-0,.ur-px-xxl-0{padding-right:0!important}.ur-pb-xxl-0,.ur-py-xxl-0{padding-bottom:0!important}.ur-pl-xxl-0,.ur-px-xxl-0{padding-left:0!important}.ur-p-xxl-1{padding:4px!important}.ur-pt-xxl-1,.ur-py-xxl-1{padding-top:4px!important}.ur-pr-xxl-1,.ur-px-xxl-1{padding-right:4px!important}.ur-pb-xxl-1,.ur-py-xxl-1{padding-bottom:4px!important}.ur-pl-xxl-1,.ur-px-xxl-1{padding-left:4px!important}.ur-p-xxl-2{padding:8px!important}.ur-pt-xxl-2,.ur-py-xxl-2{padding-top:8px!important}.ur-pr-xxl-2,.ur-px-xxl-2{padding-right:8px!important}.ur-pb-xxl-2,.ur-py-xxl-2{padding-bottom:8px!important}.ur-pl-xxl-2,.ur-px-xxl-2{padding-left:8px!important}.ur-p-xxl-3{padding:12px!important}.ur-pt-xxl-3,.ur-py-xxl-3{padding-top:12px!important}.ur-pr-xxl-3,.ur-px-xxl-3{padding-right:12px!important}.ur-pb-xxl-3,.ur-py-xxl-3{padding-bottom:12px!important}.ur-pl-xxl-3,.ur-px-xxl-3{padding-left:12px!important}.ur-p-xxl-4{padding:16px!important}.ur-pt-xxl-4,.ur-py-xxl-4{padding-top:16px!important}.ur-pr-xxl-4,.ur-px-xxl-4{padding-right:16px!important}.ur-pb-xxl-4,.ur-py-xxl-4{padding-bottom:16px!important}.ur-pl-xxl-4,.ur-px-xxl-4{padding-left:16px!important}.ur-p-xxl-5{padding:20px!important}.ur-pt-xxl-5,.ur-py-xxl-5{padding-top:20px!important}.ur-pr-xxl-5,.ur-px-xxl-5{padding-right:20px!important}.ur-pb-xxl-5,.ur-py-xxl-5{padding-bottom:20px!important}.ur-pl-xxl-5,.ur-px-xxl-5{padding-left:20px!important}.ur-p-xxl-6{padding:24px!important}.ur-pt-xxl-6,.ur-py-xxl-6{padding-top:24px!important}.ur-pr-xxl-6,.ur-px-xxl-6{padding-right:24px!important}.ur-pb-xxl-6,.ur-py-xxl-6{padding-bottom:24px!important}.ur-pl-xxl-6,.ur-px-xxl-6{padding-left:24px!important}.ur-p-xxl-7{padding:28px!important}.ur-pt-xxl-7,.ur-py-xxl-7{padding-top:28px!important}.ur-pr-xxl-7,.ur-px-xxl-7{padding-right:28px!important}.ur-pb-xxl-7,.ur-py-xxl-7{padding-bottom:28px!important}.ur-pl-xxl-7,.ur-px-xxl-7{padding-left:28px!important}.ur-p-xxl-8{padding:32px!important}.ur-pt-xxl-8,.ur-py-xxl-8{padding-top:32px!important}.ur-pr-xxl-8,.ur-px-xxl-8{padding-right:32px!important}.ur-pb-xxl-8,.ur-py-xxl-8{padding-bottom:32px!important}.ur-pl-xxl-8,.ur-px-xxl-8{padding-left:32px!important}.ur-m-xxl-n1{margin:-4px!important}.ur-mt-xxl-n1,.ur-my-xxl-n1{margin-top:-4px!important}.ur-mr-xxl-n1,.ur-mx-xxl-n1{margin-right:-4px!important}.ur-mb-xxl-n1,.ur-my-xxl-n1{margin-bottom:-4px!important}.ur-ml-xxl-n1,.ur-mx-xxl-n1{margin-left:-4px!important}.ur-m-xxl-n2{margin:-8px!important}.ur-mt-xxl-n2,.ur-my-xxl-n2{margin-top:-8px!important}.ur-mr-xxl-n2,.ur-mx-xxl-n2{margin-right:-8px!important}.ur-mb-xxl-n2,.ur-my-xxl-n2{margin-bottom:-8px!important}.ur-ml-xxl-n2,.ur-mx-xxl-n2{margin-left:-8px!important}.ur-m-xxl-n3{margin:-12px!important}.ur-mt-xxl-n3,.ur-my-xxl-n3{margin-top:-12px!important}.ur-mr-xxl-n3,.ur-mx-xxl-n3{margin-right:-12px!important}.ur-mb-xxl-n3,.ur-my-xxl-n3{margin-bottom:-12px!important}.ur-ml-xxl-n3,.ur-mx-xxl-n3{margin-left:-12px!important}.ur-m-xxl-n4{margin:-16px!important}.ur-mt-xxl-n4,.ur-my-xxl-n4{margin-top:-16px!important}.ur-mr-xxl-n4,.ur-mx-xxl-n4{margin-right:-16px!important}.ur-mb-xxl-n4,.ur-my-xxl-n4{margin-bottom:-16px!important}.ur-ml-xxl-n4,.ur-mx-xxl-n4{margin-left:-16px!important}.ur-m-xxl-n5{margin:-20px!important}.ur-mt-xxl-n5,.ur-my-xxl-n5{margin-top:-20px!important}.ur-mr-xxl-n5,.ur-mx-xxl-n5{margin-right:-20px!important}.ur-mb-xxl-n5,.ur-my-xxl-n5{margin-bottom:-20px!important}.ur-ml-xxl-n5,.ur-mx-xxl-n5{margin-left:-20px!important}.ur-m-xxl-n6{margin:-24px!important}.ur-mt-xxl-n6,.ur-my-xxl-n6{margin-top:-24px!important}.ur-mr-xxl-n6,.ur-mx-xxl-n6{margin-right:-24px!important}.ur-mb-xxl-n6,.ur-my-xxl-n6{margin-bottom:-24px!important}.ur-ml-xxl-n6,.ur-mx-xxl-n6{margin-left:-24px!important}.ur-m-xxl-n7{margin:-28px!important}.ur-mt-xxl-n7,.ur-my-xxl-n7{margin-top:-28px!important}.ur-mr-xxl-n7,.ur-mx-xxl-n7{margin-right:-28px!important}.ur-mb-xxl-n7,.ur-my-xxl-n7{margin-bottom:-28px!important}.ur-ml-xxl-n7,.ur-mx-xxl-n7{margin-left:-28px!important}.ur-m-xxl-n8{margin:-32px!important}.ur-mt-xxl-n8,.ur-my-xxl-n8{margin-top:-32px!important}.ur-mr-xxl-n8,.ur-mx-xxl-n8{margin-right:-32px!important}.ur-mb-xxl-n8,.ur-my-xxl-n8{margin-bottom:-32px!important}.ur-ml-xxl-n8,.ur-mx-xxl-n8{margin-left:-32px!important}.ur-m-xxl-auto{margin:auto!important}.ur-mt-xxl-auto,.ur-my-xxl-auto{margin-top:auto!important}.ur-mr-xxl-auto,.ur-mx-xxl-auto{margin-right:auto!important}.ur-mb-xxl-auto,.ur-my-xxl-auto{margin-bottom:auto!important}.ur-ml-xxl-auto,.ur-mx-xxl-auto{margin-left:auto!important}}.ur-container,.ur-container-full,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}.ur-container *,.ur-container ::after,.ur-container ::before,.ur-container-full *,.ur-container-full ::after,.ur-container-full ::before,.ur-container-lg *,.ur-container-lg ::after,.ur-container-lg ::before,.ur-container-md *,.ur-container-md ::after,.ur-container-md ::before,.ur-container-sm *,.ur-container-sm ::after,.ur-container-sm ::before,.ur-container-xl *,.ur-container-xl ::after,.ur-container-xl ::before,.ur-container-xxl *,.ur-container-xxl ::after,.ur-container-xxl ::before{box-sizing:border-box}@media (min-width:576px){.ur-container,.ur-container-sm{max-width:540px}}@media (min-width:768px){.ur-container,.ur-container-md,.ur-container-sm{max-width:720px}}@media (min-width:992px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm{max-width:960px}}@media (min-width:1200px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl{max-width:1140px}}@media (min-width:1400px){.ur-container,.ur-container-lg,.ur-container-md,.ur-container-sm,.ur-container-xl,.ur-container-xxl{max-width:1320px}}.ur-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.ur-col,.ur-col-1,.ur-col-10,.ur-col-11,.ur-col-12,.ur-col-2,.ur-col-3,.ur-col-4,.ur-col-5,.ur-col-6,.ur-col-7,.ur-col-8,.ur-col-9,.ur-col-auto,.ur-col-lg,.ur-col-lg-1,.ur-col-lg-10,.ur-col-lg-11,.ur-col-lg-12,.ur-col-lg-2,.ur-col-lg-3,.ur-col-lg-4,.ur-col-lg-5,.ur-col-lg-6,.ur-col-lg-7,.ur-col-lg-8,.ur-col-lg-9,.ur-col-lg-auto,.ur-col-md,.ur-col-md-1,.ur-col-md-10,.ur-col-md-11,.ur-col-md-12,.ur-col-md-2,.ur-col-md-3,.ur-col-md-4,.ur-col-md-5,.ur-col-md-6,.ur-col-md-7,.ur-col-md-8,.ur-col-md-9,.ur-col-md-auto,.ur-col-sm,.ur-col-sm-1,.ur-col-sm-10,.ur-col-sm-11,.ur-col-sm-12,.ur-col-sm-2,.ur-col-sm-3,.ur-col-sm-4,.ur-col-sm-5,.ur-col-sm-6,.ur-col-sm-7,.ur-col-sm-8,.ur-col-sm-9,.ur-col-sm-auto,.ur-col-xl,.ur-col-xl-1,.ur-col-xl-10,.ur-col-xl-11,.ur-col-xl-12,.ur-col-xl-2,.ur-col-xl-3,.ur-col-xl-4,.ur-col-xl-5,.ur-col-xl-6,.ur-col-xl-7,.ur-col-xl-8,.ur-col-xl-9,.ur-col-xl-auto,.ur-col-xxl,.ur-col-xxl-1,.ur-col-xxl-10,.ur-col-xxl-11,.ur-col-xxl-12,.ur-col-xxl-2,.ur-col-xxl-3,.ur-col-xxl-4,.ur-col-xxl-5,.ur-col-xxl-6,.ur-col-xxl-7,.ur-col-xxl-8,.ur-col-xxl-9,.ur-col-xxl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.ur-col{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-1{margin-left:8.3333333333%}.ur-offset-2{margin-left:16.6666666667%}.ur-offset-3{margin-left:25%}.ur-offset-4{margin-left:33.3333333333%}.ur-offset-5{margin-left:41.6666666667%}.ur-offset-6{margin-left:50%}.ur-offset-7{margin-left:58.3333333333%}.ur-offset-8{margin-left:66.6666666667%}.ur-offset-9{margin-left:75%}.ur-offset-10{margin-left:83.3333333333%}.ur-offset-11{margin-left:91.6666666667%}.ur-g-0,.ur-gx-0{--bs-gutter-x:0}.ur-g-0,.ur-gy-0{--bs-gutter-y:0}.ur-g-1,.ur-gx-1{--bs-gutter-x:4px}.ur-g-1,.ur-gy-1{--bs-gutter-y:4px}.ur-g-2,.ur-gx-2{--bs-gutter-x:8px}.ur-g-2,.ur-gy-2{--bs-gutter-y:8px}.ur-g-3,.ur-gx-3{--bs-gutter-x:12px}.ur-g-3,.ur-gy-3{--bs-gutter-y:12px}.ur-g-4,.ur-gx-4{--bs-gutter-x:16px}.ur-g-4,.ur-gy-4{--bs-gutter-y:16px}.ur-g-5,.ur-gx-5{--bs-gutter-x:20px}.ur-g-5,.ur-gy-5{--bs-gutter-y:20px}.ur-g-6,.ur-gx-6{--bs-gutter-x:24px}.ur-g-6,.ur-gy-6{--bs-gutter-y:24px}.ur-g-7,.ur-gx-7{--bs-gutter-x:28px}.ur-g-7,.ur-gy-7{--bs-gutter-y:28px}.ur-g-8,.ur-gx-8{--bs-gutter-x:32px}.ur-g-8,.ur-gy-8{--bs-gutter-y:32px}@media (min-width:576px){.ur-col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-sm-0{margin-left:0}.ur-offset-sm-1{margin-left:8.3333333333%}.ur-offset-sm-2{margin-left:16.6666666667%}.ur-offset-sm-3{margin-left:25%}.ur-offset-sm-4{margin-left:33.3333333333%}.ur-offset-sm-5{margin-left:41.6666666667%}.ur-offset-sm-6{margin-left:50%}.ur-offset-sm-7{margin-left:58.3333333333%}.ur-offset-sm-8{margin-left:66.6666666667%}.ur-offset-sm-9{margin-left:75%}.ur-offset-sm-10{margin-left:83.3333333333%}.ur-offset-sm-11{margin-left:91.6666666667%}.ur-g-sm-0,.ur-gx-sm-0{--bs-gutter-x:0}.ur-g-sm-0,.ur-gy-sm-0{--bs-gutter-y:0}.ur-g-sm-1,.ur-gx-sm-1{--bs-gutter-x:4px}.ur-g-sm-1,.ur-gy-sm-1{--bs-gutter-y:4px}.ur-g-sm-2,.ur-gx-sm-2{--bs-gutter-x:8px}.ur-g-sm-2,.ur-gy-sm-2{--bs-gutter-y:8px}.ur-g-sm-3,.ur-gx-sm-3{--bs-gutter-x:12px}.ur-g-sm-3,.ur-gy-sm-3{--bs-gutter-y:12px}.ur-g-sm-4,.ur-gx-sm-4{--bs-gutter-x:16px}.ur-g-sm-4,.ur-gy-sm-4{--bs-gutter-y:16px}.ur-g-sm-5,.ur-gx-sm-5{--bs-gutter-x:20px}.ur-g-sm-5,.ur-gy-sm-5{--bs-gutter-y:20px}.ur-g-sm-6,.ur-gx-sm-6{--bs-gutter-x:24px}.ur-g-sm-6,.ur-gy-sm-6{--bs-gutter-y:24px}.ur-g-sm-7,.ur-gx-sm-7{--bs-gutter-x:28px}.ur-g-sm-7,.ur-gy-sm-7{--bs-gutter-y:28px}.ur-g-sm-8,.ur-gx-sm-8{--bs-gutter-x:32px}.ur-g-sm-8,.ur-gy-sm-8{--bs-gutter-y:32px}}@media (min-width:768px){.ur-col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-md-0{margin-left:0}.ur-offset-md-1{margin-left:8.3333333333%}.ur-offset-md-2{margin-left:16.6666666667%}.ur-offset-md-3{margin-left:25%}.ur-offset-md-4{margin-left:33.3333333333%}.ur-offset-md-5{margin-left:41.6666666667%}.ur-offset-md-6{margin-left:50%}.ur-offset-md-7{margin-left:58.3333333333%}.ur-offset-md-8{margin-left:66.6666666667%}.ur-offset-md-9{margin-left:75%}.ur-offset-md-10{margin-left:83.3333333333%}.ur-offset-md-11{margin-left:91.6666666667%}.ur-g-md-0,.ur-gx-md-0{--bs-gutter-x:0}.ur-g-md-0,.ur-gy-md-0{--bs-gutter-y:0}.ur-g-md-1,.ur-gx-md-1{--bs-gutter-x:4px}.ur-g-md-1,.ur-gy-md-1{--bs-gutter-y:4px}.ur-g-md-2,.ur-gx-md-2{--bs-gutter-x:8px}.ur-g-md-2,.ur-gy-md-2{--bs-gutter-y:8px}.ur-g-md-3,.ur-gx-md-3{--bs-gutter-x:12px}.ur-g-md-3,.ur-gy-md-3{--bs-gutter-y:12px}.ur-g-md-4,.ur-gx-md-4{--bs-gutter-x:16px}.ur-g-md-4,.ur-gy-md-4{--bs-gutter-y:16px}.ur-g-md-5,.ur-gx-md-5{--bs-gutter-x:20px}.ur-g-md-5,.ur-gy-md-5{--bs-gutter-y:20px}.ur-g-md-6,.ur-gx-md-6{--bs-gutter-x:24px}.ur-g-md-6,.ur-gy-md-6{--bs-gutter-y:24px}.ur-g-md-7,.ur-gx-md-7{--bs-gutter-x:28px}.ur-g-md-7,.ur-gy-md-7{--bs-gutter-y:28px}.ur-g-md-8,.ur-gx-md-8{--bs-gutter-x:32px}.ur-g-md-8,.ur-gy-md-8{--bs-gutter-y:32px}}@media (min-width:992px){.ur-col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-lg-0{margin-left:0}.ur-offset-lg-1{margin-left:8.3333333333%}.ur-offset-lg-2{margin-left:16.6666666667%}.ur-offset-lg-3{margin-left:25%}.ur-offset-lg-4{margin-left:33.3333333333%}.ur-offset-lg-5{margin-left:41.6666666667%}.ur-offset-lg-6{margin-left:50%}.ur-offset-lg-7{margin-left:58.3333333333%}.ur-offset-lg-8{margin-left:66.6666666667%}.ur-offset-lg-9{margin-left:75%}.ur-offset-lg-10{margin-left:83.3333333333%}.ur-offset-lg-11{margin-left:91.6666666667%}.ur-g-lg-0,.ur-gx-lg-0{--bs-gutter-x:0}.ur-g-lg-0,.ur-gy-lg-0{--bs-gutter-y:0}.ur-g-lg-1,.ur-gx-lg-1{--bs-gutter-x:4px}.ur-g-lg-1,.ur-gy-lg-1{--bs-gutter-y:4px}.ur-g-lg-2,.ur-gx-lg-2{--bs-gutter-x:8px}.ur-g-lg-2,.ur-gy-lg-2{--bs-gutter-y:8px}.ur-g-lg-3,.ur-gx-lg-3{--bs-gutter-x:12px}.ur-g-lg-3,.ur-gy-lg-3{--bs-gutter-y:12px}.ur-g-lg-4,.ur-gx-lg-4{--bs-gutter-x:16px}.ur-g-lg-4,.ur-gy-lg-4{--bs-gutter-y:16px}.ur-g-lg-5,.ur-gx-lg-5{--bs-gutter-x:20px}.ur-g-lg-5,.ur-gy-lg-5{--bs-gutter-y:20px}.ur-g-lg-6,.ur-gx-lg-6{--bs-gutter-x:24px}.ur-g-lg-6,.ur-gy-lg-6{--bs-gutter-y:24px}.ur-g-lg-7,.ur-gx-lg-7{--bs-gutter-x:28px}.ur-g-lg-7,.ur-gy-lg-7{--bs-gutter-y:28px}.ur-g-lg-8,.ur-gx-lg-8{--bs-gutter-x:32px}.ur-g-lg-8,.ur-gy-lg-8{--bs-gutter-y:32px}}@media (min-width:1200px){.ur-col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xl-0{margin-left:0}.ur-offset-xl-1{margin-left:8.3333333333%}.ur-offset-xl-2{margin-left:16.6666666667%}.ur-offset-xl-3{margin-left:25%}.ur-offset-xl-4{margin-left:33.3333333333%}.ur-offset-xl-5{margin-left:41.6666666667%}.ur-offset-xl-6{margin-left:50%}.ur-offset-xl-7{margin-left:58.3333333333%}.ur-offset-xl-8{margin-left:66.6666666667%}.ur-offset-xl-9{margin-left:75%}.ur-offset-xl-10{margin-left:83.3333333333%}.ur-offset-xl-11{margin-left:91.6666666667%}.ur-g-xl-0,.ur-gx-xl-0{--bs-gutter-x:0}.ur-g-xl-0,.ur-gy-xl-0{--bs-gutter-y:0}.ur-g-xl-1,.ur-gx-xl-1{--bs-gutter-x:4px}.ur-g-xl-1,.ur-gy-xl-1{--bs-gutter-y:4px}.ur-g-xl-2,.ur-gx-xl-2{--bs-gutter-x:8px}.ur-g-xl-2,.ur-gy-xl-2{--bs-gutter-y:8px}.ur-g-xl-3,.ur-gx-xl-3{--bs-gutter-x:12px}.ur-g-xl-3,.ur-gy-xl-3{--bs-gutter-y:12px}.ur-g-xl-4,.ur-gx-xl-4{--bs-gutter-x:16px}.ur-g-xl-4,.ur-gy-xl-4{--bs-gutter-y:16px}.ur-g-xl-5,.ur-gx-xl-5{--bs-gutter-x:20px}.ur-g-xl-5,.ur-gy-xl-5{--bs-gutter-y:20px}.ur-g-xl-6,.ur-gx-xl-6{--bs-gutter-x:24px}.ur-g-xl-6,.ur-gy-xl-6{--bs-gutter-y:24px}.ur-g-xl-7,.ur-gx-xl-7{--bs-gutter-x:28px}.ur-g-xl-7,.ur-gy-xl-7{--bs-gutter-y:28px}.ur-g-xl-8,.ur-gx-xl-8{--bs-gutter-x:32px}.ur-g-xl-8,.ur-gy-xl-8{--bs-gutter-y:32px}}@media (min-width:1400px){.ur-col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;flex:1 0 0%}.ur-row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-row-cols-xxl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%}.ur-row-cols-xxl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:50%}.ur-row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.ur-row-cols-xxl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:25%}.ur-row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:20%}.ur-row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.ur-col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.ur-col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.ur-col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.ur-col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ur-col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.ur-col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.ur-col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ur-col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.ur-col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.ur-col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ur-col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.ur-col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.ur-col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ur-offset-xxl-0{margin-left:0}.ur-offset-xxl-1{margin-left:8.3333333333%}.ur-offset-xxl-2{margin-left:16.6666666667%}.ur-offset-xxl-3{margin-left:25%}.ur-offset-xxl-4{margin-left:33.3333333333%}.ur-offset-xxl-5{margin-left:41.6666666667%}.ur-offset-xxl-6{margin-left:50%}.ur-offset-xxl-7{margin-left:58.3333333333%}.ur-offset-xxl-8{margin-left:66.6666666667%}.ur-offset-xxl-9{margin-left:75%}.ur-offset-xxl-10{margin-left:83.3333333333%}.ur-offset-xxl-11{margin-left:91.6666666667%}.ur-g-xxl-0,.ur-gx-xxl-0{--bs-gutter-x:0}.ur-g-xxl-0,.ur-gy-xxl-0{--bs-gutter-y:0}.ur-g-xxl-1,.ur-gx-xxl-1{--bs-gutter-x:4px}.ur-g-xxl-1,.ur-gy-xxl-1{--bs-gutter-y:4px}.ur-g-xxl-2,.ur-gx-xxl-2{--bs-gutter-x:8px}.ur-g-xxl-2,.ur-gy-xxl-2{--bs-gutter-y:8px}.ur-g-xxl-3,.ur-gx-xxl-3{--bs-gutter-x:12px}.ur-g-xxl-3,.ur-gy-xxl-3{--bs-gutter-y:12px}.ur-g-xxl-4,.ur-gx-xxl-4{--bs-gutter-x:16px}.ur-g-xxl-4,.ur-gy-xxl-4{--bs-gutter-y:16px}.ur-g-xxl-5,.ur-gx-xxl-5{--bs-gutter-x:20px}.ur-g-xxl-5,.ur-gy-xxl-5{--bs-gutter-y:20px}.ur-g-xxl-6,.ur-gx-xxl-6{--bs-gutter-x:24px}.ur-g-xxl-6,.ur-gy-xxl-6{--bs-gutter-y:24px}.ur-g-xxl-7,.ur-gx-xxl-7{--bs-gutter-x:28px}.ur-g-xxl-7,.ur-gy-xxl-7{--bs-gutter-y:28px}.ur-g-xxl-8,.ur-gx-xxl-8{--bs-gutter-x:32px}.ur-g-xxl-8,.ur-gy-xxl-8{--bs-gutter-y:32px}}.user-registration-overlay{background-color:rgba(45,53,89,.3);position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.user-registration-overlay.is-fixed{position:fixed}#wpcontent .user-registration-overlay{margin-left:-20px}.user-registration-overlay .ur-spinner{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}.user-registration-overlay .ur-spinner::before{width:20px;height:20px}#wpcontent .wrap .user-registration-header{margin:-10px -20px 0 -22px}.user-registration-header{background:#fff;padding:12px 16px}.user-registration-template-setup{max-width:1074px;margin:40px auto 0}.user-registration-template-setup *,.user-registration-template-setup ::after,.user-registration-template-setup ::before{box-sizing:border-box}.user-registration-template-wrap{cursor:pointer;margin-bottom:24px}.user-registration-template-wrap#user-registration-email-template-blank .user-registration-template-wrap__figure::before{content:'';display:block;background-color:rgba(45,53,89,.2);position:absolute;top:0;bottom:0;width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:0;visibility:none}.user-registration-template-wrap#user-registration-email-template-blank:hover .user-registration-template-wrap__figure::before{opacity:1;visibility:visible}.user-registration-template-wrap__figure{background-color:#f0f1f5;margin:0;min-height:260px;position:relative;border-radius:4px;overflow:hidden}.user-registration-template-wrap__figure img{max-width:100%;display:block}.user-registration-template-wrap__overlay{background:rgba(45,53,89,.6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;visibility:hidden;opacity:0}.user-registration-template-wrap__overlay .button{border-color:#fff}.user-registration-template-wrap__title{color:#4c5477;font-size:16px;font-weight:500}.user-registration-template-wrap__title:hover{color:#475bb2}.user-registration-template-wrap:hover .user-registration-template-wrap__overlay{visibility:visible;opacity:1}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@keyframes ur-circle-loading{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes ur-circle-loading-keyframe{0%,100%{-webkit-animation-timing-function:cubic-bezier(.2,0,.8,1);animation-timing-function:cubic-bezier(.2,0,.8,1)}50%{-webkit-animation-timing-function:cubic-bezier(0,.2,1,.8);animation-timing-function:cubic-bezier(0,.2,1,.8)}0%{-webkit-transform:rotate(0) translate(0,-20px) scale(0);transform:rotate(0) translate(0,-20px) scale(0)}50%{-webkit-transform:rotate(180deg) translate(0,-20px) scale(1);transform:rotate(180deg) translate(0,-20px) scale(1)}100%{-webkit-transform:rotate(360deg) translate(0,-20px) scale(0);transform:rotate(360deg) translate(0,-20px) scale(0)}}@-webkit-keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes open-message{0%{opacity:0;-webkit-transform:translateY(-120%);transform:translateY(-120%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes close-message{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.blockUI.blockOverlay::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.toplevel_page_user-registration .shortcode .widefat{width:calc(100% - 40px)}.toplevel_page_user-registration .shortcode .ur-copy-shortcode{padding:4px;line-height:1}.ur-spinner{width:16px;height:16px;margin-left:6px;margin-bottom:2px;display:inline-block;vertical-align:middle}.ur-spinner::before{width:16px;height:16px;position:absolute;display:block;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover}.user-registration__wrap *,.user-registration__wrap ::after,.user-registration__wrap ::before{box-sizing:border-box}.ur-export-users-page{margin-top:6px}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox{width:50%;-webkit-box-flex:1;-webkit-flex:1;flex:1}.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .hndle{border-bottom:1px solid #ccd0d4}.swal2-container .user-registration-swal2-modal .ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .swal2-container .user-registration-swal2-modal .swal2-input,.ur-export-users-page .nav-tab-content .nav-tab-inside .postbox .ur-input{max-width:inherit}.ur-export-users-page .nav-tab-content .hndle,.ur-export-users-page .nav-tab-content .stuffbox .hndle{margin:10px;padding-bottom:10px}.ur-export-users-page .nav-tab-content .stuffbox{padding:10px}.ur-label .user-registration-help-tip{margin-left:2px}.ur_addons_wrap *,.ur_addons_wrap ::after,.ur_addons_wrap ::before{box-sizing:border-box}.ur_addons_wrap .products{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.ur_addons_wrap .products li{width:20%;padding:0 12px;-webkit-box-flex:0;-webkit-flex:0 0 20%;flex:0 0 20%;margin-bottom:24px}@media only screen and (max-width:1599px){.ur_addons_wrap .products li{width:33.333%;-webkit-box-flex:0;-webkit-flex:0 0 33.333%;flex:0 0 33.333%}}@media only screen and (max-width:768px){.ur_addons_wrap .products li{width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width:480px){.ur_addons_wrap .products li{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%;margin-bottom:12px}}.ur_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.ur_addons_wrap .products li a .product-image{display:block;background:#fff}.ur_addons_wrap .products li a .product-image img{max-width:100%;display:block;margin:0}.ur_addons_wrap .products li a img.extension-thumb+h3{display:none}.ur_addons_wrap .products li a .price{display:none}.ur_addons_wrap .products li a h2,.ur_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.ur_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.ur_addons_wrap .products li a:focus,.ur_addons_wrap .products li a:hover{background-color:#fff}.clear{clear:both}.wrap.user-registration div.error,.wrap.user-registration div.updated{margin-top:10px}.user-registration_page_add-new-registration #wpfooter{display:none}.user-registration_page_add-new-registration .ur-form-container{margin:0}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container{position:fixed;left:160px;right:0;top:0;bottom:0;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;z-index:9}.user-registration_page_add-new-registration .ur-form-container .ur-loading-container .ur-circle-loading{margin:auto;left:30px}.user-registration_page_add-new-registration .ur-form-container #menu-management{margin-top:0}.user-registration_page_add-new-registration .ur-form-container #menu-management .menu-edit{position:fixed;left:160px;right:0;border:none;box-shadow:none;margin-bottom:0}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.closed .ur-fs-close-label{display:none}.user-registration_page_add-new-registration .ur-form-container #ur-full-screen-mode.opened .ur-fs-open-label{display:none}.user-registration_page_add-new-registration #menu-management-liquid{margin-top:0;margin-left:-20px;min-width:calc(100% + 20px)}.user-registration_page_add-new-registration #nav-menu-header{padding:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;border-color:#dee0e9;background-color:#fff;z-index:9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo{border-right:1px solid #dee0e9}.user-registration_page_add-new-registration #nav-menu-header .ur-brand-logo img{width:32px;height:32px;margin-right:8px;display:-webkit-box;display:-webkit-flex;display:flex}.user-registration_page_add-new-registration #nav-menu-header::after,.user-registration_page_add-new-registration #nav-menu-header::before{content:'';display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;left:0;right:0;bottom:0;background:#fff}.user-registration_page_add-new-registration #nav-menu-header::before{top:0;z-index:-1}.user-registration_page_add-new-registration #nav-menu-header::after{height:10px;box-shadow:0 4px 8px rgba(45,53,89,.08);z-index:-2}.user-registration_page_add-new-registration .major-publishing-actions{clear:both;line-height:28px;margin-left:auto}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:right;float:right}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action input.code{width:265px;height:33px;padding:0 6px;margin:0;border-color:#dee0e9;background-color:#f0f1f5;border-radius:3px 0 0 3px}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode{margin-left:-5px;border-radius:0 4px 4px 0}.user-registration_page_add-new-registration .major-publishing-actions #copy-shortcode svg{fill:#fff;margin-bottom:5px;vertical-align:middle}.ur-backbone-modal *{box-sizing:border-box}.ur-backbone-modal .ur-backbone-modal-content{position:fixed;background-color:#fff;z-index:100000;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px}.ur-backbone-modal .ur-backbone-modal-content article{overflow:auto}.ur-backbone-modal.ur-backbone-modal-content{width:75%;min-width:500px}.ur-backbone-modal .select2-container{width:100%!important}.ur-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background-color:#2d3559;opacity:.7;z-index:99900}.ur-backbone-modal-main{padding-bottom:55px}.ur-backbone-modal-main article,.ur-backbone-modal-main header{display:block;position:relative}.ur-backbone-modal-main .ur-backbone-modal-header{height:auto;background-color:#f0f1f5;padding:1em 1.5em;border-bottom:1px solid #dee0e9}.ur-backbone-modal-main .ur-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #dee0e9;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before{font:normal 22px/50px dashicons!important;color:#676d8a;display:block;content:'\f335';font-weight:300}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus,.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:hover{background-color:#dee0e9;border-color:#ccc;color:#2d3559}.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link:focus{outline:0}.ur-backbone-modal-main article{padding:1.5em}.ur-backbone-modal-main article p{margin:1.5em 0}.ur-backbone-modal-main article p:first-child{margin-top:0}.ur-backbone-modal-main article p:last-child{margin-bottom:0}.ur-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.ur-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background-color:#f0f1f5;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.ur-backbone-modal-main footer .inner{float:right;line-height:23px}.ur-backbone-modal-main footer .inner .button{margin-bottom:0}.user-registration nav.ur-nav-tab-wrapper{margin:1.5em 0 1em}.user-registration #mainform>.subsubsub{background:#e5e5e5;float:none}.user-registration #mainform>.subsubsub a{display:block;padding:7px 10px}.user-registration #mainform>.subsubsub a.current{color:#fff;background:#475bb2}.user-registration textarea[disabled=disabled]{background:#dfdfdf!important}.user-registration table.form-table{margin:0;position:relative}.user-registration table.form-table fieldset{margin-top:4px}.user-registration table.form-table fieldset .user-registration-help-tip,.user-registration table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.user-registration table.form-table fieldset p.description{margin-bottom:8px}.user-registration table.form-table fieldset:first-child{margin-top:0}.user-registration table.form-table th{position:relative;padding-right:24px}.user-registration table.form-table th label{display:inline-block}.user-registration table.form-table th .user-registration-help-tip,.user-registration table.form-table th img.help_tip{margin:0 -24px 0 0;float:right}.user-registration table.form-table .select2-container{display:block;max-width:350px;margin-bottom:3px}.user-registration table.form-table .forminp-radio ul{margin:0}.user-registration table.form-table .forminp-radio ul li{line-height:1.4em}.user-registration table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.user-registration table.form-table input.regular-input{width:25em}.user-registration table.form-table textarea.wide-input{width:100%}.user-registration table.form-table .help_tip,.user-registration table.form-table .user-registration-help-tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.user-registration table.form-table .wp-list-table .user-registration-help-tip{float:none}.user-registration table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.user-registration table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none transparent!important}.user-registration table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.user-registration table.form-table .colorpickpreview{padding:3px;padding-left:20px;border:1px solid #dee0e9;border-right:0}.user-registration table.form-table .colorpick{border-left:0}.user-registration table.form-table .image_width_settings{vertical-align:middle}.user-registration table.form-table .image_width_settings label{margin-left:10px}.user-registration table.form-table .dashicons{margin-bottom:2px;vertical-align:middle}.ur-registered-from{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff}.ur-registered-from *{box-sizing:border-box}.ur-registered-from :focus{outline:0}.ur-registered-from a{text-decoration:none}.ur-registered-from h3,.ur-registered-from h4{color:#2d3559;font-weight:500}.ur-registered-from h4{font-size:16px}.ur-registered-from .ur-field label{font-weight:400;word-break:break-all}.ur-registered-from .ur-field label:last-child{margin-bottom:0}.ur-registered-from .ur-field input[type=checkbox],.ur-registered-from .ur-field input[type=radio]{opacity:1;box-shadow:none;border-color:#dee0e9}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label{display:inline-block;width:auto}.ur-registered-from .wp-picker-container .wp-picker-input-wrap label input.wp-color-picker{height:auto;padding:3px 5px}.ur-registered-from .ur-no-pointer{pointer-events:none}.ur-registered-from .ur-registered-item{cursor:move;padding:4px;color:#676d8a;height:110px;font-size:12px;border-radius:4px;margin:0 8px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;width:calc(33.3333% - 16px);background-color:#f0f1f5}.ur-registered-from .ur-registered-item .ur-icon{font-size:32px;margin-bottom:4px}.ur-registered-from .ur-registered-item:hover{background-color:#475bb2;color:#fff}.ur-registered-from .ur-registered-item.ui-draggable-dragging{width:110px!important;z-index:9!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled{color:#b6bbcf}.ur-registered-from .ur-registered-item.ui-draggable-disabled.ur-upgradable-field{cursor:pointer!important}.ur-registered-from .ur-registered-item.ui-draggable-disabled:hover{background:#f0f1f5;cursor:not-allowed}.ur-registered-from .ur-registered-inputs{width:412px}.ur-registered-from .ur-registered-inputs .ur-tabs{border:0 none;padding:0;font-size:14px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists{background-color:#f0f1f5;background-image:none;padding:0;border-radius:0;margin:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:none;border-top:0 none;border-right:0 none;border-left:0 none}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li{background-color:transparent;background-image:none;border-radius:0;margin:0;margin-bottom:-1px;padding:0;border:0;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.active{margin-bottom:0;padding-bottom:0}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li.ui-state-disabled{opacity:1}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a{float:none;text-decoration:none;margin:0;border:none;display:block;color:#2d3559;background-color:transparent;padding:12px 15px;font-weight:500;cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus{box-shadow:0 0 0 0 transparent,0 0 0 0 transparent}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active{background-color:#fff;color:#475bb2;line-height:24px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 130px);position:relative;overflow-y:auto}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content{padding:16px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text{height:40px;padding:8px 12px;font-size:14px;background:#f0f1f5;border-color:#f0f1f5;border-radius:4px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields input.ur-type-text::placeholder{color:#b6bbcf}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-search-fields svg{position:absolute;right:12px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found{text-align:center;margin-top:2.85em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-fields-not-found .ur-fields-not-found-title{font-size:1.7em}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-field-options,.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content#ur-tab-registered-fields{background-color:#fff}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2{margin:16px 0;font-size:1em;font-weight:500;color:#2d3559}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content h2~hr{border-top:1px solid #dee0e9}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 16px);margin-left:-8px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list:last-child{margin-bottom:0}.ur-registered-from .ur-registered-inputs .ur-toggle-heading{cursor:pointer}.ur-registered-from .ur-registered-inputs .ur-toggle-heading:before{content:'\f142';cursor:pointer;display:block;font:400 20px/1 Dashicons;line-height:.5!important;padding:4px;position:relative;right:0;top:0;float:right}.ur-registered-from .ur-registered-inputs .ur-toggle-heading.closed:before{content:'\f140'}.ur-registered-from .ui-widget select,.ur-registered-from input[type=date],.ur-registered-from input[type=email],.ur-registered-from input[type=file],.ur-registered-from input[type=month],.ur-registered-from input[type=number],.ur-registered-from input[type=password],.ur-registered-from input[type=phone],.ur-registered-from input[type=tel],.ur-registered-from input[type=text],.ur-registered-from input[type=time],.ur-registered-from input[type=timepicker],.ur-registered-from input[type=url],.ur-registered-from input[type=week],.ur-registered-from select,.ur-registered-from textarea{width:100%;max-width:100%;height:32px;line-height:initial;display:block;color:#4c5477;font-size:13px;padding:4px 8px;border-radius:3px;border:1px solid #dee0e9;box-shadow:0 0 0 transparent}.ur-registered-from .ui-widget select:focus,.ur-registered-from input[type=date]:focus,.ur-registered-from input[type=email]:focus,.ur-registered-from input[type=file]:focus,.ur-registered-from input[type=month]:focus,.ur-registered-from input[type=number]:focus,.ur-registered-from input[type=password]:focus,.ur-registered-from input[type=phone]:focus,.ur-registered-from input[type=tel]:focus,.ur-registered-from input[type=text]:focus,.ur-registered-from input[type=time]:focus,.ur-registered-from input[type=timepicker]:focus,.ur-registered-from input[type=url]:focus,.ur-registered-from input[type=week]:focus,.ur-registered-from select:focus,.ur-registered-from textarea:focus{border-color:#475bb2}.ur-registered-from .ui-widget select::-webkit-input-placeholder,.ur-registered-from input[type=date]::-webkit-input-placeholder,.ur-registered-from input[type=email]::-webkit-input-placeholder,.ur-registered-from input[type=file]::-webkit-input-placeholder,.ur-registered-from input[type=month]::-webkit-input-placeholder,.ur-registered-from input[type=number]::-webkit-input-placeholder,.ur-registered-from input[type=password]::-webkit-input-placeholder,.ur-registered-from input[type=phone]::-webkit-input-placeholder,.ur-registered-from input[type=tel]::-webkit-input-placeholder,.ur-registered-from input[type=text]::-webkit-input-placeholder,.ur-registered-from input[type=time]::-webkit-input-placeholder,.ur-registered-from input[type=timepicker]::-webkit-input-placeholder,.ur-registered-from input[type=url]::-webkit-input-placeholder,.ur-registered-from input[type=week]::-webkit-input-placeholder,.ur-registered-from select::-webkit-input-placeholder,.ur-registered-from textarea::-webkit-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::-ms-input-placeholder,.ur-registered-from input[type=date]::-ms-input-placeholder,.ur-registered-from input[type=email]::-ms-input-placeholder,.ur-registered-from input[type=file]::-ms-input-placeholder,.ur-registered-from input[type=month]::-ms-input-placeholder,.ur-registered-from input[type=number]::-ms-input-placeholder,.ur-registered-from input[type=password]::-ms-input-placeholder,.ur-registered-from input[type=phone]::-ms-input-placeholder,.ur-registered-from input[type=tel]::-ms-input-placeholder,.ur-registered-from input[type=text]::-ms-input-placeholder,.ur-registered-from input[type=time]::-ms-input-placeholder,.ur-registered-from input[type=timepicker]::-ms-input-placeholder,.ur-registered-from input[type=url]::-ms-input-placeholder,.ur-registered-from input[type=week]::-ms-input-placeholder,.ur-registered-from select::-ms-input-placeholder,.ur-registered-from textarea::-ms-input-placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select::placeholder,.ur-registered-from input[type=date]::placeholder,.ur-registered-from input[type=email]::placeholder,.ur-registered-from input[type=file]::placeholder,.ur-registered-from input[type=month]::placeholder,.ur-registered-from input[type=number]::placeholder,.ur-registered-from input[type=password]::placeholder,.ur-registered-from input[type=phone]::placeholder,.ur-registered-from input[type=tel]::placeholder,.ur-registered-from input[type=text]::placeholder,.ur-registered-from input[type=time]::placeholder,.ur-registered-from input[type=timepicker]::placeholder,.ur-registered-from input[type=url]::placeholder,.ur-registered-from input[type=week]::placeholder,.ur-registered-from select::placeholder,.ur-registered-from textarea::placeholder{color:#b6bbcf}.ur-registered-from .ui-widget select:disabled,.ur-registered-from input[type=date]:disabled,.ur-registered-from input[type=email]:disabled,.ur-registered-from input[type=file]:disabled,.ur-registered-from input[type=month]:disabled,.ur-registered-from input[type=number]:disabled,.ur-registered-from input[type=password]:disabled,.ur-registered-from input[type=phone]:disabled,.ur-registered-from input[type=tel]:disabled,.ur-registered-from input[type=text]:disabled,.ur-registered-from input[type=time]:disabled,.ur-registered-from input[type=timepicker]:disabled,.ur-registered-from input[type=url]:disabled,.ur-registered-from input[type=week]:disabled,.ur-registered-from select:disabled,.ur-registered-from textarea:disabled{color:#b6bbcf;background:#f0f1f5}.ur-registered-from select{padding-right:0}.ur-registered-from label{display:block;width:100%;margin-bottom:8px;color:#4c5477;font-size:13px;font-weight:500;line-height:1.25}.ur-registered-from textarea{padding:10px;height:100px}.ur-registered-from .ur-builder-wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;height:calc(100vh - 89px);background:#fafafc;border-left:1px solid #dee0e9;overflow-y:auto}.ur-registered-from .ur-builder-wrapper input[type=date]:disabled,.ur-registered-from .ur-builder-wrapper input[type=email]:disabled,.ur-registered-from .ur-builder-wrapper input[type=file]:disabled,.ur-registered-from .ur-builder-wrapper input[type=month]:disabled,.ur-registered-from .ur-builder-wrapper input[type=number]:disabled,.ur-registered-from .ur-builder-wrapper input[type=password]:disabled,.ur-registered-from .ur-builder-wrapper input[type=phone]:disabled,.ur-registered-from .ur-builder-wrapper input[type=tel]:disabled,.ur-registered-from .ur-builder-wrapper input[type=text]:disabled,.ur-registered-from .ur-builder-wrapper input[type=time]:disabled,.ur-registered-from .ur-builder-wrapper input[type=timepicker]:disabled,.ur-registered-from .ur-builder-wrapper input[type=url]:disabled,.ur-registered-from .ur-builder-wrapper input[type=week]:disabled,.ur-registered-from .ur-builder-wrapper select:disabled,.ur-registered-from .ur-builder-wrapper textarea:disabled{background:#fff}.ur-registered-from .ur-builder-wrapper .ur-builder-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-button-quick-links{bottom:60px}.ur-registered-from .ur-builder-wrapper.ur-multipart .ur-builder-wrapper-footer .button.button-style-customizer{bottom:124px}.ur-registered-from .ur-selected-inputs{box-sizing:border-box;padding:0 20px}.ur-registered-from .ur-selected-inputs .ur-single-row{border-radius:3px;position:relative;border:1px solid transparent}.ur-registered-from .ur-selected-inputs .ur-single-row:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;right:0;z-index:1;opacity:0;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button{display:-webkit-box;display:-webkit-flex;display:flex;border-radius:0;border:0;background-color:#676d8a;color:#fff;font-size:16px;height:auto;width:auto;cursor:pointer;margin:0;padding:4px 6px;line-height:1;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button svg{width:16px;height:16px;font-size:16px;fill:#fff}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:before{font-family:dashicons}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button.ur-remove-row:hover{background:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:hover{background:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:first-child{border-radius:3px 0 0 3px;border-right:1px solid rgba(255,255,255,.2)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids button:nth-child(2){border-radius:0 3px 3px 0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content{background:#fff;padding:1rem;position:absolute;top:40px;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;white-space:nowrap;border:1px solid #dee0e9;border-radius:4px;box-shadow:1px 4px 14px 1px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content small{font-size:12px;margin-bottom:.5rem;color:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;margin-right:.5rem}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector svg{width:32px;height:32px;fill:#676d8a}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content .ur-grid-selector:last-child{margin-right:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grids .ur-toggle-grid-content::before{content:'';width:8px;height:8px;border:solid #dee0e9;border-width:1px;border-left:transparent;border-bottom:transparent;position:absolute;top:-5px;right:36px;background:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;text-align:center;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{display:inline-block;text-align:left;border:0 none;padding:15px;-webkit-box-flex:1;-webkit-flex:1;flex:1;border:1px solid transparent;border-radius:4px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{margin-bottom:5px;position:relative;padding:15px;cursor:move;border:1px solid transparent;border-radius:4px;-webkit-transition:border-color .35s;transition:border-color .35s}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .select2-container .select2-search--inline .select2-search__field{height:auto;min-width:10px;background:0 0;margin:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-input-type-signature canvas{background:rgba(255,255,255,.5);border:1px solid #dee0e9}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:last-child{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ur-item-active,.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover{background:#fff;border:1px solid #475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-helper{box-shadow:0 0 10px 5px rgba(45,53,89,.1)}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item.ui-sortable-placeholder{visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons{display:none;position:absolute;right:10px;width:50px;text-align:center;padding:0;font-size:10px;top:10px;color:#b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span{cursor:pointer;font-size:16px;height:auto}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons span:hover{color:#475bb2}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur-action-buttons .ur-trash:hover{color:#ff4149}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_left{text-align:left}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_center{text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_top_right{text-align:right}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item .ur_label_disabled{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item:hover .ur-action-buttons{display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged{list-style:none;width:100%;text-align:center;height:60px!important;box-sizing:border-box}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item>li.ur-item-dragged .spinner{float:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me{display:table;width:100%;height:100%}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text{display:table-cell;vertical-align:middle;text-align:center}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p{display:inline-block;position:relative;color:#b6bbcf;padding-left:26px;padding-top:8px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me .user-registration-dragged-me-text p::before{position:absolute;font-family:Dashicons;content:'\f545';font-size:22px;left:0;top:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty{padding:15px;text-align:center;border-radius:4px;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .user-registration-dragged-me:empty::before{content:'\f132';font-size:32px;color:#b6bbcf;width:32px;height:32px;font-family:dashicons;display:table-cell;vertical-align:middle}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .ur-registered-item{margin-bottom:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item.ur-sortable-active .user-registration-dragged-me{display:none}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:first-child{border-radius:4px 0 0 4px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(2){border-radius:0}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(3){border-radius:0 4px 4px 0}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grids{opacity:1}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists{background:#fff;border:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item{border-left:1px solid #b6bbcf}.ur-registered-from .ur-selected-inputs .ur-single-row:hover .ur-grid-lists .ur-grid-list-item:first-child{border-color:transparent}.ur-registered-from .ur-selected-inputs .ur-add-new-row{display:block;margin:20px auto;width:auto;height:32px;text-align:center;font-family:inherit}.ur-registered-from .ur-selected-inputs .ur-add-new-row::before{width:16px;height:16px;font-size:16px;margin-right:10px;font-family:dashicons;vertical-align:middle;padding:1px 10px 1px 0;border-right:1px solid rgba(255,255,255,.3)}.ur-registered-from .ur-selected-inputs li.ur-registered-item{width:120px!important}.ur-registered-from .ur-selected-inputs li.ur-registered-item.ui-sortable-placeholder{margin-left:0;width:100%!important;visibility:visible!important;border:1px dashed #b6bbcf;background-color:#f0f1f5}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer{height:48px;width:48px;bottom:72px;box-shadow:1px 2px 8px rgba(45,53,89,.15)}.ur-registered-from .ur-builder-wrapper-footer .button.button-style-customizer .dashicons{font-size:24px;height:24px;width:24px}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links{width:48px;height:48px;position:fixed;cursor:pointer;color:#4c5477;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;right:32px;bottom:16px;background:#fff;border:1px solid #dee0e9;border-radius:24px;box-shadow:0 2px 10px rgba(45,53,89,.1);z-index:1}.ur-registered-from .ur-builder-wrapper-footer .ur-button-quick-links span{font-size:20px;font-weight:600;margin:0 auto}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content{position:fixed;background:#fff;padding:12px 16px;border-radius:4px;bottom:58px;right:30px;z-index:2;width:225px;border:1px solid #dee0e9;box-shadow:2px 4px 12px rgba(45,53,89,.1)}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content li{margin-bottom:8px}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a{color:#4c5477}.ur-registered-from .ur-builder-wrapper-footer .ur-quick-links-content a:hover{color:#475bb2}.ur-registered-from .ur-advance-setting,.ur-registered-from .ur-general-setting{margin:16px 0}.ur-registered-from .ur-advance-setting-block{margin-top:25px}.ur-registered-from .form-row{margin-bottom:1em}.ur-registered-from .form-row .description{color:#676d8a;margin:4px 0;display:block}.ur-registered-from .form-row .ur-checkbox-list label,.ur-registered-from .form-row .ur-radio-list label{display:inline}.ur-registered-from .ur-advance-setting-block,.ur-registered-from .ur-general-setting-block{display:none}.ur-registered-from .add,.ur-registered-from .remove{background:#fff;border:1px solid #dee0e9;color:#676d8a;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 32px;flex:1 0 32px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:32px;max-width:32px;border-radius:4px;position:relative}.ur-registered-from .add:hover,.ur-registered-from .remove:hover{background:#475bb2;border-color:#475bb2;color:#fff}.ur-registered-from .add .dashicons,.ur-registered-from .remove .dashicons{line-height:22px}.ur-registered-from .add{margin-right:8px}.ur-registered-from .ur-options-list li{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle{margin-right:8px;cursor:-webkit-grab;cursor:grab}.ur-registered-from .ur-options-list li .editor-block-mover__control-drag-handle svg{fill:#676d8a}.ur-registered-from .ur-options-list li input{margin-right:8px}.ur-registered-from .ur-options-list .ui-sortable-handle{padding:5px;border-radius:3px;border:1px solid transparent}.ur-registered-from .ur-options-list .ui-sortable-handle:active{padding:5px;background:#fff;border:1px solid #475bb2;box-shadow:0 0 20px rgba(0,0,0,.2)}.ur-registered-from .ur-options-list .ui-sortable-handle.ui-sortable-placeholder{background-color:#dee0e9;visibility:visible!important}.ur-registered-from .urcl-rules{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}.ur-registered-from .urcl-rules>div{margin-right:8px}.ur-registered-from .urcl-rules .urcl-operator{width:78px}.ur-registered-from .urcl-rules .urcl-field,.ur-registered-from .urcl-rules .urcl-value{max-width:27%;-webkit-box-flex:1;-webkit-flex:1 0 27%;flex:1 0 27%}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#dee0e9}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#4c5477}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#dee0e9}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#dee0e9}#tiptip_content,.ur_error_tip{color:#fff;font-size:.9em;max-width:150px;background:#4c5477;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ur_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ur_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#ff4149;margin:1.5em 1px 0 -1em;z-index:9999999}.ur_error_tip::after{content:'';display:block;border:8px solid #ff4149;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.ur-portal-tooltip,.user-registration-help-tip{color:#676d8a;display:inline-block;font-size:16px;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.ur-portal-tooltip::after,.user-registration-help-tip::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}#smart-tags{text-align:center}.form-settings-tab{cursor:pointer;padding:10px 15px;color:#2d3559;background:#dee0e9;margin-bottom:10px;line-height:1.2;border-radius:4px}.form-settings-tab.active{background:#475bb2;color:#fff}#profile-page form#your-profile .flatpickr-input[readonly]{background-color:#fff}body.ur-full-screen-mode{margin-top:-32px}body.ur-full-screen-mode #wpbody-content{padding-bottom:45px}body.ur-full-screen-mode #wpwrap #wpcontent{margin-left:0;padding-left:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpadminbar{display:none}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody .ur-tab-content{padding:20px}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid{margin-top:0}body.ur-full-screen-mode #wpwrap #wpcontent #wpbody #menu-management-liquid .menu-edit{margin-bottom:0;box-shadow:none;left:0!important}body.ur-full-screen-mode #wpwrap #adminmenumain{display:none}body.ur-full-screen-mode .ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-contents{height:calc(100vh - 98px)}body.ur-full-screen-mode .ur-registered-from .ur-builder-wrapper{height:calc(100vh - 57px)}.ur-circle-loading{position:relative;width:100px!important;height:100px!important;-webkit-transform:translate(-50px,-50px) scale(.5) translate(50px,50px);-ms-transform:translate(-50px,-50px) scale(.5) translate(50px,50px);transform:translate(-50px,-50px) scale(.5) translate(50px,50px)}.ur-circle-loading::after,.ur-circle-loading::before{content:'';position:absolute;top:70px;left:70px;-webkit-animation:ur-circle-loading-keyframe 1.5s linear infinite;animation:ur-circle-loading-keyframe 1.5s linear infinite;width:60px;height:60px;border-radius:50%;background:#475bb2}.ur-circle-loading::after{-webkit-animation-delay:-.75s;animation-delay:-.75s;background:#668fe5}.ur-builder-message-container{position:fixed;top:32px;left:0;right:0;max-width:400px;margin:0 auto;z-index:9999}.ur-builder-message-container .ur-message{display:none;margin:0 auto;margin-top:16px;-webkit-transition:all 240ms cubic-bezier(0,0,.2,1) 0s;transition:all 240ms cubic-bezier(0,0,.2,1) 0s;z-index:99999;height:0}.ur-builder-message-container .ur-message .ur-error,.ur-builder-message-container .ur-message .ur-success{background:#fff;padding:8px 16px;border-radius:3px;border-left:3px solid;position:relative;box-shadow:0 1px 8px 2px rgba(45,53,89,.1)}.ur-builder-message-container .ur-message .ur-error p,.ur-builder-message-container .ur-message .ur-success p{margin:8px 0}.ur-builder-message-container .ur-message .ur-error p::after,.ur-builder-message-container .ur-message .ur-error p::before,.ur-builder-message-container .ur-message .ur-success p::after,.ur-builder-message-container .ur-message .ur-success p::before{font-family:dashicons;width:20px;height:20px;font-size:20px;margin-right:8px;margin-top:-4px;line-height:1;display:inline-block;vertical-align:middle}.ur-builder-message-container .ur-message .ur-success{border-color:#37b24d}.ur-builder-message-container .ur-message .ur-success p::before{content:"\f12a";color:#37b24d}.ur-builder-message-container .ur-message .ur-error{border-color:#ff4149}.ur-builder-message-container .ur-message .ur-error p::before{content:"\f534";color:#ff4149}.ur-builder-message-container .ur-message .dashicons{cursor:pointer;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.ur-builder-message-container .ur-message.entered{display:block;height:50px;-webkit-animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message;animation:240ms cubic-bezier(.175,.885,.32,1.175) 0s 1 normal both open-message}.ur-builder-message-container .ur-message.exiting{display:block;-webkit-animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message;animation:120ms cubic-bezier(.4,0,1,1) 0s 1 normal both close-message}.ur-builder-message-container .ur-message:first-child{margin-top:1.5rem}@media screen and (max-width:1400px){.ur-registered-from .urcl-rules .urcl-field{max-width:61%;-webkit-box-flex:1;-webkit-flex:1 0 60%;flex:1 0 60%;margin-bottom:5px}.ur-registered-from .urcl-rules .urcl-value{-webkit-box-ordinal-group:5;-webkit-order:4;order:4;max-width:87%;-webkit-box-flex:1;-webkit-flex:1 0 86%;flex:1 0 86%}.ur-registered-from .urcl-rules .add{-webkit-box-ordinal-group:4;-webkit-order:3;order:3;margin-right:0}.ur-registered-from .urcl-rules .remove{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}}@media screen and (max-width:960px){.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:none;width:100%}.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item,.ur-registered-from .ur-registered-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item .ur-selected-item{padding:10px}}@media screen and (max-width:782px){body.user-registration_page_add-new-registration{min-width:0!important}.ur-registered-from{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ur-registered-from .ur-registered-inputs{width:100%;margin-bottom:10px}.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-content .ur-registered-list .ur-registered-item{float:left;width:48%}.ur-registered-from .ur-selected-inputs{width:100%}}@media screen and (max-width:600px){.user-registration_page_add-new-registration .major-publishing-actions{clear:both;padding:10px 0 19px;line-height:28px}.user-registration_page_add-new-registration .major-publishing-actions .ur-form-name{width:100%}.user-registration_page_add-new-registration .major-publishing-actions .publishing-action{text-align:left;float:none;margin-top:15px}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:block}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item{width:100%!important}.ur-registered-from .ur-selected-inputs .ur-single-row .ur-grid-lists .ur-grid-list-item:nth-child(1n+2){border-left:0 none}}
assets/css/variables/_colors.scss CHANGED
@@ -38,6 +38,7 @@ $input_background_color: $color_gray_five;
38
  $input_color: $color_gray_two;
39
  $flat_background: $color_gray_five;
40
  $rounded-color: darken($border_color, 10%);
 
41
 
42
  // Social login Color Variable
43
  $color_social_default: $primary_color;
38
  $input_color: $color_gray_two;
39
  $flat_background: $color_gray_five;
40
  $rounded-color: darken($border_color, 10%);
41
+ $light-grey: #94a3a4;
42
 
43
  // Social login Color Variable
44
  $color_social_default: $primary_color;
assets/fonts/UserRegistration.eot CHANGED
Binary file
assets/fonts/UserRegistration.svg CHANGED
@@ -6,16 +6,16 @@
6
  <![CDATA[
7
  {
8
  "fontFamily": "UserRegistration",
9
- "majorVersion": 1,
10
- "minorVersion": 1,
11
  "fontURL": "https://wpeverest.com/wordpress-plugins/user-registration/",
12
- "description": "Iconfont for Everest FormFont generated with IcoMoon.\nFont generated by IcoMoon.",
13
- "copyright": "2019",
14
  "designer": "Nilan Bhasima",
15
  "designerURL": "https://dribbble.com/nilanzva",
16
  "license": "SIL OFL",
17
  "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL",
18
- "version": "Version 1.1",
 
 
 
 
19
  "fontId": "UserRegistration",
20
  "psName": "UserRegistration",
21
  "subFamily": "Regular",
@@ -29,11 +29,11 @@
29
  <font-face units-per-em="1024" ascent="960" descent="-64" />
30
  <missing-glyph horiz-adv-x="1024" />
31
  <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
32
- <glyph unicode="&#xe001;" glyph-name="input-first-name" data-tags="first-name" d="M384 512c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM192 201.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271v-73.28h-384zM896 64h-768v512h576v-192h-64v-64h192v64h-64v192h128zM960 640h-192v192h64v64h-192v-64h64v-192h-640v-640h896z" />
33
- <glyph unicode="&#xe002;" glyph-name="input-last-name" data-tags="last-name" d="M736 416c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM832 128h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM128 576h128v-192h-64v-64h192v64h-64v192h576v-512h-768zM64 0h896v640h-640v192h64v64h-192v-64h64v-192h-192z" />
34
  <glyph unicode="&#xe003;" glyph-name="input-field" data-tags="input-field" d="M768 704v64h64v64h-192v-64h64v-64h-640v-640h896v640zM896 128h-768v512h576v-384h-64v-64h192v64h-64v384h128z" />
35
- <glyph unicode="&#xe004;" glyph-name="input-password" data-tags="input-field-password" d="M448 448c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM256 448c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM896 640h-128v-384h64v-64h-192v64h64v384h-576v-512h768zM960 64h-896v640h640v64h-64v64h192v-64h-64v-64h192z" />
36
- <glyph unicode="&#xe005;" glyph-name="input-checkbox" data-tags="checkbox" d="M285.76 459.2l135.68-135.68 316.8 316.8 45.44-45.12-362.24-362.24-181.12 181.12zM896 832h-768v-768h768zM960 0h-896v896h896z" />
37
  <glyph unicode="&#xe006;" glyph-name="radio" data-tags="radio" d="M512 256c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-106.039-85.961-192-192-192v0zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM512 0c-247.424 0-448 200.576-448 448s200.576 448 448 448c247.424 0 448-200.576 448-448v0c0-247.424-200.576-448-448-448v0z" />
38
  <glyph unicode="&#xe007;" glyph-name="number" data-tags="number" d="M128 64h768v768h-768zM576 512h-128v-128h128zM640 192h-64v128h-128v-128h-64v128h-128v64h128v128h-128v64h128v128h64v-128h128v128h64v-128h128v-64h-128v-128h128v-64h-128zM960 0h-896v896h896z" />
39
  <glyph unicode="&#xe008;" glyph-name="phone" data-tags="phone" d="M256 832v-768h512v768zM448 704h-64v64h64zM512 128c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32v0c0-17.673-14.327-32-32-32v0zM640 704h-128v64h128zM832 0h-640v896h640z" />
@@ -42,31 +42,33 @@
42
  <glyph unicode="&#xe00b;" glyph-name="textarea" data-tags="textarea" d="M192 704h192v-64h-64v-192h-64v192h-64zM896 293.44l-165.44-165.44h165.44zM896 768h-768v-640h512l256 256zM960 448v-384h-896v768h896z" />
43
  <glyph unicode="&#xe00c;" glyph-name="email" data-tags="email" d="M64 768v-640h896v640zM512 365.12l-338.88 338.88h677.76zM512 274.88l128 128 210.88-210.88h-677.76l210.88 210.88zM896 658.88v-421.76l-210.88 210.88zM338.88 448l-210.88-210.88v421.76z" />
44
  <glyph unicode="&#xe00d;" glyph-name="email-secondary" data-tags="email-secondary" d="M640 704h64v64h64v-64h64v-64h-64v-64h-64v64h-64zM736 512c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM128 530.88v-421.76l210.88 210.88zM512 237.12l211.52 210.88c-83.72 5.063-154.589 55.397-188.858 126.657l-0.582 1.343h-360.96zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM896 515.52c-16.445-16.931-35.565-31.147-56.701-41.992l-1.219-0.568-152.96-152.96 210.88-210.88zM960 0h-896v640h450.56c-1.583 9.588-2.512 20.666-2.56 31.953v0.047c0 123.712 100.288 224 224 224s224-100.288 224-224v0z" />
45
- <glyph unicode="&#xe00e;" glyph-name="email-confirm" data-tags="confirm-email" d="M685.12 320l210.88-210.88v361.92c-36.188-41.007-84.893-70.21-140.103-81.633l-1.657-0.287zM624.96 660.8l45.12-45.44 112.96 113.28 45.44-45.44-158.4-158.4-90.56 90.56zM512 640c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM173.12 576l338.88-338.88 150.4 150.4c-100.564 17.079-180.226 90.846-205.677 186.693l-0.403 1.787zM128 109.12l210.88 210.88-210.88 210.88zM960 0h-896v640h384c-0.072 2.226-0.112 4.845-0.112 7.472 0 137.32 111.32 248.64 248.64 248.64 2.628 0 5.246-0.041 7.853-0.122l-0.381 0.009c2.226 0.072 4.845 0.112 7.472 0.112 137.32 0 248.64-111.32 248.64-248.64 0-2.628-0.041-5.246-0.122-7.853l0.009 0.381z" />
46
- <glyph unicode="&#xe00f;" glyph-name="invite-codes" data-tags="invite-code" d="M704 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM512 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM320 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM128 530.88v-421.76l210.88 210.88zM512 237.12l320 320v274.88h-640v-274.88zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM896 530.88l-210.88-210.88 210.88-210.88zM960 0h-896v640h64v256h768v-256h64z" />
47
  <glyph unicode="&#xe010;" glyph-name="password" data-tags="password" d="M384 640h256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM192 64h640v512h-640zM320 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM704 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM896 0h-768v640h192v64c0 106.039 85.961 192 192 192s192-85.961 192-192v0-64h192z" />
48
  <glyph unicode="&#xe011;" glyph-name="password-confirm" data-tags="password-confirm" d="M828.48 299.2l-158.4-160-90.56 90.56 45.44 45.44 45.12-45.44 112.96 113.28zM704 448c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 106.039-85.961 192-192 192v0zM320 640h256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM128 64h407.040c-53.401 47.082-86.94 115.614-87.040 191.982v0.018c-0.094 0-0.205-0.001-0.317-0.001-35.346 0-64 28.654-64 64s28.654 64 64 64c11.136 0 21.609-2.844 30.729-7.846l-0.333 0.167c43.957 81.335 128.592 135.663 225.918 135.68h0.002c22.806-0.155 44.836-3.181 65.839-8.733l-1.839 0.413v72.32h-640zM320 320c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM704 0h-640v640h192v64c0 106.039 85.961 192 192 192s192-85.961 192-192v0-64h192v-162.56c76.806-45.146 127.547-127.368 127.547-221.44 0-141.226-114.357-255.742-255.522-256h-0.025z" />
49
- <glyph unicode="&#xe012;" glyph-name="user" data-tags="username" d="M954.24 36.8c-28.299 182.261-163.846 326.419-339.077 367.093l-3.003 0.587c92.382 40.009 155.84 130.39 155.84 235.593 0 141.385-114.615 256-256 256s-256-114.615-256-256c0-105.202 63.458-195.583 154.185-234.953l1.655-0.64c-178.234-41.261-313.781-185.42-341.76-365.179l-0.32-2.501-5.76-36.8h896zM320 640c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192v0c-106.039 0-192 85.961-192 192v0zM140.48 64c44.544 166.382 193.958 286.898 371.52 286.898s326.976-120.516 370.907-284.213l0.613-2.685z" />
50
  <glyph unicode="&#xe013;" glyph-name="user-nickname" data-tags="user-nickname" d="M736 288c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM288 288c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM512 800c-111.85-0.067-211.488-52.292-275.919-133.666l-0.561-0.734c15.752 4.066 33.836 6.4 52.464 6.4 0.005 0 0.011 0 0.016 0h-0.001c123.712 0 224-100.288 224-224s-100.288-224-224-224v0c-18.812 0.171-36.996 2.495-54.431 6.735l1.631-0.335c65.034-82.128 164.739-134.344 276.64-134.344s211.606 52.216 276.080 133.611l0.56 0.732c-15.681-4.066-33.683-6.4-52.23-6.4-0.088 0-0.175 0-0.263 0h0.013c-123.712 0-224 100.288-224 224s100.288 224 224 224v0c18.415-0.055 36.285-2.269 53.408-6.399l-1.568 0.319c-64.674 81.953-163.999 134.080-275.5 134.080-0.12 0-0.239 0-0.359 0h0.019zM224 448c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64v0c-35.346 0-64 28.654-64 64v0zM736 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM898.24 293.76q-6.4-15.68-13.44-32c-69.665-137.905-210.237-230.818-372.51-230.818-169.966 0-316.125 101.931-380.681 247.999l-1.049 2.659-4.8 12.48c-38.389 40.138-62.019 94.669-62.019 154.72s23.63 114.582 62.099 154.804l-0.079-0.084h2.24c62.628 153.777 210.851 260.248 383.97 260.48h0.030c173.952-0.698 322.79-107.483 385.225-258.979l1.015-2.781c38.115-40.081 61.562-94.422 61.562-154.24s-23.447-114.159-61.652-154.335l0.089 0.095z" />
51
- <glyph unicode="&#xe014;" glyph-name="user-display-name" data-tags="display-name" d="M704 192h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM384 704v64h256v-64zM608 480c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM896 0h-768v896h768zM832 832h-640v-768h640z" />
52
  <glyph unicode="&#xe015;" glyph-name="user-bio" data-tags="user-bio" d="M512 768c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM896 0h-768v896h768zM576 128h-256v64h256zM704 256h-384v64h384zM704 384h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM192 64h640v768h-640z" />
53
  <glyph unicode="&#xe016;" glyph-name="website" data-tags="website" d="M896 576c0 0.073 0 0.16 0 0.247 0 36.962-7.893 72.081-22.085 103.763l0.644-1.61c-22.135-8.717-48.812-16.663-76.287-22.443l-3.393-0.597c3.312-24.028 5.203-51.793 5.203-80s-1.891-55.973-5.553-83.176l0.35 3.176c30.868-6.377 57.545-14.323 83.237-24.249l-3.557 1.209c13.55 30.075 21.445 65.197 21.445 102.164 0 0.533-0.002 1.066-0.005 1.599v-0.082zM840.64 416c-15.907 6.005-35.213 11.531-55.060 15.568l-2.54 0.432c-7.746-33.363-18.745-62.711-32.994-90.099l0.994 2.099c35.754 17.539 65.686 41.841 89.195 71.471l0.405 0.529zM783.040 716.8c22.592 4.536 42.005 10.060 60.78 16.913l-2.86-0.913c-24.056 30.741-54.2 55.564-88.743 72.918l-1.497 0.682c13.36-25.287 24.463-54.626 31.802-85.425l0.518-2.575zM640 320c23.040 0 59.2 45.12 79.68 123.52-24.009 2.876-51.813 4.517-80 4.517s-55.991-1.641-83.322-4.832l3.322 0.316c21.12-78.4 57.28-123.52 80.32-123.52zM548.16 506.56c27.569 3.464 59.474 5.44 91.84 5.44s64.27-1.977 95.598-5.816l-3.758 0.375c2.648 20.847 4.159 44.967 4.159 69.44s-1.511 48.593-4.445 72.273l0.286-2.833c-27.558-3.453-59.462-5.429-91.825-5.44h-0.015c-32.378 0.011-64.282 1.987-95.614 5.816l3.774-0.376c-2.648-20.847-4.159-44.967-4.159-69.44s1.511-48.593 4.445-72.273l-0.286 2.833zM719.68 708.48c-20.48 78.4-56.64 123.52-79.68 123.52s-59.2-45.12-79.68-123.52c23.909-2.85 51.603-4.477 79.677-4.48h0.003c28.077 0.003 55.771 1.63 82.996 4.793l-3.316-0.313zM529.28 345.6c-13.255 25.289-24.254 54.637-31.492 85.436l-0.508 2.564c-22.592-4.536-42.005-10.060-60.78-16.913l2.86 0.913c24.092-30.084 54.109-54.37 88.399-71.32l1.521-0.68zM529.28 806.4c-35.88-17.501-65.922-41.811-89.518-71.477l-0.402-0.523c15.907-6.005 35.213-11.531 55.060-15.568l2.54-0.432c7.857 33.374 18.96 62.713 33.314 90.080l-0.994-2.080zM405.44 473.6c22.135 8.717 48.812 16.663 76.287 22.443l3.393 0.597c-3.312 24.028-5.203 51.793-5.203 80s1.891 55.973 5.553 83.176l-0.35-3.176c-30.868 6.377-57.545 14.323-83.237 24.249l3.557-1.209c-13.506-30.157-21.372-65.36-21.372-102.4s7.866-72.243 22.020-104.029l-0.648 1.629zM832 320c-52.815-39.956-119.599-64-192-64-176.731 0-320 143.269-320 320v0c0 0.095 0 0.207 0 0.32 0 22.54 2.33 44.536 6.764 65.76l-0.363-2.080h-134.4v-448h640zM960 0h-896v64h896zM896 384v-256h-768v576h218.88c50.532 114.247 162.881 192.521 293.512 192.521 176.731 0 320-143.269 320-320 0-72.63-24.197-139.609-64.969-193.314l0.577 0.793z" />
54
- <glyph unicode="&#xe017;" glyph-name="flag" data-tags="country" d="M866.56 448l-153.6 192 153.6 192h-546.56v64h-64v-832h-64v-64h192v64h-64v384zM733.44 768l-102.4-128 102.4-128h-413.44v256z" />
55
- <glyph unicode="&#xe018;" glyph-name="map-one" data-tags="address-one" d="M576 384h-64v192h-64v64c35.346 0 64 28.654 64 64v0h64zM512 0c-43.045 36.614-82.080 73.622-119.048 112.608l-0.632 0.672c-74.243 75.404-137.49 161.935-186.949 256.798l-2.811 5.922c-26.793 48.484-42.56 106.292-42.56 167.782 0 194.404 157.596 352 352 352s352-157.596 352-352c0-61.49-15.767-119.298-43.478-169.601l0.918 1.819c-93.76-199.36-309.44-376-309.44-376zM512 256c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288v0c0-159.058 128.942-288 288-288v0z" />
56
- <glyph unicode="&#xe019;" glyph-name="map-two" data-tags="address-two" d="M512 256c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288v0c0-159.058 128.942-288 288-288v0zM608 448v-64h-192v64c0.52 9.751 4.573 18.466 10.889 24.969l111.991 111.991c6.041 5.829 9.793 13.996 9.793 23.040s-3.752 17.211-9.783 23.031l-0.010 0.009c-2.359 2.318-5.109 4.249-8.139 5.683l-0.181 0.077c-5.52 1.927-11.886 3.090-18.508 3.199l-0.052 0.001c-0.003 0-0.006 0-0.009 0-8.3 0-16.216-1.646-23.439-4.629l0.408 0.149c-17.391-6.913-30.779-20.719-36.98-37.954l-0.14-0.446-52.16 39.040c19.42 35.564 54.287 60.596 95.338 66.167l0.662 0.073c5.926 1.301 12.733 2.046 19.713 2.046 14.803 0 28.824-3.351 41.345-9.335l-0.579 0.249c10.736-4.939 19.936-11.272 27.872-18.91l-0.032 0.030c18.074-17.48 29.295-41.949 29.295-69.039 0-11.262-1.939-22.072-5.502-32.112l0.208 0.671c-4.902-14.255-12.564-26.453-22.415-36.495l0.015 0.015-92.48-91.52zM821.44 376c-93.76-199.36-309.44-376-309.44-376s-215.68 176.64-309.44 376v0c-26.793 48.484-42.56 106.292-42.56 167.782 0 194.404 157.596 352 352 352s352-157.596 352-352c0-61.49-15.767-119.298-43.478-169.601l0.918 1.819z" />
57
  <glyph unicode="&#xe01a;" glyph-name="zip-code" data-tags="zip-code" d="M704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM704 768c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM960 0h-896v640h384c0 141.385 114.615 256 256 256s256-114.615 256-256v0zM896 459.2c-54.586-78.114-118.011-145.099-189.998-201.683l-2.002-1.517s-201.6 151.68-246.72 320h-105.28v-64h64v-64h-64v-64h64v-64h-64v-64h64v-64h-128v64h-64v64h64v64h-64v64h64v64h-64v64h-96v-512h768zM896 640c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-109.44 116.48-234.88 192-301.12 75.52 66.24 192 191.68 192 301.12z" />
58
- <glyph unicode="&#xe01b;" glyph-name="select2" data-tags="select" d="M320 640v-384h384v384zM576 896h128v-64h-128zM576 64h128v-64h-128zM320 896h128v-64h-128zM320 64h128v-64h-128zM64 640h64v-128h-64zM64 384h64v-128h-64zM192 0h-128v128h64v-64h64zM192 832h-64v-64h-64v128h128zM768 192h-512v512h512zM960 64v-64h-128v64h64v64h64zM960 256h-64v128h64zM960 512h-64v128h64zM960 832v-64h-64v64h-64v64h128z" />
59
  <glyph unicode="&#xe01c;" glyph-name="multi-select" data-tags="multi-select" d="M832 896h128v-128h-64v64h-64zM896 512v128h64v-128zM960 384v-128h-64v128zM576 896h128v-64h-128zM576 64h128v-64h-128zM320 896h128v-64h-128zM320 64h128v-64h-128zM64 896h128v-64h-64v-64h-64zM64 640h64v-128h-64zM64 384h64v-128h-64zM64 0v128h64v-64h64v-64h-128zM832 256h-128v-128h-512v512h128v128h512zM832 64h64v64h64v-128h-128zM640 576h-384v-384h384zM768 704h-384v-64h320v-320h64z" />
60
- <glyph unicode="&#xe01d;" glyph-name="section-title" data-tags="checkbox copy 2" d="M960 0h-64v64h-768v-64h-64v128h896zM320 576v64h384v-64h-160v-320h-64v320zM960 768h-896v128h64v-64h768v64h64z" />
61
  <glyph unicode="&#xe01e;" glyph-name="time-picker" data-tags="time-picker" d="M544 768h64v-224h224v-64h-288zM448 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM896 512c0 0.052 0 0.113 0 0.175 0 176.731-143.269 320-320 320s-320-143.269-320-320c0-25.712 3.032-50.716 8.759-74.673l-0.439 2.178c6.391 2.001 14.373 3.892 22.526 5.278l1.154 0.162v66.88h64v-66.88c80.488-14.047 143.073-76.632 156.953-155.97l0.167-1.15h66.88v-64h-66.88c-1.548-9.307-3.439-17.289-5.802-25.065l0.362 1.385c21.727-5.262 46.671-8.279 72.32-8.279 176.717 0 319.977 143.246 320 319.957v0.002zM576 128c-36.236 0.013-71.267 5.154-104.413 14.737l2.653-0.657c-29.053-39.021-71.843-66.41-121.089-75.033l-1.151-0.167v-66.88h-64v66.88c-80.488 14.047-143.073 76.632-156.953 155.97l-0.167 1.15h-66.88v64h66.88c8.787 50.231 36.047 92.89 74.378 121.561l0.502 0.359c-8.674 30.593-13.693 65.736-13.76 102.042v0.038c0 212.077 171.923 384 384 384s384-171.923 384-384c0-212.077-171.923-384-384-384v0z" />
62
  <glyph unicode="&#xe01f;" glyph-name="state" data-tags="state" d="M896 448v128h64v32l-448 224-448-224v-32h64v-128h64v-320h-128v-64h896v64h-128v320zM512 760.32l240.96-120.32h-481.92zM832 576v-64h-640v64zM256 128v320h128v-320zM448 128v320h128v-320zM768 128h-128v320h128z" />
63
- <glyph unicode="&#xe020;" glyph-name="buildings" data-tags="company" d="M512 832h-384v-768h64v192h256v-192h64v768zM448 640v-64h-256v64zM192 704v64h256v-64zM448 512v-64h-256v64zM448 384v-64h-256v64zM896 512h-320v-448h320zM832 320v-64h-192v64zM640 384v64h192v-64zM832 192v-64h-192v64zM960 0h-896v896h512v-320h384z" />
64
  <glyph unicode="&#xe021;" glyph-name="text-editor" data-tags="text-editor" d="M192 832v-768h640v576h-192v192zM256 576h256v-64h-96v-256h-64v256h-96zM896 0h-768v896h558.4l209.6-206.72zM768 128h-512v64h512zM768 256h-192v64h192zM768 384h-192v64h192zM768 512h-192v64h192z" />
65
- <glyph unicode="&#xe022;" glyph-name="bill" data-tags="privacy-policy copy 4" d="M256 133.12l96 76.8 160-128 160 128 96-76.8v629.76l-96-76.8-160 128-160-128-96 76.8zM704 288h-384v64h384zM704 416h-384v64h384zM704 544h-384v64h384zM832 0l-160 128-160-128-160 128-160-128v896l160-128 160 128 160-128 160 128z" />
66
- <glyph unicode="&#xe023;" glyph-name="doc" data-tags="privacy-policy" d="M320 640h384v-64h-384zM320 512h384v-64h-384zM320 384h384v-64h-384zM192 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h64v96zM448 192h320v544c0 53.019-42.981 96-96 96v0h-421.76c3.562-9.508 5.666-20.494 5.76-31.959v-640.041c0-53.019 42.981-96 96-96s96 42.981 96 96v0zM890.56 128h-381.76c-5.109-24.456-15.153-45.983-29.091-64.401l0.291 0.401h320c0.015 0 0.033 0 0.050 0 41.549 0 76.933 26.395 90.298 63.332l0.211 0.668zM960 160c0-88.366-71.634-160-160-160v0h-448c-88.366 0-160 71.634-160 160v0 480h-128v160c0 53.019 42.981 96 96 96v0h512c88.366 0 160-71.634 160-160v0-544h128z" />
67
  <glyph unicode="&#xe024;" glyph-name="file-upload" data-tags="file-upload" d="M832 640h-192v192h-448v-768h640zM579.84 417.92l-35.84 35.84v-261.76h-64v261.76l-35.84-35.84-45.12 45.12 112.96 112.96 112.96-112.96zM896 0h-768v896h558.4l209.6-206.72z" />
68
- <glyph unicode="&#xe025;" glyph-name="file-dollar" data-tags="address-two copy" d="M466.88 498.56c14.449-12.152 33.26-19.535 53.796-19.535 0.55 0 1.099 0.005 1.646 0.016l-0.082-0.001c65.958-5.452 117.464-60.184 117.76-127.010v-0.030c-0.198-59.151-40.488-108.837-95.107-123.319l-0.893-0.201v-36.48h-64v36.48c-55.512 14.683-95.802 64.369-96 123.497v0.023h64c0-35.346 28.654-64 64-64s64 28.654 64 64v0c0 0.056 0 0.122 0 0.188 0 16.433-6.193 31.419-16.373 42.752l0.052-0.059c-11.34 11.92-26.883 19.75-44.244 21.105l-0.236 0.015c-36.11 1.29-68.696 15.394-93.568 37.874l0.128-0.114c-22.874 23.114-37.005 54.918-37.005 90.022 0 59.046 39.981 108.755 94.348 123.53l0.897 0.208v36.48h64v-36.48c55.512-14.683 95.802-64.369 96-123.497v-0.023h-64c0 35.346-28.654 64-64 64s-64-28.654-64-64v0c0-0.015 0-0.033 0-0.051 0-17.74 7.218-33.794 18.877-45.386l0.003-0.003zM896 0h-768v896h558.4l209.6-206.72zM832 640h-192v192h-448v-768h640z" />
69
  <glyph unicode="&#xe026;" glyph-name="code" data-tags="code" d="M128 832v-768h768v768zM428.8 300.8l-44.8-44.8-192 192 192 192 44.8-44.8-147.2-147.2zM640 256l-44.8 44.8 147.2 147.2-147.2 147.2 44.8 44.8 192-192zM960 0h-896v896h896z" />
70
  <glyph unicode="&#xe027;" glyph-name="mailchimp" data-tags="mailchimp" d="M724.16 472.64c2.784 0.306 6.011 0.48 9.28 0.48s6.497-0.174 9.675-0.514l-0.395 0.034c1.537 5.226 2.422 11.23 2.422 17.44s-0.885 12.214-2.535 17.892l0.113-0.452c-4.48 21.44-10.56 34.24-23.040 32s-12.8-17.28-8.32-38.4c2.296-10.878 6.757-20.453 12.933-28.665l-0.133 0.185zM617.6 455.68c8.96-3.84 14.4-6.4 16.32-4.16s0 4.16 0 7.36c-5.631 8.297-13.484 14.706-22.705 18.44l-0.335 0.12c-7.081 3.086-15.33 4.881-23.999 4.881-13.873 0-26.673-4.598-36.957-12.354l0.156 0.113c-6.080-4.16-11.52-10.24-10.88-14.080 0.578-1.25 1.775-2.127 3.187-2.239l0.013-0.001c10.913 3.214 25.052 6.44 39.444 8.926l2.476 0.354c0.435 0.009 0.949 0.015 1.463 0.015 11.583 0 22.53-2.723 32.236-7.564l-0.419 0.189zM599.68 445.44c-8.492-0.885-16.067-4.244-22.144-9.332l0.064 0.052c-2.817-2.025-4.801-5.057-5.428-8.559l-0.012-0.081c-0.128-0.333-0.202-0.718-0.202-1.12s0.074-0.787 0.21-1.142l-0.007 0.022h1.92c3.237 0.468 6.149 1.25 8.91 2.333l-0.27-0.093c7.967 3.075 17.185 4.857 26.82 4.857 3.633 0 7.206-0.253 10.703-0.743l-0.403 0.046c5.76 0 8.64 0 9.92 0s0 1.6 0 3.52c-6.151 6.587-14.886 10.693-24.581 10.693-1.942 0-3.846-0.165-5.698-0.481l0.199 0.028zM688.32 408c2.186-1.465 4.876-2.338 7.77-2.338 4.689 0 8.843 2.292 11.402 5.817l0.028 0.041c2.88 5.76 0 13.44-9.28 17.28-2.186 1.465-4.876 2.338-7.77 2.338-4.689 0-8.843-2.292-11.402-5.817l-0.028-0.041c-2.88-5.44 1.28-13.44 9.28-17.28zM738.56 452.16c-6.080 0-11.52-6.72-11.52-15.68s4.8-16 11.2-16 11.52 7.040 11.84 15.68-5.12 16-11.52 16zM310.080 294.4c0 1.92-4.16 0-6.72 0h-6.080c-3.885 0.289-7.232 2.362-9.252 5.395l-0.028 0.045c-1.668 2.899-2.652 6.375-2.652 10.080s0.984 7.181 2.705 10.18l-0.053-0.1c0.027 0.478 0.043 1.037 0.043 1.6s-0.016 1.122-0.046 1.677l0.003-0.077c5.029 8.176 8.008 18.080 8.008 28.68 0 7.3-1.413 14.271-3.981 20.652l0.132-0.372c-6.079 12.67-17.757 21.813-31.738 24.282l-0.262 0.038c-1.222 0.125-2.641 0.196-4.077 0.196-12.778 0-24.24-5.631-32.041-14.546l-0.042-0.049c-8.921-9.434-14.406-22.199-14.406-36.246 0-2.907 0.235-5.759 0.687-8.539l-0.041 0.304c0.553-1.779 2.002-3.122 3.806-3.514l0.034-0.006c2.24 0 5.76 0 8 7.36 0 0 0 0 0 1.92 1.424 5.227 3.505 9.805 6.196 13.95l-0.116-0.19c3.527 5.568 9.033 9.612 15.508 11.165l0.172 0.035c1.54 0.309 3.31 0.486 5.121 0.486 5.468 0 10.559-1.614 14.824-4.391l-0.105 0.064c6.689-4.616 11.017-12.239 11.017-20.872 0-3.314-0.638-6.479-1.797-9.379l0.060 0.17c-3.065-7.22-4.847-15.618-4.847-24.432 0-0.861 0.017-1.718 0.051-2.571l-0.004 0.123c-0.014-0.323-0.022-0.702-0.022-1.083 0-13.598 10.344-24.781 23.593-26.108l0.11-0.009c0.823-0.121 1.772-0.19 2.738-0.19 6.439 0 12.162 3.068 15.787 7.821l0.035 0.048c0.557 0.84 0.889 1.871 0.889 2.98 0 1.3-0.456 2.494-1.217 3.43l0.008-0.010zM899.84 329.28s-2.88 10.56-6.4 21.76c-2.382 7.676-4.772 13.933-7.492 20.010l0.452-1.13c8.052 11.191 12.878 25.173 12.878 40.282 0 3.513-0.261 6.966-0.764 10.339l0.047-0.381c-2.208 14.137-8.764 26.455-18.235 35.835l-0.005 0.005c-17.749 15.035-39.288 26.171-62.963 31.792l-1.037 0.208-16.32 4.8s0 39.36-1.6 55.68c-0.399 17.584-3.060 34.383-7.704 50.339l0.344-1.379c-6.089 23.854-17.916 44.4-33.946 60.827l0.026-0.027c36.563 32.898 61.223 78.397 67.111 129.607l0.089 0.953c0 77.76-96 101.44-213.76 52.48l-26.56-9.28-46.080 43.84c-134.4 116.16-554.88-350.080-420.48-463.68l29.44-24.96c-5.743-14.8-9.070-31.929-9.070-49.835 0-6.121 0.389-12.151 1.143-18.068l-0.073 0.702c4.103-34.009 20.679-63.525 44.943-84.332l0.177-0.148c23.649-21.319 54.799-34.723 89.056-35.834l0.224-0.006c55.075-118.78 173.297-199.682 310.416-199.682 0.444 0 0.888 0.001 1.332 0.003h-0.068c150.4-4.48 276.8 66.24 329.6 192 10.125 24.788 16.682 53.493 18.214 83.526l0.026 0.634c0 38.4-20.16 53.12-32.96 53.12zM284.8 233.28c-2.106-0.152-4.563-0.239-7.040-0.239s-4.934 0.087-7.368 0.257l0.328-0.018c-50.332 3.755-90.868 41.342-99.11 89.92l-0.090 0.64c-1.044 5.123-1.641 11.012-1.641 17.040 0 43.209 30.695 79.248 71.468 87.503l0.573 0.097c4.951 1.081 10.638 1.7 16.47 1.7 1.411 0 2.813-0.036 4.205-0.108l-0.195 0.008c41.662-5.199 73.901-39.309 76.151-81.383l0.009-0.217c8-52.48-4.8-105.92-53.76-114.24zM233.92 460.48c-30.594-5.56-56.487-22.446-73.689-46.068l-0.231-0.332c-11.948 8.957-22.433 18.731-31.789 29.512l-0.211 0.248c-24 49.28 32 145.28 68.16 199.36 93.76 133.76 240.64 234.88 308.48 216.64 17.986-13.386 33.644-28.333 47.312-44.978l0.368-0.462c-49.698-28.766-92.473-58.592-132.552-91.575l1.672 1.335c-84.122-68.189-148.723-157.317-186.19-259.533l-1.33-4.147zM710.72 254.4c0.251 0.357 0.402 0.801 0.402 1.28s-0.15 0.923-0.406 1.287l0.005-0.007c-0.164 1.269-1.239 2.24-2.54 2.24-0.007 0-0.014 0-0.021 0h0.001c-11.338-1.437-24.457-2.257-37.768-2.257-35.945 0-70.493 5.98-102.704 17.001l2.232-0.663c7.040 23.68 26.56 15.040 56 12.8 7.395-0.481 16.032-0.755 24.734-0.755 39.512 0 77.704 5.652 113.812 16.192l-2.866-0.717c39.187 11.298 73.319 28.842 103.127 51.736l-0.727-0.536c6.274-13.971 11.181-30.215 13.928-47.183l0.152-1.137c0.936 0.126 2.017 0.198 3.115 0.198 4.376 0 8.486-1.141 12.049-3.142l-0.124 0.064c6.4-3.84 11.2-12.16 8-32-6.563-39.869-25.14-74.565-51.832-101.112l-0.008-0.008c-17.303-18.747-37.745-34.284-60.545-45.841l-1.215-0.559c-11.475-6.232-24.924-11.982-38.932-16.486l-1.708-0.474c-106.56-34.88-215.36 3.52-250.56 85.44-2.556 5.425-4.957 11.912-6.826 18.62l-0.214 0.9c-4.002 13.771-6.305 29.589-6.305 45.945 0 43.925 16.604 83.972 43.879 114.206l-0.134-0.151c2.733 2.24 4.538 5.527 4.798 9.239l0.002 0.041c-0.337 3.566-1.731 6.754-3.862 9.307l0.022-0.027c-13.76 20.16-62.080 54.4-52.16 120.96 5.657 44.232 42.53 78.234 87.567 79.358l0.113 0.002h9.92c16.64 0 32-2.88 45.44-3.52 2.446-0.236 5.288-0.37 8.162-0.37 23.379 0 44.682 8.891 60.711 23.475l-0.073-0.065c7.070 7.118 16.090 12.29 26.192 14.648l0.368 0.072c1.491 0.297 3.206 0.467 4.96 0.467s3.469-0.17 5.128-0.495l-0.168 0.027c6.348-0.186 12.192-2.192 17.071-5.511l-0.111 0.071c19.84-13.12 22.72-45.12 23.68-68.48 0-13.44 2.24-45.76 2.88-55.040 0-21.12 6.72-24.32 18.24-27.84 6.4-2.24 12.16-3.84 20.8-6.080 19.963-4.155 37.456-12.781 52.044-24.803l-0.204 0.163c4.913-4.833 8.271-11.235 9.261-18.393l0.019-0.167c3.2-22.4-17.6-50.56-72.32-75.84-43.136-19.518-93.529-30.891-146.577-30.891-12.616 0-25.081 0.643-37.365 1.899l1.542-0.128-17.6 1.92c-40 5.44-64-46.4-38.72-81.92 23.349-24.412 56.181-39.586 92.558-39.586 2.674 0 5.33 0.082 7.964 0.244l-0.361-0.018c96 0 171.52 41.28 199.040 77.12 0.834 0.936 1.577 1.985 2.196 3.112l0.044 0.088c1.6 1.92 0 3.2 0 1.92-22.72-15.36-123.2-76.8-230.72-58.56-9.517 1.765-17.89 4.202-25.896 7.366l0.936-0.326c-15.758 4.076-27.924 16.242-31.932 31.693l-0.068 0.307c21.033-7.817 45.332-12.339 70.688-12.339 25.021 0 49.013 4.404 71.244 12.48l-1.451-0.461zM407.040 643.84c31.002 36.348 67.876 66.589 109.346 89.538l2.014 1.022s2.56 0 1.92-1.92c-4.393-7.275-8.006-15.683-10.402-24.591l-0.158-0.689s0-2.24 2.56 0c27.269 18.026 59.886 30.252 95.014 34.151l0.986 0.089c1.6 0 2.24-1.92 0-2.56-5.854-4.543-10.914-9.705-15.21-15.47l-0.15-0.21cv-2.24c29.985-1.024 57.925-8.837 82.631-21.939l-1.031 0.499s0-3.84 0-3.2c-22.212 5.237-47.715 8.24-73.92 8.24s-51.708-3.003-76.185-8.683l2.265 0.443c-44.878-11.877-84.103-31.257-118.315-56.949l0.875 0.629s-3.2 2.24-2.24 3.84z" />
71
  <glyph unicode="&#xe028;" glyph-name="credit-card" data-tags="credit-card" d="M576 448h256v-64h-256zM576 320h128v-64h-128zM288 448c11.506-0.094 22.492-2.198 32.664-5.976l-0.664 0.216c9.743 3.648 21.001 5.76 32.753 5.76 53.019 0 96-42.981 96-96s-42.981-96-96-96c-11.752 0-23.010 2.112-33.417 5.976l0.664-0.216c-9.74-3.647-20.996-5.757-32.745-5.757-53.019 0-96 42.981-96 96s42.981 96 96 96c0.262 0 0.523-0.001 0.785-0.003h-0.040zM896 544h-768v-384h768zM896 736h-768v-128h768zM960 96h-896v704h896z" />
 
 
72
  </font></defs></svg>
6
  <![CDATA[
7
  {
8
  "fontFamily": "UserRegistration",
 
 
9
  "fontURL": "https://wpeverest.com/wordpress-plugins/user-registration/",
 
 
10
  "designer": "Nilan Bhasima",
11
  "designerURL": "https://dribbble.com/nilanzva",
12
  "license": "SIL OFL",
13
  "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL",
14
+ "description": "Iconfont for Everest FormFont generated with IcoMoon.\nFont generated by IcoMoon.",
15
+ "copyright": "2019",
16
+ "majorVersion": 1,
17
+ "minorVersion": 2,
18
+ "version": "Version 1.2",
19
  "fontId": "UserRegistration",
20
  "psName": "UserRegistration",
21
  "subFamily": "Regular",
29
  <font-face units-per-em="1024" ascent="960" descent="-64" />
30
  <missing-glyph horiz-adv-x="1024" />
31
  <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
32
+ <glyph unicode="&#xe001;" glyph-name="first-name" data-tags="first-name" d="M384 512c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM192 201.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271v-73.28h-384zM896 64h-768v512h576v-192h-64v-64h192v64h-64v192h128zM960 640h-192v192h64v64h-192v-64h64v-192h-640v-640h896z" />
33
+ <glyph unicode="&#xe002;" glyph-name="last-name" data-tags="last-name" d="M736 416c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM832 128h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM128 576h128v-192h-64v-64h192v64h-64v192h576v-512h-768zM64 0h896v640h-640v192h64v64h-192v-64h64v-192h-192z" />
34
  <glyph unicode="&#xe003;" glyph-name="input-field" data-tags="input-field" d="M768 704v64h64v64h-192v-64h64v-64h-640v-640h896v640zM896 128h-768v512h576v-384h-64v-64h192v64h-64v384h128z" />
35
+ <glyph unicode="&#xe004;" glyph-name="input-field-password" data-tags="input-field-password" d="M448 448c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM256 448c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM896 640h-128v-384h64v-64h-192v64h64v384h-576v-512h768zM960 64h-896v640h640v64h-64v64h192v-64h-64v-64h192z" />
36
+ <glyph unicode="&#xe005;" glyph-name="checkbox" data-tags="checkbox" d="M285.76 459.2l135.68-135.68 316.8 316.8 45.44-45.12-362.24-362.24-181.12 181.12zM896 832h-768v-768h768zM960 0h-896v896h896z" />
37
  <glyph unicode="&#xe006;" glyph-name="radio" data-tags="radio" d="M512 256c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-106.039-85.961-192-192-192v0zM512 832c-212.077 0-384-171.923-384-384s171.923-384 384-384c212.077 0 384 171.923 384 384v0c0 212.077-171.923 384-384 384v0zM512 0c-247.424 0-448 200.576-448 448s200.576 448 448 448c247.424 0 448-200.576 448-448v0c0-247.424-200.576-448-448-448v0z" />
38
  <glyph unicode="&#xe007;" glyph-name="number" data-tags="number" d="M128 64h768v768h-768zM576 512h-128v-128h128zM640 192h-64v128h-128v-128h-64v128h-128v64h128v128h-128v64h128v128h64v-128h128v128h64v-128h128v-64h-128v-128h128v-64h-128zM960 0h-896v896h896z" />
39
  <glyph unicode="&#xe008;" glyph-name="phone" data-tags="phone" d="M256 832v-768h512v768zM448 704h-64v64h64zM512 128c-17.673 0-32 14.327-32 32s14.327 32 32 32c17.673 0 32-14.327 32-32v0c0-17.673-14.327-32-32-32v0zM640 704h-128v64h128zM832 0h-640v896h640z" />
42
  <glyph unicode="&#xe00b;" glyph-name="textarea" data-tags="textarea" d="M192 704h192v-64h-64v-192h-64v192h-64zM896 293.44l-165.44-165.44h165.44zM896 768h-768v-640h512l256 256zM960 448v-384h-896v768h896z" />
43
  <glyph unicode="&#xe00c;" glyph-name="email" data-tags="email" d="M64 768v-640h896v640zM512 365.12l-338.88 338.88h677.76zM512 274.88l128 128 210.88-210.88h-677.76l210.88 210.88zM896 658.88v-421.76l-210.88 210.88zM338.88 448l-210.88-210.88v421.76z" />
44
  <glyph unicode="&#xe00d;" glyph-name="email-secondary" data-tags="email-secondary" d="M640 704h64v64h64v-64h64v-64h-64v-64h-64v64h-64zM736 512c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM128 530.88v-421.76l210.88 210.88zM512 237.12l211.52 210.88c-83.72 5.063-154.589 55.397-188.858 126.657l-0.582 1.343h-360.96zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM896 515.52c-16.445-16.931-35.565-31.147-56.701-41.992l-1.219-0.568-152.96-152.96 210.88-210.88zM960 0h-896v640h450.56c-1.583 9.588-2.512 20.666-2.56 31.953v0.047c0 123.712 100.288 224 224 224s224-100.288 224-224v0z" />
45
+ <glyph unicode="&#xe00e;" glyph-name="confirm-email" data-tags="confirm-email" d="M685.12 320l210.88-210.88v361.92c-36.188-41.007-84.893-70.21-140.103-81.633l-1.657-0.287zM624.96 660.8l45.12-45.44 112.96 113.28 45.44-45.44-158.4-158.4-90.56 90.56zM512 640c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-106.039 0-192-85.961-192-192v0zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM173.12 576l338.88-338.88 150.4 150.4c-100.564 17.079-180.226 90.846-205.677 186.693l-0.403 1.787zM128 109.12l210.88 210.88-210.88 210.88zM960 0h-896v640h384c-0.072 2.226-0.112 4.845-0.112 7.472 0 137.32 111.32 248.64 248.64 248.64 2.628 0 5.246-0.041 7.853-0.122l-0.381 0.009c2.226 0.072 4.845 0.112 7.472 0.112 137.32 0 248.64-111.32 248.64-248.64 0-2.628-0.041-5.246-0.122-7.853l0.009 0.381z" />
46
+ <glyph unicode="&#xe00f;" glyph-name="invite-code" data-tags="invite-code" d="M704 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM512 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM320 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM128 530.88v-421.76l210.88 210.88zM512 237.12l320 320v274.88h-640v-274.88zM850.88 64l-210.88 210.88-128-128-128 128-210.88-210.88zM896 530.88l-210.88-210.88 210.88-210.88zM960 0h-896v640h64v256h768v-256h64z" />
47
  <glyph unicode="&#xe010;" glyph-name="password" data-tags="password" d="M384 640h256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM192 64h640v512h-640zM320 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM704 256c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM896 0h-768v640h192v64c0 106.039 85.961 192 192 192s192-85.961 192-192v0-64h192z" />
48
  <glyph unicode="&#xe011;" glyph-name="password-confirm" data-tags="password-confirm" d="M828.48 299.2l-158.4-160-90.56 90.56 45.44 45.44 45.12-45.44 112.96 113.28zM704 448c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 106.039-85.961 192-192 192v0zM320 640h256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM128 64h407.040c-53.401 47.082-86.94 115.614-87.040 191.982v0.018c-0.094 0-0.205-0.001-0.317-0.001-35.346 0-64 28.654-64 64s28.654 64 64 64c11.136 0 21.609-2.844 30.729-7.846l-0.333 0.167c43.957 81.335 128.592 135.663 225.918 135.68h0.002c22.806-0.155 44.836-3.181 65.839-8.733l-1.839 0.413v72.32h-640zM320 320c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM704 0h-640v640h192v64c0 106.039 85.961 192 192 192s192-85.961 192-192v0-64h192v-162.56c76.806-45.146 127.547-127.368 127.547-221.44 0-141.226-114.357-255.742-255.522-256h-0.025z" />
49
+ <glyph unicode="&#xe012;" glyph-name="username" data-tags="username" d="M954.24 36.8c-28.299 182.261-163.846 326.419-339.077 367.093l-3.003 0.587c92.382 40.009 155.84 130.39 155.84 235.593 0 141.385-114.615 256-256 256s-256-114.615-256-256c0-105.202 63.458-195.583 154.185-234.953l1.655-0.64c-178.234-41.261-313.781-185.42-341.76-365.179l-0.32-2.501-5.76-36.8h896zM320 640c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192v0c-106.039 0-192 85.961-192 192v0zM140.48 64c44.544 166.382 193.958 286.898 371.52 286.898s326.976-120.516 370.907-284.213l0.613-2.685z" />
50
  <glyph unicode="&#xe013;" glyph-name="user-nickname" data-tags="user-nickname" d="M736 288c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM288 288c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM512 800c-111.85-0.067-211.488-52.292-275.919-133.666l-0.561-0.734c15.752 4.066 33.836 6.4 52.464 6.4 0.005 0 0.011 0 0.016 0h-0.001c123.712 0 224-100.288 224-224s-100.288-224-224-224v0c-18.812 0.171-36.996 2.495-54.431 6.735l1.631-0.335c65.034-82.128 164.739-134.344 276.64-134.344s211.606 52.216 276.080 133.611l0.56 0.732c-15.681-4.066-33.683-6.4-52.23-6.4-0.088 0-0.175 0-0.263 0h0.013c-123.712 0-224 100.288-224 224s100.288 224 224 224v0c18.415-0.055 36.285-2.269 53.408-6.399l-1.568 0.319c-64.674 81.953-163.999 134.080-275.5 134.080-0.12 0-0.239 0-0.359 0h0.019zM224 448c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64v0c-35.346 0-64 28.654-64 64v0zM736 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM898.24 293.76q-6.4-15.68-13.44-32c-69.665-137.905-210.237-230.818-372.51-230.818-169.966 0-316.125 101.931-380.681 247.999l-1.049 2.659-4.8 12.48c-38.389 40.138-62.019 94.669-62.019 154.72s23.63 114.582 62.099 154.804l-0.079-0.084h2.24c62.628 153.777 210.851 260.248 383.97 260.48h0.030c173.952-0.698 322.79-107.483 385.225-258.979l1.015-2.781c38.115-40.081 61.562-94.422 61.562-154.24s-23.447-114.159-61.652-154.335l0.089 0.095z" />
51
+ <glyph unicode="&#xe014;" glyph-name="display-name" data-tags="display-name" d="M704 192h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM384 704v64h256v-64zM608 480c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM896 0h-768v896h768zM832 832h-640v-768h640z" />
52
  <glyph unicode="&#xe015;" glyph-name="user-bio" data-tags="user-bio" d="M512 768c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM896 0h-768v896h768zM576 128h-256v64h256zM704 256h-384v64h384zM704 384h-384v73.28c47.137 53.263 115.667 86.672 192 86.672s144.863-33.409 191.765-86.401l0.235-0.271zM192 64h640v768h-640z" />
53
  <glyph unicode="&#xe016;" glyph-name="website" data-tags="website" d="M896 576c0 0.073 0 0.16 0 0.247 0 36.962-7.893 72.081-22.085 103.763l0.644-1.61c-22.135-8.717-48.812-16.663-76.287-22.443l-3.393-0.597c3.312-24.028 5.203-51.793 5.203-80s-1.891-55.973-5.553-83.176l0.35 3.176c30.868-6.377 57.545-14.323 83.237-24.249l-3.557 1.209c13.55 30.075 21.445 65.197 21.445 102.164 0 0.533-0.002 1.066-0.005 1.599v-0.082zM840.64 416c-15.907 6.005-35.213 11.531-55.060 15.568l-2.54 0.432c-7.746-33.363-18.745-62.711-32.994-90.099l0.994 2.099c35.754 17.539 65.686 41.841 89.195 71.471l0.405 0.529zM783.040 716.8c22.592 4.536 42.005 10.060 60.78 16.913l-2.86-0.913c-24.056 30.741-54.2 55.564-88.743 72.918l-1.497 0.682c13.36-25.287 24.463-54.626 31.802-85.425l0.518-2.575zM640 320c23.040 0 59.2 45.12 79.68 123.52-24.009 2.876-51.813 4.517-80 4.517s-55.991-1.641-83.322-4.832l3.322 0.316c21.12-78.4 57.28-123.52 80.32-123.52zM548.16 506.56c27.569 3.464 59.474 5.44 91.84 5.44s64.27-1.977 95.598-5.816l-3.758 0.375c2.648 20.847 4.159 44.967 4.159 69.44s-1.511 48.593-4.445 72.273l0.286-2.833c-27.558-3.453-59.462-5.429-91.825-5.44h-0.015c-32.378 0.011-64.282 1.987-95.614 5.816l3.774-0.376c-2.648-20.847-4.159-44.967-4.159-69.44s1.511-48.593 4.445-72.273l-0.286 2.833zM719.68 708.48c-20.48 78.4-56.64 123.52-79.68 123.52s-59.2-45.12-79.68-123.52c23.909-2.85 51.603-4.477 79.677-4.48h0.003c28.077 0.003 55.771 1.63 82.996 4.793l-3.316-0.313zM529.28 345.6c-13.255 25.289-24.254 54.637-31.492 85.436l-0.508 2.564c-22.592-4.536-42.005-10.060-60.78-16.913l2.86 0.913c24.092-30.084 54.109-54.37 88.399-71.32l1.521-0.68zM529.28 806.4c-35.88-17.501-65.922-41.811-89.518-71.477l-0.402-0.523c15.907-6.005 35.213-11.531 55.060-15.568l2.54-0.432c7.857 33.374 18.96 62.713 33.314 90.080l-0.994-2.080zM405.44 473.6c22.135 8.717 48.812 16.663 76.287 22.443l3.393 0.597c-3.312 24.028-5.203 51.793-5.203 80s1.891 55.973 5.553 83.176l-0.35-3.176c-30.868 6.377-57.545 14.323-83.237 24.249l3.557-1.209c-13.506-30.157-21.372-65.36-21.372-102.4s7.866-72.243 22.020-104.029l-0.648 1.629zM832 320c-52.815-39.956-119.599-64-192-64-176.731 0-320 143.269-320 320v0c0 0.095 0 0.207 0 0.32 0 22.54 2.33 44.536 6.764 65.76l-0.363-2.080h-134.4v-448h640zM960 0h-896v64h896zM896 384v-256h-768v576h218.88c50.532 114.247 162.881 192.521 293.512 192.521 176.731 0 320-143.269 320-320 0-72.63-24.197-139.609-64.969-193.314l0.577 0.793z" />
54
+ <glyph unicode="&#xe017;" glyph-name="country" data-tags="country" d="M866.56 448l-153.6 192 153.6 192h-546.56v64h-64v-832h-64v-64h192v64h-64v384zM733.44 768l-102.4-128 102.4-128h-413.44v256z" />
55
+ <glyph unicode="&#xe018;" glyph-name="address-one" data-tags="address-one" d="M576 384h-64v192h-64v64c35.346 0 64 28.654 64 64v0h64zM512 0c-43.045 36.614-82.080 73.622-119.048 112.608l-0.632 0.672c-74.243 75.404-137.49 161.935-186.949 256.798l-2.811 5.922c-26.793 48.484-42.56 106.292-42.56 167.782 0 194.404 157.596 352 352 352s352-157.596 352-352c0-61.49-15.767-119.298-43.478-169.601l0.918 1.819c-93.76-199.36-309.44-376-309.44-376zM512 256c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288v0c0-159.058 128.942-288 288-288v0z" />
56
+ <glyph unicode="&#xe019;" glyph-name="address-two" data-tags="address-two" d="M512 256c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288v0c0-159.058 128.942-288 288-288v0zM608 448v-64h-192v64c0.52 9.751 4.573 18.466 10.889 24.969l111.991 111.991c6.041 5.829 9.793 13.996 9.793 23.040s-3.752 17.211-9.783 23.031l-0.010 0.009c-2.359 2.318-5.109 4.249-8.139 5.683l-0.181 0.077c-5.52 1.927-11.886 3.090-18.508 3.199l-0.052 0.001c-0.003 0-0.006 0-0.009 0-8.3 0-16.216-1.646-23.439-4.629l0.408 0.149c-17.391-6.913-30.779-20.719-36.98-37.954l-0.14-0.446-52.16 39.040c19.42 35.564 54.287 60.596 95.338 66.167l0.662 0.073c5.926 1.301 12.733 2.046 19.713 2.046 14.803 0 28.824-3.351 41.345-9.335l-0.579 0.249c10.736-4.939 19.936-11.272 27.872-18.91l-0.032 0.030c18.074-17.48 29.295-41.949 29.295-69.039 0-11.262-1.939-22.072-5.502-32.112l0.208 0.671c-4.902-14.255-12.564-26.453-22.415-36.495l0.015 0.015-92.48-91.52zM821.44 376c-93.76-199.36-309.44-376-309.44-376s-215.68 176.64-309.44 376v0c-26.793 48.484-42.56 106.292-42.56 167.782 0 194.404 157.596 352 352 352s352-157.596 352-352c0-61.49-15.767-119.298-43.478-169.601l0.918 1.819z" />
57
  <glyph unicode="&#xe01a;" glyph-name="zip-code" data-tags="zip-code" d="M704 704c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM704 768c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM960 0h-896v640h384c0 141.385 114.615 256 256 256s256-114.615 256-256v0zM896 459.2c-54.586-78.114-118.011-145.099-189.998-201.683l-2.002-1.517s-201.6 151.68-246.72 320h-105.28v-64h64v-64h-64v-64h64v-64h-64v-64h64v-64h-128v64h-64v64h64v64h-64v64h64v64h-64v64h-96v-512h768zM896 640c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-109.44 116.48-234.88 192-301.12 75.52 66.24 192 191.68 192 301.12z" />
58
+ <glyph unicode="&#xe01b;" glyph-name="select" data-tags="select" d="M320 640v-384h384v384zM576 896h128v-64h-128zM576 64h128v-64h-128zM320 896h128v-64h-128zM320 64h128v-64h-128zM64 640h64v-128h-64zM64 384h64v-128h-64zM192 0h-128v128h64v-64h64zM192 832h-64v-64h-64v128h128zM768 192h-512v512h512zM960 64v-64h-128v64h64v64h64zM960 256h-64v128h64zM960 512h-64v128h64zM960 832v-64h-64v64h-64v64h128z" />
59
  <glyph unicode="&#xe01c;" glyph-name="multi-select" data-tags="multi-select" d="M832 896h128v-128h-64v64h-64zM896 512v128h64v-128zM960 384v-128h-64v128zM576 896h128v-64h-128zM576 64h128v-64h-128zM320 896h128v-64h-128zM320 64h128v-64h-128zM64 896h128v-64h-64v-64h-64zM64 640h64v-128h-64zM64 384h64v-128h-64zM64 0v128h64v-64h64v-64h-128zM832 256h-128v-128h-512v512h128v128h512zM832 64h64v64h64v-128h-128zM640 576h-384v-384h384zM768 704h-384v-64h320v-320h64z" />
60
+ <glyph unicode="&#xe01d;" glyph-name="checkboxcopy2" data-tags="checkbox copy 2" d="M960 0h-64v64h-768v-64h-64v128h896zM320 576v64h384v-64h-160v-320h-64v320zM960 768h-896v128h64v-64h768v64h64z" />
61
  <glyph unicode="&#xe01e;" glyph-name="time-picker" data-tags="time-picker" d="M544 768h64v-224h224v-64h-288zM448 256c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM896 512c0 0.052 0 0.113 0 0.175 0 176.731-143.269 320-320 320s-320-143.269-320-320c0-25.712 3.032-50.716 8.759-74.673l-0.439 2.178c6.391 2.001 14.373 3.892 22.526 5.278l1.154 0.162v66.88h64v-66.88c80.488-14.047 143.073-76.632 156.953-155.97l0.167-1.15h66.88v-64h-66.88c-1.548-9.307-3.439-17.289-5.802-25.065l0.362 1.385c21.727-5.262 46.671-8.279 72.32-8.279 176.717 0 319.977 143.246 320 319.957v0.002zM576 128c-36.236 0.013-71.267 5.154-104.413 14.737l2.653-0.657c-29.053-39.021-71.843-66.41-121.089-75.033l-1.151-0.167v-66.88h-64v66.88c-80.488 14.047-143.073 76.632-156.953 155.97l-0.167 1.15h-66.88v64h66.88c8.787 50.231 36.047 92.89 74.378 121.561l0.502 0.359c-8.674 30.593-13.693 65.736-13.76 102.042v0.038c0 212.077 171.923 384 384 384s384-171.923 384-384c0-212.077-171.923-384-384-384v0z" />
62
  <glyph unicode="&#xe01f;" glyph-name="state" data-tags="state" d="M896 448v128h64v32l-448 224-448-224v-32h64v-128h64v-320h-128v-64h896v64h-128v320zM512 760.32l240.96-120.32h-481.92zM832 576v-64h-640v64zM256 128v320h128v-320zM448 128v320h128v-320zM768 128h-128v320h128z" />
63
+ <glyph unicode="&#xe020;" glyph-name="company" data-tags="company" d="M512 832h-384v-768h64v192h256v-192h64v768zM448 640v-64h-256v64zM192 704v64h256v-64zM448 512v-64h-256v64zM448 384v-64h-256v64zM896 512h-320v-448h320zM832 320v-64h-192v64zM640 384v64h192v-64zM832 192v-64h-192v64zM960 0h-896v896h512v-320h384z" />
64
  <glyph unicode="&#xe021;" glyph-name="text-editor" data-tags="text-editor" d="M192 832v-768h640v576h-192v192zM256 576h256v-64h-96v-256h-64v256h-96zM896 0h-768v896h558.4l209.6-206.72zM768 128h-512v64h512zM768 256h-192v64h192zM768 384h-192v64h192zM768 512h-192v64h192z" />
65
+ <glyph unicode="&#xe022;" glyph-name="privacy-policycopy4" data-tags="privacy-policy copy 4" d="M256 133.12l96 76.8 160-128 160 128 96-76.8v629.76l-96-76.8-160 128-160-128-96 76.8zM704 288h-384v64h384zM704 416h-384v64h384zM704 544h-384v64h384zM832 0l-160 128-160-128-160 128-160-128v896l160-128 160 128 160-128 160 128z" />
66
+ <glyph unicode="&#xe023;" glyph-name="privacy-policy" data-tags="privacy-policy" d="M320 640h384v-64h-384zM320 512h384v-64h-384zM320 384h384v-64h-384zM192 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h64v96zM448 192h320v544c0 53.019-42.981 96-96 96v0h-421.76c3.562-9.508 5.666-20.494 5.76-31.959v-640.041c0-53.019 42.981-96 96-96s96 42.981 96 96v0zM890.56 128h-381.76c-5.109-24.456-15.153-45.983-29.091-64.401l0.291 0.401h320c0.015 0 0.033 0 0.050 0 41.549 0 76.933 26.395 90.298 63.332l0.211 0.668zM960 160c0-88.366-71.634-160-160-160v0h-448c-88.366 0-160 71.634-160 160v0 480h-128v160c0 53.019 42.981 96 96 96v0h512c88.366 0 160-71.634 160-160v0-544h128z" />
67
  <glyph unicode="&#xe024;" glyph-name="file-upload" data-tags="file-upload" d="M832 640h-192v192h-448v-768h640zM579.84 417.92l-35.84 35.84v-261.76h-64v261.76l-35.84-35.84-45.12 45.12 112.96 112.96 112.96-112.96zM896 0h-768v896h558.4l209.6-206.72z" />
68
+ <glyph unicode="&#xe025;" glyph-name="address-twocopy" data-tags="address-two copy" d="M466.88 498.56c14.449-12.152 33.26-19.535 53.796-19.535 0.55 0 1.099 0.005 1.646 0.016l-0.082-0.001c65.958-5.452 117.464-60.184 117.76-127.010v-0.030c-0.198-59.151-40.488-108.837-95.107-123.319l-0.893-0.201v-36.48h-64v36.48c-55.512 14.683-95.802 64.369-96 123.497v0.023h64c0-35.346 28.654-64 64-64s64 28.654 64 64v0c0 0.056 0 0.122 0 0.188 0 16.433-6.193 31.419-16.373 42.752l0.052-0.059c-11.34 11.92-26.883 19.75-44.244 21.105l-0.236 0.015c-36.11 1.29-68.696 15.394-93.568 37.874l0.128-0.114c-22.874 23.114-37.005 54.918-37.005 90.022 0 59.046 39.981 108.755 94.348 123.53l0.897 0.208v36.48h64v-36.48c55.512-14.683 95.802-64.369 96-123.497v-0.023h-64c0 35.346-28.654 64-64 64s-64-28.654-64-64v0c0-0.015 0-0.033 0-0.051 0-17.74 7.218-33.794 18.877-45.386l0.003-0.003zM896 0h-768v896h558.4l209.6-206.72zM832 640h-192v192h-448v-768h640z" />
69
  <glyph unicode="&#xe026;" glyph-name="code" data-tags="code" d="M128 832v-768h768v768zM428.8 300.8l-44.8-44.8-192 192 192 192 44.8-44.8-147.2-147.2zM640 256l-44.8 44.8 147.2 147.2-147.2 147.2 44.8 44.8 192-192zM960 0h-896v896h896z" />
70
  <glyph unicode="&#xe027;" glyph-name="mailchimp" data-tags="mailchimp" d="M724.16 472.64c2.784 0.306 6.011 0.48 9.28 0.48s6.497-0.174 9.675-0.514l-0.395 0.034c1.537 5.226 2.422 11.23 2.422 17.44s-0.885 12.214-2.535 17.892l0.113-0.452c-4.48 21.44-10.56 34.24-23.040 32s-12.8-17.28-8.32-38.4c2.296-10.878 6.757-20.453 12.933-28.665l-0.133 0.185zM617.6 455.68c8.96-3.84 14.4-6.4 16.32-4.16s0 4.16 0 7.36c-5.631 8.297-13.484 14.706-22.705 18.44l-0.335 0.12c-7.081 3.086-15.33 4.881-23.999 4.881-13.873 0-26.673-4.598-36.957-12.354l0.156 0.113c-6.080-4.16-11.52-10.24-10.88-14.080 0.578-1.25 1.775-2.127 3.187-2.239l0.013-0.001c10.913 3.214 25.052 6.44 39.444 8.926l2.476 0.354c0.435 0.009 0.949 0.015 1.463 0.015 11.583 0 22.53-2.723 32.236-7.564l-0.419 0.189zM599.68 445.44c-8.492-0.885-16.067-4.244-22.144-9.332l0.064 0.052c-2.817-2.025-4.801-5.057-5.428-8.559l-0.012-0.081c-0.128-0.333-0.202-0.718-0.202-1.12s0.074-0.787 0.21-1.142l-0.007 0.022h1.92c3.237 0.468 6.149 1.25 8.91 2.333l-0.27-0.093c7.967 3.075 17.185 4.857 26.82 4.857 3.633 0 7.206-0.253 10.703-0.743l-0.403 0.046c5.76 0 8.64 0 9.92 0s0 1.6 0 3.52c-6.151 6.587-14.886 10.693-24.581 10.693-1.942 0-3.846-0.165-5.698-0.481l0.199 0.028zM688.32 408c2.186-1.465 4.876-2.338 7.77-2.338 4.689 0 8.843 2.292 11.402 5.817l0.028 0.041c2.88 5.76 0 13.44-9.28 17.28-2.186 1.465-4.876 2.338-7.77 2.338-4.689 0-8.843-2.292-11.402-5.817l-0.028-0.041c-2.88-5.44 1.28-13.44 9.28-17.28zM738.56 452.16c-6.080 0-11.52-6.72-11.52-15.68s4.8-16 11.2-16 11.52 7.040 11.84 15.68-5.12 16-11.52 16zM310.080 294.4c0 1.92-4.16 0-6.72 0h-6.080c-3.885 0.289-7.232 2.362-9.252 5.395l-0.028 0.045c-1.668 2.899-2.652 6.375-2.652 10.080s0.984 7.181 2.705 10.18l-0.053-0.1c0.027 0.478 0.043 1.037 0.043 1.6s-0.016 1.122-0.046 1.677l0.003-0.077c5.029 8.176 8.008 18.080 8.008 28.68 0 7.3-1.413 14.271-3.981 20.652l0.132-0.372c-6.079 12.67-17.757 21.813-31.738 24.282l-0.262 0.038c-1.222 0.125-2.641 0.196-4.077 0.196-12.778 0-24.24-5.631-32.041-14.546l-0.042-0.049c-8.921-9.434-14.406-22.199-14.406-36.246 0-2.907 0.235-5.759 0.687-8.539l-0.041 0.304c0.553-1.779 2.002-3.122 3.806-3.514l0.034-0.006c2.24 0 5.76 0 8 7.36 0 0 0 0 0 1.92 1.424 5.227 3.505 9.805 6.196 13.95l-0.116-0.19c3.527 5.568 9.033 9.612 15.508 11.165l0.172 0.035c1.54 0.309 3.31 0.486 5.121 0.486 5.468 0 10.559-1.614 14.824-4.391l-0.105 0.064c6.689-4.616 11.017-12.239 11.017-20.872 0-3.314-0.638-6.479-1.797-9.379l0.060 0.17c-3.065-7.22-4.847-15.618-4.847-24.432 0-0.861 0.017-1.718 0.051-2.571l-0.004 0.123c-0.014-0.323-0.022-0.702-0.022-1.083 0-13.598 10.344-24.781 23.593-26.108l0.11-0.009c0.823-0.121 1.772-0.19 2.738-0.19 6.439 0 12.162 3.068 15.787 7.821l0.035 0.048c0.557 0.84 0.889 1.871 0.889 2.98 0 1.3-0.456 2.494-1.217 3.43l0.008-0.010zM899.84 329.28s-2.88 10.56-6.4 21.76c-2.382 7.676-4.772 13.933-7.492 20.010l0.452-1.13c8.052 11.191 12.878 25.173 12.878 40.282 0 3.513-0.261 6.966-0.764 10.339l0.047-0.381c-2.208 14.137-8.764 26.455-18.235 35.835l-0.005 0.005c-17.749 15.035-39.288 26.171-62.963 31.792l-1.037 0.208-16.32 4.8s0 39.36-1.6 55.68c-0.399 17.584-3.060 34.383-7.704 50.339l0.344-1.379c-6.089 23.854-17.916 44.4-33.946 60.827l0.026-0.027c36.563 32.898 61.223 78.397 67.111 129.607l0.089 0.953c0 77.76-96 101.44-213.76 52.48l-26.56-9.28-46.080 43.84c-134.4 116.16-554.88-350.080-420.48-463.68l29.44-24.96c-5.743-14.8-9.070-31.929-9.070-49.835 0-6.121 0.389-12.151 1.143-18.068l-0.073 0.702c4.103-34.009 20.679-63.525 44.943-84.332l0.177-0.148c23.649-21.319 54.799-34.723 89.056-35.834l0.224-0.006c55.075-118.78 173.297-199.682 310.416-199.682 0.444 0 0.888 0.001 1.332 0.003h-0.068c150.4-4.48 276.8 66.24 329.6 192 10.125 24.788 16.682 53.493 18.214 83.526l0.026 0.634c0 38.4-20.16 53.12-32.96 53.12zM284.8 233.28c-2.106-0.152-4.563-0.239-7.040-0.239s-4.934 0.087-7.368 0.257l0.328-0.018c-50.332 3.755-90.868 41.342-99.11 89.92l-0.090 0.64c-1.044 5.123-1.641 11.012-1.641 17.040 0 43.209 30.695 79.248 71.468 87.503l0.573 0.097c4.951 1.081 10.638 1.7 16.47 1.7 1.411 0 2.813-0.036 4.205-0.108l-0.195 0.008c41.662-5.199 73.901-39.309 76.151-81.383l0.009-0.217c8-52.48-4.8-105.92-53.76-114.24zM233.92 460.48c-30.594-5.56-56.487-22.446-73.689-46.068l-0.231-0.332c-11.948 8.957-22.433 18.731-31.789 29.512l-0.211 0.248c-24 49.28 32 145.28 68.16 199.36 93.76 133.76 240.64 234.88 308.48 216.64 17.986-13.386 33.644-28.333 47.312-44.978l0.368-0.462c-49.698-28.766-92.473-58.592-132.552-91.575l1.672 1.335c-84.122-68.189-148.723-157.317-186.19-259.533l-1.33-4.147zM710.72 254.4c0.251 0.357 0.402 0.801 0.402 1.28s-0.15 0.923-0.406 1.287l0.005-0.007c-0.164 1.269-1.239 2.24-2.54 2.24-0.007 0-0.014 0-0.021 0h0.001c-11.338-1.437-24.457-2.257-37.768-2.257-35.945 0-70.493 5.98-102.704 17.001l2.232-0.663c7.040 23.68 26.56 15.040 56 12.8 7.395-0.481 16.032-0.755 24.734-0.755 39.512 0 77.704 5.652 113.812 16.192l-2.866-0.717c39.187 11.298 73.319 28.842 103.127 51.736l-0.727-0.536c6.274-13.971 11.181-30.215 13.928-47.183l0.152-1.137c0.936 0.126 2.017 0.198 3.115 0.198 4.376 0 8.486-1.141 12.049-3.142l-0.124 0.064c6.4-3.84 11.2-12.16 8-32-6.563-39.869-25.14-74.565-51.832-101.112l-0.008-0.008c-17.303-18.747-37.745-34.284-60.545-45.841l-1.215-0.559c-11.475-6.232-24.924-11.982-38.932-16.486l-1.708-0.474c-106.56-34.88-215.36 3.52-250.56 85.44-2.556 5.425-4.957 11.912-6.826 18.62l-0.214 0.9c-4.002 13.771-6.305 29.589-6.305 45.945 0 43.925 16.604 83.972 43.879 114.206l-0.134-0.151c2.733 2.24 4.538 5.527 4.798 9.239l0.002 0.041c-0.337 3.566-1.731 6.754-3.862 9.307l0.022-0.027c-13.76 20.16-62.080 54.4-52.16 120.96 5.657 44.232 42.53 78.234 87.567 79.358l0.113 0.002h9.92c16.64 0 32-2.88 45.44-3.52 2.446-0.236 5.288-0.37 8.162-0.37 23.379 0 44.682 8.891 60.711 23.475l-0.073-0.065c7.070 7.118 16.090 12.29 26.192 14.648l0.368 0.072c1.491 0.297 3.206 0.467 4.96 0.467s3.469-0.17 5.128-0.495l-0.168 0.027c6.348-0.186 12.192-2.192 17.071-5.511l-0.111 0.071c19.84-13.12 22.72-45.12 23.68-68.48 0-13.44 2.24-45.76 2.88-55.040 0-21.12 6.72-24.32 18.24-27.84 6.4-2.24 12.16-3.84 20.8-6.080 19.963-4.155 37.456-12.781 52.044-24.803l-0.204 0.163c4.913-4.833 8.271-11.235 9.261-18.393l0.019-0.167c3.2-22.4-17.6-50.56-72.32-75.84-43.136-19.518-93.529-30.891-146.577-30.891-12.616 0-25.081 0.643-37.365 1.899l1.542-0.128-17.6 1.92c-40 5.44-64-46.4-38.72-81.92 23.349-24.412 56.181-39.586 92.558-39.586 2.674 0 5.33 0.082 7.964 0.244l-0.361-0.018c96 0 171.52 41.28 199.040 77.12 0.834 0.936 1.577 1.985 2.196 3.112l0.044 0.088c1.6 1.92 0 3.2 0 1.92-22.72-15.36-123.2-76.8-230.72-58.56-9.517 1.765-17.89 4.202-25.896 7.366l0.936-0.326c-15.758 4.076-27.924 16.242-31.932 31.693l-0.068 0.307c21.033-7.817 45.332-12.339 70.688-12.339 25.021 0 49.013 4.404 71.244 12.48l-1.451-0.461zM407.040 643.84c31.002 36.348 67.876 66.589 109.346 89.538l2.014 1.022s2.56 0 1.92-1.92c-4.393-7.275-8.006-15.683-10.402-24.591l-0.158-0.689s0-2.24 2.56 0c27.269 18.026 59.886 30.252 95.014 34.151l0.986 0.089c1.6 0 2.24-1.92 0-2.56-5.854-4.543-10.914-9.705-15.21-15.47l-0.15-0.21cv-2.24c29.985-1.024 57.925-8.837 82.631-21.939l-1.031 0.499s0-3.84 0-3.2c-22.212 5.237-47.715 8.24-73.92 8.24s-51.708-3.003-76.185-8.683l2.265 0.443c-44.878-11.877-84.103-31.257-118.315-56.949l0.875 0.629s-3.2 2.24-2.24 3.84z" />
71
  <glyph unicode="&#xe028;" glyph-name="credit-card" data-tags="credit-card" d="M576 448h256v-64h-256zM576 320h128v-64h-128zM288 448c11.506-0.094 22.492-2.198 32.664-5.976l-0.664 0.216c9.743 3.648 21.001 5.76 32.753 5.76 53.019 0 96-42.981 96-96s-42.981-96-96-96c-11.752 0-23.010 2.112-33.417 5.976l0.664-0.216c-9.74-3.647-20.996-5.757-32.745-5.757-53.019 0-96 42.981-96 96s42.981 96 96 96c0.262 0 0.523-0.001 0.785-0.003h-0.040zM896 544h-768v-384h768zM896 736h-768v-128h768zM960 96h-896v704h896z" />
72
+ <glyph unicode="&#xe029;" glyph-name="range" data-tags="range" d="M960 640h-547.2c-16 64-70.4 112-140.8 112s-124.8-48-140.8-112h-67.2c-16 0-32-16-32-32s16-32 32-32h67.2c16-64 70.4-112 140.8-112s124.8 48 140.8 112h547.2c16 0 32 16 32 32s-16 32-32 32zM345.6 576c-12.8-28.8-41.6-48-73.6-48s-60.8 19.2-73.6 48c-3.2 9.6-6.4 19.2-6.4 32s3.2 22.4 6.4 32c12.8 28.8 41.6 48 73.6 48s60.8-19.2 73.6-48c3.2-9.6 6.4-19.2 6.4-32s-3.2-22.4-6.4-32zM64 256h547.2c16-64 70.4-112 140.8-112s124.8 48 140.8 112h67.2c16 0 32 16 32 32s-16 32-32 32h-67.2c-16 64-70.4 112-140.8 112s-124.8-48-140.8-112h-547.2c-16 0-32-16-32-32s16-32 32-32zM672 288c0 12.8 3.2 22.4 6.4 32 12.8 28.8 41.6 48 73.6 48s60.8-19.2 73.6-48c3.2-9.6 6.4-19.2 6.4-32s-3.2-22.4-6.4-32c-12.8-28.8-41.6-48-73.6-48s-60.8 19.2-73.6 48c-3.2 9.6-6.4 19.2-6.4 32z" />
73
+ <glyph unicode="&#xe02a;" glyph-name="course" data-tags="course" d="M243.2 896l-115.2-115.2v-668.8c0-60.8 51.2-112 112-112h336v64h-336c-25.6 0-48 22.4-48 48s22.4 48 48 48h336v64h-224v608h480v-608h64v672h-652.8zM288 224h-48c-16 0-32-3.2-48-12.8v544l76.8 76.8h19.2v-608zM512 736c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-41.6 96-96 96zM512 608c-19.2 0-32 12.8-32 32s12.8 32 32 32 32-12.8 32-32-12.8-32-32-32zM512 480c-54.4 0-96-41.6-96-96s41.6-96 96-96 96 41.6 96 96-41.6 96-96 96zM512 352c-19.2 0-32 12.8-32 32s12.8 32 32 32 32-12.8 32-32-12.8-32-32-32zM640 672h128v-64h-128v64zM640 416h128v-64h-128v64z" />
74
  </font></defs></svg>
assets/fonts/UserRegistration.ttf CHANGED
Binary file
assets/fonts/UserRegistration.woff CHANGED
Binary file
assets/js/frontend/user-registration-form-validator.js ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* global user_registration_params */
2
+ (function ($) {
3
+ var user_registration_form_selector;
4
+
5
+ user_registration_form_selector = $(".ur-frontend-form form");
6
+ var field_selector = "";
7
+
8
+ if (user_registration_form_selector.hasClass("edit-profile")) {
9
+ field_selector = "user_registration_";
10
+ }
11
+
12
+ var user_registration_form_validator = {
13
+ $user_registration: user_registration_form_selector,
14
+ init: function () {
15
+ this.add_validation_methods();
16
+ this.load_validation();
17
+ this.init_inputMask();
18
+ this.init_tiptip();
19
+
20
+ // Inline validation
21
+ this.$user_registration.on(
22
+ "input validate change",
23
+ ".input-text, select, input:checkbox input:radio",
24
+ this.validate_field
25
+ );
26
+ },
27
+ init_inputMask: function () {
28
+ if (typeof $.fn.inputmask !== "undefined") {
29
+ $(".ur-masked-input").inputmask();
30
+ }
31
+ },
32
+ init_tiptip: function () {
33
+ if (typeof tipTip !== "undefined") {
34
+ var tiptip_args = {
35
+ attribute: "title",
36
+ fadeIn: 50,
37
+ fadeOut: 50,
38
+ delay: 200,
39
+ };
40
+ $(".user-registration-help-tip").tipTip(tiptip_args);
41
+ }
42
+ },
43
+ /**
44
+ * Add custom validation Methods.
45
+ *
46
+ * @since 1.9.4
47
+ */
48
+ add_validation_methods: function () {
49
+ // Validate email addresses.
50
+ $.validator.methods.email = function (value, element) {
51
+ /* https://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */
52
+ var pattern = new RegExp(
53
+ /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i
54
+ );
55
+ return this.optional(element) || pattern.test(value);
56
+ };
57
+
58
+ /**
59
+ * Validation for username length.
60
+ *
61
+ * @since 1.9.4
62
+ */
63
+ $.validator.addMethod(
64
+ "lengthValidator",
65
+ function (value, element, param) {
66
+ return value.length <= param;
67
+ },
68
+ $.validator.format("Please enter less than {0} characters.")
69
+ );
70
+
71
+ /**
72
+ * Validate checkbox choice limit.
73
+ *
74
+ * @since 1.9.4
75
+ */
76
+ $.validator.addMethod(
77
+ "checkLimit",
78
+ function (value, element, param) {
79
+ var choiceLimit = parseInt(param || 0, 10),
80
+ $checked = "";
81
+
82
+ if ($(element).closest(".field-checkbox").length) {
83
+ var ul = $(element).closest("ul");
84
+ $checked = ul.find('input[type="checkbox"]:checked');
85
+ } else if (
86
+ $(element).closest(".field-multi_select2").length
87
+ ) {
88
+ $checked = $(element).val();
89
+ }
90
+
91
+ if (0 === choiceLimit) {
92
+ return true;
93
+ }
94
+
95
+ return $checked.length <= choiceLimit;
96
+ },
97
+
98
+ $.validator.format("Please select no more than {0} options.")
99
+ );
100
+ },
101
+ load_validation: function () {
102
+ if (typeof $.fn.validate === "undefined") {
103
+ return false;
104
+ }
105
+ var $this_node = this;
106
+
107
+ $this_node.$user_registration.each(function () {
108
+ var $this = $(this);
109
+ var validator_params = $this_node.custom_validation($this);
110
+ $this_node.custom_validation_messages();
111
+
112
+ $this.validate({
113
+ errorClass: "user-registration-error",
114
+ validClass: "user-registration-valid",
115
+ rules: validator_params.rules,
116
+ messages: validator_params.messages,
117
+ focusInvalid: false,
118
+ invalidHandler: function (form, validator) {
119
+ if (!validator.numberOfInvalids()) return;
120
+
121
+ // Scroll to first error message on submit.
122
+ $(window).scrollTop(
123
+ $(validator.errorList[0].element).offset().top
124
+ );
125
+ },
126
+ errorPlacement: function (error, element) {
127
+ if (element.is("#password_2")) {
128
+ element.parent().after(error);
129
+ } else if (
130
+ "radio" === element.attr("type") ||
131
+ "checkbox" === element.attr("type") ||
132
+ "password" === element.attr("type")
133
+ ) {
134
+ element.parent().parent().parent().append(error);
135
+ } else if (
136
+ element.is("select") &&
137
+ element
138
+ .attr("class")
139
+ .match(/date-month|date-day|date-year/)
140
+ ) {
141
+ if (
142
+ element
143
+ .parent()
144
+ .find(
145
+ "label.user-registration-error:visible"
146
+ ).length === 0
147
+ ) {
148
+ element
149
+ .parent()
150
+ .find("select:last")
151
+ .after(error);
152
+ }
153
+ } else if (element.hasClass("ur-smart-phone-field")) {
154
+ var wrapper = element.closest("p.form-row");
155
+ wrapper
156
+ .find("#" + element.data("id") + "-error")
157
+ .remove();
158
+ wrapper.append(error);
159
+ } else if (
160
+ "number" === element.attr("type") &&
161
+ element.hasClass("ur-range-input")
162
+ ) {
163
+ error.insertAfter(
164
+ element
165
+ .closest(".ur-range-row")
166
+ .find(".ur-range-number")
167
+ );
168
+ } else {
169
+ if (
170
+ element.hasClass("urfu-file-input") ||
171
+ element.closest(".field-multi_select2").length
172
+ ) {
173
+ error.insertAfter(element.parent().parent());
174
+ } else {
175
+ error.insertAfter(element);
176
+ }
177
+ }
178
+ },
179
+ highlight: function (element, errorClass, validClass) {
180
+ var $element = $(element),
181
+ $parent = $element.closest(".form-row"),
182
+ inputName = $element.attr("name");
183
+ },
184
+ unhighlight: function (element, errorClass, validClass) {
185
+ var $element = $(element),
186
+ $parent = $element.closest(".form-row"),
187
+ inputName = $element.attr("name");
188
+
189
+ if (
190
+ $element.attr("type") === "radio" ||
191
+ $element.attr("type") === "checkbox"
192
+ ) {
193
+ $parent
194
+ .find("input[name='" + inputName + "']")
195
+ .addClass(validClass)
196
+ .removeClass(errorClass);
197
+ } else {
198
+ $element
199
+ .addClass(validClass)
200
+ .removeClass(errorClass);
201
+ }
202
+
203
+ $parent.removeClass("user-registration-has-error");
204
+ },
205
+ submitHandler: function (form) {
206
+ /**
207
+ * Return `true` for `Change Password` form and `Edit Profile` when ajax submission is off to allow submission
208
+ */
209
+ if (
210
+ $(form).hasClass("edit-password") ||
211
+ ($(form).hasClass("edit-profile") &&
212
+ "no" ===
213
+ user_registration_params.ajax_submission_on_edit_profile)
214
+ ) {
215
+ return true;
216
+ }
217
+
218
+ return false;
219
+ },
220
+ });
221
+ });
222
+ },
223
+ validate_field: function (e) {
224
+ // Validator messages.
225
+ $.extend($.validator.messages, {
226
+ required: user_registration_params.message_required_fields,
227
+ url: user_registration_params.message_url_fields,
228
+ email: user_registration_params.message_email_fields,
229
+ number: user_registration_params.message_number_fields,
230
+ confirmpassword:
231
+ user_registration_params.message_confirm_password_fields,
232
+ });
233
+
234
+ var $this = $(this),
235
+ $parent = $this.closest(".form-row"),
236
+ validated = true,
237
+ validate_required = $parent.is(".validate-required"),
238
+ validate_email = $parent.is(".validate-email"),
239
+ event_type = e.type;
240
+
241
+ if ("input" === event_type) {
242
+ $parent.removeClass(
243
+ "user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"
244
+ );
245
+ }
246
+
247
+ if ("validate" === event_type || "change" === event_type) {
248
+ if (validate_required) {
249
+ if (
250
+ "checkbox" === $this.attr("type") &&
251
+ !$this.is(":checked")
252
+ ) {
253
+ $parent
254
+ .removeClass("user-registration-validated")
255
+ .addClass(
256
+ "user-registration-invalid user-registration-invalid-required-field"
257
+ );
258
+ validated = false;
259
+ } else if ($this.val() === "") {
260
+ $parent
261
+ .removeClass("user-registration-validated")
262
+ .addClass(
263
+ "user-registration-invalid user-registration-invalid-required-field"
264
+ );
265
+ validated = false;
266
+ }
267
+ }
268
+
269
+ if (validate_email) {
270
+ if ($this.val()) {
271
+ /* https://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */
272
+ var pattern = new RegExp(
273
+ /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i
274
+ );
275
+
276
+ if (!pattern.test($this.val())) {
277
+ $parent
278
+ .removeClass("user-registration-validated")
279
+ .addClass(
280
+ "user-registration-invalid user-registration-invalid-email"
281
+ );
282
+ validated = false;
283
+ }
284
+ }
285
+ }
286
+
287
+ if (validated) {
288
+ $parent
289
+ .removeClass(
290
+ "user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email"
291
+ )
292
+ .addClass("user-registration-validated");
293
+ }
294
+ }
295
+ },
296
+ /**
297
+ * Add custom validation messages.
298
+ */
299
+ custom_validation: function (this_node) {
300
+ var rules = {},
301
+ messages = {};
302
+
303
+ if (this_node.find("#user_confirm_email").length) {
304
+ /**
305
+ * For real time email matching
306
+ */
307
+ var form_id = this_node.closest(".ur-frontend-form").attr("id");
308
+
309
+ rules.user_confirm_email = {
310
+ equalTo: "#" + form_id + " #user_email",
311
+ };
312
+ messages.user_confirm_email =
313
+ user_registration_params.message_confirm_email_fields;
314
+ }
315
+
316
+ if (this_node.hasClass("edit-password")) {
317
+ /**
318
+ * Password matching for `Change Password` form
319
+ */
320
+ rules.password_2 = {
321
+ equalTo: "#password_1",
322
+ };
323
+ messages.password_2 =
324
+ user_registration_params.message_confirm_password_fields;
325
+ } else if (
326
+ this_node.hasClass("register") &&
327
+ this_node.find("#user_confirm_password").length
328
+ ) {
329
+ /**
330
+ * Password matching for registration form
331
+ */
332
+ var form_id = this_node.closest(".ur-frontend-form").attr("id");
333
+
334
+ rules.user_confirm_password = {
335
+ equalTo: "#" + form_id + " #user_pass",
336
+ };
337
+ messages.user_confirm_password =
338
+ user_registration_params.message_confirm_password_fields;
339
+ }
340
+
341
+ /**
342
+ * Real time username length validation
343
+ */
344
+ var user_login_div = this_node.find("#user_login");
345
+
346
+ if (user_login_div.length) {
347
+ rules.user_login = {
348
+ lengthValidator: user_login_div.data("username-length"),
349
+ };
350
+ }
351
+
352
+ /**
353
+ * Real time choice limit validation
354
+ */
355
+ var checkbox_div = this_node.find(".field-checkbox"),
356
+ multiselect2_div = this_node.find(".field-multi_select2");
357
+
358
+ if (checkbox_div.length) {
359
+ checkbox_div.each(function () {
360
+ rules[field_selector + $(this).data("field-id") + "[]"] = {
361
+ checkLimit: $(this).find("ul").data("choice-limit")
362
+ ? $(this).find("ul").data("choice-limit")
363
+ : 0,
364
+ };
365
+ });
366
+ }
367
+
368
+ if (multiselect2_div.length) {
369
+ multiselect2_div.each(function () {
370
+ rules[field_selector + $(this).data("field-id") + "[]"] = {
371
+ checkLimit: $(this).find("select").data("choice-limit")
372
+ ? $(this).find("select").data("choice-limit")
373
+ : 0,
374
+ };
375
+ });
376
+ }
377
+
378
+ return { rules: rules, messages: messages };
379
+ },
380
+ /**
381
+ * Override default validaton messages and add custom validation messsages.
382
+ */
383
+ custom_validation_messages: function () {
384
+ // Override default jquery validator messages with our plugin's validation messages.
385
+ $.validator.messages.required =
386
+ user_registration_params.message_required_fields;
387
+ $.validator.messages.url =
388
+ user_registration_params.message_url_fields;
389
+ $.validator.messages.email =
390
+ user_registration_params.message_email_fields;
391
+ $.validator.messages.number =
392
+ user_registration_params.message_number_fields;
393
+ $.validator.messages.confirmpassword =
394
+ user_registration_params.message_confirm_password_fields;
395
+ $.validator.messages.max = function (params, element) {
396
+ return user_registration_params.message_confirm_number_field_max.replace(
397
+ "%qty%",
398
+ element.max
399
+ );
400
+ };
401
+ $.validator.messages.min = function (params, element) {
402
+ return user_registration_params.message_confirm_number_field_min.replace(
403
+ "%qty%",
404
+ element.min
405
+ );
406
+ };
407
+ $.validator.messages.step = function (params, element) {
408
+ return user_registration_params.message_confirm_number_field_step.replace(
409
+ "%qty%",
410
+ element.step
411
+ );
412
+ };
413
+ },
414
+ };
415
+
416
+ $(window).on("load", function () {
417
+ user_registration_form_validator.init();
418
+ });
419
+ })(jQuery);
assets/js/frontend/user-registration-form-validator.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(e){var a,i="";(a=e(".ur-frontend-form form")).hasClass("edit-profile")&&(i="user_registration_");var s={$user_registration:a,init:function(){this.add_validation_methods(),this.load_validation(),this.init_inputMask(),this.init_tiptip(),this.$user_registration.on("input validate change",".input-text, select, input:checkbox input:radio",this.validate_field)},init_inputMask:function(){"undefined"!=typeof e.fn.inputmask&&e(".ur-masked-input").inputmask()},init_tiptip:function(){if("undefined"!=typeof tipTip){e(".user-registration-help-tip").tipTip({attribute:"title",fadeIn:50,fadeOut:50,delay:200})}},add_validation_methods:function(){e.validator.methods.email=function(e,a){var i=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return this.optional(a)||i.test(e)},e.validator.addMethod("lengthValidator",function(e,a,i){return e.length<=i},e.validator.format("Please enter less than {0} characters.")),e.validator.addMethod("checkLimit",function(a,i,s){var r=parseInt(s||0,10),t="";if(e(i).closest(".field-checkbox").length){t=e(i).closest("ul").find('input[type="checkbox"]:checked')}else e(i).closest(".field-multi_select2").length&&(t=e(i).val());return 0===r||t.length<=r},e.validator.format("Please select no more than {0} options."))},load_validation:function(){if("undefined"==typeof e.fn.validate)return!1;var a=this;a.$user_registration.each(function(){var i=e(this),s=a.custom_validation(i);a.custom_validation_messages(),i.validate({errorClass:"user-registration-error",validClass:"user-registration-valid",rules:s.rules,messages:s.messages,focusInvalid:!1,invalidHandler:function(a,i){i.numberOfInvalids()&&e(window).scrollTop(e(i.errorList[0].element).offset().top)},errorPlacement:function(e,a){if(a.is("#password_2"))a.parent().after(e);else if("radio"===a.attr("type")||"checkbox"===a.attr("type")||"password"===a.attr("type"))a.parent().parent().parent().append(e);else if(a.is("select")&&a.attr("class").match(/date-month|date-day|date-year/))0===a.parent().find("label.user-registration-error:visible").length&&a.parent().find("select:last").after(e);else if(a.hasClass("ur-smart-phone-field")){var i=a.closest("p.form-row");i.find("#"+a.data("id")+"-error").remove(),i.append(e)}else"number"===a.attr("type")&&a.hasClass("ur-range-input")?e.insertAfter(a.closest(".ur-range-row").find(".ur-range-number")):a.hasClass("urfu-file-input")||a.closest(".field-multi_select2").length?e.insertAfter(a.parent().parent()):e.insertAfter(a)},highlight:function(a,i,s){var r=e(a);r.closest(".form-row"),r.attr("name")},unhighlight:function(a,i,s){var r=e(a),t=r.closest(".form-row"),u=r.attr("name");"radio"===r.attr("type")||"checkbox"===r.attr("type")?t.find("input[name='"+u+"']").addClass(s).removeClass(i):r.addClass(s).removeClass(i),t.removeClass("user-registration-has-error")},submitHandler:function(a){return!!(e(a).hasClass("edit-password")||e(a).hasClass("edit-profile")&&"no"===user_registration_params.ajax_submission_on_edit_profile)}})})},validate_field:function(a){e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields});var i=e(this),s=i.closest(".form-row"),r=!0,t=s.is(".validate-required"),u=s.is(".validate-email"),n=a.type;if("input"===n&&s.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"),"validate"===n||"change"===n){if(t&&("checkbox"!==i.attr("type")||i.is(":checked")?""===i.val()&&(s.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),r=!1):(s.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),r=!1)),u&&i.val()){new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(i.val())||(s.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-email"),r=!1)}r&&s.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email").addClass("user-registration-validated")}},custom_validation:function(a){var s={},r={};if(a.find("#user_confirm_email").length){var t=a.closest(".ur-frontend-form").attr("id");s.user_confirm_email={equalTo:"#"+t+" #user_email"},r.user_confirm_email=user_registration_params.message_confirm_email_fields}if(a.hasClass("edit-password"))s.password_2={equalTo:"#password_1"},r.password_2=user_registration_params.message_confirm_password_fields;else if(a.hasClass("register")&&a.find("#user_confirm_password").length){t=a.closest(".ur-frontend-form").attr("id");s.user_confirm_password={equalTo:"#"+t+" #user_pass"},r.user_confirm_password=user_registration_params.message_confirm_password_fields}var u=a.find("#user_login");u.length&&(s.user_login={lengthValidator:u.data("username-length")});var n=a.find(".field-checkbox"),F=a.find(".field-multi_select2");return n.length&&n.each(function(){s[i+e(this).data("field-id")+"[]"]={checkLimit:e(this).find("ul").data("choice-limit")?e(this).find("ul").data("choice-limit"):0}}),F.length&&F.each(function(){s[i+e(this).data("field-id")+"[]"]={checkLimit:e(this).find("select").data("choice-limit")?e(this).find("select").data("choice-limit"):0}}),{rules:s,messages:r}},custom_validation_messages:function(){e.validator.messages.required=user_registration_params.message_required_fields,e.validator.messages.url=user_registration_params.message_url_fields,e.validator.messages.email=user_registration_params.message_email_fields,e.validator.messages.number=user_registration_params.message_number_fields,e.validator.messages.confirmpassword=user_registration_params.message_confirm_password_fields,e.validator.messages.max=function(e,a){return user_registration_params.message_confirm_number_field_max.replace("%qty%",a.max)},e.validator.messages.min=function(e,a){return user_registration_params.message_confirm_number_field_min.replace("%qty%",a.min)},e.validator.messages.step=function(e,a){return user_registration_params.message_confirm_number_field_step.replace("%qty%",a.step)}}};e(window).on("load",function(){s.init()})}(jQuery);
assets/js/frontend/user-registration.js CHANGED
@@ -3,327 +3,6 @@
3
  /* global grecaptcha */
4
  (function ($) {
5
  var user_registration_form_init = function () {
6
- var user_registration_class_selector;
7
-
8
- // Check if the ajax submission on edit profile is enabled.
9
- if (
10
- "yes" === user_registration_params.ajax_submission_on_edit_profile
11
- ) {
12
- user_registration_class_selector = $(
13
- ".ur-frontend-form form.register, .ur-frontend-form form.edit-password, .ur-frontend-form form.edit-profile"
14
- );
15
- } else {
16
- user_registration_class_selector = $(
17
- ".ur-frontend-form form.register, .ur-frontend-form form.edit-password"
18
- );
19
- }
20
-
21
- var user_registration = {
22
- $user_registration: user_registration_class_selector,
23
- init: function () {
24
- this.load_validation();
25
- this.init_inputMask();
26
- this.init_tiptip();
27
-
28
- // Inline validation
29
- this.$user_registration.on(
30
- "input validate change",
31
- ".input-text, select, input:checkbox input:radio",
32
- this.validate_field
33
- );
34
- },
35
- init_inputMask: function () {
36
- if (typeof $.fn.inputmask !== "undefined") {
37
- $(".ur-masked-input").inputmask();
38
- }
39
- },
40
- init_tiptip: function () {
41
- if (typeof tipTip !== "undefined") {
42
- var tiptip_args = {
43
- attribute: "title",
44
- fadeIn: 50,
45
- fadeOut: 50,
46
- delay: 200,
47
- };
48
- $(".user-registration-help-tip").tipTip(tiptip_args);
49
- }
50
- },
51
- load_validation: function () {
52
- if (typeof $.fn.validate === "undefined") {
53
- return false;
54
- }
55
-
56
- // Validate email addresses.
57
- $.validator.methods.email = function (value, element) {
58
- /* https://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */
59
- var pattern = new RegExp(
60
- /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i
61
- );
62
- return this.optional(element) || pattern.test(value);
63
- };
64
-
65
- this.$user_registration.each(function () {
66
- var $this = $(this);
67
- var rules = {};
68
- var messages = {};
69
-
70
- if ($this.find("#user_confirm_email").length) {
71
- /**
72
- * For real time email matching
73
- */
74
- var form_id = $this
75
- .closest(".ur-frontend-form")
76
- .attr("id");
77
-
78
- rules.user_confirm_email = {
79
- equalTo: "#" + form_id + " #user_email",
80
- };
81
- messages.user_confirm_email =
82
- user_registration_params.message_confirm_email_fields;
83
- }
84
-
85
- if ($this.hasClass("edit-password")) {
86
- /**
87
- * Password matching for `Change Password` form
88
- */
89
- rules.password_2 = {
90
- equalTo: "#password_1",
91
- };
92
- messages.password_2 =
93
- user_registration_params.message_confirm_password_fields;
94
- } else if (
95
- $this.hasClass("register") &&
96
- $this.find("#user_confirm_password").length
97
- ) {
98
- /**
99
- * Password matching for registration form
100
- */
101
- var form_id = $this
102
- .closest(".ur-frontend-form")
103
- .attr("id");
104
-
105
- rules.user_confirm_password = {
106
- equalTo: "#" + form_id + " #user_pass",
107
- };
108
- messages.user_confirm_password =
109
- user_registration_params.message_confirm_password_fields;
110
- }
111
-
112
- // Override default jquery validator messages with our plugin's validation messages.
113
- $.validator.messages.required =
114
- user_registration_params.message_required_fields;
115
- $.validator.messages.url =
116
- user_registration_params.message_url_fields;
117
- $.validator.messages.email =
118
- user_registration_params.message_email_fields;
119
- $.validator.messages.number =
120
- user_registration_params.message_number_fields;
121
- $.validator.messages.confirmpassword =
122
- user_registration_params.message_confirm_password_fields;
123
- $.validator.messages.max = function (params, element) {
124
- return user_registration_params.message_confirm_number_field_max.replace(
125
- "%qty%",
126
- element.max
127
- );
128
- };
129
- $.validator.messages.min = function (params, element) {
130
- return user_registration_params.message_confirm_number_field_min.replace(
131
- "%qty%",
132
- element.min
133
- );
134
- };
135
- $.validator.messages.step = function (params, element) {
136
- return user_registration_params.message_confirm_number_field_step.replace(
137
- "%qty%",
138
- element.step
139
- );
140
- };
141
-
142
- $this.validate({
143
- errorClass: "user-registration-error",
144
- validClass: "user-registration-valid",
145
- rules: rules,
146
- messages: messages,
147
- focusInvalid: false,
148
- invalidHandler: function (form, validator) {
149
- if (!validator.numberOfInvalids()) return;
150
-
151
- // Scroll to first error message on submit..
152
- $(window).scrollTop(
153
- $(validator.errorList[0].element).offset().top
154
- );
155
- },
156
- errorPlacement: function (error, element) {
157
- if (element.is("#password_2")) {
158
- element.parent().after(error);
159
- } else if (
160
- "radio" === element.attr("type") ||
161
- "checkbox" === element.attr("type") ||
162
- "password" === element.attr("type")
163
- ) {
164
- element
165
- .parent()
166
- .parent()
167
- .parent()
168
- .append(error);
169
- } else if (
170
- element.is("select") &&
171
- element
172
- .attr("class")
173
- .match(/date-month|date-day|date-year/)
174
- ) {
175
- if (
176
- element
177
- .parent()
178
- .find(
179
- "label.user-registration-error:visible"
180
- ).length === 0
181
- ) {
182
- element
183
- .parent()
184
- .find("select:last")
185
- .after(error);
186
- }
187
- } else if (
188
- element.hasClass("ur-smart-phone-field")
189
- ) {
190
- var wrapper = element.closest("p.form-row");
191
- wrapper
192
- .find("#" + element.data("id") + "-error")
193
- .remove();
194
- wrapper.append(error);
195
- } else {
196
- if (
197
- element.hasClass("urfu-file-input") ||
198
- element.closest(".field-multi_select2")
199
- .length
200
- ) {
201
- error.insertAfter(
202
- element.parent().parent()
203
- );
204
- } else {
205
- error.insertAfter(element);
206
- }
207
- }
208
- },
209
- highlight: function (element, errorClass, validClass) {
210
- var $element = $(element),
211
- $parent = $element.closest(".form-row"),
212
- inputName = $element.attr("name");
213
- },
214
- unhighlight: function (
215
- element,
216
- errorClass,
217
- validClass
218
- ) {
219
- var $element = $(element),
220
- $parent = $element.closest(".form-row"),
221
- inputName = $element.attr("name");
222
-
223
- if (
224
- $element.attr("type") === "radio" ||
225
- $element.attr("type") === "checkbox"
226
- ) {
227
- $parent
228
- .find("input[name='" + inputName + "']")
229
- .addClass(validClass)
230
- .removeClass(errorClass);
231
- } else {
232
- $element
233
- .addClass(validClass)
234
- .removeClass(errorClass);
235
- }
236
-
237
- $parent.removeClass("user-registration-has-error");
238
- },
239
- submitHandler: function (form) {
240
- // Return `true` for `Change Password` form to allow submission
241
- if ($(form).hasClass("edit-password")) {
242
- return true;
243
- }
244
-
245
- return false;
246
- },
247
- });
248
- });
249
- },
250
- validate_field: function (e) {
251
- // Validator messages.
252
- $.extend($.validator.messages, {
253
- required: user_registration_params.message_required_fields,
254
- url: user_registration_params.message_url_fields,
255
- email: user_registration_params.message_email_fields,
256
- number: user_registration_params.message_number_fields,
257
- confirmpassword:
258
- user_registration_params.message_confirm_password_fields,
259
- });
260
-
261
- var $this = $(this),
262
- $parent = $this.closest(".form-row"),
263
- validated = true,
264
- validate_required = $parent.is(".validate-required"),
265
- validate_email = $parent.is(".validate-email"),
266
- event_type = e.type;
267
-
268
- if ("input" === event_type) {
269
- $parent.removeClass(
270
- "user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"
271
- );
272
- }
273
-
274
- if ("validate" === event_type || "change" === event_type) {
275
- if (validate_required) {
276
- if (
277
- "checkbox" === $this.attr("type") &&
278
- !$this.is(":checked")
279
- ) {
280
- $parent
281
- .removeClass("user-registration-validated")
282
- .addClass(
283
- "user-registration-invalid user-registration-invalid-required-field"
284
- );
285
- validated = false;
286
- } else if ($this.val() === "") {
287
- $parent
288
- .removeClass("user-registration-validated")
289
- .addClass(
290
- "user-registration-invalid user-registration-invalid-required-field"
291
- );
292
- validated = false;
293
- }
294
- }
295
-
296
- if (validate_email) {
297
- if ($this.val()) {
298
- /* https://stackoverflow.com/questions/2855865/jquery-validate-e-mail-address-regex */
299
- var pattern = new RegExp(
300
- /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i
301
- );
302
-
303
- if (!pattern.test($this.val())) {
304
- $parent
305
- .removeClass("user-registration-validated")
306
- .addClass(
307
- "user-registration-invalid user-registration-invalid-email"
308
- );
309
- validated = false;
310
- }
311
- }
312
- }
313
-
314
- if (validated) {
315
- $parent
316
- .removeClass(
317
- "user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email"
318
- )
319
- .addClass("user-registration-validated");
320
- }
321
- }
322
- },
323
- };
324
-
325
- user_registration.init();
326
-
327
  var ursL10n = user_registration_params.ursL10n;
328
 
329
  $.fn.ur_form_submission = function () {
3
  /* global grecaptcha */
4
  (function ($) {
5
  var user_registration_form_init = function () {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  var ursL10n = user_registration_params.ursL10n;
7
 
8
  $.fn.ur_form_submission = function () {
assets/js/frontend/user-registration.min.js CHANGED
@@ -1 +1 @@
1
- function request_recaptcha_token(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"register"}).then(function(e){jQuery("form.register").find("#g-recaptcha-response").text(e)})});0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"login"}).then(function(e){jQuery("form.login").find("#g-recaptcha-response").text(e)})})}function ur_includes(e,r){if(Array.isArray(e))for(var a=0;a<e.length;a+=1)if(e[a]===r)return!0;return!1}!function(e){var r=function(){({$user_registration:"yes"===user_registration_params.ajax_submission_on_edit_profile?e(".ur-frontend-form form.register, .ur-frontend-form form.edit-password, .ur-frontend-form form.edit-profile"):e(".ur-frontend-form form.register, .ur-frontend-form form.edit-password"),init:function(){this.load_validation(),this.init_inputMask(),this.init_tiptip(),this.$user_registration.on("input validate change",".input-text, select, input:checkbox input:radio",this.validate_field)},init_inputMask:function(){"undefined"!=typeof e.fn.inputmask&&e(".ur-masked-input").inputmask()},init_tiptip:function(){if("undefined"!=typeof tipTip){e(".user-registration-help-tip").tipTip({attribute:"title",fadeIn:50,fadeOut:50,delay:200})}},load_validation:function(){if("undefined"==typeof e.fn.validate)return!1;e.validator.methods.email=function(e,r){var a=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return this.optional(r)||a.test(e)},this.$user_registration.each(function(){var r=e(this),a={},t={};if(r.find("#user_confirm_email").length){var i=r.closest(".ur-frontend-form").attr("id");a.user_confirm_email={equalTo:"#"+i+" #user_email"},t.user_confirm_email=user_registration_params.message_confirm_email_fields}if(r.hasClass("edit-password"))a.password_2={equalTo:"#password_1"},t.password_2=user_registration_params.message_confirm_password_fields;else if(r.hasClass("register")&&r.find("#user_confirm_password").length){i=r.closest(".ur-frontend-form").attr("id");a.user_confirm_password={equalTo:"#"+i+" #user_pass"},t.user_confirm_password=user_registration_params.message_confirm_password_fields}e.validator.messages.required=user_registration_params.message_required_fields,e.validator.messages.url=user_registration_params.message_url_fields,e.validator.messages.email=user_registration_params.message_email_fields,e.validator.messages.number=user_registration_params.message_number_fields,e.validator.messages.confirmpassword=user_registration_params.message_confirm_password_fields,e.validator.messages.max=function(e,r){return user_registration_params.message_confirm_number_field_max.replace("%qty%",r.max)},e.validator.messages.min=function(e,r){return user_registration_params.message_confirm_number_field_min.replace("%qty%",r.min)},e.validator.messages.step=function(e,r){return user_registration_params.message_confirm_number_field_step.replace("%qty%",r.step)},r.validate({errorClass:"user-registration-error",validClass:"user-registration-valid",rules:a,messages:t,focusInvalid:!1,invalidHandler:function(r,a){a.numberOfInvalids()&&e(window).scrollTop(e(a.errorList[0].element).offset().top)},errorPlacement:function(e,r){if(r.is("#password_2"))r.parent().after(e);else if("radio"===r.attr("type")||"checkbox"===r.attr("type")||"password"===r.attr("type"))r.parent().parent().parent().append(e);else if(r.is("select")&&r.attr("class").match(/date-month|date-day|date-year/))0===r.parent().find("label.user-registration-error:visible").length&&r.parent().find("select:last").after(e);else if(r.hasClass("ur-smart-phone-field")){var a=r.closest("p.form-row");a.find("#"+r.data("id")+"-error").remove(),a.append(e)}else r.hasClass("urfu-file-input")||r.closest(".field-multi_select2").length?e.insertAfter(r.parent().parent()):e.insertAfter(r)},highlight:function(r,a,t){var i=e(r);i.closest(".form-row"),i.attr("name")},unhighlight:function(r,a,t){var i=e(r),s=i.closest(".form-row"),n=i.attr("name");"radio"===i.attr("type")||"checkbox"===i.attr("type")?s.find("input[name='"+n+"']").addClass(t).removeClass(a):i.addClass(t).removeClass(a),s.removeClass("user-registration-has-error")},submitHandler:function(r){return!!e(r).hasClass("edit-password")}})})},validate_field:function(r){e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields});var a=e(this),t=a.closest(".form-row"),i=!0,s=t.is(".validate-required"),n=t.is(".validate-email"),o=r.type;if("input"===o&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email user-registration-validated"),"validate"===o||"change"===o){if(s&&("checkbox"!==a.attr("type")||a.is(":checked")?""===a.val()&&(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1):(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-required-field"),i=!1)),n&&a.val()){new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(a.val())||(t.removeClass("user-registration-validated").addClass("user-registration-invalid user-registration-invalid-email"),i=!1)}i&&t.removeClass("user-registration-invalid user-registration-invalid-required-field user-registration-invalid-email").addClass("user-registration-validated")}}}).init();var r=user_registration_params.ursL10n;e.fn.ur_form_submission=function(){return this.each(function(){var a=e(this),t=[],i=user_registration_params.form_required_fields,s={init:function(){},get_form_data:function(r){if(r===a.closest(".ur-frontend-form").attr("id")||e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")){var t=this,i=[],n=s.separate_form_handler(""),o=new Array;e.each(n,function(){var r=e(this).attr("name");if(s.separate_form_handler('[name="'+r+'"]').length<2){var a=t.get_fieldwise_data(e(this)),n=document.querySelector(".field-invite_code");"invite_code"===a.field_name?"none"!==n.style.display&&i.push(a):i.push(a)}else e.inArray(r,o)<0&&o.push(r)});for(var u=0;u<o.length;u++){var d=s.separate_form_handler('[name="'+o[u]+'"]'),l=(d.get(0).tagName.toLowerCase(),"undefined"!==d.eq(0).attr("type")?d.eq(0).attr("type"):"null"),f=new Array;if(e.each(d,function(){var r=e(this),a="";switch(r.get(0).tagName.toLowerCase()){case"input":switch(l){case"checkbox":case"radio":a=r.prop("checked")?r.val():"";break;default:a=r.val()}break;case"select":case"textarea":a=r.val()}""!==a&&f.push(a)}),"checkbox"==l)var p=JSON.stringify(f);else if("radio"==l)p=f[0];else p=d.val();var _=o[u];_=_.replace("[]","");var m={value:p,field_type:l,label:d.eq(0).attr("data-label"),field_name:_};i.push(m)}return e(document).trigger("user_registration_frontend_form_data_filter",[i]),i}},get_fieldwise_data:function(r){var a={},s=r.get(0).tagName.toLowerCase(),n="undefined"!==r.attr("name")?r.attr("name"):"null",o=[];e(".field-phone").each(function(){var r=e(this).find(".form-row").attr("id");e(this).find(".form-row").find("#"+r).hasClass("ur-smart-phone-field")&&o.push(e(this).find(".form-row").attr("id"))});var u="undefined"!==r.attr("type")?r.attr("type"):"null",d=r.get(0).className.split(" ")[0];switch(a.value="",s){case"input":switch(u){case"checkbox":case"radio":a.value=r.prop("checked")?r.val():"";break;default:a.value=r.val()}ur_includes(o,n)&&(a.value=r.siblings('input[type="hidden"]').val());break;case"select":a.value=r.val();break;case"textarea":switch(d){case"wysiwyg":tinyMCE.triggerSave(),a.value=r.val();break;default:a.value=r.val()}}return e(document).trigger("user_registration_frontend_form_data_render",[r,a]),a.field_type="undefined"!==r.eq(0).attr("type")?r.eq(0).attr("type"):"null",r.attr("data-label")!==undefined?a.label=r.attr("data-label"):r.prev().length&&"label"===r.prev().get(0).tagName.toLowerCase()?a.label=r.prev().text():a.label=a.field_type,r.attr("name")!==undefined&&""!==r.attr("name")?(a.field_name=r.attr("name"),a.field_name=a.field_name.replace("[]","")):a.field_name="",e.inArray(a.field_name,e.trim(i))>=0&&t.push(a.field_name),a},show_message:function(r,a,t,i){if(t.find(".ur-message").remove(),e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")){(s=e('<div class="user-registration-'+a+'"/>')).append(r),s.insertBefore(".user-registration-MyAccount-navigation")}else{var s;(s=e('<div class="ur-message user-registration-'+a+'" id="ur-submit-message-node"/>')).append(r),"1"===i?t.append(s):t.prepend(s)}},separate_form_handler:function(r){return e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")?a.find(".user-registration-profile-fields").find(".ur-edit-profile-field"+r):a.closest(".ur-frontend-form").find(".ur-form-grid").find(".ur-frontend-field"+r)},missing_attachment_handler:function(r){var a=[];if(1<=r.length){r.each(function(){var r=e(this).attr("id");-1===e.inArray(r,a)&&a.push(r)});for(var t=0;t<a.length;t++){for(var i=e("#"+a[t]).val().split(","),s=i.length;s>=0;s--)e.isNumeric(i[s])||i.splice(s,1);e("#"+a[t]).val(i)}}}},n={init:function(){this.form_submit_event(),this.edit_profile_event()},form_submit_event:function(){e(".ur-frontend-form").each(function(){e(this).find("form.register").off("submit").on("submit",function(a){a.preventDefault();var t=e(this);if(e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields}),t.find(".user-registration-password-strength").length>0){var i=t.find(".user-registration-password-strength").attr("data-current-strength"),n=t.find(".user-registration-password-strength").attr("data-min-strength");if(parseInt(i,0)<parseInt(n,0)){if(""!=t.find("#user_pass").val()){t.find("#user_pass_error").remove();var o='<label id="user_pass_error" class="user-registration-error" for="user_pass">'+r.password_strength_error+".</label>";t.find(".user-registration-password-hint").after(o),t.find("#user_pass").attr("aria-invalid",!0),t.find("#user_pass").focus()}return!1}}var u=t.find(".ur-smart-phone-field");if("true"===u.attr("aria-invalid")){(f=u.closest("p.form-row")).find("#"+u.data("id")+"-error").remove();var d='<label id="'+u.data("id")+'-error" class="user-registration-error" for="'+u.data("id")+'">'+user_registration_params.message_validate_phone_number+"</label>";return f.append(d),f.find("#"+u.data("id")).attr("aria-invalid",!0),!0}var l=t.find(".urfu-file-input");s.missing_attachment_handler(l);if(1===t.find(".uraf-profile-picture-upload").find(".user-registration-error").length){var f,p=t.find(".uraf-profile-picture-upload").find(".uraf-profile-picture-input");(f=t.find(".uraf-profile-picture-upload")).find("#"+p.attr("name")+"-error").remove(),f.find(".uraf-profile-picture-file-error").remove();var _='<label id="'+p.attr("name")+'-error" class="user-registration-error" for="'+p.attr("name")+'">'+user_registration_params.message_required_fields+"</label>";f.find("button.wp_uraf_profile_picture_upload").after(_)}if(t.valid()){t.find(".ur-submit-button").prop("disabled",!0);var m,c=0,g="0",h=t.find('[name="g-recaptcha-response"]').val();try{m=JSON.stringify(s.get_form_data(t.closest(".ur-frontend-form").attr("id")))}catch(w){m=""}1===e(this).closest("form").find('input[name="ur-user-form-id"]').length&&(c=e(this).closest("form").find('input[name="ur-user-form-id"]').val()),1===e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').length&&(g=e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').val());var F={action:"user_registration_user_form_submit",security:user_registration_params.user_registration_form_data_save,form_data:m,captchaResponse:h,form_id:c,ur_frontend_form_nonce:g};if(e(document).trigger("user_registration_frontend_before_form_submit",[F,t]),"undefined"!=typeof ur_google_recaptcha_code&&"1"===ur_google_recaptcha_code.is_captcha_enable){if(0===(h=t.find('[name="g-recaptcha-response"]').val()).length)return s.show_message("<p>"+r.captcha_error+"</p>","error",t,"1"),void t.find(".ur-submit-button").prop("disabled",!1);if("v3"==ur_google_recaptcha_code.version)request_recaptcha_token();else for(var v=0;v<=google_recaptcha_user_registration;v++)grecaptcha.reset(v)}t.find(".ur-submit-button").find("span").addClass("ur-front-spinner"),e.ajax({url:user_registration_params.ajax_url,data:F,type:"POST",async:!0,complete:function(a){t.find(".ur-submit-button").find("span").removeClass("ur-front-spinner");var i=t.find('input[name="ur-redirect-url"]').val(),n=e('<ul class=""/>'),o="error";try{var u=e.parseJSON(a.responseText);"undefined"!=typeof u.success&&!0===u.success&&"undefined"!=typeof u.data.paypal_redirect&&(window.location=u.data.paypal_redirect),"undefined"!=typeof u.success&&!0===u.success&&(o="message"),"message"===o?(t.find(".user-registration-password-hint").remove(),t.find(".user-registration-password-strength").remove(),"admin_approval"==u.data.form_login_option?n.append("<li>"+r.user_under_approval+"</li>"):"email_confirmation"==u.data.form_login_option?n.append("<li>"+r.user_email_pending+"</li>"):"payment"==u.data.form_login_option?n.append("<li>"+u.data.message+"</li>"):n.append((u.data.message,r.user_successfully_saved)),"undefined"!=typeof u.data.auto_password_generation_success_message&&n.append("<li>"+u.data.auto_password_generation_success_message+"</li>"),t[0].reset(),jQuery("#billing_country").trigger("change"),jQuery("#shipping_country").trigger("change"),void 0!==i&&""!==i?window.setTimeout(function(){window.location=i},1e3):"undefined"!=typeof u.data.auto_login&&u.data.auto_login&&location.reload()):"error"===o&&("object"==typeof u.data.message?e.each(u.data.message,function(e,r){n.append("<li>"+r+"</li>")}):n.append("<li>"+u.data.message+"</li>"))}catch(l){n.append("<li>"+l.message+"</li>")}var d=e.parseJSON(a.responseText).data.success_message_positon;s.show_message(n,o,t,d),"1"===d?e(window).scrollTop(t.find(".ur-button-container").offset().top):e(window).scrollTop(t.closest(".ur-frontend-form").offset().top),e(document).trigger("user_registration_frontend_after_ajax_complete",[a.responseText,o,t]),t.find(".ur-submit-button").prop("disabled",!1)}})}})})},edit_profile_event:function(){e("form.user-registration-EditProfileForm").on("submit",function(r){var a=e(this);e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields});var t=a.find(".ur-smart-phone-field");if("true"===t.attr("aria-invalid")){(n=t.closest("p.form-row")).find("#"+t.data("id")+"-error").remove();var i='<label id="'+t.data("id")+'-error" class="user-registration-error" for="'+t.data("id")+'">'+user_registration_params.message_validate_phone_number+"</label>";return n.append(i),n.find("#"+t.data("id")).attr("aria-invalid",!0),!0}if(1===a.find(".uraf-profile-picture-upload").find(".user-registration-error").length){var n,o=a.find(".uraf-profile-picture-upload").find(".uraf-profile-picture-input");(n=a.find(".uraf-profile-picture-upload")).find("#"+o.attr("name")+"-error").remove(),n.find(".uraf-profile-picture-file-error").remove();var u='<label id="'+o.attr("name")+'-error" class="user-registration-error" for="'+o.attr("name")+'">'+user_registration_params.message_required_fields+"</label>";n.find("button.wp_uraf_profile_picture_upload").after(u)}if(a.valid()){r.preventDefault(),a.find(".user-registration-submit-Button").prop("disabled",!0);var d=a.find(".urfu-file-input");s.missing_attachment_handler(d);var l;try{l=s.get_form_data();var f=e("#profile_pic_url").val();f&&l.push({value:f,field_name:"user_registration_profile_pic_url"}),l=JSON.stringify(l)}catch(_){l=""}var p={action:"user_registration_update_profile_details",security:user_registration_params.user_registration_profile_details_save,form_data:l};a.find(".user-registration-submit-Button").find("span").addClass("ur-front-spinner"),e.ajax({type:"POST",url:user_registration_params.ajax_url,dataType:"JSON",data:p,complete:function(r){a.find("span.ur-front-spinner").removeClass("ur-front-spinner"),a.closest(".user-registration").find(".user-registration-error").remove(),a.closest(".user-registration").find(".user-registration-message").remove();var t=e('<ul class=""/>'),i="error";try{var n=e.parseJSON(r.responseText);"undefined"!=typeof n.success&&!0===n.success&&(i="message"),"object"==typeof n.data.message?e.each(n.data.message,function(e,r){t.append("<li>"+r+"</li>")}):t.append("<li>"+n.data.message+"</li>")}catch(o){t.append("<li>"+o.message+"</li>")}s.show_message(t,i,a,"0"),a.find(".user-registration-submit-Button").prop("disabled",!1),e(window).scrollTop(e(".user-registration-MyAccount-navigation").position())}})}})}};s.init(),n.init()})},e(function(){e(".ur-submit-button").on("click",function(){e(this).closest("form.register").ur_form_submission()}),e(".user-registration-submit-Button").on("click",function(){e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")&&"yes"===user_registration_params.ajax_submission_on_edit_profile&&e("form.user-registration-EditProfileForm").ur_form_submission()});var a={};e(document.body).on("click","#load_flatpickr",function(){var r=e(this).data("id"),t=a[r];if(!t){var i=e(this).closest(".ur-field-item").find("#formated_date").val();if(0<e(".ur-frontend-form").length)var s=e(".ur-frontend-form #"+r).attr("type","text").val(i);else s=e(".woocommerce-MyAccount-content #"+r).attr("type","text").val(i);e(this).attr("data-date-format",s.data("date-format")),e(this).attr("data-mode",s.data("mode")),e(this).attr("data-min-date",s.data("min-date")),e(this).attr("data-max-date",s.data("max-date")),e(this).attr("data-default-date",i),t=e(this).flatpickr({disableMobile:!0,onChange:function(a,t,i){e("#"+r).val(t)}}),a[r]=t}t&&t.open()}),e(".ur-frontend-form").each(function(){e(this).find("form.register").on("focusout","#user_pass, #password_1",function(){$this=e(this);var a=e(this).attr("name"),t=e(this).data("id"),i=$this.closest("form").attr("data-enable-strength-password");if("yes"===i||"1"===i){var s=$this.closest("form"),n=s.attr("data-minimum-password-strength"),o=[];(o="function"==typeof wp.passwordStrength.userInputDisallowedList?wp.passwordStrength.userInputDisallowedList():wp.passwordStrength.userInputBlacklist()).push(s.find('input[data-id="user_email"]').val()),o.push(s.find('input[data-id="user_login"]').val());if(wp.passwordStrength.meter($this.val(),o)<n&&""!==$this.val()){s.find("#"+t+"_error").remove();var u='<label id="'+t+'_error" class="user-registration-error" for="'+a+'">'+r.password_strength_error+".</label>";s.find(".user-registration-password-hint").after(u)}}})})}),e(function(){request_recaptcha_token()}),e(function(){e(".user-registration-EditProfileForm.edit-profile .field-country").length>0&&e(".field-country").each(function(){var r=e(this).find(".ur-data-holder").data("option-value"),a=e(this).find(".ur-data-holder").data("option-html"),t=e(this).find("select");r&&a&&(0===t.find('option[value="'+r+'"]').length&&t.append("<option class='ur-remove' selected='selected' value='"+r+"'>"+a+"</option>"),e(this).on("click",function(){e(this).find(".ur-remove").remove()}))})})};r(),e(window).on("load",function(){r()})}(jQuery);var google_recaptcha_user_registration,onloadURCallback=function(){jQuery(".ur-frontend-form").each(function(e){$this=jQuery(this);var r=$this.attr("id");0!==$this.find("form.register #ur-recaptcha-node #node_recaptcha_register").length&&($this.find("form.register #ur-recaptcha-node .g-recaptcha").attr("id","node_recaptcha_register_"+r),google_recaptcha_user_registration=grecaptcha.render("node_recaptcha_register_"+r,{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"}));0!==$this.find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login").length&&grecaptcha.render("node_recaptcha_login",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"})})};!function(e){e(document).on("click",".password_preview",function(r){r.preventDefault();var a=user_registration_params.ursL10n,t=e(this).hasClass("dashicons-hidden")?"show":"hide",i=e(this).closest(".user-registration-form-row").find('input[name="password"]');if(0===i.length&&(i=e(this).closest(".field-user_pass").find('input[name="user_pass"]')),0===i.length&&(i=e(this).closest(".field-user_confirm_password").find('input[name="user_confirm_password"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_current"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_1"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_2"]')),i.length>0)switch(t){case"show":i.attr("type","text"),e(this).removeClass("dashicons-hidden").addClass("dashicons-visibility"),e(this).attr("title",a.hide_password_title);break;case"hide":i.attr("type","password"),e(this).removeClass("dashicons-visibility").addClass("dashicons-hidden"),e(this).attr("title",a.show_password_title)}})}(jQuery);
1
+ function request_recaptcha_token(){0!==jQuery(".ur-frontend-form").find("form.register #ur-recaptcha-node #node_recaptcha_register.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"register"}).then(function(e){jQuery("form.register").find("#g-recaptcha-response").text(e)})});0!==jQuery(".ur-frontend-form").find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login.g-recaptcha-v3").length&&grecaptcha.ready(function(){grecaptcha.execute(ur_google_recaptcha_code.site_key,{action:"login"}).then(function(e){jQuery("form.login").find("#g-recaptcha-response").text(e)})})}function ur_includes(e,r){if(Array.isArray(e))for(var t=0;t<e.length;t+=1)if(e[t]===r)return!0;return!1}!function(e){var r=function(){var r=user_registration_params.ursL10n;e.fn.ur_form_submission=function(){return this.each(function(){var t=e(this),a=[],i=user_registration_params.form_required_fields,s={init:function(){},get_form_data:function(r){if(r===t.closest(".ur-frontend-form").attr("id")||e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")){var a=this,i=[],n=s.separate_form_handler(""),o=new Array;e.each(n,function(){var r=e(this).attr("name");if(s.separate_form_handler('[name="'+r+'"]').length<2){var t=a.get_fieldwise_data(e(this)),n=document.querySelector(".field-invite_code");"invite_code"===t.field_name?"none"!==n.style.display&&i.push(t):i.push(t)}else e.inArray(r,o)<0&&o.push(r)});for(var d=0;d<o.length;d++){var u=s.separate_form_handler('[name="'+o[d]+'"]'),f=(u.get(0).tagName.toLowerCase(),"undefined"!==u.eq(0).attr("type")?u.eq(0).attr("type"):"null"),l=new Array;if(e.each(u,function(){var r=e(this),t="";switch(r.get(0).tagName.toLowerCase()){case"input":switch(f){case"checkbox":case"radio":t=r.prop("checked")?r.val():"";break;default:t=r.val()}break;case"select":case"textarea":t=r.val()}""!==t&&l.push(t)}),"checkbox"==f)var c=JSON.stringify(l);else if("radio"==f)c=l[0];else c=u.val();var p=o[d];p=p.replace("[]","");var _={value:c,field_type:f,label:u.eq(0).attr("data-label"),field_name:p};i.push(_)}return e(document).trigger("user_registration_frontend_form_data_filter",[i]),i}},get_fieldwise_data:function(r){var t={},s=r.get(0).tagName.toLowerCase(),n="undefined"!==r.attr("name")?r.attr("name"):"null",o=[];e(".field-phone").each(function(){var r=e(this).find(".form-row").attr("id");e(this).find(".form-row").find("#"+r).hasClass("ur-smart-phone-field")&&o.push(e(this).find(".form-row").attr("id"))});var d="undefined"!==r.attr("type")?r.attr("type"):"null",u=r.get(0).className.split(" ")[0];switch(t.value="",s){case"input":switch(d){case"checkbox":case"radio":t.value=r.prop("checked")?r.val():"";break;default:t.value=r.val()}ur_includes(o,n)&&(t.value=r.siblings('input[type="hidden"]').val());break;case"select":t.value=r.val();break;case"textarea":switch(u){case"wysiwyg":tinyMCE.triggerSave(),t.value=r.val();break;default:t.value=r.val()}}return e(document).trigger("user_registration_frontend_form_data_render",[r,t]),t.field_type="undefined"!==r.eq(0).attr("type")?r.eq(0).attr("type"):"null",r.attr("data-label")!==undefined?t.label=r.attr("data-label"):r.prev().length&&"label"===r.prev().get(0).tagName.toLowerCase()?t.label=r.prev().text():t.label=t.field_type,r.attr("name")!==undefined&&""!==r.attr("name")?(t.field_name=r.attr("name"),t.field_name=t.field_name.replace("[]","")):t.field_name="",e.inArray(t.field_name,e.trim(i))>=0&&a.push(t.field_name),t},show_message:function(r,t,a,i){if(a.find(".ur-message").remove(),e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")){(s=e('<div class="user-registration-'+t+'"/>')).append(r),s.insertBefore(".user-registration-MyAccount-navigation")}else{var s;(s=e('<div class="ur-message user-registration-'+t+'" id="ur-submit-message-node"/>')).append(r),"1"===i?a.append(s):a.prepend(s)}},separate_form_handler:function(r){return e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")?t.find(".user-registration-profile-fields").find(".ur-edit-profile-field"+r):t.closest(".ur-frontend-form").find(".ur-form-grid").find(".ur-frontend-field"+r)},missing_attachment_handler:function(r){var t=[];if(1<=r.length){r.each(function(){var r=e(this).attr("id");-1===e.inArray(r,t)&&t.push(r)});for(var a=0;a<t.length;a++){for(var i=e("#"+t[a]).val().split(","),s=i.length;s>=0;s--)e.isNumeric(i[s])||i.splice(s,1);e("#"+t[a]).val(i)}}}},n={init:function(){this.form_submit_event(),this.edit_profile_event()},form_submit_event:function(){e(".ur-frontend-form").each(function(){e(this).find("form.register").off("submit").on("submit",function(t){t.preventDefault();var a=e(this);if(e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields,confirmpassword:user_registration_params.message_confirm_password_fields}),a.find(".user-registration-password-strength").length>0){var i=a.find(".user-registration-password-strength").attr("data-current-strength"),n=a.find(".user-registration-password-strength").attr("data-min-strength");if(parseInt(i,0)<parseInt(n,0)){if(""!=a.find("#user_pass").val()){a.find("#user_pass_error").remove();var o='<label id="user_pass_error" class="user-registration-error" for="user_pass">'+r.password_strength_error+".</label>";a.find(".user-registration-password-hint").after(o),a.find("#user_pass").attr("aria-invalid",!0),a.find("#user_pass").focus()}return!1}}var d=a.find(".ur-smart-phone-field");if("true"===d.attr("aria-invalid")){(l=d.closest("p.form-row")).find("#"+d.data("id")+"-error").remove();var u='<label id="'+d.data("id")+'-error" class="user-registration-error" for="'+d.data("id")+'">'+user_registration_params.message_validate_phone_number+"</label>";return l.append(u),l.find("#"+d.data("id")).attr("aria-invalid",!0),!0}var f=a.find(".urfu-file-input");s.missing_attachment_handler(f);if(1===a.find(".uraf-profile-picture-upload").find(".user-registration-error").length){var l,c=a.find(".uraf-profile-picture-upload").find(".uraf-profile-picture-input");(l=a.find(".uraf-profile-picture-upload")).find("#"+c.attr("name")+"-error").remove(),l.find(".uraf-profile-picture-file-error").remove();var p='<label id="'+c.attr("name")+'-error" class="user-registration-error" for="'+c.attr("name")+'">'+user_registration_params.message_required_fields+"</label>";l.find("button.wp_uraf_profile_picture_upload").after(p)}if(a.valid()){a.find(".ur-submit-button").prop("disabled",!0);var _,m=0,g="0",h=a.find('[name="g-recaptcha-response"]').val();try{_=JSON.stringify(s.get_form_data(a.closest(".ur-frontend-form").attr("id")))}catch(b){_=""}1===e(this).closest("form").find('input[name="ur-user-form-id"]').length&&(m=e(this).closest("form").find('input[name="ur-user-form-id"]').val()),1===e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').length&&(g=e(this).closest("form").find('input[name="ur_frontend_form_nonce"]').val());var v={action:"user_registration_user_form_submit",security:user_registration_params.user_registration_form_data_save,form_data:_,captchaResponse:h,form_id:m,ur_frontend_form_nonce:g};if(e(document).trigger("user_registration_frontend_before_form_submit",[v,a]),"undefined"!=typeof ur_google_recaptcha_code&&"1"===ur_google_recaptcha_code.is_captcha_enable){if(0===(h=a.find('[name="g-recaptcha-response"]').val()).length)return s.show_message("<p>"+r.captcha_error+"</p>","error",a,"1"),void a.find(".ur-submit-button").prop("disabled",!1);if("v3"==ur_google_recaptcha_code.version)request_recaptcha_token();else for(var w=0;w<=google_recaptcha_user_registration;w++)grecaptcha.reset(w)}a.find(".ur-submit-button").find("span").addClass("ur-front-spinner"),e.ajax({url:user_registration_params.ajax_url,data:v,type:"POST",async:!0,complete:function(t){a.find(".ur-submit-button").find("span").removeClass("ur-front-spinner");var i=a.find('input[name="ur-redirect-url"]').val(),n=e('<ul class=""/>'),o="error";try{var d=e.parseJSON(t.responseText);"undefined"!=typeof d.success&&!0===d.success&&"undefined"!=typeof d.data.paypal_redirect&&(window.location=d.data.paypal_redirect),"undefined"!=typeof d.success&&!0===d.success&&(o="message"),"message"===o?(a.find(".user-registration-password-hint").remove(),a.find(".user-registration-password-strength").remove(),"admin_approval"==d.data.form_login_option?n.append("<li>"+r.user_under_approval+"</li>"):"email_confirmation"==d.data.form_login_option?n.append("<li>"+r.user_email_pending+"</li>"):"payment"==d.data.form_login_option?n.append("<li>"+d.data.message+"</li>"):n.append((d.data.message,r.user_successfully_saved)),"undefined"!=typeof d.data.auto_password_generation_success_message&&n.append("<li>"+d.data.auto_password_generation_success_message+"</li>"),a[0].reset(),jQuery("#billing_country").trigger("change"),jQuery("#shipping_country").trigger("change"),void 0!==i&&""!==i?window.setTimeout(function(){window.location=i},1e3):"undefined"!=typeof d.data.auto_login&&d.data.auto_login&&location.reload()):"error"===o&&("object"==typeof d.data.message?e.each(d.data.message,function(e,r){n.append("<li>"+r+"</li>")}):n.append("<li>"+d.data.message+"</li>"))}catch(f){n.append("<li>"+f.message+"</li>")}var u=e.parseJSON(t.responseText).data.success_message_positon;s.show_message(n,o,a,u),"1"===u?e(window).scrollTop(a.find(".ur-button-container").offset().top):e(window).scrollTop(a.closest(".ur-frontend-form").offset().top),e(document).trigger("user_registration_frontend_after_ajax_complete",[t.responseText,o,a]),a.find(".ur-submit-button").prop("disabled",!1)}})}})})},edit_profile_event:function(){e("form.user-registration-EditProfileForm").on("submit",function(r){var t=e(this);e.extend(e.validator.messages,{required:user_registration_params.message_required_fields,url:user_registration_params.message_url_fields,email:user_registration_params.message_email_fields,number:user_registration_params.message_number_fields});var a=t.find(".ur-smart-phone-field");if("true"===a.attr("aria-invalid")){(n=a.closest("p.form-row")).find("#"+a.data("id")+"-error").remove();var i='<label id="'+a.data("id")+'-error" class="user-registration-error" for="'+a.data("id")+'">'+user_registration_params.message_validate_phone_number+"</label>";return n.append(i),n.find("#"+a.data("id")).attr("aria-invalid",!0),!0}if(1===t.find(".uraf-profile-picture-upload").find(".user-registration-error").length){var n,o=t.find(".uraf-profile-picture-upload").find(".uraf-profile-picture-input");(n=t.find(".uraf-profile-picture-upload")).find("#"+o.attr("name")+"-error").remove(),n.find(".uraf-profile-picture-file-error").remove();var d='<label id="'+o.attr("name")+'-error" class="user-registration-error" for="'+o.attr("name")+'">'+user_registration_params.message_required_fields+"</label>";n.find("button.wp_uraf_profile_picture_upload").after(d)}if(t.valid()){r.preventDefault(),t.find(".user-registration-submit-Button").prop("disabled",!0);var u=t.find(".urfu-file-input");s.missing_attachment_handler(u);var f;try{f=s.get_form_data();var l=e("#profile_pic_url").val();l&&f.push({value:l,field_name:"user_registration_profile_pic_url"}),f=JSON.stringify(f)}catch(p){f=""}var c={action:"user_registration_update_profile_details",security:user_registration_params.user_registration_profile_details_save,form_data:f};t.find(".user-registration-submit-Button").find("span").addClass("ur-front-spinner"),e.ajax({type:"POST",url:user_registration_params.ajax_url,dataType:"JSON",data:c,complete:function(r){t.find("span.ur-front-spinner").removeClass("ur-front-spinner"),t.closest(".user-registration").find(".user-registration-error").remove(),t.closest(".user-registration").find(".user-registration-message").remove();var a=e('<ul class=""/>'),i="error";try{var n=e.parseJSON(r.responseText);"undefined"!=typeof n.success&&!0===n.success&&(i="message"),"object"==typeof n.data.message?e.each(n.data.message,function(e,r){a.append("<li>"+r+"</li>")}):a.append("<li>"+n.data.message+"</li>")}catch(o){a.append("<li>"+o.message+"</li>")}s.show_message(a,i,t,"0"),t.find(".user-registration-submit-Button").prop("disabled",!1),e(window).scrollTop(e(".user-registration-MyAccount-navigation").position())}})}})}};s.init(),n.init()})},e(function(){e(".ur-submit-button").on("click",function(){e(this).closest("form.register").ur_form_submission()}),e(".user-registration-submit-Button").on("click",function(){e(".ur-frontend-form").find("form.edit-profile").hasClass("user-registration-EditProfileForm")&&"yes"===user_registration_params.ajax_submission_on_edit_profile&&e("form.user-registration-EditProfileForm").ur_form_submission()});var t={};e(document.body).on("click","#load_flatpickr",function(){var r=e(this).data("id"),a=t[r];if(!a){var i=e(this).closest(".ur-field-item").find("#formated_date").val();if(0<e(".ur-frontend-form").length)var s=e(".ur-frontend-form #"+r).attr("type","text").val(i);else s=e(".woocommerce-MyAccount-content #"+r).attr("type","text").val(i);e(this).attr("data-date-format",s.data("date-format")),e(this).attr("data-mode",s.data("mode")),e(this).attr("data-min-date",s.data("min-date")),e(this).attr("data-max-date",s.data("max-date")),e(this).attr("data-default-date",i),a=e(this).flatpickr({disableMobile:!0,onChange:function(t,a,i){e("#"+r).val(a)}}),t[r]=a}a&&a.open()}),e(".ur-frontend-form").each(function(){e(this).find("form.register").on("focusout","#user_pass, #password_1",function(){$this=e(this);var t=e(this).attr("name"),a=e(this).data("id"),i=$this.closest("form").attr("data-enable-strength-password");if("yes"===i||"1"===i){var s=$this.closest("form"),n=s.attr("data-minimum-password-strength"),o=[];(o="function"==typeof wp.passwordStrength.userInputDisallowedList?wp.passwordStrength.userInputDisallowedList():wp.passwordStrength.userInputBlacklist()).push(s.find('input[data-id="user_email"]').val()),o.push(s.find('input[data-id="user_login"]').val());if(wp.passwordStrength.meter($this.val(),o)<n&&""!==$this.val()){s.find("#"+a+"_error").remove();var d='<label id="'+a+'_error" class="user-registration-error" for="'+t+'">'+r.password_strength_error+".</label>";s.find(".user-registration-password-hint").after(d)}}})})}),e(function(){request_recaptcha_token()}),e(function(){e(".user-registration-EditProfileForm.edit-profile .field-country").length>0&&e(".field-country").each(function(){var r=e(this).find(".ur-data-holder").data("option-value"),t=e(this).find(".ur-data-holder").data("option-html"),a=e(this).find("select");r&&t&&(0===a.find('option[value="'+r+'"]').length&&a.append("<option class='ur-remove' selected='selected' value='"+r+"'>"+t+"</option>"),e(this).on("click",function(){e(this).find(".ur-remove").remove()}))})})};r(),e(window).on("load",function(){r()})}(jQuery);var google_recaptcha_user_registration,onloadURCallback=function(){jQuery(".ur-frontend-form").each(function(e){$this=jQuery(this);var r=$this.attr("id");0!==$this.find("form.register #ur-recaptcha-node #node_recaptcha_register").length&&($this.find("form.register #ur-recaptcha-node .g-recaptcha").attr("id","node_recaptcha_register_"+r),google_recaptcha_user_registration=grecaptcha.render("node_recaptcha_register_"+r,{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"}));0!==$this.find("form.login .ur-form-row .ur-form-grid #ur-recaptcha-node #node_recaptcha_login").length&&grecaptcha.render("node_recaptcha_login",{sitekey:ur_google_recaptcha_code.site_key,theme:"light",style:"transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"})})};!function(e){e(document).on("click",".password_preview",function(r){r.preventDefault();var t=user_registration_params.ursL10n,a=e(this).hasClass("dashicons-hidden")?"show":"hide",i=e(this).closest(".user-registration-form-row").find('input[name="password"]');if(0===i.length&&(i=e(this).closest(".field-user_pass").find('input[name="user_pass"]')),0===i.length&&(i=e(this).closest(".field-user_confirm_password").find('input[name="user_confirm_password"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_current"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_1"]')),0===i.length&&(i=e(this).closest(".user-registration-form-row").find('input[name="password_2"]')),i.length>0)switch(a){case"show":i.attr("type","text"),e(this).removeClass("dashicons-hidden").addClass("dashicons-visibility"),e(this).attr("title",t.hide_password_title);break;case"hide":i.attr("type","password"),e(this).removeClass("dashicons-visibility").addClass("dashicons-hidden"),e(this).attr("title",t.show_password_title)}})}(jQuery);
assets/js/snackbar/snackbar.js DELETED
@@ -1,99 +0,0 @@
1
- /*!
2
- * JavaScript Library v1.0.0
3
- * Name: Snackbar
4
- * Author: WPEverest
5
- * Versoin: 1.0.0
6
- */
7
- var UR_Snackbar = function() {
8
- this.offsetY = 30;
9
- this.diffY = 15;
10
- this.body = document.getElementsByTagName( 'body' )[0];
11
- this.list = {};
12
- }
13
-
14
- /**
15
- * Add/Create a new snackbar. Following are the options currently supported.
16
- * - type: success, failure
17
- * - message: Message to display.
18
- * - duration: How long the snackbar should stay. Unit is seconds.
19
- */
20
- UR_Snackbar.prototype.add = function( options = {} ) {
21
- var instance = this;
22
- var ID = 'x' + new Date().getTime().toString();
23
- var container = document.createElement( 'div' );
24
- var icon = document.createElement( 'span' );
25
- var label = document.createElement( 'label' );
26
- var bottom = this.offsetY + this.diffY * Object.keys( this.list ).length;
27
-
28
- // Prepare configurations.
29
- var stay_seconds = options.duration ? parseFloat( options.duration ) : 1;
30
- var message = options.message ? options.message : '';
31
- var type = options.type ? options.type : 'success';
32
-
33
- // Create text node for snackbar label.
34
- var text = document.createTextNode( message );
35
-
36
- // Calculate and assign position of the snackbar in Y axis from bottom.
37
- Object.values( this.list ).forEach( function ( snackbar ) {
38
- if ( snackbar.container ) {
39
- bottom += snackbar.container.clientHeight;
40
- }
41
- });
42
- container.style.bottom = bottom + 'px';
43
-
44
- // Some assignments.
45
- container.id = ID;
46
- container.classList.add( 'snackbar' );
47
- container.classList.add( type );
48
- icon.classList.add( 'icon' );
49
-
50
- // Initially hide the snackbar by changing position.
51
- container.style.right = '-600px';
52
-
53
- // Add custom container class.
54
- if ( options.containerClass ) {
55
- container.classList.add( options.containerClass );
56
- }
57
-
58
- // Assemble snackbar.
59
- container.appendChild( icon );
60
- label.appendChild( text );
61
- container.appendChild( label );
62
-
63
- // Add the snackbar to the 'body' tag.
64
- this.body.appendChild(container);
65
-
66
- // Change position to make it visible.
67
- setTimeout(() => {
68
- container.style.right = '6px';
69
- }, 50);
70
-
71
- // Set timer to remove the snackbar after the given duration.
72
- setTimeout(() => {
73
- container.style.right = '-600px';
74
-
75
- setTimeout(() => {
76
- container.remove();
77
- instance.removeListItem( ID );
78
- }, 500);
79
- }, stay_seconds * 1000);
80
-
81
- // Add this snackbar to the list.
82
- this.list[ ID ] = {
83
- ID: ID,
84
- container: container,
85
- icon: icon,
86
- text: text,
87
- label: label,
88
- options: options,
89
- };
90
- }
91
-
92
- /**
93
- * Remove a snackbar from the list.
94
- */
95
- UR_Snackbar.prototype.removeListItem = function( ID ) {
96
- if ( this.list[ ID ] ) {
97
- delete this.list[ ID ];
98
- }
99
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/ur-components/ur-components.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * JavaScript Library v1.0.0
3
+ * Name: UR_Toggle_Buttons
4
+ * Author: WPEverest
5
+ * Versoin: 1.0.0
6
+ */
7
+ window.ur_create_toggle_buttons=function(t){var e=t.id?t.id:"",s=t.className?t.className:"",i='<div class="user-registration-button-group user-registration-button-group-'+e+" "+s+'">',r=t.buttons&&Array.isArray(t.buttons)?t.buttons:[],a=t.value?t.value:"",o="";return r.forEach(function(t){o=a===t.value?"is-active":"",i+='<button class="button button-tertiary urbg-item urbg-item-'+e+" "+o+'" data-value="'+t.value+'">'+t.text+"</button>"}),i+="</div>"},jQuery(function(t){t(document.body).on("click",".urbg-item",function(){t(this).is(".is-active")||(t(this).siblings().removeClass("is-active"),t(this).addClass("is-active"))}),t(document.body).on("click",".user-registration-card__toggle",function(){t(this).closest(".user-registration-card").find(".user-registration-card__body").toggle()}),t(document.body).on("change",".user-registration-switch",function(){var e=t(this).find(".hide-show-check"),s=!!e.is(":checked");!0===s?(e.prop("checked",s),e.addClass("enabled"),e.closest(".user-registration-switch").find("label").html(ur_components_script_params.card_switch_enabled_text)):(e.removeAttr("checked",s),e.removeClass("enabled"),e.closest(".user-registration-switch").find("label").html(ur_components_script_params.card_switch_disabled_text))})});
assets/js/ur-snackbar/ur-snackbar.js CHANGED
@@ -4,12 +4,12 @@
4
  * Author: WPEverest
5
  * Versoin: 1.0.0
6
  */
7
- var UR_Snackbar = function() {
8
  this.offsetY = 30;
9
  this.diffY = 15;
10
- this.body = document.getElementsByTagName( 'body' )[0];
11
  this.list = {};
12
- }
13
 
14
  /**
15
  * Add/Create a new snackbar. Following are the options currently supported.
@@ -17,69 +17,73 @@ var UR_Snackbar = function() {
17
  * - message: Message to display.
18
  * - duration: How long the snackbar should stay. Unit is seconds.
19
  */
20
- UR_Snackbar.prototype.add = function( options = {} ) {
21
  var instance = this;
22
- var ID = 'x' + new Date().getTime().toString();
23
- var container = document.createElement( 'div' );
24
- var icon = document.createElement( 'span' );
25
- var label = document.createElement( 'label' );
26
- var bottom = this.offsetY + this.diffY * Object.keys( this.list ).length;
 
 
 
 
27
 
28
  // Prepare configurations.
29
- var stay_seconds = options.duration ? parseFloat( options.duration ) : 1;
30
- var message = options.message ? options.message : '';
31
- var type = options.type ? options.type : 'success';
32
 
33
  // Create text node for snackbar label.
34
- var text = document.createTextNode( message );
35
 
36
  // Calculate and assign position of the snackbar in Y axis from bottom.
37
- Object.values( this.list ).forEach( function ( snackbar ) {
38
- if ( snackbar.container ) {
39
  bottom += snackbar.container.clientHeight;
40
  }
41
  });
42
- container.style.bottom = bottom + 'px';
43
 
44
  // Some assignments.
45
  container.id = ID;
46
- container.classList.add( 'snackbar' );
47
- container.classList.add( type );
48
- icon.classList.add( 'icon' );
49
 
50
  // Initially hide the snackbar by changing position.
51
- container.style.right = '-600px';
52
 
53
  // Add custom container class.
54
- if ( options.containerClass ) {
55
- container.classList.add( options.containerClass );
56
  }
57
 
58
  // Assemble snackbar.
59
- container.appendChild( icon );
60
- label.appendChild( text );
61
- container.appendChild( label );
62
 
63
  // Add the snackbar to the 'body' tag.
64
  this.body.appendChild(container);
65
 
66
  // Change position to make it visible.
67
- setTimeout(() => {
68
- container.style.right = '6px';
69
  }, 50);
70
 
71
  // Set timer to remove the snackbar after the given duration.
72
- setTimeout(() => {
73
- container.style.right = '-600px';
74
 
75
- setTimeout(() => {
76
  container.remove();
77
- instance.removeListItem( ID );
78
  }, 500);
79
  }, stay_seconds * 1000);
80
 
81
  // Add this snackbar to the list.
82
- this.list[ ID ] = {
83
  ID: ID,
84
  container: container,
85
  icon: icon,
@@ -87,13 +91,13 @@ UR_Snackbar.prototype.add = function( options = {} ) {
87
  label: label,
88
  options: options,
89
  };
90
- }
91
 
92
  /**
93
  * Remove a snackbar from the list.
94
  */
95
- UR_Snackbar.prototype.removeListItem = function( ID ) {
96
- if ( this.list[ ID ] ) {
97
- delete this.list[ ID ];
98
  }
99
- }
4
  * Author: WPEverest
5
  * Versoin: 1.0.0
6
  */
7
+ var UR_Snackbar = function () {
8
  this.offsetY = 30;
9
  this.diffY = 15;
10
+ this.body = document.getElementsByTagName("body")[0];
11
  this.list = {};
12
+ };
13
 
14
  /**
15
  * Add/Create a new snackbar. Following are the options currently supported.
17
  * - message: Message to display.
18
  * - duration: How long the snackbar should stay. Unit is seconds.
19
  */
20
+ UR_Snackbar.prototype.add = function (options) {
21
  var instance = this;
22
+ var ID = "x" + new Date().getTime().toString();
23
+ var container = document.createElement("div");
24
+ var icon = document.createElement("span");
25
+ var label = document.createElement("label");
26
+ var bottom = this.offsetY + this.diffY * Object.keys(this.list).length;
27
+
28
+ if ("object" !== typeof options) {
29
+ options = {};
30
+ }
31
 
32
  // Prepare configurations.
33
+ var stay_seconds = options.duration ? parseFloat(options.duration) : 1;
34
+ var message = options.message ? options.message : "";
35
+ var type = options.type ? options.type : "success";
36
 
37
  // Create text node for snackbar label.
38
+ var text = document.createTextNode(message);
39
 
40
  // Calculate and assign position of the snackbar in Y axis from bottom.
41
+ Object.values(this.list).forEach(function (snackbar) {
42
+ if (snackbar.container) {
43
  bottom += snackbar.container.clientHeight;
44
  }
45
  });
46
+ container.style.bottom = bottom + "px";
47
 
48
  // Some assignments.
49
  container.id = ID;
50
+ container.classList.add("snackbar");
51
+ container.classList.add(type);
52
+ icon.classList.add("icon");
53
 
54
  // Initially hide the snackbar by changing position.
55
+ container.style.right = "-600px";
56
 
57
  // Add custom container class.
58
+ if (options.containerClass) {
59
+ container.classList.add(options.containerClass);
60
  }
61
 
62
  // Assemble snackbar.
63
+ container.appendChild(icon);
64
+ label.appendChild(text);
65
+ container.appendChild(label);
66
 
67
  // Add the snackbar to the 'body' tag.
68
  this.body.appendChild(container);
69
 
70
  // Change position to make it visible.
71
+ setTimeout(function () {
72
+ container.style.right = "6px";
73
  }, 50);
74
 
75
  // Set timer to remove the snackbar after the given duration.
76
+ setTimeout(function () {
77
+ container.style.right = "-600px";
78
 
79
+ setTimeout(function () {
80
  container.remove();
81
+ instance.removeListItem(ID);
82
  }, 500);
83
  }, stay_seconds * 1000);
84
 
85
  // Add this snackbar to the list.
86
+ this.list[ID] = {
87
  ID: ID,
88
  container: container,
89
  icon: icon,
91
  label: label,
92
  options: options,
93
  };
94
+ };
95
 
96
  /**
97
  * Remove a snackbar from the list.
98
  */
99
+ UR_Snackbar.prototype.removeListItem = function (ID) {
100
+ if (this.list[ID]) {
101
+ delete this.list[ID];
102
  }
103
+ };
assets/js/ur-snackbar/ur-snackbar.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * JavaScript Library v1.0.0
3
+ * Name: Snackbar
4
+ * Author: WPEverest
5
+ * Versoin: 1.0.0
6
+ */
7
+ var UR_Snackbar=function(){this.offsetY=30,this.diffY=15,this.body=document.getElementsByTagName("body")[0],this.list={}};UR_Snackbar.prototype.add=function(t){var e=this,i="x"+(new Date).getTime().toString(),s=document.createElement("div"),n=document.createElement("span"),a=document.createElement("label"),o=this.offsetY+this.diffY*Object.keys(this.list).length;"object"!=typeof t&&(t={});var c=t.duration?parseFloat(t.duration):1,d=t.message?t.message:"",l=t.type?t.type:"success",r=document.createTextNode(d);Object.values(this.list).forEach(function(t){t.container&&(o+=t.container.clientHeight)}),s.style.bottom=o+"px",s.id=i,s.classList.add("snackbar"),s.classList.add(l),n.classList.add("icon"),s.style.right="-600px",t.containerClass&&s.classList.add(t.containerClass),s.appendChild(n),a.appendChild(r),s.appendChild(a),this.body.appendChild(s),setTimeout(function(){s.style.right="6px"},50),setTimeout(function(){s.style.right="-600px",setTimeout(function(){s.remove(),e.removeListItem(i)},500)},1e3*c),this.list[i]={ID:i,container:s,icon:n,text:r,label:a,options:t}},UR_Snackbar.prototype.removeListItem=function(t){this.list[t]&&delete this.list[t]};
includes/abstracts/abstract-ur-form-field.php CHANGED
@@ -247,6 +247,10 @@ abstract class UR_Form_Field {
247
 
248
  $form_data['options'] = $options;
249
  }
 
 
 
 
250
  }
251
 
252
  if ( 'radio' === $field_key ) {
@@ -275,6 +279,33 @@ abstract class UR_Form_Field {
275
 
276
  $form_data['options'] = $options;
277
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  }
279
  /** Redundant Codes End. */
280
 
@@ -353,7 +384,7 @@ abstract class UR_Form_Field {
353
  }
354
  $disabled = '';
355
  // To make invite code field name non editable.
356
- if ( 'invite_code' === $value || 'profile_pic_url' === $value ) {
357
  $disabled = 'disabled';
358
  }
359
  $general_setting_wrapper .= $extra_attribute . ' ' . $disabled . '/>';
247
 
248
  $form_data['options'] = $options;
249
  }
250
+
251
+ if( 'multi_select2' === $field_key ){
252
+ $form_data['choice_limit'] = isset( $data['advance_setting']->choice_limit ) ? $data['advance_setting']->choice_limit : "";
253
+ }
254
  }
255
 
256
  if ( 'radio' === $field_key ) {
279
 
280
  $form_data['options'] = $options;
281
  }
282
+
283
+ $form_data['choice_limit'] = isset( $data['advance_setting']->choice_limit ) ? $data['advance_setting']->choice_limit : "";
284
+ }
285
+
286
+ if( "user_login" === $field_key ) {
287
+ $form_data['username_length'] = isset( $data['advance_setting']->username_length ) ? $data['advance_setting']->username_length : "";
288
+ }
289
+
290
+ if( 'range' === $field_key ) {
291
+ $form_data['range_min'] = ( isset( $data['advance_setting']->range_min) && "" !== $data['advance_setting']->range_min) ? $data['advance_setting']->range_min : "0";
292
+ $form_data['range_max'] = ( isset( $data['advance_setting']->range_max) && "" !== $data['advance_setting']->range_max ) ? $data['advance_setting']->range_max : "10";
293
+ $form_data['range_step'] = isset( $data['advance_setting']->range_step) ? $data['advance_setting']->range_step : "";
294
+ $enable_prefix_postfix = isset( $data['advance_setting']->enable_prefix_postfix) ? $data['advance_setting']->enable_prefix_postfix : "false";
295
+ $enable_text_prefix_postfix = isset( $data['advance_setting']->enable_text_prefix_postfix) ? $data['advance_setting']->enable_text_prefix_postfix : "false";
296
+
297
+ if( "true" === $enable_prefix_postfix ) {
298
+
299
+ if( "true" === $enable_text_prefix_postfix ) {
300
+ $form_data['range_prefix'] = isset( $data['advance_setting']->range_prefix) ? $data['advance_setting']->range_prefix : "";
301
+ $form_data['range_postfix'] = isset( $data['advance_setting']->range_postfix) ? $data['advance_setting']->range_postfix : "";
302
+ } else {
303
+
304
+ $form_data['range_prefix'] = $form_data['range_min'];
305
+ $form_data['range_postfix'] = $form_data['range_max'];
306
+ }
307
+ }
308
+
309
  }
310
  /** Redundant Codes End. */
311
 
384
  }
385
  $disabled = '';
386
  // To make invite code field name non editable.
387
+ if ( 'learndash_course' === $value || 'invite_code' === $value || 'profile_pic_url' === $value ) {
388
  $disabled = 'disabled';
389
  }
390
  $general_setting_wrapper .= $extra_attribute . ' ' . $disabled . '/>';
includes/class-ur-email-confirmation.php CHANGED
@@ -42,6 +42,15 @@ class UR_Email_Confirmation {
42
  */
43
  public function create_quick_links( $actions, $user ) {
44
 
 
 
 
 
 
 
 
 
 
45
  $verify_link = add_query_arg(
46
  array(
47
  'action' => 'verify',
@@ -60,6 +69,7 @@ class UR_Email_Confirmation {
60
  $unverify_link = remove_query_arg( array( 'new_role' ), $unverify_link );
61
  $unverify_link = wp_nonce_url( $unverify_link, 'ur_user_change_email_status' );
62
 
 
63
  $verify_action = '<a style="color:#086512" href="' . esc_url( $verify_link ) . '">' . _x( 'Verify', 'The action on users list page', 'user-registration' ) . '</a>';
64
  $unverify_action = '<a style="color:#e20707" href="' . esc_url( $unverify_link ) . '">' . _x( 'Unverify', 'The action on users list page', 'user-registration' ) . '</a>';
65
 
@@ -67,6 +77,7 @@ class UR_Email_Confirmation {
67
  $get_user_status = get_user_meta( $user->ID, 'ur_confirm_email', true );
68
  if ( '0' === $get_user_status ) {
69
  $actions['ur_user_verify_action'] = $verify_action;
 
70
  } elseif ( '1' === $get_user_status ) {
71
  $actions['ur_user_unverify_action'] = $unverify_action;
72
  }
@@ -80,6 +91,11 @@ class UR_Email_Confirmation {
80
  */
81
  public function trigger_query_actions() {
82
 
 
 
 
 
 
83
  $user_id = absint( isset( $_GET['user'] ) ? $_GET['user'] : 0 );
84
 
85
  $action = isset( $_REQUEST['action'] ) ? sanitize_key( $_REQUEST['action'] ) : false;
@@ -90,7 +106,7 @@ class UR_Email_Confirmation {
90
  return;
91
  }
92
 
93
- if ( ! empty( $action ) && in_array( $action, array( 'verify', 'unverify' ) ) && ! isset( $_GET['new_role'] ) ) {
94
 
95
  check_admin_referer( 'ur_user_change_email_status' );
96
 
@@ -100,6 +116,20 @@ class UR_Email_Confirmation {
100
  if ( $status == 'verify' ) {
101
  update_user_meta( $user_id, 'ur_confirm_email', '1' );
102
  $redirect = add_query_arg( array( 'verified' => 1 ), $redirect );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  } else {
104
  update_user_meta( $user_id, 'ur_confirm_email', '0' );
105
  $redirect = add_query_arg( array( 'unverified' => 1 ), $redirect );
@@ -111,6 +141,14 @@ class UR_Email_Confirmation {
111
 
112
  }
113
 
 
 
 
 
 
 
 
 
114
  /**
115
  * Add the column header for the email status column
116
  *
@@ -175,6 +213,11 @@ class UR_Email_Confirmation {
175
  return ur_print_notice( __( 'Token Mismatch!', 'user-registration' ), 'error' );
176
  }
177
 
 
 
 
 
 
178
  // Resend verification email message.
179
  public function custom_resend_email_token_message() {
180
  return ur_print_notice( __( 'Verification Email Sent!', 'user-registration' ) );
@@ -203,15 +246,16 @@ class UR_Email_Confirmation {
203
  die( __( 'Action failed. Please refresh the page and retry.', 'user-registration' ) );
204
  }
205
 
206
- $user_id = $this->crypt_the_string( $_GET['ur_resend_id'], 'd' );
207
- $user_id = absint( $user_id );
 
 
208
  $user = get_user_by( 'id', $user_id );
209
 
210
  $form_id = ur_get_form_id_by_userid( $user_id );
211
 
212
  if ( $user && 'email_confirmation' === ur_get_single_post_meta( $form_id, 'user_registration_form_setting_login_options', get_option( 'user_registration_general_setting_login_options', 'default' ) ) ) {
213
 
214
- $this->get_token( $user_id );
215
  $this->set_email_status( array(), '', $user_id );
216
 
217
  $attachments = apply_filters( 'user_registration_email_attachment_resending_token', array() );
@@ -234,22 +278,28 @@ class UR_Email_Confirmation {
234
  return;
235
  } else {
236
 
237
- $output = str_split( $_GET['ur_token'], 50 );
238
- $user_id = $this->crypt_the_string( $output[1], 'd' );
239
- $user_id = absint( $user_id );
 
240
  $user_token = get_user_meta( $user_id, 'ur_confirm_email_token', true );
241
 
242
  $form_id = ur_get_form_id_by_userid( $user_id );
243
 
244
  // Check if the token matches the token value stored in db.
245
  if ( $user_token === $_GET['ur_token'] && 'email_confirmation' === ur_get_single_post_meta( $form_id, 'user_registration_form_setting_login_options', get_option( 'user_registration_general_setting_login_options', 'default' ) ) ) {
246
- $user_reg_successful = true;
247
-
248
- update_user_meta( $user_id, 'ur_confirm_email', 1 );
249
- delete_user_meta( $user_id, 'ur_confirm_email_token' );
250
-
251
- add_filter( 'login_message', array( $this, 'custom_registration_message' ) );
252
- add_filter( 'user_registration_login_form_before_notice', array( $this, 'custom_registration_message' ) );
 
 
 
 
 
253
  } else {
254
  add_filter( 'login_message', array( $this, 'custom_registration_error_message' ) );
255
  add_filter( 'user_registration_login_form_before_notice', array( $this, 'custom_registration_error_message' ) );
@@ -306,7 +356,7 @@ class UR_Email_Confirmation {
306
  $token .= $codeAlphabet[ random_int( 0, $max - 1 ) ];
307
  }
308
 
309
- $token .= $this->crypt_the_string( $user_id, 'e' );
310
 
311
  return $token;
312
 
@@ -348,7 +398,7 @@ class UR_Email_Confirmation {
348
 
349
  $url = ( ! empty( $_SERVER['HTTPS'] ) ) ? 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] : 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
350
  $url = substr( $url, 0, strpos( $url, '?' ) );
351
- $url = wp_nonce_url( $url . '?ur_resend_id=' . $this->crypt_the_string( $user->ID, 'e' ) . '&ur_resend_token=true', 'ur_resend_token' );
352
 
353
  if ( $email_status === '0' ) {
354
  $message = '<strong>' . __( 'ERROR:', 'user-registration' ) . '</strong> ' . sprintf( __( 'Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s', 'user-registration' ), '<a id="resend-email" href="' . esc_url( $url ) . '">' . __( 'Resend Verification Link', 'user-registration' ) . '</a>' );
42
  */
43
  public function create_quick_links( $actions, $user ) {
44
 
45
+ $resend_verification_link = add_query_arg(
46
+ array(
47
+ 'action' => 'resend_verification',
48
+ 'user' => $user->ID,
49
+ )
50
+ );
51
+ $resend_verification_link = remove_query_arg( array( 'new_role' ), $resend_verification_link );
52
+ $resend_verification_link = wp_nonce_url( $resend_verification_link, 'ur_user_change_email_status' );
53
+
54
  $verify_link = add_query_arg(
55
  array(
56
  'action' => 'verify',
69
  $unverify_link = remove_query_arg( array( 'new_role' ), $unverify_link );
70
  $unverify_link = wp_nonce_url( $unverify_link, 'ur_user_change_email_status' );
71
 
72
+ $resend_verification_action = '<a href="' . esc_url( $resend_verification_link ) . '">' . _x( 'Resend Verification', 'The action on users list page', 'user-registration' ) . '</a>';
73
  $verify_action = '<a style="color:#086512" href="' . esc_url( $verify_link ) . '">' . _x( 'Verify', 'The action on users list page', 'user-registration' ) . '</a>';
74
  $unverify_action = '<a style="color:#e20707" href="' . esc_url( $unverify_link ) . '">' . _x( 'Unverify', 'The action on users list page', 'user-registration' ) . '</a>';
75
 
77
  $get_user_status = get_user_meta( $user->ID, 'ur_confirm_email', true );
78
  if ( '0' === $get_user_status ) {
79
  $actions['ur_user_verify_action'] = $verify_action;
80
+ $actions['ur_user_resend_verification_action'] = $resend_verification_action;
81
  } elseif ( '1' === $get_user_status ) {
82
  $actions['ur_user_unverify_action'] = $unverify_action;
83
  }
91
  */
92
  public function trigger_query_actions() {
93
 
94
+ $resend_verification_sent = isset( $_REQUEST['resend_verification_sent'] ) ? sanitize_key( $_REQUEST['resend_verification_sent'] ) : false;
95
+ if($resend_verification_sent){
96
+ add_action( 'admin_notices', array( $this, 'ur_admin_notice_resend_verification_sent' ) );
97
+ }
98
+
99
  $user_id = absint( isset( $_GET['user'] ) ? $_GET['user'] : 0 );
100
 
101
  $action = isset( $_REQUEST['action'] ) ? sanitize_key( $_REQUEST['action'] ) : false;
106
  return;
107
  }
108
 
109
+ if ( ! empty( $action ) && in_array( $action, array( 'verify', 'unverify', 'resend_verification' ) ) && ! isset( $_GET['new_role'] ) ) {
110
 
111
  check_admin_referer( 'ur_user_change_email_status' );
112
 
116
  if ( $status == 'verify' ) {
117
  update_user_meta( $user_id, 'ur_confirm_email', '1' );
118
  $redirect = add_query_arg( array( 'verified' => 1 ), $redirect );
119
+ } elseif ( $status == 'resend_verification' ) {
120
+ $user = get_user_by( 'id', $user_id );
121
+ $form_id = ur_get_form_id_by_userid( $user_id );
122
+
123
+ $this->set_email_status( array(), $form_id, $user_id );
124
+
125
+ $attachments = apply_filters( 'user_registration_email_attachment_resending_token', array() );
126
+ $name_value = ur_get_user_extra_fields( $user_id );
127
+ // Get selected email template id for specific form.
128
+ $template_id = ur_get_single_post_meta( $form_id, 'user_registration_select_email_template');
129
+
130
+ UR_Emailer::send_mail_to_user( $user->user_email, $user->user_login, $user_id, '', $name_value, $attachments, $template_id );
131
+ $redirect = add_query_arg( array( 'resend_verification_sent' => 1 ), $redirect );
132
+
133
  } else {
134
  update_user_meta( $user_id, 'ur_confirm_email', '0' );
135
  $redirect = add_query_arg( array( 'unverified' => 1 ), $redirect );
141
 
142
  }
143
 
144
+ /**
145
+ * Admin notice after resend verification email sent.
146
+ * @since 1.9.4
147
+ */
148
+ public function ur_admin_notice_resend_verification_sent() {
149
+ echo '<div class="notice-success notice is-dismissible"><p>' . esc_html__( 'Verification Email Sent Successfully !! ', 'user-registration' ) . '</p></div>';
150
+ }
151
+
152
  /**
153
  * Add the column header for the email status column
154
  *
213
  return ur_print_notice( __( 'Token Mismatch!', 'user-registration' ), 'error' );
214
  }
215
 
216
+ // Token expired message.
217
+ public function custom_token_expired_message() {
218
+ return ur_print_notice( __( 'Token Expired . Please request for new verification email.', 'user-registration' ), 'error' );
219
+ }
220
+
221
  // Resend verification email message.
222
  public function custom_resend_email_token_message() {
223
  return ur_print_notice( __( 'Verification Email Sent!', 'user-registration' ) );
246
  die( __( 'Action failed. Please refresh the page and retry.', 'user-registration' ) );
247
  }
248
 
249
+ $output = $this->crypt_the_string( $_GET['ur_resend_id'], 'd' );
250
+ $output = explode( '_', $output );
251
+ $user_id = absint( $output[0] );
252
+
253
  $user = get_user_by( 'id', $user_id );
254
 
255
  $form_id = ur_get_form_id_by_userid( $user_id );
256
 
257
  if ( $user && 'email_confirmation' === ur_get_single_post_meta( $form_id, 'user_registration_form_setting_login_options', get_option( 'user_registration_general_setting_login_options', 'default' ) ) ) {
258
 
 
259
  $this->set_email_status( array(), '', $user_id );
260
 
261
  $attachments = apply_filters( 'user_registration_email_attachment_resending_token', array() );
278
  return;
279
  } else {
280
 
281
+ $ur_token = str_split( $_GET['ur_token'], 50 );
282
+ $output = $this->crypt_the_string( $ur_token[1], 'd' );
283
+ $output = explode( '_', $output );
284
+ $user_id = absint( $output[0] );
285
  $user_token = get_user_meta( $user_id, 'ur_confirm_email_token', true );
286
 
287
  $form_id = ur_get_form_id_by_userid( $user_id );
288
 
289
  // Check if the token matches the token value stored in db.
290
  if ( $user_token === $_GET['ur_token'] && 'email_confirmation' === ur_get_single_post_meta( $form_id, 'user_registration_form_setting_login_options', get_option( 'user_registration_general_setting_login_options', 'default' ) ) ) {
291
+ if ( isset( $output[1]) && time() > ( $output[1] + 60 * 60 * 24 ) ) {
292
+ add_filter( 'login_message', array( $this, 'custom_token_expired_message' ) );
293
+ add_filter( 'user_registration_login_form_before_notice', array( $this, 'custom_token_expired_message' ) );
294
+ } else {
295
+ $user_reg_successful = true;
296
+
297
+ update_user_meta( $user_id, 'ur_confirm_email', 1 );
298
+ delete_user_meta( $user_id, 'ur_confirm_email_token' );
299
+
300
+ add_filter( 'login_message', array( $this, 'custom_registration_message' ) );
301
+ add_filter( 'user_registration_login_form_before_notice', array( $this, 'custom_registration_message' ) );
302
+ }
303
  } else {
304
  add_filter( 'login_message', array( $this, 'custom_registration_error_message' ) );
305
  add_filter( 'user_registration_login_form_before_notice', array( $this, 'custom_registration_error_message' ) );
356
  $token .= $codeAlphabet[ random_int( 0, $max - 1 ) ];
357
  }
358
 
359
+ $token .= $this->crypt_the_string( $user_id . '_' . time(), 'e' );
360
 
361
  return $token;
362
 
398
 
399
  $url = ( ! empty( $_SERVER['HTTPS'] ) ) ? 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] : 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
400
  $url = substr( $url, 0, strpos( $url, '?' ) );
401
+ $url = wp_nonce_url( $url . '?ur_resend_id=' . $this->crypt_the_string( $user->ID . '_' . time(), 'e' ) . '&ur_resend_token=true', 'ur_resend_token' );
402
 
403
  if ( $email_status === '0' ) {
404
  $message = '<strong>' . __( 'ERROR:', 'user-registration' ) . '</strong> ' . sprintf( __( 'Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s', 'user-registration' ), '<a id="resend-email" href="' . esc_url( $url ) . '">' . __( 'Resend Verification Link', 'user-registration' ) . '</a>' );
includes/class-ur-emailer.php CHANGED
@@ -402,9 +402,6 @@ class UR_Emailer {
402
  // Get selected email template id for specific form.
403
  $template_id = ur_get_single_post_meta( $form_id, 'user_registration_select_email_template');
404
 
405
- // Get selected email template id for specific form.
406
- $template_id = ur_get_single_post_meta( $form_id, 'user_registration_select_email_template');
407
-
408
  if ( 0 === intval( $status ) ) {
409
 
410
  $subject = get_option( 'user_registration_registration_pending_email_subject', __( 'Sorry! Registration changed to pending on {{blog_info}}', 'user-registration' ) );
@@ -612,6 +609,8 @@ class UR_Emailer {
612
  $default_values['auto_pass'] = $user_pass;
613
  }
614
 
 
 
615
  $values = wp_parse_args( $values, $default_values );
616
 
617
  if ( ! empty( $values['email'] ) ) {
402
  // Get selected email template id for specific form.
403
  $template_id = ur_get_single_post_meta( $form_id, 'user_registration_select_email_template');
404
 
 
 
 
405
  if ( 0 === intval( $status ) ) {
406
 
407
  $subject = get_option( 'user_registration_registration_pending_email_subject', __( 'Sorry! Registration changed to pending on {{blog_info}}', 'user-registration' ) );
609
  $default_values['auto_pass'] = $user_pass;
610
  }
611
 
612
+ $default_values = apply_filters("user_registration_add_smart_tags", $default_values, $values['email']);
613
+
614
  $values = wp_parse_args( $values, $default_values );
615
 
616
  if ( ! empty( $values['email'] ) ) {
includes/class-ur-frontend-scripts.php CHANGED
@@ -204,6 +204,11 @@ class UR_Frontend_Scripts {
204
  'deps' => array( 'jquery', 'ur-jquery-validate', 'ur-inputmask' ),
205
  'version' => UR_VERSION,
206
  ),
 
 
 
 
 
207
  'ur-lost-password' => array(
208
  'src' => self::get_asset_url( 'assets/js/frontend/lost-password' . $suffix . '.js' ),
209
  'deps' => array( 'jquery', 'user-registration' ),
204
  'deps' => array( 'jquery', 'ur-jquery-validate', 'ur-inputmask' ),
205
  'version' => UR_VERSION,
206
  ),
207
+ 'ur-form-validator' => array(
208
+ 'src' => self::get_asset_url( 'assets/js/frontend/user-registration-form-validator' . $suffix . '.js' ),
209
+ 'deps' => array( 'jquery', 'user-registration' ),
210
+ 'version' => UR_VERSION,
211
+ ),
212
  'ur-lost-password' => array(
213
  'src' => self::get_asset_url( 'assets/js/frontend/lost-password' . $suffix . '.js' ),
214
  'deps' => array( 'jquery', 'user-registration' ),
includes/class-ur-shortcodes.php CHANGED
@@ -93,6 +93,8 @@ class UR_Shortcodes {
93
  * @return string
94
  */
95
  public static function login( $atts ) {
 
 
96
  return self::shortcode_wrapper(
97
  array( 'UR_Shortcode_Login', 'output' ),
98
  $atts,
@@ -181,6 +183,7 @@ class UR_Shortcodes {
181
 
182
  // Enqueue script.
183
  wp_enqueue_script( 'user-registration' );
 
184
 
185
  do_action( 'user_registration_enqueue_scripts', $form_data_array, $form_id );
186
 
93
  * @return string
94
  */
95
  public static function login( $atts ) {
96
+ do_action( 'user_registration_my_account_enqueue_scripts', array(), 0 );
97
+
98
  return self::shortcode_wrapper(
99
  array( 'UR_Shortcode_Login', 'output' ),
100
  $atts,
183
 
184
  // Enqueue script.
185
  wp_enqueue_script( 'user-registration' );
186
+ wp_enqueue_script( 'ur-form-validator' );
187
 
188
  do_action( 'user_registration_enqueue_scripts', $form_data_array, $form_id );
189
 
includes/class-ur-user-approval.php CHANGED
@@ -205,7 +205,7 @@ class UR_User_Approval {
205
  $url = ( ! empty( $_SERVER['HTTPS'] ) ) ? 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] : 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
206
  $url = substr( $url, 0, strpos( $url, '?' ) );
207
  $instance = new UR_Email_Confirmation();
208
- $url = wp_nonce_url( $url . '?ur_resend_id=' . $instance->crypt_the_string( $user->ID, 'e' ) . '&ur_resend_token=true', 'ur_resend_token' );
209
 
210
  if ( '0' === $status['user_status'] ) {
211
  $message = '<strong>' . esc_html__( 'ERROR:', 'user-registration' ) . '</strong> ' . sprintf( __( 'Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s', 'user-registration' ), '<a id="resend-email" href="' . esc_url( $url ) . '">' . __( 'Resend Verification Link', 'user-registration' ) . '</a>' );
205
  $url = ( ! empty( $_SERVER['HTTPS'] ) ) ? 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] : 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
206
  $url = substr( $url, 0, strpos( $url, '?' ) );
207
  $instance = new UR_Email_Confirmation();
208
+ $url = wp_nonce_url( $url . '?ur_resend_id=' . $instance->crypt_the_string( $user->ID . '_' . time(), 'e' ) . '&ur_resend_token=true', 'ur_resend_token' );
209
 
210
  if ( '0' === $status['user_status'] ) {
211
  $message = '<strong>' . esc_html__( 'ERROR:', 'user-registration' ) . '</strong> ' . sprintf( __( 'Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s', 'user-registration' ), '<a id="resend-email" href="' . esc_url( $url ) . '">' . __( 'Resend Verification Link', 'user-registration' ) . '</a>' );
includes/form/settings/class-ur-setting-checkbox.php CHANGED
@@ -41,6 +41,17 @@ class UR_Setting_Checkbox extends UR_Field_Settings {
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  'tip' => __( 'Class name to embed in this field.', 'user-registration' ),
43
  ),
 
 
 
 
 
 
 
 
 
 
 
44
  );
45
 
46
  $this->render_html( $fields );
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  'tip' => __( 'Class name to embed in this field.', 'user-registration' ),
43
  ),
44
+ 'choice_limit' => array(
45
+ 'label' => __( 'Choice Limit', 'user-registration' ),
46
+ 'data-id' => $this->field_id . '_choice_limit',
47
+ 'name' => $this->field_id . '[choice_limit]',
48
+ 'class' => $this->default_class . ' ur-settings-min',
49
+ 'type' => 'number',
50
+ 'required' => false,
51
+ 'default' => '',
52
+ 'placeholder' => __( 'Choice Limit', 'user-registration' ),
53
+ 'tip' => __( 'Enter minimum number choices that can be selected.', 'user-registration' ),
54
+ )
55
  );
56
 
57
  $this->render_html( $fields );
includes/form/settings/class-ur-setting-user_login.php CHANGED
@@ -41,6 +41,17 @@ class UR_Setting_User_login extends UR_Field_Settings {
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  'tip' => __( 'Class name to embed in this field.', 'user-registration' ),
43
  ),
 
 
 
 
 
 
 
 
 
 
 
44
  );
45
 
46
  $this->render_html( $fields );
41
  'placeholder' => __( 'Custom Class', 'user-registration' ),
42
  'tip' => __( 'Class name to embed in this field.', 'user-registration' ),
43
  ),
44
+ 'username_length' => array(
45
+ 'label' => __( 'Limit Username Length', 'user-registration' ),
46
+ 'data-id' => $this->field_id . '_username_length',
47
+ 'name' => $this->field_id . '[username_length]',
48
+ 'class' => $this->default_class . ' ur-settings-min',
49
+ 'type' => 'number',
50
+ 'required' => false,
51
+ 'default' => '',
52
+ 'placeholder' => __( 'Min Value', 'user-registration' ),
53
+ 'tip' => __( 'Enter minimum number of length of username.', 'user-registration' ),
54
+ )
55
  );
56
 
57
  $this->render_html( $fields );
includes/frontend/class-ur-frontend-form-handler.php CHANGED
@@ -333,7 +333,7 @@ class UR_Frontend_Form_Handler {
333
  $field_name = 'user_registration_' . $field_name;
334
  }
335
 
336
- if ( isset( $data->extra_params['field_key'] ) && $data->extra_params['field_key'] === 'checkbox' ) {
337
  $data->value = ( json_decode( $data->value ) !== null ) ? json_decode( $data->value ) : $data->value;
338
  }
339
  update_user_meta( $user_id, $field_name, $data->value );
333
  $field_name = 'user_registration_' . $field_name;
334
  }
335
 
336
+ if ( isset( $data->extra_params['field_key'] ) && ( $data->extra_params['field_key'] === 'checkbox' || $data->extra_params['field_key'] === 'learndash_course' ) ) {
337
  $data->value = ( json_decode( $data->value ) !== null ) ? json_decode( $data->value ) : $data->value;
338
  }
339
  update_user_meta( $user_id, $field_name, $data->value );
includes/frontend/class-ur-frontend.php CHANGED
@@ -101,9 +101,15 @@ class UR_Frontend {
101
 
102
  if ( ! empty( $login_page ) ) {
103
  $matched = preg_match( '/\[user_registration_my_account(\s\S+){0,3}\]|\[user_registration_login(\s\S+){0,3}\]/', $login_page->post_content );
 
 
 
104
  $page_id = $login_page->ID;
105
  } elseif ( ! empty( $myaccount_page ) ) {
106
  $matched = preg_match( '/\[user_registration_my_account(\s\S+){0,3}\]|\[user_registration_login(\s\S+){0,3}\]/', $myaccount_page->post_content );
 
 
 
107
  $page_id = $myaccount_page->ID;
108
  }
109
 
101
 
102
  if ( ! empty( $login_page ) ) {
103
  $matched = preg_match( '/\[user_registration_my_account(\s\S+){0,3}\]|\[user_registration_login(\s\S+){0,3}\]/', $login_page->post_content );
104
+ if(1 > absint( $matched )) {
105
+ $matched = preg_match( '/\[woocommerce_my_account(\s\S+){0,3}\]/', $login_page->post_content );
106
+ }
107
  $page_id = $login_page->ID;
108
  } elseif ( ! empty( $myaccount_page ) ) {
109
  $matched = preg_match( '/\[user_registration_my_account(\s\S+){0,3}\]|\[user_registration_login(\s\S+){0,3}\]/', $myaccount_page->post_content );
110
+ if(1 > absint( $matched )) {
111
+ $matched = preg_match( '/\[woocommerce_my_account(\s\S+){0,3}\]/', $myaccount_page->post_content );
112
+ }
113
  $page_id = $myaccount_page->ID;
114
  }
115
 
includes/functions-ur-core.php CHANGED
@@ -500,6 +500,7 @@ function ur_exclude_profile_details_fields() {
500
  'user_confirm_password',
501
  'user_confirm_email',
502
  'invite_code',
 
503
  );
504
 
505
  // Check if the my account page contains [user_registration_my_account] shortcode.
@@ -1902,3 +1903,21 @@ function ur_get_valid_form_data_format( $new_string, $post_key, $profile, $value
1902
  }
1903
  return $valid_form_data;
1904
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  'user_confirm_password',
501
  'user_confirm_email',
502
  'invite_code',
503
+ 'learndash_course',
504
  );
505
 
506
  // Check if the my account page contains [user_registration_my_account] shortcode.
1903
  }
1904
  return $valid_form_data;
1905
  }
1906
+
1907
+ /**
1908
+ * Add our login and my account shortcodes to conflicting shortcodes filter of All In One Seo plugin to resolve the conflict
1909
+ *
1910
+ * @param array $conflict_shortcodes Array of shortcodes that All in one Seo is conflicting with.
1911
+ *
1912
+ * @since 1.9.4
1913
+ */
1914
+ function ur_resolve_conflicting_shortcodes_with_aioseo( $conflict_shortcodes ){
1915
+ $ur_shortcodes = array(
1916
+ 'User Registration My Account' => '[user_registration_my_account]',
1917
+ 'User Registration Login' => '[user_registration_login]'
1918
+ );
1919
+
1920
+ $conflict_shortcodes = array_merge( $conflict_shortcodes, $ur_shortcodes);
1921
+ return $conflict_shortcodes;
1922
+ }
1923
+ add_filter( 'aioseo_conflicting_shortcodes', 'ur_resolve_conflicting_shortcodes_with_aioseo' );
includes/functions-ur-template.php CHANGED
@@ -269,6 +269,11 @@ if ( ! function_exists( 'user_registration_form_field' ) ) {
269
  $default_value = isset( $args['default_value'] ) ? $args['default_value'] : ''; // Backward compatibility. Modified since 1.5.7
270
  $default = ! empty( $value ) ? $value : $default_value;
271
  $options = isset( $args['options'] ) ? $args['options'] : ( $args['choices'] ? $args['choices'] : array() ); // $args['choices'] for backward compatibility. Modified since 1.5.7.
 
 
 
 
 
272
 
273
  if ( isset( $options ) && array_filter( $options ) ) {
274
 
@@ -283,7 +288,8 @@ if ( ! function_exists( 'user_registration_form_field' ) ) {
283
 
284
  $checkbox_start = 0;
285
 
286
- $field .= '<ul>';
 
287
  foreach ( $choices as $choice_index => $choice ) {
288
 
289
  $value = '';
@@ -334,11 +340,16 @@ if ( ! function_exists( 'user_registration_form_field' ) ) {
334
  case 'timepicker':
335
  $extra_params_key = str_replace( 'user_registration_', 'ur_', $key ) . '_params';
336
  $extra_params = json_decode( get_user_meta( get_current_user_id(), $extra_params_key, true ) );
 
 
 
 
 
337
 
338
  if ( empty( $extra_params ) ) {
339
- $field .= '<input data-rules="' . esc_attr( $rules ) . '" data-id="' . esc_attr( $key ) . '" type="' . esc_attr( $args['type'] ) . '" class="input-text input-' . esc_attr( $args['type'] ) . ' ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" placeholder="' . esc_attr( $args['placeholder'] ) . '" value="' . esc_attr( $value ) . '" ' . implode( ' ', $custom_attributes ) . ' />';
340
  } else {
341
- $field .= '<input data-rules="' . esc_attr( $rules ) . '" data-id="' . esc_attr( $key ) . '" type="' . esc_attr( $args['type'] ) . '" class="input-text ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" placeholder="' . esc_attr( $args['placeholder'] ) . '" value="' . esc_attr( $value ) . '" ' . implode( ' ', $custom_attributes ) . ' />';
342
  }
343
  break;
344
  case 'date':
269
  $default_value = isset( $args['default_value'] ) ? $args['default_value'] : ''; // Backward compatibility. Modified since 1.5.7
270
  $default = ! empty( $value ) ? $value : $default_value;
271
  $options = isset( $args['options'] ) ? $args['options'] : ( $args['choices'] ? $args['choices'] : array() ); // $args['choices'] for backward compatibility. Modified since 1.5.7.
272
+ $choice_limit = isset( $args['choice_limit'] ) ? $args['choice_limit'] : "";
273
+ $choice_limit_attr = "";
274
+ if( "" !== $choice_limit ){
275
+ $choice_limit_attr = 'data-choice-limit="' . $choice_limit . '"';
276
+ }
277
 
278
  if ( isset( $options ) && array_filter( $options ) ) {
279
 
288
 
289
  $checkbox_start = 0;
290
 
291
+ $field .= '<ul ' . $choice_limit_attr . '>';
292
+
293
  foreach ( $choices as $choice_index => $choice ) {
294
 
295
  $value = '';
340
  case 'timepicker':
341
  $extra_params_key = str_replace( 'user_registration_', 'ur_', $key ) . '_params';
342
  $extra_params = json_decode( get_user_meta( get_current_user_id(), $extra_params_key, true ) );
343
+ $username_length = isset( $args['username_length'] ) ? $args['username_length'] : "";
344
+ $attr = "";
345
+ if( "" !== $username_length ) {
346
+ $attr = 'data-username-length="' . $username_length . '"';
347
+ }
348
 
349
  if ( empty( $extra_params ) ) {
350
+ $field .= '<input data-rules="' . esc_attr( $rules ) . '" data-id="' . esc_attr( $key ) . '" type="' . esc_attr( $args['type'] ) . '" class="input-text input-' . esc_attr( $args['type'] ) . ' ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" placeholder="' . esc_attr( $args['placeholder'] ) . '" value="' . esc_attr( $value ) . '" ' . implode( ' ', $custom_attributes ) . ' ' . $attr . '/>';
351
  } else {
352
+ $field .= '<input data-rules="' . esc_attr( $rules ) . '" data-id="' . esc_attr( $key ) . '" type="' . esc_attr( $args['type'] ) . '" class="input-text ' . esc_attr( implode( ' ', $args['input_class'] ) ) . '" name="' . esc_attr( $key ) . '" id="' . esc_attr( $args['id'] ) . '" placeholder="' . esc_attr( $args['placeholder'] ) . '" value="' . esc_attr( $value ) . '" ' . implode( ' ', $custom_attributes ) . ' ' . $attr . ' />';
353
  }
354
  break;
355
  case 'date':
includes/shortcodes/class-ur-shortcode-my-account.php CHANGED
@@ -172,6 +172,7 @@ class UR_Shortcode_My_Account {
172
  public static function edit_profile() {
173
  wp_enqueue_media();
174
  wp_enqueue_script( 'ur-my-account' );
 
175
 
176
  $user_id = get_current_user_id();
177
  $form_id = ur_get_form_id_by_userid( $user_id );
@@ -227,6 +228,8 @@ class UR_Shortcode_My_Account {
227
  $enable_strong_password = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_enable_strong_password' );
228
  $minimum_password_strength = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_minimum_password_strength' );
229
 
 
 
230
  if ( 'yes' === $enable_strong_password || '1' === $enable_strong_password ) {
231
  wp_enqueue_script( 'ur-password-strength-meter' );
232
  }
172
  public static function edit_profile() {
173
  wp_enqueue_media();
174
  wp_enqueue_script( 'ur-my-account' );
175
+ wp_enqueue_script( 'ur-form-validator' );
176
 
177
  $user_id = get_current_user_id();
178
  $form_id = ur_get_form_id_by_userid( $user_id );
228
  $enable_strong_password = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_enable_strong_password' );
229
  $minimum_password_strength = ur_get_single_post_meta( $form_id, 'user_registration_form_setting_minimum_password_strength' );
230
 
231
+ wp_enqueue_script( 'ur-form-validator' );
232
+
233
  if ( 'yes' === $enable_strong_password || '1' === $enable_strong_password ) {
234
  wp_enqueue_script( 'ur-password-strength-meter' );
235
  }
languages/user-registration.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the User Registration plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: User Registration 1.9.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-01-12T06:15:26+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: user-registration\n"
@@ -40,12 +40,12 @@ msgstr ""
40
  msgid "https://wpeverest.com"
41
  msgstr ""
42
 
43
- #: includes/abstracts/abstract-ur-form-field.php:519
44
  #: includes/admin/functions-ur-admin.php:426
45
  msgid "General Settings"
46
  msgstr ""
47
 
48
- #: includes/abstracts/abstract-ur-form-field.php:529
49
  msgid "Advance Settings"
50
  msgstr ""
51
 
@@ -252,7 +252,7 @@ msgstr ""
252
  #: includes/admin/class-ur-admin-notices.php:121
253
  #: includes/admin/class-ur-admin-settings.php:68
254
  #: includes/admin/class-ur-admin-status.php:169
255
- #: includes/class-ur-email-confirmation.php:203
256
  msgid "Action failed. Please refresh the page and retry."
257
  msgstr ""
258
 
@@ -343,7 +343,7 @@ msgid "User Registration Status"
343
  msgstr ""
344
 
345
  #: includes/admin/class-ur-admin-menus.php:614
346
- #: includes/class-ur-email-confirmation.php:126
347
  msgid "Status"
348
  msgstr ""
349
 
@@ -396,7 +396,7 @@ msgstr ""
396
  msgid "Untitled"
397
  msgstr ""
398
 
399
- #: includes/admin/class-ur-admin-menus.php:959
400
  msgid "Empty form data"
401
  msgstr ""
402
 
@@ -414,7 +414,7 @@ msgstr ""
414
  #: includes/admin/class-ur-admin-profile.php:151
415
  #: includes/form/class-ur-form-field-select.php:35
416
  #: includes/form/class-ur-form-field-select.php:40
417
- #: includes/functions-ur-core.php:685
418
  msgid "Select"
419
  msgstr ""
420
 
@@ -437,7 +437,7 @@ msgstr ""
437
  #: includes/admin/class-ur-admin-registrations-table-list.php:51
438
  #: includes/form/class-ur-form-field-date.php:37
439
  #: includes/form/class-ur-form-field-date.php:42
440
- #: includes/functions-ur-core.php:689
441
  msgid "Date"
442
  msgstr ""
443
 
@@ -739,7 +739,7 @@ msgstr ""
739
 
740
  #: includes/admin/settings/class-ur-settings-email.php:161
741
  #: includes/admin/settings/class-ur-settings-general.php:289
742
- #: includes/functions-ur-core.php:684
743
  msgid "Email"
744
  msgstr ""
745
 
@@ -771,12 +771,12 @@ msgid "Frontend Messages"
771
  msgstr ""
772
 
773
  #: includes/admin/settings/class-ur-settings-general.php:74
774
- #: includes/functions-ur-core.php:913
775
  msgid "User login option"
776
  msgstr ""
777
 
778
  #: includes/admin/settings/class-ur-settings-general.php:75
779
- #: includes/functions-ur-core.php:914
780
  msgid "This option lets you choose login option after user registration."
781
  msgstr ""
782
 
@@ -892,7 +892,7 @@ msgid "Success Messages"
892
  msgstr ""
893
 
894
  #: includes/admin/settings/class-ur-settings-general.php:237
895
- #: includes/functions-ur-core.php:1080
896
  msgid "Manual login after registration"
897
  msgstr ""
898
 
@@ -901,12 +901,12 @@ msgid "Enter the text message after successful form submission on manual login a
901
  msgstr ""
902
 
903
  #: includes/admin/settings/class-ur-settings-general.php:243
904
- #: includes/class-ur-frontend-scripts.php:365
905
  msgid "User successfully registered."
906
  msgstr ""
907
 
908
  #: includes/admin/settings/class-ur-settings-general.php:247
909
- #: includes/functions-ur-core.php:1081
910
  msgid "Email confirmation to login"
911
  msgstr ""
912
 
@@ -915,12 +915,12 @@ msgid "Enter the text message after successful form submission on email confirma
915
  msgstr ""
916
 
917
  #: includes/admin/settings/class-ur-settings-general.php:253
918
- #: includes/class-ur-frontend-scripts.php:367
919
  msgid "User registered. Verify your email by clicking on the link sent to your email."
920
  msgstr ""
921
 
922
  #: includes/admin/settings/class-ur-settings-general.php:257
923
- #: includes/functions-ur-core.php:1083
924
  msgid "Admin approval after registration"
925
  msgstr ""
926
 
@@ -929,7 +929,7 @@ msgid "Enter the text message after successful form submission on admin approval
929
  msgstr ""
930
 
931
  #: includes/admin/settings/class-ur-settings-general.php:263
932
- #: includes/class-ur-frontend-scripts.php:366
933
  msgid "User registered. Wait until admin approves your registration."
934
  msgstr ""
935
 
@@ -938,7 +938,7 @@ msgid "Error Messages"
938
  msgstr ""
939
 
940
  #: includes/admin/settings/class-ur-settings-general.php:279
941
- #: includes/functions-ur-core.php:741
942
  msgid "Required"
943
  msgstr ""
944
 
@@ -947,7 +947,7 @@ msgid "Enter the error message in form submission on required fields."
947
  msgstr ""
948
 
949
  #: includes/admin/settings/class-ur-settings-general.php:285
950
- #: includes/class-ur-frontend-scripts.php:354
951
  msgid "This field is required."
952
  msgstr ""
953
 
@@ -956,7 +956,7 @@ msgid "Enter the error message in form submission on Email."
956
  msgstr ""
957
 
958
  #: includes/admin/settings/class-ur-settings-general.php:295
959
- #: includes/class-ur-frontend-scripts.php:355
960
  msgid "Please enter a valid email address."
961
  msgstr ""
962
 
@@ -969,14 +969,14 @@ msgid "Enter the error message in form submission on website/URL."
969
  msgstr ""
970
 
971
  #: includes/admin/settings/class-ur-settings-general.php:305
972
- #: includes/class-ur-frontend-scripts.php:356
973
  msgid "Please enter a valid URL."
974
  msgstr ""
975
 
976
  #: includes/admin/settings/class-ur-settings-general.php:309
977
  #: includes/form/class-ur-form-field-number.php:37
978
  #: includes/form/class-ur-form-field-number.php:42
979
- #: includes/functions-ur-core.php:688
980
  msgid "Number"
981
  msgstr ""
982
 
@@ -985,7 +985,7 @@ msgid "Enter the error message in form submission on Number."
985
  msgstr ""
986
 
987
  #: includes/admin/settings/class-ur-settings-general.php:315
988
- #: includes/class-ur-frontend-scripts.php:357
989
  msgid "Please enter a valid number."
990
  msgstr ""
991
 
@@ -999,7 +999,7 @@ msgid "Enter the error message in form submission on Confim Email."
999
  msgstr ""
1000
 
1001
  #: includes/admin/settings/class-ur-settings-general.php:325
1002
- #: includes/class-ur-frontend-scripts.php:360
1003
  msgid "Email and confirm email not matched."
1004
  msgstr ""
1005
 
@@ -1013,7 +1013,7 @@ msgid "Enter the error message in form submission on Confim Password."
1013
  msgstr ""
1014
 
1015
  #: includes/admin/settings/class-ur-settings-general.php:335
1016
- #: includes/class-ur-frontend-scripts.php:358
1017
  msgid "Password and confirm password not matched."
1018
  msgstr ""
1019
 
@@ -1028,12 +1028,12 @@ msgstr ""
1028
  #: includes/admin/settings/class-ur-settings-general.php:345
1029
  #: includes/class-ur-ajax.php:108
1030
  #: includes/class-ur-form-handler.php:367
1031
- #: includes/class-ur-frontend-scripts.php:368
1032
  msgid "Captcha code error, please try again."
1033
  msgstr ""
1034
 
1035
  #: includes/admin/settings/class-ur-settings-general.php:376
1036
- #: includes/functions-ur-core.php:1033
1037
  msgid "Form Template"
1038
  msgstr ""
1039
 
@@ -1042,27 +1042,27 @@ msgid "Choose the login form template."
1042
  msgstr ""
1043
 
1044
  #: includes/admin/settings/class-ur-settings-general.php:384
1045
- #: includes/functions-ur-core.php:1040
1046
  msgid "Default"
1047
  msgstr ""
1048
 
1049
  #: includes/admin/settings/class-ur-settings-general.php:385
1050
- #: includes/functions-ur-core.php:1041
1051
  msgid "Bordered"
1052
  msgstr ""
1053
 
1054
  #: includes/admin/settings/class-ur-settings-general.php:386
1055
- #: includes/functions-ur-core.php:1042
1056
  msgid "Flat"
1057
  msgstr ""
1058
 
1059
  #: includes/admin/settings/class-ur-settings-general.php:387
1060
- #: includes/functions-ur-core.php:1043
1061
  msgid "Rounded"
1062
  msgstr ""
1063
 
1064
  #: includes/admin/settings/class-ur-settings-general.php:388
1065
- #: includes/functions-ur-core.php:1044
1066
  msgid "Rounded Edge"
1067
  msgstr ""
1068
 
@@ -1172,7 +1172,7 @@ msgstr ""
1172
 
1173
  #: includes/admin/settings/class-ur-settings-general.php:496
1174
  #: includes/admin/settings/class-ur-settings-general.php:502
1175
- #: includes/functions-ur-core.php:683
1176
  #: templates/myaccount/form-login.php:41
1177
  msgid "Password"
1178
  msgstr ""
@@ -1519,7 +1519,7 @@ msgid "Enable this email sent to the admin when a user changed profile informati
1519
  msgstr ""
1520
 
1521
  #: includes/admin/settings/emails/class-ur-settings-profile-details-changed-email.php:70
1522
- #: includes/class-ur-emailer.php:518
1523
  msgid "Profile Details Changed Email: {{blog_info}}"
1524
  msgstr ""
1525
 
@@ -1549,7 +1549,7 @@ msgid "Enable this email sent to the user notifying the registration is approved
1549
  msgstr ""
1550
 
1551
  #: includes/admin/settings/emails/class-ur-settings-registration-approved-email.php:60
1552
- #: includes/class-ur-emailer.php:436
1553
  msgid "Congratulations! Registration approved on {{blog_info}}"
1554
  msgstr ""
1555
 
@@ -1579,7 +1579,7 @@ msgstr ""
1579
 
1580
  #: includes/admin/settings/emails/class-ur-settings-registration-denied-email.php:60
1581
  #: includes/class-ur-emailer.php:313
1582
- #: includes/class-ur-emailer.php:423
1583
  msgid "Sorry! Registration denied on {{blog_info}}"
1584
  msgstr ""
1585
 
@@ -1608,7 +1608,7 @@ msgid "Enable this email sent to the user notifying the registration is pending.
1608
  msgstr ""
1609
 
1610
  #: includes/admin/settings/emails/class-ur-settings-registration-pending-email.php:61
1611
- #: includes/class-ur-emailer.php:410
1612
  msgid "Sorry! Registration changed to pending on {{blog_info}}"
1613
  msgstr ""
1614
 
@@ -1639,7 +1639,7 @@ msgid "Enable this email sent to the user when a user requests for reset passwor
1639
  msgstr ""
1640
 
1641
  #: includes/admin/settings/emails/class-ur-settings-reset-password-email.php:59
1642
- #: includes/class-ur-emailer.php:468
1643
  msgid "Password Reset Email: {{blog_info}}"
1644
  msgstr ""
1645
 
@@ -1911,22 +1911,22 @@ msgid "Error on google reCaptcha. Contact your site administrator."
1911
  msgstr ""
1912
 
1913
  #: includes/class-ur-ajax.php:129
1914
- #: includes/class-ur-shortcodes.php:125
1915
  msgid "Only administrators can add new users."
1916
  msgstr ""
1917
 
1918
  #: includes/class-ur-ajax.php:147
1919
- #: includes/class-ur-shortcodes.php:139
1920
  msgid "You are currently logged in as %1$1s. %2$2s"
1921
  msgstr ""
1922
 
1923
  #: includes/class-ur-ajax.php:147
1924
- #: includes/class-ur-shortcodes.php:139
1925
  msgid "Log out of this account."
1926
  msgstr ""
1927
 
1928
  #: includes/class-ur-ajax.php:147
1929
- #: includes/class-ur-shortcodes.php:139
1930
  #: includes/functions-ur-account.php:111
1931
  msgid "Logout"
1932
  msgstr ""
@@ -1968,41 +1968,54 @@ msgstr ""
1968
  msgid "In order for <strong>database caching</strong> to work with User Registration you must add %1$s to the \"Ignored Query Strings\" option in <a href=\"%2$s\">W3 Total Cache settings</a>."
1969
  msgstr ""
1970
 
1971
- #: includes/class-ur-email-confirmation.php:63
 
 
 
 
 
1972
  msgctxt "The action on users list page"
1973
  msgid "Verify"
1974
  msgstr ""
1975
 
1976
- #: includes/class-ur-email-confirmation.php:64
1977
  msgctxt "The action on users list page"
1978
  msgid "Unverify"
1979
  msgstr ""
1980
 
1981
- #: includes/class-ur-email-confirmation.php:148
 
 
 
 
1982
  msgid "Verified"
1983
  msgstr ""
1984
 
1985
- #: includes/class-ur-email-confirmation.php:150
1986
  msgid "Pending"
1987
  msgstr ""
1988
 
1989
- #: includes/class-ur-email-confirmation.php:170
1990
  msgid "User successfully registered. Login to continue."
1991
  msgstr ""
1992
 
1993
- #: includes/class-ur-email-confirmation.php:175
1994
  msgid "Token Mismatch!"
1995
  msgstr ""
1996
 
1997
- #: includes/class-ur-email-confirmation.php:180
 
 
 
 
1998
  msgid "Verification Email Sent!"
1999
  msgstr ""
2000
 
2001
- #: includes/class-ur-email-confirmation.php:185
2002
  msgid "User does not exist!"
2003
  msgstr ""
2004
 
2005
- #: includes/class-ur-email-confirmation.php:354
2006
  #: includes/class-ur-form-handler.php:364
2007
  #: includes/class-ur-form-handler.php:367
2008
  #: includes/class-ur-form-handler.php:372
@@ -2017,22 +2030,22 @@ msgstr ""
2017
  msgid "ERROR:"
2018
  msgstr ""
2019
 
2020
- #: includes/class-ur-email-confirmation.php:354
2021
  #: includes/class-ur-user-approval.php:211
2022
  msgid "Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s"
2023
  msgstr ""
2024
 
2025
- #: includes/class-ur-email-confirmation.php:354
2026
  #: includes/class-ur-user-approval.php:211
2027
  msgid "Resend Verification Link"
2028
  msgstr ""
2029
 
2030
- #: includes/class-ur-email-confirmation.php:378
2031
  msgid "Email not verified! Verify your email by clicking on the link sent to your email."
2032
  msgstr ""
2033
 
2034
  #: includes/class-ur-emailer.php:146
2035
- #: includes/class-ur-emailer.php:627
2036
  msgid "Chosen Password"
2037
  msgstr ""
2038
 
@@ -2127,70 +2140,70 @@ msgstr ""
2127
  msgid "Thanks for confirming your erasure request."
2128
  msgstr ""
2129
 
2130
- #: includes/class-ur-frontend-scripts.php:352
2131
  msgid "Uploading..."
2132
  msgstr ""
2133
 
2134
- #: includes/class-ur-frontend-scripts.php:359
2135
  msgid "Please enter a valid phone number."
2136
  msgstr ""
2137
 
2138
- #: includes/class-ur-frontend-scripts.php:361
2139
  msgid "Please enter a value less than or equal to %qty%."
2140
  msgstr ""
2141
 
2142
- #: includes/class-ur-frontend-scripts.php:362
2143
  msgid "Please enter a value greater than or equal to %qty%."
2144
  msgstr ""
2145
 
2146
- #: includes/class-ur-frontend-scripts.php:363
2147
  msgid "Please enter a multiple of %qty%."
2148
  msgstr ""
2149
 
2150
- #: includes/class-ur-frontend-scripts.php:369
2151
  msgid "Hide Password"
2152
  msgstr ""
2153
 
2154
- #: includes/class-ur-frontend-scripts.php:370
2155
  #: templates/myaccount/form-edit-password.php:44
2156
  #: templates/myaccount/form-edit-password.php:56
2157
  #: templates/myaccount/form-edit-password.php:67
2158
  msgid "Show Password"
2159
  msgstr ""
2160
 
2161
- #: includes/class-ur-frontend-scripts.php:371
2162
  msgid "Password strength is not strong enough"
2163
  msgstr ""
2164
 
2165
- #: includes/class-ur-frontend-scripts.php:379
2166
  msgid "Please enter a stronger password."
2167
  msgstr ""
2168
 
2169
- #: includes/class-ur-frontend-scripts.php:381
2170
- #: includes/functions-ur-core.php:959
2171
  msgid "Very Weak"
2172
  msgstr ""
2173
 
2174
- #: includes/class-ur-frontend-scripts.php:382
2175
- #: includes/functions-ur-core.php:960
2176
  msgid "Weak"
2177
  msgstr ""
2178
 
2179
- #: includes/class-ur-frontend-scripts.php:383
2180
- #: includes/functions-ur-core.php:961
2181
  msgid "Medium"
2182
  msgstr ""
2183
 
2184
- #: includes/class-ur-frontend-scripts.php:384
2185
- #: includes/functions-ur-core.php:962
2186
  msgid "Strong"
2187
  msgstr ""
2188
 
2189
- #: includes/class-ur-frontend-scripts.php:385
2190
  msgid "Password with confirm password not matched."
2191
  msgstr ""
2192
 
2193
- #: includes/class-ur-frontend-scripts.php:388
2194
  msgid "Hint: To make password stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ & )."
2195
  msgstr ""
2196
 
@@ -2516,28 +2529,28 @@ msgstr ""
2516
 
2517
  #: includes/form/class-ur-form-field-checkbox.php:35
2518
  #: includes/form/class-ur-form-field-checkbox.php:40
2519
- #: includes/functions-ur-core.php:690
2520
  msgid "Checkbox"
2521
  msgstr ""
2522
 
2523
  #: includes/form/class-ur-form-field-checkbox.php:43
2524
  #: includes/form/class-ur-form-field-radio.php:46
2525
  #: includes/form/class-ur-form-field-select.php:43
2526
- #: includes/functions-ur-core.php:792
2527
  msgid "First Choice"
2528
  msgstr ""
2529
 
2530
  #: includes/form/class-ur-form-field-checkbox.php:44
2531
  #: includes/form/class-ur-form-field-radio.php:47
2532
  #: includes/form/class-ur-form-field-select.php:44
2533
- #: includes/functions-ur-core.php:793
2534
  msgid "Second Choice"
2535
  msgstr ""
2536
 
2537
  #: includes/form/class-ur-form-field-checkbox.php:45
2538
  #: includes/form/class-ur-form-field-radio.php:48
2539
  #: includes/form/class-ur-form-field-select.php:45
2540
- #: includes/functions-ur-core.php:794
2541
  msgid "Third Choice"
2542
  msgstr ""
2543
 
@@ -3539,7 +3552,7 @@ msgstr ""
3539
 
3540
  #: includes/form/class-ur-form-field-country.php:347
3541
  #: includes/form/class-ur-form-field-country.php:352
3542
- #: includes/functions-ur-core.php:686
3543
  msgid "Country"
3544
  msgstr ""
3545
 
@@ -3550,7 +3563,7 @@ msgstr ""
3550
 
3551
  #: includes/form/class-ur-form-field-display-name.php:35
3552
  #: includes/form/class-ur-form-field-display-name.php:40
3553
- #: includes/functions-ur-core.php:680
3554
  msgid "Display Name"
3555
  msgstr ""
3556
 
@@ -3564,7 +3577,7 @@ msgstr ""
3564
 
3565
  #: includes/form/class-ur-form-field-first-name.php:35
3566
  #: includes/form/class-ur-form-field-first-name.php:40
3567
- #: includes/functions-ur-core.php:677
3568
  msgid "First Name"
3569
  msgstr ""
3570
 
@@ -3573,25 +3586,25 @@ msgid "Last Name "
3573
  msgstr ""
3574
 
3575
  #: includes/form/class-ur-form-field-last-name.php:40
3576
- #: includes/functions-ur-core.php:678
3577
  msgid "Last Name"
3578
  msgstr ""
3579
 
3580
  #: includes/form/class-ur-form-field-nickname.php:35
3581
  #: includes/form/class-ur-form-field-nickname.php:40
3582
- #: includes/functions-ur-core.php:676
3583
  msgid "Nickname"
3584
  msgstr ""
3585
 
3586
  #: includes/form/class-ur-form-field-privacy-policy.php:35
3587
  #: includes/form/class-ur-form-field-privacy-policy.php:40
3588
- #: includes/functions-ur-core.php:691
3589
  msgid "Privacy Policy"
3590
  msgstr ""
3591
 
3592
  #: includes/form/class-ur-form-field-radio.php:38
3593
  #: includes/form/class-ur-form-field-radio.php:43
3594
- #: includes/functions-ur-core.php:692
3595
  msgid "Radio"
3596
  msgstr ""
3597
 
@@ -3602,7 +3615,7 @@ msgstr ""
3602
 
3603
  #: includes/form/class-ur-form-field-textarea.php:35
3604
  #: includes/form/class-ur-form-field-textarea.php:40
3605
- #: includes/functions-ur-core.php:687
3606
  msgid "Textarea"
3607
  msgstr ""
3608
 
@@ -3619,7 +3632,7 @@ msgid "Email "
3619
  msgstr ""
3620
 
3621
  #: includes/form/class-ur-form-field-user-email.php:40
3622
- #: includes/functions-ur-core.php:671
3623
  msgid "User Email"
3624
  msgstr ""
3625
 
@@ -3723,6 +3736,15 @@ msgstr ""
3723
  msgid "Class name to embed in this field."
3724
  msgstr ""
3725
 
 
 
 
 
 
 
 
 
 
3726
  #: includes/form/settings/class-ur-setting-country.php:45
3727
  msgid "Selected Countries"
3728
  msgstr ""
@@ -3798,6 +3820,7 @@ msgid "Minimum Value"
3798
  msgstr ""
3799
 
3800
  #: includes/form/settings/class-ur-setting-number.php:38
 
3801
  msgid "Min Value"
3802
  msgstr ""
3803
 
@@ -3847,6 +3870,14 @@ msgstr ""
3847
  msgid "Allowed maximum number of characters."
3848
  msgstr ""
3849
 
 
 
 
 
 
 
 
 
3850
  #: includes/frontend/class-ur-frontend-form-handler.php:124
3851
  msgid "Something went wrong! please try again"
3852
  msgstr ""
@@ -3896,214 +3927,214 @@ msgstr ""
3896
  msgid "Dashboard"
3897
  msgstr ""
3898
 
3899
- #: includes/functions-ur-core.php:527
3900
  msgid "Username can not be changed."
3901
  msgstr ""
3902
 
3903
- #: includes/functions-ur-core.php:531
3904
  msgid "Passowrd can not be changed."
3905
  msgstr ""
3906
 
3907
- #: includes/functions-ur-core.php:535
3908
  msgid "Confirm password can not be changed."
3909
  msgstr ""
3910
 
3911
- #: includes/functions-ur-core.php:538
3912
  msgid "Confirm email can not be changed."
3913
  msgstr ""
3914
 
3915
- #: includes/functions-ur-core.php:672
3916
  msgid "User Confirm Email"
3917
  msgstr ""
3918
 
3919
- #: includes/functions-ur-core.php:673
3920
  msgid "User Pass"
3921
  msgstr ""
3922
 
3923
- #: includes/functions-ur-core.php:674
3924
  msgid "User Confirm Password"
3925
  msgstr ""
3926
 
3927
- #: includes/functions-ur-core.php:675
3928
  msgid "User Login"
3929
  msgstr ""
3930
 
3931
- #: includes/functions-ur-core.php:679
3932
  msgid "User URL"
3933
  msgstr ""
3934
 
3935
- #: includes/functions-ur-core.php:681
3936
- #: includes/functions-ur-core.php:716
3937
- #: includes/functions-ur-core.php:718
3938
  msgid "Description"
3939
  msgstr ""
3940
 
3941
- #: includes/functions-ur-core.php:682
3942
  msgid "Text"
3943
  msgstr ""
3944
 
3945
- #: includes/functions-ur-core.php:708
3946
- #: includes/functions-ur-core.php:710
3947
  msgid "Label"
3948
  msgstr ""
3949
 
3950
- #: includes/functions-ur-core.php:712
3951
  msgid "Enter text for the form field label. This is recommended and can be hidden in the Advanced Settings."
3952
  msgstr ""
3953
 
3954
- #: includes/functions-ur-core.php:720
3955
  msgid "Enter text for the form field description."
3956
  msgstr ""
3957
 
3958
- #: includes/functions-ur-core.php:724
3959
- #: includes/functions-ur-core.php:726
3960
  msgid "Field Name"
3961
  msgstr ""
3962
 
3963
- #: includes/functions-ur-core.php:728
3964
  msgid "Unique key for the field."
3965
  msgstr ""
3966
 
3967
- #: includes/functions-ur-core.php:733
3968
- #: includes/functions-ur-core.php:735
3969
  msgid "Placeholder"
3970
  msgstr ""
3971
 
3972
- #: includes/functions-ur-core.php:737
3973
  msgid "Enter placeholder for the field."
3974
  msgstr ""
3975
 
3976
- #: includes/functions-ur-core.php:746
3977
- #: includes/functions-ur-core.php:758
3978
  msgid "No"
3979
  msgstr ""
3980
 
3981
- #: includes/functions-ur-core.php:747
3982
- #: includes/functions-ur-core.php:759
3983
  msgid "Yes"
3984
  msgstr ""
3985
 
3986
- #: includes/functions-ur-core.php:749
3987
  msgid "Check this option to mark the field required. A form will not submit unless all required fields are provided."
3988
  msgstr ""
3989
 
3990
- #: includes/functions-ur-core.php:753
3991
  msgid "Hide Label"
3992
  msgstr ""
3993
 
3994
- #: includes/functions-ur-core.php:761
3995
  msgid "Check this option to hide the label of this field."
3996
  msgstr ""
3997
 
3998
- #: includes/functions-ur-core.php:787
3999
  msgid "Options"
4000
  msgstr ""
4001
 
4002
- #: includes/functions-ur-core.php:923
4003
  msgid "Login method that should be used by the users registered through this form."
4004
  msgstr ""
4005
 
4006
- #: includes/functions-ur-core.php:927
4007
  msgid "Default User Role"
4008
  msgstr ""
4009
 
4010
- #: includes/functions-ur-core.php:936
4011
  msgid "Default role for the users registered through this form."
4012
  msgstr ""
4013
 
4014
- #: includes/functions-ur-core.php:940
4015
  msgid "Enable Strong Password"
4016
  msgstr ""
4017
 
4018
- #: includes/functions-ur-core.php:948
4019
  msgid "Make strong password compulsary."
4020
  msgstr ""
4021
 
4022
- #: includes/functions-ur-core.php:952
4023
  msgid "Minimum Password Strength"
4024
  msgstr ""
4025
 
4026
- #: includes/functions-ur-core.php:966
4027
  msgid "Set minimum required password strength."
4028
  msgstr ""
4029
 
4030
- #: includes/functions-ur-core.php:970
4031
  msgid "Redirect URL"
4032
  msgstr ""
4033
 
4034
- #: includes/functions-ur-core.php:972
4035
  msgid "This option lets you enter redirect path after successful user registration."
4036
  msgstr ""
4037
 
4038
- #: includes/functions-ur-core.php:977
4039
  msgid "URL to redirect to after registration."
4040
  msgstr ""
4041
 
4042
- #: includes/functions-ur-core.php:981
4043
  msgid "Form Submit Button Custom Class"
4044
  msgstr ""
4045
 
4046
- #: includes/functions-ur-core.php:989
4047
  msgid "Custom css class to embed in the submit button. You can enter multiple classes seperated with space."
4048
  msgstr ""
4049
 
4050
- #: includes/functions-ur-core.php:993
4051
  msgid "Form Submit Button Label"
4052
  msgstr ""
4053
 
4054
- #: includes/functions-ur-core.php:1001
4055
  msgid "Set label for the submit button."
4056
  msgstr ""
4057
 
4058
- #: includes/functions-ur-core.php:1005
4059
  msgid "Success message position"
4060
  msgstr ""
4061
 
4062
- #: includes/functions-ur-core.php:1012
4063
  msgid "Top"
4064
  msgstr ""
4065
 
4066
- #: includes/functions-ur-core.php:1013
4067
  msgid "Bottom"
4068
  msgstr ""
4069
 
4070
- #: includes/functions-ur-core.php:1017
4071
  msgid "Display success message either at the top or bottom after successful registration."
4072
  msgstr ""
4073
 
4074
- #: includes/functions-ur-core.php:1021
4075
  msgid "Enable %1$s %2$s reCaptcha %3$s Support"
4076
  msgstr ""
4077
 
4078
- #: includes/functions-ur-core.php:1029
4079
  msgid "Enable reCaptcha for strong security from spams and bots."
4080
  msgstr ""
4081
 
4082
- #: includes/functions-ur-core.php:1048
4083
  msgid "Choose form template to use."
4084
  msgstr ""
4085
 
4086
- #: includes/functions-ur-core.php:1052
4087
  msgid "Custom CSS class"
4088
  msgstr ""
4089
 
4090
- #: includes/functions-ur-core.php:1060
4091
  msgid "Custom css class to embed in the registration form. You can enter multiple classes seperated with space."
4092
  msgstr ""
4093
 
4094
- #: includes/functions-ur-core.php:1082
4095
  msgid "Auto login after registration"
4096
  msgstr ""
4097
 
4098
- #: includes/functions-ur-core.php:1278
4099
  msgid "The class <code>%s</code> provided by user_registration_logging_class filter must implement <code>UR_Logger_Interface</code>."
4100
  msgstr ""
4101
 
4102
- #: includes/functions-ur-core.php:1379
4103
  msgid "Disable emails"
4104
  msgstr ""
4105
 
4106
- #: includes/functions-ur-core.php:1380
4107
  msgid "Disable all emails sent after registration."
4108
  msgstr ""
4109
 
@@ -4121,7 +4152,7 @@ msgstr ""
4121
  msgid "required"
4122
  msgstr ""
4123
 
4124
- #: includes/functions-ur-template.php:422
4125
  msgid "Choose an option"
4126
  msgstr ""
4127
 
@@ -4145,24 +4176,24 @@ msgstr ""
4145
  msgid "Are you sure you want to log out?&nbsp;<a href=\"%s\">Confirm and log out</a>"
4146
  msgstr ""
4147
 
4148
- #: includes/shortcodes/class-ur-shortcode-my-account.php:217
4149
  msgid "No profile details found."
4150
  msgstr ""
4151
 
4152
- #: includes/shortcodes/class-ur-shortcode-my-account.php:316
4153
  msgid "Enter a username or email address."
4154
  msgstr ""
4155
 
4156
- #: includes/shortcodes/class-ur-shortcode-my-account.php:337
4157
- #: includes/shortcodes/class-ur-shortcode-my-account.php:342
4158
  msgid "Invalid username or email."
4159
  msgstr ""
4160
 
4161
- #: includes/shortcodes/class-ur-shortcode-my-account.php:352
4162
  msgid "Password reset is not allowed for this user"
4163
  msgstr ""
4164
 
4165
- #: includes/shortcodes/class-ur-shortcode-my-account.php:365
4166
  msgid "The email could not be sent. Contact your site administrator. "
4167
  msgstr ""
4168
 
@@ -4228,8 +4259,8 @@ msgid "Confirm new password"
4228
  msgstr ""
4229
 
4230
  #: templates/myaccount/form-edit-password.php:82
4231
- #: templates/myaccount/form-edit-profile.php:242
4232
- #: templates/myaccount/form-edit-profile.php:247
4233
  msgid "Save changes"
4234
  msgstr ""
4235
 
2
  # This file is distributed under the same license as the User Registration plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: User Registration 1.9.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-02-12T05:16:06+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: user-registration\n"
40
  msgid "https://wpeverest.com"
41
  msgstr ""
42
 
43
+ #: includes/abstracts/abstract-ur-form-field.php:550
44
  #: includes/admin/functions-ur-admin.php:426
45
  msgid "General Settings"
46
  msgstr ""
47
 
48
+ #: includes/abstracts/abstract-ur-form-field.php:560
49
  msgid "Advance Settings"
50
  msgstr ""
51
 
252
  #: includes/admin/class-ur-admin-notices.php:121
253
  #: includes/admin/class-ur-admin-settings.php:68
254
  #: includes/admin/class-ur-admin-status.php:169
255
+ #: includes/class-ur-email-confirmation.php:246
256
  msgid "Action failed. Please refresh the page and retry."
257
  msgstr ""
258
 
343
  msgstr ""
344
 
345
  #: includes/admin/class-ur-admin-menus.php:614
346
+ #: includes/class-ur-email-confirmation.php:164
347
  msgid "Status"
348
  msgstr ""
349
 
396
  msgid "Untitled"
397
  msgstr ""
398
 
399
+ #: includes/admin/class-ur-admin-menus.php:960
400
  msgid "Empty form data"
401
  msgstr ""
402
 
414
  #: includes/admin/class-ur-admin-profile.php:151
415
  #: includes/form/class-ur-form-field-select.php:35
416
  #: includes/form/class-ur-form-field-select.php:40
417
+ #: includes/functions-ur-core.php:686
418
  msgid "Select"
419
  msgstr ""
420
 
437
  #: includes/admin/class-ur-admin-registrations-table-list.php:51
438
  #: includes/form/class-ur-form-field-date.php:37
439
  #: includes/form/class-ur-form-field-date.php:42
440
+ #: includes/functions-ur-core.php:690
441
  msgid "Date"
442
  msgstr ""
443
 
739
 
740
  #: includes/admin/settings/class-ur-settings-email.php:161
741
  #: includes/admin/settings/class-ur-settings-general.php:289
742
+ #: includes/functions-ur-core.php:685
743
  msgid "Email"
744
  msgstr ""
745
 
771
  msgstr ""
772
 
773
  #: includes/admin/settings/class-ur-settings-general.php:74
774
+ #: includes/functions-ur-core.php:914
775
  msgid "User login option"
776
  msgstr ""
777
 
778
  #: includes/admin/settings/class-ur-settings-general.php:75
779
+ #: includes/functions-ur-core.php:915
780
  msgid "This option lets you choose login option after user registration."
781
  msgstr ""
782
 
892
  msgstr ""
893
 
894
  #: includes/admin/settings/class-ur-settings-general.php:237
895
+ #: includes/functions-ur-core.php:1081
896
  msgid "Manual login after registration"
897
  msgstr ""
898
 
901
  msgstr ""
902
 
903
  #: includes/admin/settings/class-ur-settings-general.php:243
904
+ #: includes/class-ur-frontend-scripts.php:370
905
  msgid "User successfully registered."
906
  msgstr ""
907
 
908
  #: includes/admin/settings/class-ur-settings-general.php:247
909
+ #: includes/functions-ur-core.php:1082
910
  msgid "Email confirmation to login"
911
  msgstr ""
912
 
915
  msgstr ""
916
 
917
  #: includes/admin/settings/class-ur-settings-general.php:253
918
+ #: includes/class-ur-frontend-scripts.php:372
919
  msgid "User registered. Verify your email by clicking on the link sent to your email."
920
  msgstr ""
921
 
922
  #: includes/admin/settings/class-ur-settings-general.php:257
923
+ #: includes/functions-ur-core.php:1084
924
  msgid "Admin approval after registration"
925
  msgstr ""
926
 
929
  msgstr ""
930
 
931
  #: includes/admin/settings/class-ur-settings-general.php:263
932
+ #: includes/class-ur-frontend-scripts.php:371
933
  msgid "User registered. Wait until admin approves your registration."
934
  msgstr ""
935
 
938
  msgstr ""
939
 
940
  #: includes/admin/settings/class-ur-settings-general.php:279
941
+ #: includes/functions-ur-core.php:742
942
  msgid "Required"
943
  msgstr ""
944
 
947
  msgstr ""
948
 
949
  #: includes/admin/settings/class-ur-settings-general.php:285
950
+ #: includes/class-ur-frontend-scripts.php:359
951
  msgid "This field is required."
952
  msgstr ""
953
 
956
  msgstr ""
957
 
958
  #: includes/admin/settings/class-ur-settings-general.php:295
959
+ #: includes/class-ur-frontend-scripts.php:360
960
  msgid "Please enter a valid email address."
961
  msgstr ""
962
 
969
  msgstr ""
970
 
971
  #: includes/admin/settings/class-ur-settings-general.php:305
972
+ #: includes/class-ur-frontend-scripts.php:361
973
  msgid "Please enter a valid URL."
974
  msgstr ""
975
 
976
  #: includes/admin/settings/class-ur-settings-general.php:309
977
  #: includes/form/class-ur-form-field-number.php:37
978
  #: includes/form/class-ur-form-field-number.php:42
979
+ #: includes/functions-ur-core.php:689
980
  msgid "Number"
981
  msgstr ""
982
 
985
  msgstr ""
986
 
987
  #: includes/admin/settings/class-ur-settings-general.php:315
988
+ #: includes/class-ur-frontend-scripts.php:362
989
  msgid "Please enter a valid number."
990
  msgstr ""
991
 
999
  msgstr ""
1000
 
1001
  #: includes/admin/settings/class-ur-settings-general.php:325
1002
+ #: includes/class-ur-frontend-scripts.php:365
1003
  msgid "Email and confirm email not matched."
1004
  msgstr ""
1005
 
1013
  msgstr ""
1014
 
1015
  #: includes/admin/settings/class-ur-settings-general.php:335
1016
+ #: includes/class-ur-frontend-scripts.php:363
1017
  msgid "Password and confirm password not matched."
1018
  msgstr ""
1019
 
1028
  #: includes/admin/settings/class-ur-settings-general.php:345
1029
  #: includes/class-ur-ajax.php:108
1030
  #: includes/class-ur-form-handler.php:367
1031
+ #: includes/class-ur-frontend-scripts.php:373
1032
  msgid "Captcha code error, please try again."
1033
  msgstr ""
1034
 
1035
  #: includes/admin/settings/class-ur-settings-general.php:376
1036
+ #: includes/functions-ur-core.php:1034
1037
  msgid "Form Template"
1038
  msgstr ""
1039
 
1042
  msgstr ""
1043
 
1044
  #: includes/admin/settings/class-ur-settings-general.php:384
1045
+ #: includes/functions-ur-core.php:1041
1046
  msgid "Default"
1047
  msgstr ""
1048
 
1049
  #: includes/admin/settings/class-ur-settings-general.php:385
1050
+ #: includes/functions-ur-core.php:1042
1051
  msgid "Bordered"
1052
  msgstr ""
1053
 
1054
  #: includes/admin/settings/class-ur-settings-general.php:386
1055
+ #: includes/functions-ur-core.php:1043
1056
  msgid "Flat"
1057
  msgstr ""
1058
 
1059
  #: includes/admin/settings/class-ur-settings-general.php:387
1060
+ #: includes/functions-ur-core.php:1044
1061
  msgid "Rounded"
1062
  msgstr ""
1063
 
1064
  #: includes/admin/settings/class-ur-settings-general.php:388
1065
+ #: includes/functions-ur-core.php:1045
1066
  msgid "Rounded Edge"
1067
  msgstr ""
1068
 
1172
 
1173
  #: includes/admin/settings/class-ur-settings-general.php:496
1174
  #: includes/admin/settings/class-ur-settings-general.php:502
1175
+ #: includes/functions-ur-core.php:684
1176
  #: templates/myaccount/form-login.php:41
1177
  msgid "Password"
1178
  msgstr ""
1519
  msgstr ""
1520
 
1521
  #: includes/admin/settings/emails/class-ur-settings-profile-details-changed-email.php:70
1522
+ #: includes/class-ur-emailer.php:515
1523
  msgid "Profile Details Changed Email: {{blog_info}}"
1524
  msgstr ""
1525
 
1549
  msgstr ""
1550
 
1551
  #: includes/admin/settings/emails/class-ur-settings-registration-approved-email.php:60
1552
+ #: includes/class-ur-emailer.php:433
1553
  msgid "Congratulations! Registration approved on {{blog_info}}"
1554
  msgstr ""
1555
 
1579
 
1580
  #: includes/admin/settings/emails/class-ur-settings-registration-denied-email.php:60
1581
  #: includes/class-ur-emailer.php:313
1582
+ #: includes/class-ur-emailer.php:420
1583
  msgid "Sorry! Registration denied on {{blog_info}}"
1584
  msgstr ""
1585
 
1608
  msgstr ""
1609
 
1610
  #: includes/admin/settings/emails/class-ur-settings-registration-pending-email.php:61
1611
+ #: includes/class-ur-emailer.php:407
1612
  msgid "Sorry! Registration changed to pending on {{blog_info}}"
1613
  msgstr ""
1614
 
1639
  msgstr ""
1640
 
1641
  #: includes/admin/settings/emails/class-ur-settings-reset-password-email.php:59
1642
+ #: includes/class-ur-emailer.php:465
1643
  msgid "Password Reset Email: {{blog_info}}"
1644
  msgstr ""
1645
 
1911
  msgstr ""
1912
 
1913
  #: includes/class-ur-ajax.php:129
1914
+ #: includes/class-ur-shortcodes.php:127
1915
  msgid "Only administrators can add new users."
1916
  msgstr ""
1917
 
1918
  #: includes/class-ur-ajax.php:147
1919
+ #: includes/class-ur-shortcodes.php:141
1920
  msgid "You are currently logged in as %1$1s. %2$2s"
1921
  msgstr ""
1922
 
1923
  #: includes/class-ur-ajax.php:147
1924
+ #: includes/class-ur-shortcodes.php:141
1925
  msgid "Log out of this account."
1926
  msgstr ""
1927
 
1928
  #: includes/class-ur-ajax.php:147
1929
+ #: includes/class-ur-shortcodes.php:141
1930
  #: includes/functions-ur-account.php:111
1931
  msgid "Logout"
1932
  msgstr ""
1968
  msgid "In order for <strong>database caching</strong> to work with User Registration you must add %1$s to the \"Ignored Query Strings\" option in <a href=\"%2$s\">W3 Total Cache settings</a>."
1969
  msgstr ""
1970
 
1971
+ #: includes/class-ur-email-confirmation.php:72
1972
+ msgctxt "The action on users list page"
1973
+ msgid "Resend Verification"
1974
+ msgstr ""
1975
+
1976
+ #: includes/class-ur-email-confirmation.php:73
1977
  msgctxt "The action on users list page"
1978
  msgid "Verify"
1979
  msgstr ""
1980
 
1981
+ #: includes/class-ur-email-confirmation.php:74
1982
  msgctxt "The action on users list page"
1983
  msgid "Unverify"
1984
  msgstr ""
1985
 
1986
+ #: includes/class-ur-email-confirmation.php:149
1987
+ msgid "Verification Email Sent Successfully !! "
1988
+ msgstr ""
1989
+
1990
+ #: includes/class-ur-email-confirmation.php:186
1991
  msgid "Verified"
1992
  msgstr ""
1993
 
1994
+ #: includes/class-ur-email-confirmation.php:188
1995
  msgid "Pending"
1996
  msgstr ""
1997
 
1998
+ #: includes/class-ur-email-confirmation.php:208
1999
  msgid "User successfully registered. Login to continue."
2000
  msgstr ""
2001
 
2002
+ #: includes/class-ur-email-confirmation.php:213
2003
  msgid "Token Mismatch!"
2004
  msgstr ""
2005
 
2006
+ #: includes/class-ur-email-confirmation.php:218
2007
+ msgid "Token Expired . Please request for new verification email."
2008
+ msgstr ""
2009
+
2010
+ #: includes/class-ur-email-confirmation.php:223
2011
  msgid "Verification Email Sent!"
2012
  msgstr ""
2013
 
2014
+ #: includes/class-ur-email-confirmation.php:228
2015
  msgid "User does not exist!"
2016
  msgstr ""
2017
 
2018
+ #: includes/class-ur-email-confirmation.php:404
2019
  #: includes/class-ur-form-handler.php:364
2020
  #: includes/class-ur-form-handler.php:367
2021
  #: includes/class-ur-form-handler.php:372
2030
  msgid "ERROR:"
2031
  msgstr ""
2032
 
2033
+ #: includes/class-ur-email-confirmation.php:404
2034
  #: includes/class-ur-user-approval.php:211
2035
  msgid "Your account is still pending approval. Verify your email by clicking on the link sent to your email. %s"
2036
  msgstr ""
2037
 
2038
+ #: includes/class-ur-email-confirmation.php:404
2039
  #: includes/class-ur-user-approval.php:211
2040
  msgid "Resend Verification Link"
2041
  msgstr ""
2042
 
2043
+ #: includes/class-ur-email-confirmation.php:428
2044
  msgid "Email not verified! Verify your email by clicking on the link sent to your email."
2045
  msgstr ""
2046
 
2047
  #: includes/class-ur-emailer.php:146
2048
+ #: includes/class-ur-emailer.php:626
2049
  msgid "Chosen Password"
2050
  msgstr ""
2051
 
2140
  msgid "Thanks for confirming your erasure request."
2141
  msgstr ""
2142
 
2143
+ #: includes/class-ur-frontend-scripts.php:357
2144
  msgid "Uploading..."
2145
  msgstr ""
2146
 
2147
+ #: includes/class-ur-frontend-scripts.php:364
2148
  msgid "Please enter a valid phone number."
2149
  msgstr ""
2150
 
2151
+ #: includes/class-ur-frontend-scripts.php:366
2152
  msgid "Please enter a value less than or equal to %qty%."
2153
  msgstr ""
2154
 
2155
+ #: includes/class-ur-frontend-scripts.php:367
2156
  msgid "Please enter a value greater than or equal to %qty%."
2157
  msgstr ""
2158
 
2159
+ #: includes/class-ur-frontend-scripts.php:368
2160
  msgid "Please enter a multiple of %qty%."
2161
  msgstr ""
2162
 
2163
+ #: includes/class-ur-frontend-scripts.php:374
2164
  msgid "Hide Password"
2165
  msgstr ""
2166
 
2167
+ #: includes/class-ur-frontend-scripts.php:375
2168
  #: templates/myaccount/form-edit-password.php:44
2169
  #: templates/myaccount/form-edit-password.php:56
2170
  #: templates/myaccount/form-edit-password.php:67
2171
  msgid "Show Password"
2172
  msgstr ""
2173
 
2174
+ #: includes/class-ur-frontend-scripts.php:376
2175
  msgid "Password strength is not strong enough"
2176
  msgstr ""
2177
 
2178
+ #: includes/class-ur-frontend-scripts.php:384
2179
  msgid "Please enter a stronger password."
2180
  msgstr ""
2181
 
2182
+ #: includes/class-ur-frontend-scripts.php:386
2183
+ #: includes/functions-ur-core.php:960
2184
  msgid "Very Weak"
2185
  msgstr ""
2186
 
2187
+ #: includes/class-ur-frontend-scripts.php:387
2188
+ #: includes/functions-ur-core.php:961
2189
  msgid "Weak"
2190
  msgstr ""
2191
 
2192
+ #: includes/class-ur-frontend-scripts.php:388
2193
+ #: includes/functions-ur-core.php:962
2194
  msgid "Medium"
2195
  msgstr ""
2196
 
2197
+ #: includes/class-ur-frontend-scripts.php:389
2198
+ #: includes/functions-ur-core.php:963
2199
  msgid "Strong"
2200
  msgstr ""
2201
 
2202
+ #: includes/class-ur-frontend-scripts.php:390
2203
  msgid "Password with confirm password not matched."
2204
  msgstr ""
2205
 
2206
+ #: includes/class-ur-frontend-scripts.php:393
2207
  msgid "Hint: To make password stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ & )."
2208
  msgstr ""
2209
 
2529
 
2530
  #: includes/form/class-ur-form-field-checkbox.php:35
2531
  #: includes/form/class-ur-form-field-checkbox.php:40
2532
+ #: includes/functions-ur-core.php:691
2533
  msgid "Checkbox"
2534
  msgstr ""
2535
 
2536
  #: includes/form/class-ur-form-field-checkbox.php:43
2537
  #: includes/form/class-ur-form-field-radio.php:46
2538
  #: includes/form/class-ur-form-field-select.php:43
2539
+ #: includes/functions-ur-core.php:793
2540
  msgid "First Choice"
2541
  msgstr ""
2542
 
2543
  #: includes/form/class-ur-form-field-checkbox.php:44
2544
  #: includes/form/class-ur-form-field-radio.php:47
2545
  #: includes/form/class-ur-form-field-select.php:44
2546
+ #: includes/functions-ur-core.php:794
2547
  msgid "Second Choice"
2548
  msgstr ""
2549
 
2550
  #: includes/form/class-ur-form-field-checkbox.php:45
2551
  #: includes/form/class-ur-form-field-radio.php:48
2552
  #: includes/form/class-ur-form-field-select.php:45
2553
+ #: includes/functions-ur-core.php:795
2554
  msgid "Third Choice"
2555
  msgstr ""
2556
 
3552
 
3553
  #: includes/form/class-ur-form-field-country.php:347
3554
  #: includes/form/class-ur-form-field-country.php:352
3555
+ #: includes/functions-ur-core.php:687
3556
  msgid "Country"
3557
  msgstr ""
3558
 
3563
 
3564
  #: includes/form/class-ur-form-field-display-name.php:35
3565
  #: includes/form/class-ur-form-field-display-name.php:40
3566
+ #: includes/functions-ur-core.php:681
3567
  msgid "Display Name"
3568
  msgstr ""
3569
 
3577
 
3578
  #: includes/form/class-ur-form-field-first-name.php:35
3579
  #: includes/form/class-ur-form-field-first-name.php:40
3580
+ #: includes/functions-ur-core.php:678
3581
  msgid "First Name"
3582
  msgstr ""
3583
 
3586
  msgstr ""
3587
 
3588
  #: includes/form/class-ur-form-field-last-name.php:40
3589
+ #: includes/functions-ur-core.php:679
3590
  msgid "Last Name"
3591
  msgstr ""
3592
 
3593
  #: includes/form/class-ur-form-field-nickname.php:35
3594
  #: includes/form/class-ur-form-field-nickname.php:40
3595
+ #: includes/functions-ur-core.php:677
3596
  msgid "Nickname"
3597
  msgstr ""
3598
 
3599
  #: includes/form/class-ur-form-field-privacy-policy.php:35
3600
  #: includes/form/class-ur-form-field-privacy-policy.php:40
3601
+ #: includes/functions-ur-core.php:692
3602
  msgid "Privacy Policy"
3603
  msgstr ""
3604
 
3605
  #: includes/form/class-ur-form-field-radio.php:38
3606
  #: includes/form/class-ur-form-field-radio.php:43
3607
+ #: includes/functions-ur-core.php:693
3608
  msgid "Radio"
3609
  msgstr ""
3610
 
3615
 
3616
  #: includes/form/class-ur-form-field-textarea.php:35
3617
  #: includes/form/class-ur-form-field-textarea.php:40
3618
+ #: includes/functions-ur-core.php:688
3619
  msgid "Textarea"
3620
  msgstr ""
3621
 
3632
  msgstr ""
3633
 
3634
  #: includes/form/class-ur-form-field-user-email.php:40
3635
+ #: includes/functions-ur-core.php:672
3636
  msgid "User Email"
3637
  msgstr ""
3638
 
3736
  msgid "Class name to embed in this field."
3737
  msgstr ""
3738
 
3739
+ #: includes/form/settings/class-ur-setting-checkbox.php:45
3740
+ #: includes/form/settings/class-ur-setting-checkbox.php:52
3741
+ msgid "Choice Limit"
3742
+ msgstr ""
3743
+
3744
+ #: includes/form/settings/class-ur-setting-checkbox.php:53
3745
+ msgid "Enter minimum number choices that can be selected."
3746
+ msgstr ""
3747
+
3748
  #: includes/form/settings/class-ur-setting-country.php:45
3749
  msgid "Selected Countries"
3750
  msgstr ""
3820
  msgstr ""
3821
 
3822
  #: includes/form/settings/class-ur-setting-number.php:38
3823
+ #: includes/form/settings/class-ur-setting-user_login.php:52
3824
  msgid "Min Value"
3825
  msgstr ""
3826
 
3870
  msgid "Allowed maximum number of characters."
3871
  msgstr ""
3872
 
3873
+ #: includes/form/settings/class-ur-setting-user_login.php:45
3874
+ msgid "Limit Username Length"
3875
+ msgstr ""
3876
+
3877
+ #: includes/form/settings/class-ur-setting-user_login.php:53
3878
+ msgid "Enter minimum number of length of username."
3879
+ msgstr ""
3880
+
3881
  #: includes/frontend/class-ur-frontend-form-handler.php:124
3882
  msgid "Something went wrong! please try again"
3883
  msgstr ""
3927
  msgid "Dashboard"
3928
  msgstr ""
3929
 
3930
+ #: includes/functions-ur-core.php:528
3931
  msgid "Username can not be changed."
3932
  msgstr ""
3933
 
3934
+ #: includes/functions-ur-core.php:532
3935
  msgid "Passowrd can not be changed."
3936
  msgstr ""
3937
 
3938
+ #: includes/functions-ur-core.php:536
3939
  msgid "Confirm password can not be changed."
3940
  msgstr ""
3941
 
3942
+ #: includes/functions-ur-core.php:539
3943
  msgid "Confirm email can not be changed."
3944
  msgstr ""
3945
 
3946
+ #: includes/functions-ur-core.php:673
3947
  msgid "User Confirm Email"
3948
  msgstr ""
3949
 
3950
+ #: includes/functions-ur-core.php:674
3951
  msgid "User Pass"
3952
  msgstr ""
3953
 
3954
+ #: includes/functions-ur-core.php:675
3955
  msgid "User Confirm Password"
3956
  msgstr ""
3957
 
3958
+ #: includes/functions-ur-core.php:676
3959
  msgid "User Login"
3960
  msgstr ""
3961
 
3962
+ #: includes/functions-ur-core.php:680
3963
  msgid "User URL"
3964
  msgstr ""
3965
 
3966
+ #: includes/functions-ur-core.php:682
3967
+ #: includes/functions-ur-core.php:717
3968
+ #: includes/functions-ur-core.php:719
3969
  msgid "Description"
3970
  msgstr ""
3971
 
3972
+ #: includes/functions-ur-core.php:683
3973
  msgid "Text"
3974
  msgstr ""
3975
 
3976
+ #: includes/functions-ur-core.php:709
3977
+ #: includes/functions-ur-core.php:711
3978
  msgid "Label"
3979
  msgstr ""
3980
 
3981
+ #: includes/functions-ur-core.php:713
3982
  msgid "Enter text for the form field label. This is recommended and can be hidden in the Advanced Settings."
3983
  msgstr ""
3984
 
3985
+ #: includes/functions-ur-core.php:721
3986
  msgid "Enter text for the form field description."
3987
  msgstr ""
3988
 
3989
+ #: includes/functions-ur-core.php:725
3990
+ #: includes/functions-ur-core.php:727
3991
  msgid "Field Name"
3992
  msgstr ""
3993
 
3994
+ #: includes/functions-ur-core.php:729
3995
  msgid "Unique key for the field."
3996
  msgstr ""
3997
 
3998
+ #: includes/functions-ur-core.php:734
3999
+ #: includes/functions-ur-core.php:736
4000
  msgid "Placeholder"
4001
  msgstr ""
4002
 
4003
+ #: includes/functions-ur-core.php:738
4004
  msgid "Enter placeholder for the field."
4005
  msgstr ""
4006
 
4007
+ #: includes/functions-ur-core.php:747
4008
+ #: includes/functions-ur-core.php:759
4009
  msgid "No"
4010
  msgstr ""
4011
 
4012
+ #: includes/functions-ur-core.php:748
4013
+ #: includes/functions-ur-core.php:760
4014
  msgid "Yes"
4015
  msgstr ""
4016
 
4017
+ #: includes/functions-ur-core.php:750
4018
  msgid "Check this option to mark the field required. A form will not submit unless all required fields are provided."
4019
  msgstr ""
4020
 
4021
+ #: includes/functions-ur-core.php:754
4022
  msgid "Hide Label"
4023
  msgstr ""
4024
 
4025
+ #: includes/functions-ur-core.php:762
4026
  msgid "Check this option to hide the label of this field."
4027
  msgstr ""
4028
 
4029
+ #: includes/functions-ur-core.php:788
4030
  msgid "Options"
4031
  msgstr ""
4032
 
4033
+ #: includes/functions-ur-core.php:924
4034
  msgid "Login method that should be used by the users registered through this form."
4035
  msgstr ""
4036
 
4037
+ #: includes/functions-ur-core.php:928
4038
  msgid "Default User Role"
4039
  msgstr ""
4040
 
4041
+ #: includes/functions-ur-core.php:937
4042
  msgid "Default role for the users registered through this form."
4043
  msgstr ""
4044
 
4045
+ #: includes/functions-ur-core.php:941
4046
  msgid "Enable Strong Password"
4047
  msgstr ""
4048
 
4049
+ #: includes/functions-ur-core.php:949
4050
  msgid "Make strong password compulsary."
4051
  msgstr ""
4052
 
4053
+ #: includes/functions-ur-core.php:953
4054
  msgid "Minimum Password Strength"
4055
  msgstr ""
4056
 
4057
+ #: includes/functions-ur-core.php:967
4058
  msgid "Set minimum required password strength."
4059
  msgstr ""
4060
 
4061
+ #: includes/functions-ur-core.php:971
4062
  msgid "Redirect URL"
4063
  msgstr ""
4064
 
4065
+ #: includes/functions-ur-core.php:973
4066
  msgid "This option lets you enter redirect path after successful user registration."
4067
  msgstr ""
4068
 
4069
+ #: includes/functions-ur-core.php:978
4070
  msgid "URL to redirect to after registration."
4071
  msgstr ""
4072
 
4073
+ #: includes/functions-ur-core.php:982
4074
  msgid "Form Submit Button Custom Class"
4075
  msgstr ""
4076
 
4077
+ #: includes/functions-ur-core.php:990
4078
  msgid "Custom css class to embed in the submit button. You can enter multiple classes seperated with space."
4079
  msgstr ""
4080
 
4081
+ #: includes/functions-ur-core.php:994
4082
  msgid "Form Submit Button Label"
4083
  msgstr ""
4084
 
4085
+ #: includes/functions-ur-core.php:1002
4086
  msgid "Set label for the submit button."
4087
  msgstr ""
4088
 
4089
+ #: includes/functions-ur-core.php:1006
4090
  msgid "Success message position"
4091
  msgstr ""
4092
 
4093
+ #: includes/functions-ur-core.php:1013
4094
  msgid "Top"
4095
  msgstr ""
4096
 
4097
+ #: includes/functions-ur-core.php:1014
4098
  msgid "Bottom"
4099
  msgstr ""
4100
 
4101
+ #: includes/functions-ur-core.php:1018
4102
  msgid "Display success message either at the top or bottom after successful registration."
4103
  msgstr ""
4104
 
4105
+ #: includes/functions-ur-core.php:1022
4106
  msgid "Enable %1$s %2$s reCaptcha %3$s Support"
4107
  msgstr ""
4108
 
4109
+ #: includes/functions-ur-core.php:1030
4110
  msgid "Enable reCaptcha for strong security from spams and bots."
4111
  msgstr ""
4112
 
4113
+ #: includes/functions-ur-core.php:1049
4114
  msgid "Choose form template to use."
4115
  msgstr ""
4116
 
4117
+ #: includes/functions-ur-core.php:1053
4118
  msgid "Custom CSS class"
4119
  msgstr ""
4120
 
4121
+ #: includes/functions-ur-core.php:1061
4122
  msgid "Custom css class to embed in the registration form. You can enter multiple classes seperated with space."
4123
  msgstr ""
4124
 
4125
+ #: includes/functions-ur-core.php:1083
4126
  msgid "Auto login after registration"
4127
  msgstr ""
4128
 
4129
+ #: includes/functions-ur-core.php:1279
4130
  msgid "The class <code>%s</code> provided by user_registration_logging_class filter must implement <code>UR_Logger_Interface</code>."
4131
  msgstr ""
4132
 
4133
+ #: includes/functions-ur-core.php:1380
4134
  msgid "Disable emails"
4135
  msgstr ""
4136
 
4137
+ #: includes/functions-ur-core.php:1381
4138
  msgid "Disable all emails sent after registration."
4139
  msgstr ""
4140
 
4152
  msgid "required"
4153
  msgstr ""
4154
 
4155
+ #: includes/functions-ur-template.php:433
4156
  msgid "Choose an option"
4157
  msgstr ""
4158
 
4176
  msgid "Are you sure you want to log out?&nbsp;<a href=\"%s\">Confirm and log out</a>"
4177
  msgstr ""
4178
 
4179
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:218
4180
  msgid "No profile details found."
4181
  msgstr ""
4182
 
4183
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:319
4184
  msgid "Enter a username or email address."
4185
  msgstr ""
4186
 
4187
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:340
4188
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:345
4189
  msgid "Invalid username or email."
4190
  msgstr ""
4191
 
4192
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:355
4193
  msgid "Password reset is not allowed for this user"
4194
  msgstr ""
4195
 
4196
+ #: includes/shortcodes/class-ur-shortcode-my-account.php:368
4197
  msgid "The email could not be sent. Contact your site administrator. "
4198
  msgstr ""
4199
 
4259
  msgstr ""
4260
 
4261
  #: templates/myaccount/form-edit-password.php:82
4262
+ #: templates/myaccount/form-edit-profile.php:265
4263
+ #: templates/myaccount/form-edit-profile.php:270
4264
  msgid "Save changes"
4265
  msgstr ""
4266
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: WPEverest
3
  Tags: user registration, registration, user profile, registration form, login form,
4
  Requires at least: 4.0
5
  Requires PHP: 5.3
6
- Tested up to: 5.6
7
- Stable tag: 1.9.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -153,6 +153,16 @@ Yes, the plugin has a shortcode for the login form.
153
 
154
  == Changelog ==
155
 
 
 
 
 
 
 
 
 
 
 
156
  = 1.9.3 - 12/01/2021
157
  * Feature - Success Message display position option.
158
  * Dev - Customizer compatibility in Customize My Account addon.
3
  Tags: user registration, registration, user profile, registration form, login form,
4
  Requires at least: 4.0
5
  Requires PHP: 5.3
6
+ Tested up to: 5.6.1
7
+ Stable tag: 1.9.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
153
 
154
  == Changelog ==
155
 
156
+ = 1.9.4 - 12/02/2021
157
+ * Enhance - Limit username length.
158
+ * Enhance - Limit Choice in checkbox field.
159
+ * Enhance - Resend Verification Email to User from Admin.
160
+ * Add - Filter to add new smart tags.
161
+ * Dev - Learndash Compatibility.
162
+ * Dev - Range field Compatibility.
163
+ * Tweak - Woocommerce myaccount compatibility with prevent core login.
164
+ * Fix - All In One SEO conflict with my account.
165
+
166
  = 1.9.3 - 12/01/2021
167
  * Feature - Success Message display position option.
168
  * Dev - Customizer compatibility in Customize My Account addon.
templates/myaccount/form-edit-profile.php CHANGED
@@ -163,6 +163,23 @@ do_action( 'user_registration_before_edit_profile_form' ); ?>
163
  $field['step'] = isset( $advance_data['advance_setting']->step ) ? $advance_data['advance_setting']->step : '';
164
  }
165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  if ( 'phone' === $single_item->field_key ) {
167
  $field['phone_format'] = $single_item->general_setting->phone_format;
168
  if ( 'smart' === $field['phone_format'] ) {
@@ -201,6 +218,12 @@ do_action( 'user_registration_before_edit_profile_form' ); ?>
201
  }
202
  }
203
 
 
 
 
 
 
 
204
  $filter_data = array(
205
  'form_data' => $field,
206
  'data' => $advance_data,
163
  $field['step'] = isset( $advance_data['advance_setting']->step ) ? $advance_data['advance_setting']->step : '';
164
  }
165
 
166
+ if( 'range' === $single_item->field_key ) {
167
+ $field['range_min'] = ( isset( $advance_data['advance_setting']->range_min) && "" !== $advance_data['advance_setting']->range_min )? $advance_data['advance_setting']->range_min : "0";
168
+ $field['range_max'] = ( isset( $advance_data['advance_setting']->range_max) && "" !== $advance_data['advance_setting']->range_max ) ? $advance_data['advance_setting']->range_max : "10";
169
+ $field['range_step'] = isset( $advance_data['advance_setting']->range_step) ? $advance_data['advance_setting']->range_step : "1";
170
+
171
+ if( "true" === $advance_data['advance_setting']->enable_prefix_postfix) {
172
+ if( "true" === $advance_data['advance_setting']->enable_text_prefix_postfix ) {
173
+ $field['range_prefix'] = isset( $advance_data['advance_setting']->range_prefix) ? $advance_data['advance_setting']->range_prefix : "";
174
+ $field['range_postfix'] = isset( $advance_data['advance_setting']->range_postfix) ? $advance_data['advance_setting']->range_postfix : "";
175
+ } else {
176
+ $field['range_prefix'] = $field['range_min'];
177
+ $field['range_postfix'] = $field['range_max'];
178
+ }
179
+ }
180
+
181
+ }
182
+
183
  if ( 'phone' === $single_item->field_key ) {
184
  $field['phone_format'] = $single_item->general_setting->phone_format;
185
  if ( 'smart' === $field['phone_format'] ) {
218
  }
219
  }
220
 
221
+ // Add choice_limit setting valur in order to limit choice fields.
222
+ if( "checkbox" === $single_item->field_key || "multi_select2" === $single_item->field_key){
223
+ if( isset( $advance_data["advance_setting"]->choice_limit)) {
224
+ $field["choice_limit"] = $advance_data["advance_setting"]->choice_limit;
225
+ }
226
+ }
227
  $filter_data = array(
228
  'form_data' => $field,
229
  'data' => $advance_data,
user-registration.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: User Registration
4
  * Plugin URI: https://wpeverest.com/plugins/user-registration
5
  * Description: Drag and Drop user registration form and login form builder.
6
- * Version: 1.9.3
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: user-registration
@@ -31,7 +31,7 @@ if ( ! class_exists( 'UserRegistration' ) ) :
31
  *
32
  * @var string
33
  */
34
- public $version = '1.9.3';
35
 
36
  /**
37
  * Session instance.
3
  * Plugin Name: User Registration
4
  * Plugin URI: https://wpeverest.com/plugins/user-registration
5
  * Description: Drag and Drop user registration form and login form builder.
6
+ * Version: 1.9.4
7
  * Author: WPEverest
8
  * Author URI: https://wpeverest.com
9
  * Text Domain: user-registration
31
  *
32
  * @var string
33
  */
34
+ public $version = '1.9.4';
35
 
36
  /**
37
  * Session instance.