@charset "UTF-8";
@font-face {
  font-family: "regular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semilight";
  src: url("../fonts/SegoeUISemiLight/SegoeUISemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.woff") format("woff"), url("../fonts/SegoeUISemiLight/SegoeUISemiLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "semibold";
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icofonts/icomoon.eot?5i918n");
  src: url("../fonts/icofonts/icomoon.eot?5i918n#iefix") format("embedded-opentype"), url("../fonts/icofonts/icomoon.ttf?5i918n") format("truetype"), url("../fonts/icofonts/icomoon.woff?5i918n") format("woff");
  font-weight: normal;
  font-style: normal;
}
.field_hint .hint_close, .form_buttons .back_button:before,
.form_buttons .next_button:before, .filter_content .ability_selects .clone_remove:before,
.filter_content .lg_selects .clone_remove:before, .search_form button:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search_form button:before {
  content: "";
}

.field_hint .hint_close:before, .filter_content .ability_selects .clone_remove:before,
.filter_content .lg_selects .clone_remove:before {
  content: "";
}

.form_buttons .back_button:before,
.form_buttons .next_button:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 24px 24px 24px 284px;
  border: none;
  font-size: 100%;
  color: #000000;
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-family: "regular";
}

.cb {
  clear: both;
  display: block;
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  display: block;
}

.filter_container {
  position: relative;
}

.search_block {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 5;
  padding-left: 5px;
}

.search_form {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.search_form input {
  position: relative;
  width: 100%;
  border: none;
  font-size: 130%;
  line-height: 21px;
  padding: 5px 39px 5px 13px;
  color: #242424;
  background: transparent;
  z-index: 1;
}
.search_form button {
  position: absolute;
  border: none;
  width: 37px;
  height: 33px;
  top: 0px;
  right: 0px;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
  background: transparent;
  font-size: 130%;
}
.filter_button {
  width: 50%;
  padding-right: 5px;
}

.filter_subbutton {
  margin-top: 40px;
}

.filter_subbutton a,
.filter_button a {
  display: block;
  background: #EEEEEE;
  border-radius: 5px;
  font-size: 130%;
  line-height: 23px;
  padding: 5px 13px;
  color: #242424;
}
.filter_subbutton a:after,
.filter_button a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 7px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: transparent;
  border-top-color: inherit;
  content: "";
}

.filter_content,
.advanced_fields {
  display: none;
}

.daterangepicker {
  margin-top: 7px;
  border-color: #c7c7c7;
  color: #747474;
}
.daterangepicker td.available:hover {
  background: #e1e1e1;
}
.daterangepicker td.in-range {
  background: #f5f5f5;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #2D9AE3;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #2D9AE3;
}
.daterangepicker .calendar-table .next:hover span,
.daterangepicker .calendar-table .prev:hover span {
  border-color: #3390CE;
}

