/* .form-control {
  width: 150px;
  border: 1px solid #cbd4db;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  color: #212529 !important;
  font-size: 16px;
  height: 45px !important;
  background: transparent;
  background-repeat: no-repeat;
  margin-right: 2rem;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
} */

.form-control-select {
  width: 100%;
  border: 1px solid #cbd4db;
  box-shadow: none;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  color: #212529 !important;
  font-size: 16px;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  box-shadow: none;
  border: 1px solid #acacac;
  box-shadow: none;
  background-color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  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;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  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--selectable {
  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%;
  -webkit-box-sizing: border-box;
  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;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.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: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 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--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  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: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  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 .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--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.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: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    to(#eeeeee)
  );
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.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: bold;
  height: 26px;
  margin-right: 20px;
}
.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: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(#cccccc)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.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 #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  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: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eeeeee)
  );
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.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: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(white)
  );
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.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;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  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--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*="background-image"] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="text"],
input[type="button"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="date"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.woff2") format("woff2"),
    url("../fonts/Avenir-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #262626;
}
.body.toggled-nav {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
label[disabled],
label.disabled {
  cursor: default;
  color: #a2a2a2;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}
h2.main__title {
  font-weight: bold;
}
.h1,
h1 {
  font-size: 4rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
.h2,
h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 1.8rem;
  }
}
.h3,
h3 {
  font-size: 2rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 1.6rem;
  }
}
.h4,
h4 {
  font-size: 1.8rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
  h4 {
    font-size: 1.6rem;
  }
}
.h5,
h5 {
  font-size: 1.6rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Account-menu
\* ------------------------------------------------------------ */
.account-menu {
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .account-menu {
    display: none;
  }
}
.account-menu .account-menu__trigger {
  font-weight: 500;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-color: #253146;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  position: relative;
}
.account-menu .account-menu__trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #cbd4db;
  z-index: -1;
  -webkit-transition: top 0.4s, left 0.4s, right 0.4s, bottom 0.4s;
  -o-transition: top 0.4s, left 0.4s, right 0.4s, bottom 0.4s;
  transition: top 0.4s, left 0.4s, right 0.4s, bottom 0.4s;
}
.account-menu .account-menu__trigger:hover:before {
  top: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
}
.account-menu .account-menu__trigger span {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.account-menu .account-menu__dropdown {
  position: absolute;
  border-radius: 0.4rem;
  border: 0.1rem solid #cecece;
  min-width: 11rem;
  list-style-type: none;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  font-size: 1.2rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.account-menu .account-menu__dropdown a {
  display: block;
  padding: 1.1rem 0.9rem;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.account-menu .account-menu__dropdown a:hover {
  color: #2342c3;
}
/*  account-menu--mobile  */
.account-menu--mobile .account-menu__trigger {
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 0.7rem;
}
.account-menu--mobile .account-menu__trigger:before {
  display: none;
}
.account-menu--mobile .account-menu__trigger svg {
  display: block;
}
.account-menu--mobile .account-menu__dropdown {
  text-align: left;
  position: fixed;
  left: 0;
  top: 5rem;
  margin-top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  background-color: #253146;
  border: 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.6rem;
}
.account-menu--mobile .account-menu__dropdown a {
  padding: 1.5rem 2rem;
}
.account-menu.is-active .account-menu__dropdown {
  opacity: 1;
  pointer-events: all;
}
.account-menu.is-active .account-menu__trigger:before {
  top: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
}
/* ------------------------------------------------------------ *\
	Alert
\* ------------------------------------------------------------ */
.alert {
  position: fixed;
  bottom: 5rem;
  right: 100%;
  z-index: 4;
  background-color: #fff;
  padding: 3.1rem 4.8rem 2.9rem 3rem;
  border-left: 1.4rem solid #30db56;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.alert .alert__icon {
  margin-right: 1.1rem;
}
.alert .alert__close {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert .alert__close:hover {
  opacity: 0.7;
}
.alert .alert__close svg {
  fill: #6e7782;
  display: block;
}
.alert.is-shown {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
/*  Alert--wide  */
.alert--wide {
  min-width: 35rem;
}
/*  Alert--medium  */
.alert--medium {
  min-width: 32rem;
}
/*  Alert--small  */
.alert--small {
  min-width: 26.9rem;
}
/* ------------------------------------------------------------ *\
	alerts
\* ------------------------------------------------------------ */
.alerts {
  position: absolute;
  bottom: 0;
}
/* ------------------------------------------------------------ *\
	Boxes-info
\* ------------------------------------------------------------ */
.boxes-info {
  max-width: 35.1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35.1%;
  flex: 0 0 35.1%;
}
@media (max-width: 1920px) {
  .boxes-info {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.boxes-info ul {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-info ul {
    margin: -0.7rem;
  }
}
.boxes-info li {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1920px) {
  .boxes-info li {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .boxes-info li {
    width: 50%;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-info li {
    padding: 0.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 0.4rem;
  background-color: #4065ff;
  color: #fff !important;
  text-align: center;
  padding: 1.3rem 2rem;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.btn:hover {
  background-color: #2342c3;
}
.btn[disabled],
.btn.disabled {
  pointer-events: none;
  background-color: rgba(64, 101, 255, 0.6);
}
.btn svg {
  margin-bottom: 0.1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #a8a8a8 !important;
}
/*  Btn--medium  */
.btn--medium {
  padding: 1rem 3rem;
  font-size: 1.6rem;
}
/*  btn--mobile-small  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .btn--mobile-small {
    font-size: 1.4rem;
    padding: 0.7rem 0.9rem 0.6rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .btn--mobile-small svg {
    margin-bottom: 0.2rem;
    margin-right: 0.8rem;
  }
}
/*  Btn--small  */
.btn--small {
  padding: 0.75rem 1.85rem;
  font-size: 1.2rem;
  min-width: 7.8rem;
  border: 0.1rem solid #4065ff;
}
/*  Btn--square  */
.btn--square {
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
}
.btn--square svg {
  vertical-align: middle;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
}
/*  Btn--alt  */
.btn--alt {
  border: 0.1rem solid #4065ff;
  background-color: #fff;
  color: #4065ff !important;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.btn--alt:hover {
  color: #fff !important;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Btn-back
\* ------------------------------------------------------------ */
.btn-back {
  display: block;
  padding: 0.4rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.btn-back:hover {
  opacity: 0.8;
}
.btn-back svg {
  display: block;
}
/* ------------------------------------------------------------ *\
	Btn-square-alt
\* ------------------------------------------------------------ */
.btn-square-alt {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 0.4rem;
  color: #6e7782;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.btn-square-alt:hover {
  background-color: #cecece;
  color: #262626;
}
.btn-square-alt.is-active {
  background-color: #d9e1e5;
}
.btn-square-alt svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Burger
\* ------------------------------------------------------------ */
.burger span {
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  margin: 0.3rem 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
/* ------------------------------------------------------------ *\
	Chart
\* ------------------------------------------------------------ */
.chart {
  border: 0.1rem solid #cecece;
  border-radius: 0.4rem;
  padding: 2.5rem 2.1rem 3.8rem 2.3rem;
  margin-left: 2rem;
}
@media (max-width: 1920px) {
  .chart {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart {
    padding: 1.3rem 1rem 1.1rem 1rem;
  }
}
.chart .chart__head {
  position: relative;
  padding-bottom: 2.7rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart .chart__head {
    padding-bottom: 1.7rem;
  }
}
.chart .chart__select {
  position: absolute;
  right: 0.1rem;
  top: -0.1rem;
  min-width: 13.4rem;
}
.chart .chart__hint {
  position: relative;
  color: #7c828a;
  font-size: 1.1rem;
  padding-left: 2.3rem;
  padding-bottom: 2rem;
}
.chart .chart__hint:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.2rem;
  background-color: #4065ff;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart .chart__hint:before {
    top: 0;
  }
}
.chart .chart__body {
  padding: 2.4rem 0 0 1.4rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart .chart__body {
    padding: 1.1rem 0 0 0;
    margin-right: -1.1rem;
  }
}
.chart .chart__body img {
  width: 100%;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart .chart__image-desktop {
    display: none;
  }
}
.chart .chart__image-mobile {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .chart .chart__image-mobile {
    display: block;
  }
}
/*  Chart--alt  */
.chart--alt {
  padding: 0;
  border: none;
  margin-top: -0.7rem;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  padding-left: 22rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .content {
    padding-left: 0;
    padding-top: 5rem;
  }
}
/* ------------------------------------------------------------ *\
	Copyright-alt
\* ------------------------------------------------------------ */
.copyright-alt {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 2rem;
  bottom: 2.1rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .copyright-alt {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Copyright-fixed-bottom
\* ------------------------------------------------------------ */
.copyright-fixed-bottom {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a2a2a2;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  border-radius: 0.5rem;
  border: 0.1rem solid #cbd4db;
  width: 100%;
  color: #3c3c3c;
  padding: 1rem 0.9rem 0.9rem;
  -webkit-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.field:hover,
.field:focus {
  border-color: #4065ff;
}
.field::-webkit-input-placeholder {
  color: #a2a2a2;
}
.field::-moz-placeholder {
  color: #a2a2a2;
}
.field:-ms-input-placeholder {
  color: #a2a2a2;
}
.field::-ms-input-placeholder {
  color: #a2a2a2;
}
.field::placeholder {
  color: #a2a2a2;
}
.field[disabled] {
  color: #a2a2a2;
  background-color: transparent;
}
.field.disabled {
  color: #a2a2a2;
  background-color: transparent;
}
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form-container
\* ------------------------------------------------------------ */
.form-container {
  height: 100%;
  width: 100%;
}
.form-container .form-container__inner {
  max-width: 41.6rem;
  margin: 0 auto;
  padding-top: 15.4rem;
  position: static;
  padding-bottom: 6rem;
}
@media (max-width: 575px) {
  .form-container .form-container__inner {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 15vh 1.4rem 6rem;
  }
}
.form-container .form__logo {
  text-align: center;
  padding-bottom: 5.1rem;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__title {
  padding-bottom: 2.2rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__title {
    padding-bottom: 1.3rem;
  }
}
.form .form__label {
  font-weight: 600;
  display: block;
  padding-bottom: 0.5rem;
}
.form .form__row + .form__row {
  padding-top: 2.42rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .form__row {
    padding-top: 2.22rem;
  }
}
.form .form__body {
  padding-bottom: 2rem;
}
.form .form__actions {
  text-align: right;
}
/*  form--side  */
.form--side .form__body {
  padding-bottom: 6.3rem;
}
.form--side .form__actions ul {
  list-style-type: none;
  margin: 0 -0.4rem;
}
.form--side .form__actions li {
  padding: 0 0.4rem;
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	From-access
\* ------------------------------------------------------------ */
.from-access {
  padding: 4.7rem 4.8rem 4.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  min-width: 41.6rem;
  width: 100%;
}
@media (max-width: 575px) {
  .from-access {
    min-width: inherit;
    padding: 4.7rem 3.4rem 5.3rem;
  }
}
.from-access .form__title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 3.2rem;
}
.from-access .form__label {
  font-weight: 600;
  display: block;
  padding-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .from-access .form__label {
    padding-bottom: 0.6rem;
  }
}
.from-access .form__row + .form__row {
  padding-top: 3.2rem;
}
.from-access .form__body {
  padding-bottom: 2.2rem;
}
.from-access .form__hint {
  font-size: 1.2rem;
  color: #7e7e7e;
}
@media (max-width: 575px) {
  .from-access .form__hint {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .from-access .form__link {
    font-size: 1.4rem;
  }
}
.from-access .form__actions {
  padding-top: 1.6rem;
}
@media (max-width: 575px) {
  .from-access .form__actions {
    padding-top: 1.2rem;
  }
}
.from-access .form__btn {
  width: 100%;
}
/*  From-access--alt  */
.from-access--alt {
  padding-bottom: 4.3rem;
}
@media (max-width: 575px) {
  .from-access--alt {
    padding-bottom: 5.3rem;
  }
}
.from-access--alt .form__actions {
  position: relative;
  margin-left: auto;
  padding-top: 0.8rem;
}
@media (max-width: 575px) {
  .from-access--alt .form__actions {
    text-align: center;
  }
}
.from-access--alt .form__actions--alt {
  padding-top: 1.3rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 575px) {
  .from-access--alt .form__actions--alt {
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
}
.from-access--alt .form__actions--alt .form__link {
  top: 54%;
}
@media (max-width: 575px) {
  .from-access--alt .form__actions--alt .form__btn {
    margin-bottom: 2.4rem;
  }
}
.from-access--alt .form__btn {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 575px) {
  .from-access--alt .form__btn {
    width: 100%;
    margin-bottom: 3.6rem;
  }
}
.from-access--alt .form__link {
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .from-access--alt .form__link {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 2.5rem 0 1.9rem;
  border-bottom: 0.1rem solid #cecece;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 1.2rem 0;
  }
}
.header .header__inner {
  position: relative;
  z-index: 1;
  padding-right: 4rem;
}
.header .header__title {
  font-weight: 400;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__title {
    font-size: 1.2rem;
  }
}
.header .header__actions {
  position: absolute;
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico-home,
.ico-bolt,
.ico-user,
.ico-inventory,
.ico-star,
.ico-smile,
.ico-account2,
.ico-home {
  width: 2.2rem;
  height: 2.2rem;
}
.ico-chevron {
  width: 1.3rem;
  height: 0.8rem;
}
.ico-chevron--left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ico-chevron--right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ico-triangle {
  width: 1rem;
  height: 0.6rem;
}
.ico-search {
  width: 1.7rem;
  height: 1.7rem;
}
.ico-chevron-thin {
  width: 0.8rem;
  height: 1.3rem;
}
.ico-arrow {
  width: 1.6rem;
  height: 1.6rem;
}
.ico-mail-send {
  width: 2rem;
  height: 1.1rem;
}
.ico-page {
  width: 1.6rem;
  height: 1.8rem;
}
.ico-dots {
  width: 1.6rem;
  height: 0.4rem;
}
.ico-plus {
  width: 1.4rem;
  height: 1.4rem;
}
.ico-cross {
  width: 1.4rem;
  height: 1.4rem;
}
.ico-account {
  width: 2rem;
  height: 2rem;
}
/* ------------------------------------------------------------ *\
	Info-box
\* ------------------------------------------------------------ */
.info-box {
  border: 0.1rem solid #cecece;
  border-radius: 0.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 2rem 1.3rem 0.1rem;
  height: 100%;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .info-box {
    font-size: 1.4rem;
    padding: 1.3rem 1.1rem 1.1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .info-box h1 {
    font-size: 3rem;
  }
}
.info-box p {
  color: #7c828a;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .info-box p {
    margin-bottom: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Link-more
\* ------------------------------------------------------------ */
.link-more {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #4065ff;
  /* font-size: 1.2rem; */
}
.link-more:hover {
  color: #2342c3;
}
/*  Link-more--alt  */
.link-more--alt {
  font-weight: 600;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  color: #000;
}
.logo svg {
  width: 15.2rem;
  height: 3.1rem;
}
/*  Logo--alt  */
.logo--alt {
  color: #fff;
}
.logo--alt svg {
  width: 10.8rem;
  height: 2.2rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .logo--alt svg {
    width: 8rem;
    height: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Magnific-popup
\* ------------------------------------------------------------ */
.mfp-bg {
  background-color: #000;
  opacity: 0.5;
}
.mfp-close {
  position: static;
  width: auto;
  height: auto;
  line-height: inherit;
  opacity: 1;
  font-family: inherit;
  color: inherit;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding: 2.3rem 0;
  position: relative;
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    padding: 1.1rem 0;
  }
}
.main .main__head {
  position: relative;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__head {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .main .main__title {
    padding-bottom: 1rem;
  }
}
.main .main__title--gap {
  padding: 4.3rem 0 2.8rem;
}
@media (max-width: 1023px) {
  .main .main__title--gap {
    padding: 4.3rem 0 2.8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__title--gap {
    padding: 2.3rem 0 2.1rem;
  }
}
.main .main__actions {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1023px) {
  .main .main__actions {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.main .main__actions ul {
  list-style-type: none;
  margin: 0 -0.8rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__actions ul {
    margin: 0 -0.4rem;
  }
}
.main .main__actions li {
  display: inline-block;
  padding: 0 0.8rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main .main__actions li {
    padding: 0 0.4rem;
  }
}
.main .main__body--flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 1023px) {
  .main .main__body--flex {
    display: block;
  }
}
@media (max-width: 1920px) {
  .main .main__body--flex-alt {
    display: block;
  }
}
.main .main__search {
  text-align: right;
  margin-bottom: -1.6rem;
}
@media (max-width: 1023px) {
  .main .main__search {
    margin-bottom: 2.3rem;
    text-align: left;
  }
}
/*  Main--alt  */
.main--alt {
  overflow: hidden;
}
.main--alt .main__head {
  padding: 0.3rem 0 2.7rem 4.4rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main--alt .main__head {
    padding: 0 0 1.1rem 3.4rem;
  }
}
.main--alt .main__head:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000%;
  height: 0.1rem;
  background-color: #cecece;
}
.main--alt .main__actions {
  right: inherit;
  left: 0;
}
@media (max-width: 1023px) {
  .main--alt .main__actions {
    top: 0.6rem;
    position: absolute;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main--alt .main__actions {
    top: -0.2rem;
  }
}
@media (max-width: 1023px) {
  .main--alt .main__title {
    padding-bottom: 0;
  }
}
.main--alt .main__form {
  padding: 2.1rem 2.9rem 0 0;
  width: 23.8%;
  border-right: 0.1rem solid #cecece;
  position: relative;
}
@media (max-width: 1023px) {
  .main--alt .main__form {
    width: 100%;
    padding-right: 0;
    border: 0;
    padding: 2.1rem 0 2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main--alt .main__form {
    padding: 2.1rem 0 2.2rem;
  }
}
.main--alt .main__form:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: -3rem;
  right: -3rem;
  bottom: 0;
  background-color: #cecece;
  display: none;
}
@media (max-width: 1023px) {
  .main--alt .main__form:after {
    display: block;
  }
}
.main--alt .main__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 2.1rem 0 0 3rem;
}
@media (max-width: 1023px) {
  .main--alt .main__content {
    padding: 2.1rem 0 0 0;
  }
}
/*  main--secondary  */
@media (max-width: 1023px) {
  .main--secondary .main__title {
    padding: 0 0 0;
  }
}
@media (max-width: 1023px) {
  .main--secondary .main__title--gap {
    padding: 4.3rem 0 2.8rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .main--secondary .main__title--gap {
    padding: 2.3rem 0 2.1rem;
  }
}
/*  main--winners  */
@media (max-width: 1023px) {
  .main--winners .main__head {
    padding-bottom: 2rem;
  }
}
/*  Main--side-form  */
.main--side-form.toggled-form {
  padding-right: 50.6rem;
}
@media (max-width: 1199px) {
  .main--side-form.toggled-form {
    padding-right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Modal
\* ------------------------------------------------------------ */
/* .modal {
  max-width: 41.3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  position: relative;
  margin: 0 auto 0;
  padding: 3.3rem 3rem 3rem;
}
.modal .modal__title {
  font-weight: 600;
  padding-bottom: 2.7rem;
}
.modal .modal__entry {
  font-size: 1.6rem;
  padding-bottom: 3.4rem;
}
.modal .modal__form {
  padding-bottom: 2.9rem;
}
.modal .mfp-close--cross {
  position: absolute;
  display: block;
  padding: 1.7rem;
  top: 2.3rem;
  right: 1.9rem;
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modal .mfp-close--cross:hover {
  opacity: 0.6;
}
.modal .mfp-close--cross:after {
  content: url("../images/svg/ico-cross.svg");
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal__action ul {
  list-style-type: none;
  text-align: right;
  margin: 0 -0.25rem;
}
.modal .modal__action li {
  display: inline-block;
  padding: 0 0.25rem;
}
.modal .modal__inline-close {
  position: static;
  opacity: 1;
} */
/*  modal--main  */
/*  modal--alt  */
/* .modal--alt .modal__entry {
  padding-bottom: 6.5rem;
} */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  color: #fff;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    font-size: 1.6rem;
  }
}
.nav li.is-current a {
  background-color: #394862;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .nav li.is-current a {
    background-color: transparent;
  }
}
.nav li.is-current a svg {
  opacity: 1;
}
.nav a:hover {
  background-color: #394862;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .nav a:hover {
    background-color: transparent;
  }
}
.nav a:hover svg {
  opacity: 1;
}
.nav a {
  text-decoration: none;
  padding: 0.9rem 2.1rem;
  display: block;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .nav a {
    padding: 1.5rem 2rem;
  }
}
.nav a svg {
  margin-right: 1rem;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .nav a svg {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Paging-nav
\* ------------------------------------------------------------ */
.paging-nav {
  padding-top: 2.4rem;
}
.paging-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paging-nav li {
  display: block;
  width: 3.44rem;
  height: 3.5rem;
}
.paging-nav li.is-current a,
.paging-nav a:hover {
  background-color: #4065ff;
  color: #fff;
  border-color: #4065ff;
}
.paging-nav a {
  border: 0.1rem solid #cecece;
  border-left: none;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  color: #a2a2a2;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.paging-nav a svg {
  display: block;
}
.paging-nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.paging-nav li:first-child a {
  border-left: 0.1rem solid #cecece;
  border-radius: 0.4rem 0 0 0.4rem;
}
.paging-nav li:last-child a {
  border-left: 0.1rem solid #cecece;
  border-radius: 0.4rem 0 0 0.4rem;
  border-right: none;
}
.paging-nav .paging__next a,
.paging-nav .paging__prev a {
  color: #808495;
}
.paging-nav .paging__next a:hover,
.paging-nav .paging__prev a:hover {
  color: #fff;
}
.paging-nav .paging__next a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search .search__row:first-child {
  margin-left: 0;
}
.search .search__row {
  position: relative;
  margin-left: 0.6rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__row {
    margin-left: 1rem;
  }
}
.search .search__row--input {
  min-width: 24rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__row--input {
    min-width: inherit;
    max-width: 25.8rem;
    width: 100%;
  }
}
.search input {
  width: 100%;
  border: 0.1rem solid #cbd4db;
  border-radius: 0.4rem;
  color: #6e7782;
  padding: 1rem 0 0.9rem 3.6rem;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.search input:hover,
.search input:focus {
  border-color: #4065ff;
}
.search .search__btn {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search .search__btn svg {
  display: block;
}
/*  Search--alt  */
.search--alt .search__row {
  display: inline-block;
  vertical-align: middle;
}
/*  search--medium  */
@media (max-width: 575px) {
  .search--medium .search__row {
    width: 100%;
  }
}
.search--medium input {
  min-width: 25.6rem;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  z-index: 2000;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  width: 100% !important;
  height: 100% !important;
}
.select .select2-container--open .select2-selection--single {
  border-color: #4065ff !important;
  border-radius: 0.4rem !important;
}
.select .select2-container--open + .select__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #4065ff;
}
.select .select2-selection--single {
  height: 4rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 0.1rem solid #cbd4db !important;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.select .select2-selection__rendered {
  padding: 0.6rem 0.8rem 0.8rem;
  height: 100%;
}
.select .select2-container {
  display: block !important;
  width: 100% !important;
}
.select .select2-selection__arrow {
  display: none;
}
.select .select__arrow {
  color: #a2a2a2;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.select .select__arrow.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #4065ff;
}
.select .select__arrow {
  position: absolute;
  right: 1rem;
  top: 50.4%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.select .select__arrow svg {
  display: block;
}
/*  Select--alt  */
.select--alt {
  min-width: 12rem;
}
/*  select--small  */
.select--small .select2-selection--single {
  font-size: 1.2rem;
  height: 3.3rem;
}
.select--small .select2-selection__rendered {
  padding: 0.2rem 2.7rem 0 0.8rem !important;
}
/* ------------------------------------------------------------ *\
	Select2
\* ------------------------------------------------------------ */
.select2-dropdown {
  overflow: hidden;
  border: 0.1rem solid #cecece !important;
  border-radius: 0.4rem !important;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  z-index: 1 !important;
}
.select2-dropdown .select2-search {
  display: none !important;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #cecece !important;
  color: #262626 !important;
}
.select2-dropdown .select2-results__option--selected {
  background-color: #4065ff !important;
  color: #fff !important;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(164rem + 3rem * 2);
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Side-form
\* ------------------------------------------------------------ */
.side-form {
  background-color: #fff;
  position: fixed;
  z-index: 1;
  top: 7rem;
  right: 0;
  bottom: 0;
  max-width: 50.6rem;
  width: 100%;
  padding: 3.3rem 2.9rem 2rem;
  overflow: auto;
  border-left: 0.1rem solid #cecece;
  -webkit-box-shadow: -0.6rem 0.2rem 0.6rem rgba(0, 0, 0, 0.04);
  box-shadow: -0.6rem 0.2rem 0.6rem rgba(0, 0, 0, 0.04);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 1199px) {
  .side-form {
    max-width: 37rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .side-form {
    max-width: 100%;
    top: 8.9rem;
  }
}
.side-form.toggled-form {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  background-color: #253146;
  max-width: 22rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar {
    position: fixed;
    max-width: 100%;
    z-index: 2001;
    bottom: inherit;
  }
}
.sidebar .sidebar__head {
  padding: 2.4rem 2rem 2.1rem;
  background-color: rgba(21, 27, 38, 0.2);
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .sidebar__head {
    padding: 0.8rem 1.3rem 0.4rem 2rem;
    text-align: right;
    background-color: #253146;
    position: relative;
    z-index: 1;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
}
.sidebar .sidebar__burger {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .sidebar__burger {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sidebar .sidebar__actions {
  display: none;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .sidebar__actions {
    display: inline-block;
    position: relative;
  }
}
.sidebar .sidebar__nav {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: auto;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .sidebar__nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding-top: 5rem;
    background-color: #253146;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .sidebar .sidebar__logo {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ------------------------------------------------------------ *\
	sub-menu
\* ------------------------------------------------------------ */
.sub-menu ul {
  color: #262626;
  min-width: 14rem;
  display: inline-block;
  list-style-type: none;
  text-align: left;
  margin-top: 0.45rem;
  position: fixed;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 0.4rem;
  border: 0.1rem solid #cecece;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 1.35rem 0.9rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sub-menu li + li {
  margin-top: 1.4rem;
}
.sub-menu a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sub-menu a:hover {
  opacity: 0.8;
}
.sub-menu.is-toggled {
  background-color: #d9e1e5;
  color: #000;
  z-index: 1;
}
.sub-menu.is-toggled ul {
  opacity: 1;
  pointer-events: all;
}
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none;
}
.tab.is-current {
  display: block;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .table {
    overflow: auto;
  }
}
.table .table__head {
  position: relative;
}
.table .table__title {
  padding-bottom: 2.1rem;
}
.table table {
  border-top: 0.1rem solid #cecece;
}
.table th {
  text-align: left;
  position: relative;
  padding: 1.1rem 2rem 0.9rem 0.9rem;
  font-weight: 600;
  border-right: 0.1rem solid #cecece;
}
.table th:first-child {
  padding: 1.1rem 2rem 0.9rem 0.1rem;
}
.table th:last-child {
  border-right: none;
}
.table tr {
  border-bottom: 0.1rem solid #cecece;
}
.table .table__sort {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table .table__sort a {
  display: block;
  text-decoration: none;
}
.table .table__sort .table__sort-ascending {
  -webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}
.table .table__sort .table__sort-descending {
  -webkit-transform: translateY(-0.1rem) rotate(180deg);
  -ms-transform: translateY(-0.1rem) rotate(180deg);
  transform: translateY(-0.1rem) rotate(180deg);
}
.table td {
  padding: 1.2rem 2rem 0.965rem 1rem;
  border-right: 0.1rem solid #cecece;
  word-wrap: break-word;
  /* max-width: 180px; */
}
.table td:first-child {
  padding: 1.2rem 1.5rem 0.965rem 0.1rem;
}
.table td:last-child {
  border-right: none;
}
.table .table__actions {
  position: absolute;
  right: 0;
  top: -0.3rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table .table__actions {
    top: -0.1rem;
  }
}
.table .table__actions ul {
  list-style-type: none;
  margin: 0 -0.3rem;
}
.table .table__actions li {
  display: inline-block;
  padding: 0 0.3rem;
}
.table + .table {
  padding-top: 3.2rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table + .table {
    padding-top: 2.2rem;
  }
}
/*  table--alt  */
.table--alt td:last-child {
  border-right: none;
  padding: 0.7rem 0 0.5rem 0.7rem;
}
/*  table--functional  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--functional .table__title {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--functional .table__col-1 {
    width: 32.9% !important;
  }
}
.table--functional .table__head {
  padding-top: 0.7rem;
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--functional .table__head {
    padding-top: 1rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--functional td:first-child {
    padding-right: 0.5rem;
  }
}
/*  Table--secondary  */
.table--secondary th:nth-child(-n + 3),
.table--secondary td:nth-child(-n + 3) {
  padding: 1rem 0.5rem 0.9rem 0.5rem;
  text-align: center;
}
/*  table--big  */
.table--big {
  overflow: auto;
}
@media (max-width: 1399px) {
  .table--big table {
    min-width: 164rem;
  }
}
/*  Table--prizing  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--prizing table {
    min-width: 55rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--prizing .table__col-1 {
    width: 24% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--prizing .table__col-2 {
    width: 20.7% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--prizing .table__col-3 {
    width: 28.6% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--prizing .table__col-4 {
    width: 20.9% !important;
  }
}
/*  table--emails  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--emails td:first-child {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--emails .table__col-1 {
    width: 32.5% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--emails .table__col-2 {
    width: 57.1% !important;
  }
}
/*  Table--tabs  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs th:first-child,
  .table--tabs th,
  .table--tabs td:first-child,
  .table--tabs td {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs .table__col-1 {
    width: 5% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs .table__col-2 {
    width: 5.5% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs .table__col-3 {
    width: 10.1% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs .table__col-4 {
    width: 19% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--tabs .table__col-4 {
    width: auto !important;
  }
}
/*  Table--admins  */
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins table {
    min-width: 50.2rem;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins .table__col-1 {
    width: 16.6% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins .table__col-2 {
    width: 18% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins .table__col-3 {
    width: 32.6% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins .table__col-4 {
    width: 21% !important;
  }
}
@media (max-width: 767px),
  screen and (max-width: 812px) and (orientation: landscape) {
  .table--admins .table__col-4 {
    width: auto !important;
  }
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  padding-bottom: 1rem;
}
.tabs .tabs__nav ul {
  margin: 0 -1.3rem;
}
.tabs .tabs__nav li {
  display: inline-block;
  padding: 0 1.3rem;
}
.tabs .tabs__nav li.is-current a {
  color: #4065ff;
}
.tabs .tabs__nav li.is-current a:after {
  opacity: 1;
  bottom: 0;
}
.tabs .tabs__nav a {
  font-weight: 600;
  text-decoration: none;
  color: #6e7782;
  display: block;
  padding-bottom: 1rem;
  position: relative;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.tabs .tabs__nav a:hover {
  color: #4065ff;
}
.tabs .tabs__nav a:hover:after {
  opacity: 1;
  bottom: 0;
}
.tabs .tabs__nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #4065ff;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  opacity: 0;
  -webkit-transition: bottom 0.4s, opacity 0.4s;
  -o-transition: bottom 0.4s, opacity 0.4s;
  transition: bottom 0.4s, opacity 0.4s;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/*  wrapper--form  */
.wrapper--form {
  overflow: auto;
}
.wrapper.toggled-nav .sidebar .sidebar__nav {
  opacity: 1;
  pointer-events: all;
}
.wrapper.toggled-nav .burger span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  -ms-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
}
.wrapper.toggled-nav .burger span:nth-child(2) {
  opacity: 0;
}
.wrapper.toggled-nav .burger span:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
  -ms-transform: translateY(-0.5rem) rotate(-45deg);
  transform: translateY(-0.5rem) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

/*  NAV
========================================== */

#nav {
  background: #fff;
  position: fixed;
  z-index: 20;
  top: 67px;
  right: 0;
  height: 100%;
  max-width: 500px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: -3px 0 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 4px 2px rgba(0, 0, 0, 0.1);
}
#nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menu.clicked {
  position: fixed;
  z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
#nav.show .about,
#nav.show .social,
#nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}

@media (min-width: 667px) {
  #nav {
    padding: 20px;
  }
}
#nav ul.main {
  list-style-type: none;
}
#nav ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  list-style: circle;
  color: #fff;
}
#nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.main li a {
  color: #ffffff;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.main li a span {
  color: #b7ac7f;
}
#nav ul.main li a:hover {
  color: #b7ac7f;
}
#nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav ul.sub li {
  margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
  color: #b7ac7f;
}

.sidebarContent {
  position: relative;
  min-height: 87vh;
}
.sidebarContent a.closeSideBar {
  float: right;
}
.sidebarContent a.closeSideBar .fas {
  font-size: 18px;
  color: #a5a5a5;
}
.sidebarContent a.closeSideBar:hover .fas {
  font-size: 18px;
  color: #3d3d3d;
}
.sidebarContent .formContent {
  overflow: hidden;
  width: 100%;
}
.sidebarContent .actionBtns {
  text-align: right;
  margin-top: 50px;
}

.form-group {
  margin-bottom: 12px;
}

.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

select {
  height: 45px !important;
}

.form-control {
  width: 100%;
  border: 1px solid #cbd4db;
  box-shadow: none;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  color: #212529 !important;
  font-size: 16px;
}

.logo {
  margin-bottom: 40px;
}

/* header {
  overflow: hidden;
} */

header p.qNo {
  float: right;
}

header .logo {
  margin-bottom: 0px;
  width: 35px;
  float: left;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  box-shadow: none;
  border: 1px solid #acacac;
  box-shadow: none;
  background-color: #fff;
}

.error {
  border: 1px solid #ff7b7b;
  background-color: #ffe9e9;
  padding: 7px 5px;
  margin: 10px 0px;
  text-align: left;
  border-radius: 4px;
  color: #d65858;
  letter-spacing: -0.2px;
  clear: both;
  width: 100%;
  font-size: 14px;
}

.error .fas {
  color: #d65858;
  margin-right: 5px;
}

.toast {width: 260px;-webkit-border-radius: 0 4px 4px 0;border-radius: 0 4px 4px 0;background-color: #fff;-webkit-box-shadow: 5px 3px 5px 2px rgba(0,0,0,0.10);box-shadow: 5px 3px 5px 2px rgba(0,0,0,0.10);position: fixed;bottom: 20px;left: 0px;z-index: 9999;border-left: 10px solid #30DB56;padding: 25px 10px 10px 10px ;}
.toast .toast-body {overflow: hidden;}
.toast .toast-body .fas {float: left;font-size: 22px;color: #30DB56;}
.toast .toast-body p {float: left;font-size: 16px;color: #262626;    font-family: 'Open Sans';font-weight: 600;font-style: normal;margin-left: 10px;}
.toast .toast-body .close {font-size: 34px;position: relative;top: -9px;opacity: 1;right: 10px;}

.twoButtons{
  display: flex;
  gap: 20px
}