.filter_content {
  position: relative;
}
.filter_content .filter_fields {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.filter_content .ability_selects,
.filter_content .lg_selects {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.filter_content .ability_selects .clone_remove,
.filter_content .lg_selects .clone_remove {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -10px;
  background: #ffffff;
  padding: 4px 0;
  font-size: 80%;
  right: 0;
  z-index: 11;
  border-radius: 50%;
  color: #747474;
  cursor: pointer;
  border: 1px solid;
  text-align: center;
}
.filter_content .ability_selects .clone_remove:before,
.filter_content .lg_selects .clone_remove:before {
  vertical-align: top;
}
.filter_content .ability_selects .clone_remove:hover,
.filter_content .lg_selects .clone_remove:hover {
  color: #155799;
}
.filter_content .field_row {
  display: flex;
  width: 33.33%;
  padding: 30px 20px 0;
  align-items: flex-start;
}
.filter_content .main_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 66.67%;
}
.filter_content .main_fields .field_row {
  width: 50%;
}
.filter_content .field_name {
  width: 33.33%;
  display: flex;
  min-height: 40px;
  align-items: center;
  padding-right: 10px;
  font-size: 140%;
  line-height: 20px;
  color: #747474;
}
.filter_content .field_block {
  position: relative;
  width: 66.67%;
  padding: 0 10px;
}
.filter_content .field_block ::-webkit-input-placeholder {
  color: #a4a4a4;
}
.filter_content .field_block :-moz-placeholder {
  color: #a4a4a4;
}
.filter_content .field_block ::-moz-placeholder {
  color: #a4a4a4;
}
.filter_content .field_block :-ms-input-placeholder {
  color: #a4a4a4;
}
.filter_content .field_block input,
.filter_content .field_block textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  background: transparent;
  font-size: 160%;
  line-height: 21px;
  padding: 8px 15px 9px;
  color: #747474;
  border-radius: 5px;
}
.filter_content .field_block input.filed,
.filter_content .field_block textarea.filed {
  background: #f5f5f5;
}
.filter_content .field_block .half_block {
  width: 50%;
  float: left;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.filter_content .field_block .half_block:last-child {
  padding-right: 0;
}
.filter_content .field_block .half_block:first-child {
  padding-left: 0;
}
.filter_content .field_block .half_block input {
  flex: 1;
}
.filter_content .field_block .fields_hint {
  font-size: 140%;
  line-height: 20px;
  top: 10px;
  color: #b4b4b4;
  display: block;
  padding-right: 10px;
}
.filter_content .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url("images/checked.svg") no-repeat #2D9AE3;
  background-size: 14px auto;
  background-position: center;
  top: 6px;
}
.filter_content .dropdown-menu li.disabled {
  display: none;
}
.filter_content .dropdown-menu li.disabled.selected {
  display: block;
}
.filter_content .dropdown-menu li.inactive {
  position: relative;
  overflow: hidden;
  height: 0;
}
.filter_content .dropdown-menu li.inactive.selected {
  display: block;
  height: auto;
}
.filter_content .fields_group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  justify-content: space-between;
  position: relative;
}
.filter_content .fields_group .select_block {
  flex: 1;
  padding: 0 8px;
  position: relative;
}
.filter_content .fields_group .select_block.ability_select, .filter_content .fields_group .select_block.language_select {
  width: 50%;
  flex: none;
  padding-top: 20px;
}
.filter_content .fields_group .select_block.ability_select:nth-child(-n+2), .filter_content .fields_group .select_block.language_select:nth-child(-n+2) {
  padding-top: 0;
}
.filter_content .fields_group .add_ability_button,
.filter_content .fields_group .add_lg_button {
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 0 8px;
  position: absolute;
  top: 100%;
  right: 0;
}
.filter_content .fields_group .add_ability_button a,
.filter_content .fields_group .add_lg_button a {
  display: inline-block;
  font-size: 160%;
  line-height: 20px;
  color: #2D9AE3;
}
.filter_content .fields_group .add_ability_button a:hover,
.filter_content .fields_group .add_lg_button a:hover {
  color: #155799;
}
.filter_content .fields_group.radio_group {
  margin: 0;
}
.filter_content .fields_group.radio_group label {
  flex: 1;
  margin: 0;
  font-weight: normal;
  position: relative;
  border-radius: 5px;
}
.filter_content .fields_group.radio_group label .radio_button {
  display: block;
  border-radius: inherit;
  cursor: pointer;
  text-align: center;
  font-size: 160%;
  line-height: 20px;
  padding: 9px;
  color: rgba(116, 116, 116, 0.3);
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.filter_content .fields_group.radio_group label .radio_button:hover {
  color: #747474;
}
.filter_content .fields_group.radio_group label .radio_button.checked {
  color: #ffffff;
  background: #2D9AE3;
  cursor: default;
}
.filter_content .fields_group.radio_group label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter_content .fields_group.radio_group label:first-child .radio_button {
  border-left: 1px solid #c7c7c7;
}
.filter_content .fields_group.radio_group label:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter_content .fields_group.radio_group label:last-child .radio_button {
  border-right: 1px solid #c7c7c7;
}
.filter_content .fields_group.square_checkboxes {
  padding-top: 10px;
  position: relative;
}
.filter_content .fields_group.square_checkboxes label {
  margin: 0 8px 10px;
  position: relative;
  font-weight: normal;
}
.filter_content .fields_group.square_checkboxes label .checkbox_button {
  display: block;
  cursor: pointer;
  font-size: 160%;
  line-height: 20px;
  color: #747474;
  padding-left: 31px;
}
.filter_content .fields_group.square_checkboxes label .checkbox_button:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
}
.filter_content .fields_group.square_checkboxes label .checkbox_button:hover {
  color: #2D9AE3;
}
.filter_content .fields_group.square_checkboxes label .checkbox_button:hover:before {
  border-color: #2D9AE3;
}
.filter_content .fields_group.square_checkboxes label .checkbox_button.checked:before {
  border-color: transparent;
  background: url("images/checked.svg") #2D9AE3 no-repeat;
  background-size: 14px;
  background-position: center;
}
.filter_content .fields_group.square_checkboxes label.has-error ~ .error_hint {
  bottom: -10px;
  display: block;
  right: 8px;
}
.filter_content .fields_group.round_checkboxes {
  padding-top: 10px;
}
.filter_content .fields_group.round_checkboxes label {
  margin: 0 8px 10px;
  position: relative;
  font-weight: normal;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button {
  display: block;
  cursor: pointer;
  font-size: 160%;
  line-height: 20px;
  color: #747474;
  padding-left: 31px;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button:hover {
  color: #2D9AE3;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button:hover:before {
  border-color: #2D9AE3;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button.checked:before {
  border-color: #2D9AE3;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2D9AE3;
  opacity: 0;
}
.filter_content .fields_group.round_checkboxes label .checkbox_button.checked:after {
  opacity: 1;
}
.filter_content .fields_group.round_checkboxes label.has-error ~ .error_hint {
  bottom: 5px;
  display: block;
  right: 8px;
}
.filter_content .fields_group .has-error + .error_hint {
  display: block;
  bottom: -15px;
  right: 8px;
}
.filter_content .fields_group .fields_hint {
  position: absolute;
  right: 100%;
  padding-right: 30px;
  font-size: 140%;
  line-height: 20px;
  top: 10px;
  color: #b4b4b4;
}
.filter_content .fields_group + .fields_group {
  margin-top: 15px;
}
.filter_content .fields_group + .fields_group.square_checkboxes {
  margin-top: 0;
}
.filter_content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.filter_content .bootstrap-select + .bootstrap-select {
  margin-top: 10px;
}
.filter_content .bootstrap-select .btn {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  font-size: 160%;
  line-height: 20px;
  padding: 9px 10px 9px 15px;
  box-shadow: none;
  outline: none !important;
  background: transparent !important;
  color: #747474 !important;
}
.filter_content .bootstrap-select.has-error .btn {
  color: #FE3535 !important;
  border-color: #FE3535 !important;
}
.filter_content .bootstrap-select .dropdown-menu {
  max-height: 240px;
  z-index: 10;
}
.filter_content .bootstrap-select .dropdown-item {
  padding: 5px 15px;
  font-weight: normal;
  color: #747474;
  font-size: 140%;
  line-height: 20px;
}
.filter_content .bootstrap-select .dropdown-item:hover {
  background: #f5f5f5;
}
.filter_content .bootstrap-select .dropdown-item.selected, .filter_content .bootstrap-select .dropdown-item.active, .filter_content .bootstrap-select .dropdown-item:active {
  background-color: #EEEEEE !important;
  cursor: default;
}
.filter_content .changed .bootstrap-select .btn {
  background: #f5f5f5 !important;
}
.filter_content .range_info {
  padding-top: 10px;
  font-size: 160%;
  line-height: 20px;
  color: #747474;
}
.filter_content .range_info span {
  display: inline-block;
  vertical-align: top;
  color: #2D9AE3;
}
.filter_content .jslider {
  margin-top: 10px;
  height: 4px;
  background: #c7c7c7;
}
.filter_content .jslider .jslider-value,
.filter_content .jslider .jslider-label {
  display: none !important;
}
.filter_content .jslider .jslider-bg i {
  background: transparent;
  height: 4px;
}
.filter_content .jslider .jslider-bg i.v {
  background: #2D9AE3;
}
.filter_content .jslider .jslider-pointer {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -7px;
  margin-left: -9px;
  border: 1px solid #c7c7c7;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(36, 36, 36, 0.15);
  z-index: 5;
}

.form_buttons {
  padding: 40px 40px 0;
  display: flex;
  justify-content: space-between;
}
.form_buttons .back_button,
.form_buttons .next_button {
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  font-size: 180%;
  line-height: 23px;
  font-family: "semibold";
  position: relative;
  border: 1px solid;
  padding: 10px 20px;
}
.form_buttons .back_button:before,
.form_buttons .next_button:before {
  display: block;
  position: absolute;
  font-size: 50%;
  color: inherit;
  top: 17px;
}
.form_buttons .back_button {
  color: #34526D;
  border-color: #34526D;
}
.form_buttons .back_button:before {
  left: 15px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.form_buttons .back_button:hover {
  color: #ffffff;
  background: #34526D;
}
.form_buttons .next_button {
  color: #ffffff;
  background: #287ABA;
  border-color: transparent;
}
.form_buttons .next_button:before {
  right: 13px;
}
.form_buttons .next_button:hover {
  background: #34526D;
}

.additional_fields:before, .additional_fields:after {
  display: block;
  content: "";
  margin: 0 -95px 30px -65px;
  height: 1px;
  background: #c7c7c7;
}

.field_hint {
  position: absolute;
  left: 100%;
  top: -55px;
  margin-left: -10px;
  background: #ffffff;
  z-index: 10;
  border-radius: 5px;
  font-size: 140%;
  line-height: 24px;
  display: flex;
  width: 0;
  height: 0;
  overflow: hidden;
  align-items: center;
  color: #747474;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.field_hint.showed {
  width: 260px;
  padding: 30px 15px 20px;
  min-height: 150px;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.field_hint.showed:before {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  left: -20px;
  width: 20px;
  height: 30px;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #ffffff;
  z-index: 1;
}
.field_hint .hint_close {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: #747474;
  cursor: pointer;
}
.field_hint .hint_close:before {
  display: block;
  font-size: 1rem;
  line-height: 10px;
}
@media (max-width: 1600px) {
  .field_hint {
    left: 30px;
    right: 30px;
    top: auto;
    bottom: 100%;
    margin: 0 0 20px;
  }
  .field_hint.showed {
    width: auto;
    min-height: 0;
  }
  .field_hint.showed:before {
    left: 30px;
    top: 100%;
    width: 30px;
    height: 20px;
    border-width: 20px 15px 0;
    border-color: #ffffff transparent;
  }
}
@media (max-width: 1199px) {
  .field_hint {
    left: 15px;
    right: 15px;
    font-size: 130%;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  .registration_form {
    padding: 30px 0;
  }
  .registration_form .form_fields {
    max-width: 100%;
    margin: 0 auto;
  }
  .registration_form .field_name,
.registration_form .field_block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .registration_form .field_block .error_hint {
    right: 15px;
  }
  .registration_form .range_info {
    font-size: 150%;
  }

  .form_buttons {
    padding: 20px 15px 0;
  }
}
@media (max-width: 991px) {
  .registration_form .field_name {
    font-size: 140%;
    line-height: 20px;
    width: 33.33%;
    padding-top: 1px;
  }
  .registration_form .field_block {
    width: 66.67%;
  }
  .registration_form .field_block input,
.registration_form .field_block textarea,
.registration_form .field_block .cc-picker {
    font-size: 140%;
  }
  .registration_form .field_block .cc-picker {
    min-width: 100px;
  }
  .registration_form .attach_block .attach_hint {
    font-size: 160%;
  }
  .registration_form .attach_block .upload_success .file_name {
    font-size: 140%;
  }
  .registration_form .range_info,
.registration_form .bootstrap-select .btn,
.registration_form .fields_group.radio_group label .radio_button,
.registration_form .fields_group.square_checkboxes label .checkbox_button,
.registration_form .fields_group.round_checkboxes label .checkbox_button {
    font-size: 140%;
  }
  .registration_form .fields_group .fields_hint {
    padding-right: 15px;
  }

  .form_buttons .back_button,
.form_buttons .next_button {
    font-size: 140%;
    line-height: 18px;
  }
  .form_buttons .back_button:before,
.form_buttons .next_button:before {
    top: 15px;
    font-size: 71.4%;
  }
}
@media (max-width: 768px) {
  .registration_form .fields_group .fields_hint {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    padding: 0 8px 5px;
  }
}
@media (max-width: 479px) {
  .registration_form .field_row {
    display: block;
  }
  .registration_form .field_name {
    width: 100%;
    padding-bottom: 5px;
  }
  .registration_form .field_block {
    width: 100%;
  }

  .form_buttons {
    display: block;
  }
  .form_buttons .back_button {
    width: 100%;
    margin-bottom: 15px;
  }
  .form_buttons .next_button {
    width: 100%;
  }
}
.field_hint {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search_form button, .filter_content .ability_selects .clone_remove,
.filter_content .lg_selects .clone_remove, .filter_content .fields_group .add_ability_button a,
.filter_content .fields_group .add_lg_button a, .filter_content .fields_group.square_checkboxes label .checkbox_button, .filter_content .fields_group.round_checkboxes label .checkbox_button, .field_hint .hint_close {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.filter_content .field_block input,
.filter_content .field_block textarea, .filter_content .bootstrap-select .dropdown-item, .form_buttons .next_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.filter_content .fields_group.radio_group label .radio_button, .form_buttons .back_button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search_form button:hover, .field_hint .hint_close:hover {
  color: #3390CE;
}

.filter_content .ability_selects .clone_remove,
.filter_content .lg_selects .clone_remove, .filter_content .fields_group.square_checkboxes label .checkbox_button, .filter_content .fields_group.round_checkboxes label .checkbox_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter_content .fields_group.radio_group label input, .filter_content .fields_group.square_checkboxes label input, .filter_content .fields_group.round_checkboxes label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=registration.css.map */
