@charset "UTF-8";
.gsi-step-indicator a, .tsf-nav-step ul a {
  text-decoration: none !important
}
.gsi-show-number .number {
  display: block !important
}
.gsi-hide-number .number {
  display: none !important
}
.gsi-show-subtext .desc span {
  display: block !important
}
.gsi-hide-subtext .desc span {
  display: none !important
}
.gsi-number-circle li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-number-circle li a:hover .number, .gsi-number-circle li.current > * .number, .gsi-number-circle li.visited > * .number {
  color: #2c3f4c
}
.gsi-number-circle li > * .number {
  font-size: 24px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #2c3f4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center
}
.gsi-number-circle li > * .desc {
  padding-left: 10px
}
.gsi-step-no-available li.current ~ li > *, .gsi-step-no-available li.current ~ li > :hover {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5;
  cursor: not-allowed;
  color: #2c3f4c !important;
  border-width: 0 !important;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.gsi-step-no-available li.current ~ li > * .number:before, .gsi-step-no-available li.current ~ li > :hover .number:before, .gsi-step-no-available-all li:not(.current) > * .number:before, .gsi-step-no-available-all li:not(.current) > :hover .number:before {
  border-left-color: #E5E5E5 !important
}
.gsi-step-no-available li.current ~ li > * .desc label, .gsi-step-no-available li.current ~ li > :hover .desc label {
  cursor: not-allowed !important
}
.gsi-step-no-available-all li:not(.current) > *, .gsi-step-no-available-all li:not(.current) > :hover {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5 !important;
  cursor: not-allowed;
  color: #2c3f4c !important;
  border-width: 0 !important
}
.gsi-step-no-available-all li:not(.current) > * .desc label, .gsi-step-no-available-all li:not(.current) > :hover .desc label {
  cursor: not-allowed !important
}
.gsi-step-no-available-after-current li.current ~ li > *, .gsi-step-no-available-after-current li.current ~ li > :hover {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5;
  cursor: not-allowed !important;
  color: #2c3f4c !important;
  border-width: 0 !important
}
.gsi-step-no-available-after-current li.current ~ li > * .number:before, .gsi-step-no-available-after-current li.current ~ li > :hover .number:before, .gsi-step-no-available-before-current li:not(.current) > * .number:before, .gsi-step-no-available-before-current li:not(.current) > :hover .number:before {
  border-left-color: #E5E5E5 !important
}
.gsi-step-no-available-after-current li.current ~ li > * .desc label, .gsi-step-no-available-after-current li.current ~ li > :hover .desc label {
  cursor: not-allowed !important
}
.gsi-step-no-available-before-current li:not(.current) > *, .gsi-step-no-available-before-current li:not(.current) > :hover {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5 !important;
  cursor: not-allowed !important;
  color: #2c3f4c !important;
  border-width: 0 !important
}
.gsi-step-no-available-before-current li:not(.current) > * .desc label, .gsi-step-no-available-before-current li:not(.current) > :hover .desc label {
  cursor: not-allowed !important
}
.gsi-step-no-available-before-current li.current ~ li > *, .gsi-step-no-available-before-current li.current ~ li > :hover {
  background-color: #edeff0 !important;
  border-color: #edeff0 !important;
  cursor: not-allowed !important;
  color: #2c3f4c !important;
  border-width: 0 !important
}
.gsi-step-no-available-before-current li.current ~ li > * .desc label, .gsi-step-no-available-before-current li.current ~ li > :hover .desc label, .tsf-wizard .tsf-nav-step label {
  cursor: pointer !important;
 font-size: 1rem !important;
	padding: 1px !important;
}
.gsi-step-no-available-before-current li.current ~ li > * .number:before, .gsi-step-no-available-before-current li.current ~ li > :hover .number:before {
  border-left-color: #E5E5E5 !important
}
.gsi-transition li > *, .gsi-transition li > * .number, .gsi-transition li > * .number:before {
  -webkit-transition: background-color .6s ease, border-color .6s ease;
  -moz-transition: background-color .6s ease, border-color .6s ease;
  -o-transition: background-color .6s ease, border-color .6s ease;
  transition: background-color .6s ease, border-color .6s ease
}
.gsi-vertical {
  margin: 0 0 10px 15px !important;
  width: 85% !important
}
.gsi-vertical li {
  min-width: 150px;
  margin-top: 10px;
  display: block !important
}
.gsi-vertical li.current > *, .gsi-vertical li > * {
  padding: 1em .8em .8em 1em !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
.gsi-step-indicator {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em
}
.gsi-step-indicator li {
  display: inline-block;
  float: left;
  margin: 1.2em 0
}
.gsi-step-indicator li .number {
  font-size: 2em
}
.gsi-step-indicator li .desc {
  padding-top: 10px;
  padding-left: 10px;
  vertical-align: super
}
.gsi-step-indicator li .desc label {
  font-size: 1.1em
}
.gsi-step-indicator li .desc span {
  font-size: 14px;
  display: block
}
.gsi-step-indicator li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 1em;
  color: #959fa5
}
.gsi-step-indicator li:last-of-type::after {
  display: none
}
.gsi-step-indicator li > * {
  display: flex;
  font-size: 1.4rem;
  color: #2c3f4c
}
.gsi-step-indicator a:hover, .gsi-step-indicator li.current > * {
  color: #96c03d
}
.gsi-step-indicator:after {
  content: "";
  display: table;
  clear: both
}
.gsi-step-indicator.triangle {
  background-color: transparent;
  padding: 0
}
.gsi-step-indicator.triangle li {
  position: relative;
  padding: 0;
  margin: 4px 4px 4px 0
}
.gsi-step-indicator.triangle li:last-of-type {
  margin-right: 0
}
.gsi-step-indicator.triangle li > * {
  position: relative;
  padding: 1em .8em .8em 2.5em;
  color: #2c3f4c;
  background-color: #edeff0;
  border-color: #edeff0
}
.gsi-step-indicator.triangle li.current > * {
  color: #fff;
  background-color: #96c03d;
  border-color: #96c03d
}
.gsi-step-indicator.triangle li:first-of-type > * {
  border-radius: .25em 0 0 .25em
}
.gsi-step-indicator.triangle li:last-of-type > * {
  padding-right: 1.6em;
  border-radius: 0 .25em .25em 0
}
.gsi-step-indicator.triangle a:hover {
  color: #fff;
  background-color: #2c3f4c;
  border-color: #2c3f4c
}
.gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li > ::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 100%;
  height: 0;
  width: 0;
  border: 31px solid transparent;
  border-right-width: 0;
  border-left-width: 20px
}
.gsi-step-indicator.triangle li::after {
  z-index: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #fff;
  margin: 0
}
.gsi-step-indicator.triangle li > ::after {
  z-index: 2;
  border-left-color: inherit
}
.gsi-step-indicator.triangle .triangle li:last-of-type::after, .gsi-step-indicator.triangle li:last-of-type > ::after {
  display: none
}
.gsi-step-indicator.triangle.gsi-arrow-left li::after, .gsi-step-indicator.triangle.gsi-arrow-left li > ::after {
  content: '';
  position: absolute;
  top: 2px;
  left: -20px;
  height: 0;
  width: 0;
  border: 31px solid transparent;
  border-right-width: 20px;
  border-left-width: 0
}
.gsi-step-indicator.triangle.gsi-arrow-left li > ::after {
  z-index: 2;
  border-right-color: inherit
}
.gsi-step-indicator.gsi-vertical li {
  float: inherit !important;
  display: block
}
.gsi-style-1 li .desc {
  padding-top: 9px !important
}
.gsi-style-2 li .desc, .gsi-style-3 li .desc {
  padding-top: 0
}
.gsi-style-1 li .desc label {
  padding-bottom: 10px
}
.gsi-style-1 li .desc span {
  display: none
}
.gsi-style-3 li .number {
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border: 1px solid #2c3f4c;
  text-align: center;
  display: inline-block
}
.gsi-style-4 li > *, .gsi-style-5 li > * {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px
}
.gsi-style-3 li.current .number, .gsi-style-3 li:hover .number {
  color: #2c3f4c
}
.gsi-style-4 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-4 li {
  display: inline-block
}
.gsi-style-4 li a {
  background-color: #edeff0;
  color: #2c3f4c
}
.gsi-style-4 li a .number:before {
  border-left-color: #EDEFF0
}
.gsi-style-4 li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-4 li a:hover .number:before {
  border-left-color: #2c3f4c
}
.gsi-style-4 li > * {
  border-radius: 4px;
  padding: 16px 14px 14px 10px;
  display: flex
}
.gsi-style-4 li > * .number {
  font-size: 24px;
  position: relative;
  padding-right: 5px
}
.gsi-style-4 li > * .number:after, .gsi-style-4 li > * .number:before {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
  margin: 0;
  content: '';
  position: absolute;
  top: -15px;
  border: 34px solid transparent;
  border-left-width: 12px
}
.gsi-style-4 li > * .number:after {
  z-index: 1;
  left: 100%;
  border-left-color: #fff
}
.gsi-style-4 li > * .number:before {
  z-index: 2;
  left: 85%
}
.gsi-style-4 li > * .desc {
  padding-top: 5px;
  padding-left: 20px
}
.gsi-style-4 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-4 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-4 li.current > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-4 li.current > * .number:before {
  border-left-color: #96c03d
}
.gsi-style-5 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-5 li {
  margin: 5px 0 5px 5px;
  display: inline-block
}
.gsi-style-5 li a {
  background-color: #edeff0;
  color: #2c3f4c
}
.gsi-style-5 li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-5 li > * {
  display: flex;
  border-radius: 4px;
  padding: 16px 14px 14px 10px
}
.gsi-style-6 li > *, .gsi-style-7 li > * {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px
}
.gsi-style-5 li > * .number {
  font-size: 19px;
  padding-right: 5px
}
.gsi-style-5 li > * .desc {
  padding-left: 20px
}
.gsi-style-5 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-5 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-5 li.current > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-6 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-6 li {
  margin-left: 5px;
  display: inline-block
}
.gsi-style-6 li a {
  color: #2c3f4c
}
.gsi-style-6 li a:hover .number {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-6 li > * {
  display: flex;
  border-radius: 4px;
  padding: 16px 14px 14px 10px
}
.gsi-style-6 li > * .number {
  font-size: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #edeff0
}
.gsi-style-6 li > * .desc {
  padding-left: 20px
}
.gsi-style-6 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-6 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-6 li.current > * .number {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-6.gsi-step-no-available li.current ~ li > * .number, .gsi-style-6.gsi-step-no-available li.current ~ li > :hover .number {
  background-color: #edeff0 !important;
  color: #2c3f4c !important
}
.gsi-style-7 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-7 li {
  margin-left: 5px;
  display: inline-block;
  margin-bottom: 10px;
  /*min-width: 215px*/
}
.gsi-style-7 li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-7 li > * {
  display: flex;
  border-radius: 4px;
  padding: 16px 14px 14px 10px;
  background-color: #edeff0;
  color: #2c3f4c
}
.gsi-style-7 li > * .number {
  font-size: 20px;
  padding-left: 5px
}
.gsi-style-7 li > * .desc {
  font-weight: 400;
  padding-left: 15px
}
.gsi-style-7 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-7 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-7 li.current:hover > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-7.border-left li a {
  border-left: 10px solid #2c3f4c
}
.gsi-style-7.border-left li.current > * {
  border-left: 10px solid #96c03d
}
.gsi-style-7.border-right li a {
  border-right: 10px solid #2c3f4c
}
.gsi-style-7.border-right li.current > * {
  border-right: 10px solid #96c03d
}
.gsi-style-7.border-top li a {
  border-top: 10px solid #2c3f4c
}
.gsi-style-7.border-top li.current > * {
  border-top: 10px solid #96c03d
}
.gsi-style-7.border-bottom li a {
  border-bottom: 10px solid #2c3f4c
}
.gsi-style-7.border-bottom li.current > * {
  border-bottom: 10px solid #96c03d
}
.gsi-style-8 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-8 li {
  position: relative;
  margin-left: 40px;
  display: inline-block
}
.gsi-style-8 li a {
  background-color: #edeff0;
  color: #2c3f4c
}
.gsi-style-8 li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-8 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 100%;
  top: 50%;
  left: 100%
}
.gsi-style-8 li > * {
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 14px 14px 10px
}
.gsi-style-10 li a:hover:before, .gsi-style-9 li > :after {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.gsi-style-8 li > * .number {
  font-size: 19px;
  padding-right: 5px
}
.gsi-style-8 li > * .desc {
  padding-left: 20px
}
.gsi-style-8 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-8 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-8 li.current > *, .gsi-style-8 li.visited > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-8 li.visited:after {
  background-color: #96c03d !important
}
.gsi-style-8.gsi-vertical li {
  margin-top: 20px
}
.gsi-style-8.gsi-vertical li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 100%;
  background: #edeff0;
  margin: 0;
  width: 5px;
  top: 100%;
  left: 10%
}
.gsi-style-9 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-9 li {
  position: relative;
  margin-left: 40px;
  display: inline-block
}
.gsi-style-9 li a {
  color: #2c3f4c
}
.gsi-style-9 li a:hover, .gsi-style-9 li.current > *, .gsi-style-9 li.visited > * {
  color: #96c03d
}
.gsi-style-9 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 150%;
  top: 50%;
  left: 50%
}
.gsi-style-9 li > * {
  display: flex
}
.gsi-style-9 li > * .desc span, .gsi-style-9 li > * .number {
  display: none
}
.gsi-style-9 li > * .desc {
  margin-top: -23%;
  padding-bottom: 33px
}
.gsi-style-9 li.visited:after {
  background-color: #96c03d
}
.gsi-style-9 li > :after {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: #edeff0;
  left: 33%;
  top: 30%;
  border-radius: 50%
}
.gsi-style-9 li.current > :after, .gsi-style-9 li.visited > :after {
  background-color: #96c03d;
  z-index: 3
}
.gsi-style-9.gsi-vertical li {
  padding-left: 15px
}
.gsi-style-9.gsi-vertical li:not(:last-child):after {
  height: 100%;
  width: 5px;
  top: 77%;
  left: 8px
}
.gsi-style-9.gsi-vertical li > * {
  display: block
}
.gsi-style-9.gsi-vertical li > * .desc {
  padding-left: 10px
}
.gsi-style-9.gsi-vertical li > :after {
  left: 0;
  top: 36%
}
.gsi-style-10 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-10 li {
  position: relative;
  margin-left: 40px;
  display: inline-block
}
.gsi-style-10 li a {
  color: #2c3f4c
}
.gsi-style-10 li a:hover, .gsi-style-10 li.current > *, .gsi-style-10 li.visited > * {
  color: #96c03d
}
.gsi-style-10 li a:hover:before {
  position: absolute;
  margin: 0;
  width: 26px;
  height: 26px;
  background-color: #b2b2b2;
  left: 29%;
  top: 24%;
  z-index: 1;
  border-radius: 50%;
  opacity: .2;
  filter: alpha(opacity=20)
}
.gsi-style-10 li > :after, .gsi-style-11 li a:hover:before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}
.gsi-style-10 li:first-child a:hover:before, .gsi-style-10 li:last-child a:hover:before {
  left: 28%;
  top: 23%
}
.gsi-style-10 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 150%;
  top: 50%;
  left: 50%
}
.gsi-style-10 li > * {
  display: flex
}
.gsi-style-10 li > * .desc span, .gsi-style-10 li > * .number {
  display: none
}
.gsi-style-10 li > * .desc {
  margin-top: -23%;
  padding-bottom: 33px
}
.gsi-style-10 li.visited a:hover:before, .gsi-style-10 li.visited:after {
  background-color: #96c03d
}
.gsi-style-10 li > :after {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: #edeff0;
  left: 33%;
  top: 30%;
  z-index: 2;
  border-radius: 50%
}
.gsi-style-10 li.current > :after, .gsi-style-10 li.visited > :after {
  background-color: #96c03d
}
.gsi-style-10.gsi-vertical li {
  padding-left: 15px
}
.gsi-style-10.gsi-vertical li a:hover:before {
  left: -3px;
  top: 28%
}
.gsi-style-10.gsi-vertical li:not(:last-child):after {
  height: 100%;
  width: 5px;
  top: 77%;
  left: 8px
}
.gsi-style-10.gsi-vertical li > * {
  display: block
}
.gsi-style-10.gsi-vertical li > :after {
  left: 0;
  top: 36%
}
.gsi-style-11 {
  width: 100%;
  padding: 0 1.2em;
  margin: 2em auto
}
.gsi-style-11.gsi-vertical li, .gsi-style-12.gsi-vertical li {
  padding-left: 15px
}
.gsi-style-11 li {
  position: relative;
  margin-left: 40px;
  display: inline-block
}
.gsi-style-11 li a {
  color: #2c3f4c
}
.gsi-style-11 li a:hover, .gsi-style-11 li.current > *, .gsi-style-11 li.visited > * {
  color: #96c03d
}
.gsi-style-11 li a:hover:before {
  position: absolute;
  margin: 0;
  width: 26px;
  height: 26px;
  background-color: #b2b2b2;
  left: 27%;
  top: 88%;
  z-index: 1;
  border-radius: 50%;
  opacity: .2;
  filter: alpha(opacity=20)
}
.gsi-style-11 li > :after, .gsi-style-12 li a:hover:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: ''
}
.gsi-style-11 li:not(:first-child):before, .gsi-style-11 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 75%;
  top: 141%
}
.gsi-style-11 li:not(:last-child):after {
  left: 50%
}
.gsi-style-11 li:not(:first-child):before {
  right: 60%
}
.gsi-style-11 li > * {
  display: block
}
.gsi-style-11 li > * .desc span, .gsi-style-11 li > * .number {
  display: none
}
.gsi-style-11 li.current:after, .gsi-style-11 li.current:before, .gsi-style-11 li.visited a:hover:before, .gsi-style-11 li.visited:after, .gsi-style-11 li.visited:before {
  background-color: #96c03d
}
.gsi-style-11 li > :after {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: #edeff0;
  left: 33%;
  top: 100%;
  z-index: 2;
  border-radius: 50%
}
.gsi-style-11 li.current > :after, .gsi-style-11 li.visited > :after {
  background-color: #96c03d
}
.gsi-style-11.gsi-vertical li a:hover:before {
  left: -3px;
  top: 28%
}
.gsi-style-11.gsi-vertical li:not(:last-child):after {
  height: 100%;
  width: 5px;
  top: 77%;
  left: 8px
}
.gsi-style-11.gsi-vertical li:not(:first-child):before {
  height: 75%;
  width: 5px;
  top: 0;
  left: 8px;
  right: 0
}
.gsi-style-11.gsi-vertical li > * {
  display: block
}
.gsi-style-11.gsi-vertical li > :after {
  left: 0;
  top: 36%
}
.gsi-style-12 {
  width: 100%;
  padding: 0 1.2em 2em;
  margin: 1em auto;
  counter-reset: step
}
.gsi-style-12 li {
  position: relative;
  margin-left: 40px;
  display: inline-block;
  counter-increment: step
}
.gsi-style-12 li a {
  color: #2c3f4c
}
.gsi-style-12 li a:hover, .gsi-style-12 li.current > *, .gsi-style-12 li.visited > * {
  color: #96c03d
}
.gsi-style-12 li a:hover:before {
  position: absolute;
  margin: 0;
  width: 28px;
  height: 28px;
  background-color: #b2b2b2;
  left: 37%;
  top: 113%;
  z-index: 1;
  border-radius: 50%;
  opacity: .2;
  filter: alpha(opacity=20)
}
.gsi-style-12 li:not(:first-child):before, .gsi-style-12 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 75%;
  top: 165%
}
.gsi-style-12 li:not(:last-child):after {
  left: 50%
}
.gsi-style-12 li:not(:first-child):before {
  right: 60%
}
.gsi-style-12 li > * {
  display: block
}
.gsi-style-12 li > * .desc span, .gsi-style-12 li > * .number {
  display: none
}
.gsi-style-12 li.current:after, .gsi-style-12 li.current:before, .gsi-style-12 li.visited a:hover:before, .gsi-style-12 li.visited:after, .gsi-style-12 li.visited:before {
  background-color: #96c03d
}
.gsi-style-12 li > :after {
  position: absolute;
  content: counter(step);
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: #edeff0;
  left: 38%;
  top: 125%;
  z-index: 2;
  text-align: center;
  color: #2c3f4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}
.gsi-style-12 li.current > :after, .gsi-style-12 li.visited > :after {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-12.gsi-vertical li a:hover:before {
  left: -3px;
  top: 28%
}
.gsi-style-12.gsi-vertical li:not(:last-child):after {
  height: 100%;
  width: 5px;
  top: 77%;
  left: 8px
}
.gsi-style-12.gsi-vertical li:not(:first-child):before {
  height: 75%;
  width: 5px;
  top: 0;
  left: 8px;
  right: 0
}
.gsi-style-12.gsi-vertical li > * {
  display: block
}
.gsi-style-12.gsi-vertical li > :after {
  left: 0;
  top: 36%
}
.gsi-style-13 {
  width: 100%;
  padding: 0 1.2em;
  margin: 1em auto
}
.gsi-style-13 li {
  position: relative;
  margin-left: 40px;
  display: inline-block;
  margin-bottom: 40px
}
.gsi-style-13 li a {
  position: relative;
  background-color: #edeff0;
  color: #2c3f4c
}
.gsi-style-13 li a:hover {
  background-color: #2c3f4c;
  color: #fff
}
.gsi-style-13 li:not(:last-child):after {
  position: absolute;
  content: '';
  height: 5px;
  background: #edeff0;
  margin: 0;
  width: 100%;
  top: 50%;
  left: 100%
}
.gsi-style-13 li > * {
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px 25px
}
.gsi-style-13 li > * .number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 42px;
  font-size: 28px;
  padding-top: 8px;
  text-align: center;
  top: 65%;
  left: 29%;
  position: absolute;
  border: 2px solid #EDEFF0;
  background-color: #fff;
  color: #2c3f4c
}
.gsi-style-13 li > * .desc {
  padding-bottom: 10px;
  font-size: 22px
}
.gsi-style-13 li > * .desc label {
  font-size: 1.1em
}
.gsi-style-13 li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-13 li.current > *, .gsi-style-13 li.visited > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-13 li.current > * .number, .gsi-style-13 li.visited > * .number {
  border: 2px solid #96C03D;
  background-color: #fff;
  color: #96C03D
}
.gsi-style-13 li.visited:after {
  background-color: #96c03d
}
.gsi-style-13.gsi-vertical li {
  margin-bottom: 50px
}
.gsi-style-13.gsi-vertical li:not(:last-child):after {
  height: 100%;
  width: 5px;
  top: 100%;
  left: 48%
}
.gsi-style-13.gsi-vertical li > * {
  text-align: center
}
.gsi-style-13.gsi-vertical li > * .number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 42px;
  font-size: 28px;
  padding-top: 8px;
  text-align: center;
  top: 65%;
  left: 38%;
  position: absolute;
  border: 2px solid #EDEFF0;
  background-color: #fff;
  color: #2c3f4c;
  z-index: 1
}
.gsi-style-13.gsi-vertical li > * .desc {
  padding-bottom: 10px;
  font-size: 22px;
  width: 100%
}
.gsi-style-13.gsi-vertical li > * .desc label {
  font-size: 1.1em
}
.gsi-style-13.gsi-vertical li > * .desc span {
  font-size: 14px;
  display: block
}
.gsi-style-13.gsi-vertical li.current > *, .gsi-style-13.gsi-vertical li.visited > * {
  background-color: #96c03d;
  color: #fff
}
.gsi-style-13.gsi-vertical li.current > * .number, .gsi-style-13.gsi-vertical li.visited > * .number {
  border: 2px solid #96C03D;
  background-color: #fff;
  color: #96C03D
}
.gsi-style-13.gsi-vertical li.visited:after {
  background-color: #96c03d
}
@media only screen and (min-width:317px) and (max-width:480px) {
  .gsi-step-indicator {
    width: 100%;
    padding: 0
  }
  .gsi-step-indicator li {
    float: inherit !important;
    display: block
  }
  .gsi-step-indicator li .number {
    display: none;
    font-size: 24px
  }
  .gsi-step-indicator li .desc {
    padding-top: 0;
    padding-left: 4px;
    vertical-align: super
  }
  .gsi-step-indicator li .desc label {
    font-size: 1.1em
  }
  .gsi-step-indicator li .desc span {
    font-size: 14px;
    display: block
  }
  .gsi-step-indicator li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 1em;
    color: #959fa5
  }
  .gsi-step-indicator li:last-of-type::after {
    display: none
  }
  .gsi-step-indicator li > * {
    display: flex;
    font-size: 16px;
    color: #2c3f4c
  }
  .gsi-step-indicator.triangle {
    background-color: transparent;
    padding: 0
  }
  .gsi-step-indicator.triangle li {
    margin: 4px 4px 4px 0
  }
  .gsi-step-indicator.triangle li > * {
    padding: 6px 6px 6px 13px
  }
  .gsi-step-indicator.triangle li:first-of-type > * {
    border-radius: .25em 0 0 .25em
  }
  .gsi-step-indicator.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0
  }
  .gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li > ::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-right-width: 0;
    border-left-width: 12px
  }
  .gsi-step-indicator.triangle li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0
  }
  .gsi-step-indicator.triangle li > ::after {
    z-index: 2;
    border-left-color: inherit
  }
  .gsi-step-indicator.triangle .triangle li:last-of-type::after, .gsi-step-indicator.triangle li:last-of-type > ::after {
    display: none
  }
  .gsi-vertical {
    width: 100% !important
  }
  .gsi-vertical li {
    margin-right: 10px
  }
  .gsi-vertical li.current > *, .gsi-vertical li > * {
    padding: 8px 7px 7px 5px !important
  }
  .gsi-number-circle li {
    display: block;
    margin: 5px 0
  }
  .gsi-number-circle li > * .number {
    padding: 2px 4px 4px;
    width: 18px;
    height: 18px;
    font-size: 16px
  }
  .gsi-number-circle li > * .desc {
    padding-left: 10px
  }
  .gsi-style-2.triangle li .desc {
    padding-top: 0
  }
  .gsi-style-2.triangle li::after, .gsi-style-2.triangle li > ::after {
    border-Width: 24px !important;
    border-right-width: 0 !important;
    border-left-width: 13px !important
  }
  .gsi-style-4 {
    display: inline-block;
    padding: 0;
    margin: 1em auto
  }
  .gsi-style-4 li {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px
  }
  .gsi-style-4 li > * {
    padding: 8px 7px 7px;
    display: flex
  }
  .gsi-style-4 li > * .number {
    font-size: 18px;
    padding-right: 5px
  }
  .gsi-style-4 li > * .number:after, .gsi-style-4 li > * .number:before {
    top: -8px;
    border: 19px solid transparent;
    border-left-width: 9px
  }
  .gsi-style-4 li > * .number:after {
    z-index: 1;
    left: 65%;
    border-left-color: #fff
  }
  .gsi-style-4 li > * .number:before {
    z-index: 2;
    left: 54%
  }
  .gsi-style-4 li > * .desc {
    padding-top: 0;
    padding-left: 10px
  }
  .gsi-style-4 li > * .desc label {
    font-size: 14px
  }
  .gsi-style-4 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-4 li.current > * {
    background-color: #96c03d;
    color: #fff
  }
  .gsi-style-4 li.current > * .number:before {
    border-left-color: #96c03d
  }
  .gsi-style-5 {
    padding: 0;
    width: 100%
  }
  .gsi-style-5 li {
    margin: 5px 0;
    display: block
  }
  .gsi-style-5 li > * {
    padding: 8px 7px 7px 5px
  }
  .gsi-style-5 li > * .number {
    font-size: 16px;
    padding-right: 3px;
    padding-left: 3px
  }
  .gsi-style-5 li > * .desc {
    padding-left: 5px
  }
  .gsi-style-5 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-5 li > * .desc span {
    font-size: 12px;
    display: block
  }
  .gsi-style-6 {
    width: 100%;
    padding: 0
  }
  .gsi-style-6 li {
    display: block
  }
  .gsi-style-6 li > * {
    padding: 8px 7px 7px 5px
  }
  .gsi-style-6 li > * .number {
    font-size: 20px;
    height: 26px;
    width: 26px;
    padding: 3px
  }
  .gsi-style-6 li > * .desc {
    padding-left: 10px
  }
  .gsi-style-7, .gsi-style-8 {
    width: 100%;
    padding: 0
  }
  .gsi-style-6 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-6 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-7 li {
    margin-left: 5px;
    display: block;
    margin-bottom: 10px;
    min-width: 215px
  }
  .gsi-style-8 li {
    margin: 10px 0;
    display: block
  }
  .gsi-style-10 li, .gsi-style-10 li:not(:first-child), .gsi-style-10.gsi-vertical li, .gsi-style-11 li, .gsi-style-9 li, .gsi-style-9 li:not(:first-child) {
    margin-left: 0
  }
  .gsi-style-8 li:not(:last-child):after {
    width: 5px;
    height: 100%;
    top: 100%;
    left: 10%
  }
  .gsi-style-8 li > * .desc {
    padding-left: 10px
  }
  .gsi-style-10, .gsi-style-9 {
    padding: 0;
    width: 100%
  }
  .gsi-style-8 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-8 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-11 li > * .desc, .gsi-style-9 li > * .desc {
    font-size: 14px
  }
  .gsi-style-9 li:not(:last-child):after {
    width: 100%;
    left: 70%
  }
  .gsi-style-10 li:not(:last-child):after {
    width: 100%
  }
  .gsi-style-10.gsi-vertical li > * .desc {
    padding-left: 10px
  }
  .gsi-style-11 {
    width: 100%;
    padding: 0
  }
  .gsi-style-11 li:not(:first-child) {
    margin-left: 5px
  }
  .gsi-style-11.gsi-vertical li, .gsi-style-11.gsi-vertical li:not(:first-child), .gsi-style-12 li, .gsi-style-12 li:not(:first-child), .gsi-style-12.gsi-vertical li {
    margin-left: 0
  }
  .gsi-style-11 li:not(:first-child):before, .gsi-style-11 li:not(:last-child):after {
    width: 50%
  }
  .gsi-style-11.gsi-vertical li > * .desc {
    padding-top: 6px;
    padding-left: 5px;
    display: inline-block
  }
  .gsi-style-12 {
    width: 100%;
    padding: 0
  }
  .gsi-style-12 li:not(:first-child):before, .gsi-style-12 li:not(:last-child):after {
    width: 44%
  }
  .gsi-style-12 li.current:after, .gsi-style-12 li.current:before, .gsi-style-12 li.visited:after, .gsi-style-12 li.visited:before {
    background-color: #96c03d
  }
  .gsi-style-12.gsi-vertical li > * .desc {
    display: inline-block;
    padding: 5px
  }
  .gsi-style-13 li:not(:last-child):after, .gsi-style-13 li > * .number {
    display: none
  }
  .gsi-style-13 {
    width: 100%;
    padding: 0
  }
  .gsi-style-13 li {
    margin-left: 0;
    margin-bottom: 10px
  }
  .gsi-style-13 li:not(:first-child) {
    margin-left: 5px
  }
  .gsi-style-13 li > * {
    padding: 6px 7px 0
  }
  .gsi-style-13 li > * .desc {
    padding-bottom: 10px;
    font-size: 12px
  }
  .gsi-style-13 li > * .desc label {
    font-size: 1.1em
  }
  .gsi-style-13 li > * .desc span {
    font-size: 14px;
    display: block
  }
  .gsi-style-13.gsi-vertical li {
    margin-bottom: 10px;
    margin-left: 0
  }
  .gsi-style-13.gsi-vertical li:not(:first-child) {
    margin-left: 0
  }
  .gsi-style-13.gsi-vertical li:not(:last-child):after {
    display: block
  }
  .gsi-style-13.gsi-vertical li > * {
    text-align: center
  }
  .gsi-style-13.gsi-vertical li > * .number {
    left: 44%
  }
}
@media only screen and (min-width:480px) and (max-width:768px) {
  .gsi-step-indicator {
    width: 100%;
    padding: 0
  }
  .gsi-step-indicator li .number {
    font-size: 24px
  }
  .gsi-step-indicator li .desc {
    padding-top: 6px;
    vertical-align: super
  }
  .gsi-step-indicator li .desc label {
    font-size: 1.1em
  }
  .gsi-step-indicator li .desc span {
    font-size: 14px;
    display: block
  }
  .gsi-step-indicator li::after {
    display: none;
    content: '\00bb';
    margin: 0 1em;
    color: #959fa5
  }
  .gsi-step-indicator li:last-of-type::after {
    display: none
  }
  .gsi-step-indicator li > * {
    display: flex;
    font-size: 1.6rem;
    color: #2c3f4c
  }
  .gsi-step-indicator.triangle {
    background-color: transparent;
    padding: 0
  }
  .gsi-step-indicator.triangle li {
    margin: 4px 4px 4px 0;
    display: block;
    float: none
  }
  .gsi-step-indicator.triangle li > * {
    padding: 6px 6px 6px 14px
  }
  .gsi-step-indicator.triangle li:first-of-type > * {
    border-radius: .25em 0 0 .25em
  }
  .gsi-step-indicator.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0
  }
  .gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li > ::after {
    display: none !important;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 21px solid transparent;
    border-right-width: 0;
    border-left-width: 13px
  }
  .gsi-step-indicator.triangle li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0
  }
  .gsi-step-indicator.triangle li > ::after {
    z-index: 2;
    border-left-color: inherit
  }
  .gsi-step-indicator.triangle .triangle li:last-of-type::after, .gsi-step-indicator.triangle li:last-of-type > ::after {
    display: none
  }
  .gsi-vertical {
    width: 100% !important
  }
  .gsi-vertical li {
    margin-right: 10px
  }
  .gsi-vertical li.current > *, .gsi-vertical li > * {
    padding: 8px 14px 8px 15px !important
  }
  .gsi-number-circle li > * .number {
    padding: 2px 4px 4px;
    width: 18px;
    height: 18px;
    font-size: 16px
  }
  .gsi-number-circle li > * .desc {
    padding-left: 10px
  }
  .gsi-style-3.triangle li::after, .gsi-style-3.triangle li > ::after {
    border-Width: 28px !important;
    border-right-width: 0 !important;
    border-left-width: 13px !important
  }
  .gsi-style-2.triangle li .desc {
    padding-top: 0
  }
  .gsi-style-2.triangle li::after, .gsi-style-2.triangle li > ::after {
    border-Width: 24px !important;
    border-right-width: 0 !important;
    border-left-width: 13px !important
  }
  .gsi-style-4 {
    display: inline-block;
    padding: 0;
    margin: 1em auto
  }
  .gsi-style-5 li, .gsi-style-6 li {
    margin-top: 5px;
    margin-bottom: 5px
  }
  .gsi-style-4 li > * {
    padding: 8px 7px 7px;
    display: flex
  }
  .gsi-style-4 li > * .number {
    font-size: 18px;
    padding-right: 5px
  }
  .gsi-style-4 li > * .number:after, .gsi-style-4 li > * .number:before {
    top: -8px;
    border: 19px solid transparent;
    border-left-width: 9px
  }
  .gsi-style-4 li > * .number:after {
    z-index: 1;
    left: 65%;
    border-left-color: #fff
  }
  .gsi-style-4 li > * .number:before {
    z-index: 2;
    left: 54%
  }
  .gsi-style-4 li > * .desc {
    padding-top: 0;
    padding-left: 10px
  }
  .gsi-style-4 li > * .desc label {
    font-size: 14px
  }
  .gsi-style-4 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-4 li.current > * {
    background-color: #96c03d;
    color: #fff
  }
  .gsi-style-4 li.current > * .number:before {
    border-left-color: #96c03d
  }
  .gsi-style-5 {
    padding: 0;
    width: 100%
  }
  .gsi-style-5 li {
    margin-left: 5px;
    display: inline-block
  }
  .gsi-style-5 li > * {
    padding: 8px 7px 7px 5px
  }
  .gsi-style-5 li > * .number {
    font-size: 16px;
    padding-right: 3px;
    padding-left: 3px
  }
  .gsi-style-5 li > * .desc {
    padding-left: 5px
  }
  .gsi-style-5 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-5 li > * .desc span {
    font-size: 12px;
    display: block
  }
  .gsi-style-6 {
    width: 100%;
    padding: 0
  }
  .gsi-style-6 li > * {
    padding: 8px 7px 7px 5px
  }
  .gsi-style-6 li > * .number {
    font-size: 20px;
    height: 26px;
    width: 26px;
    padding: 3px
  }
  .gsi-style-6 li > * .desc {
    padding-left: 10px
  }
  .gsi-style-7, .gsi-style-8 {
    width: 100%;
    padding: 0
  }
  .gsi-style-6 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-6 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-7 li {
    margin-left: 5px;
    display: block;
    margin-bottom: 10px;
    min-width: 215px
  }
  .gsi-style-8 li {
    margin: 10px 0;
    display: block
  }
  .gsi-style-8 li:not(:last-child):after {
    width: 5px;
    height: 100%;
    top: 100%;
    left: 10%
  }
  .gsi-style-8 li > * .desc {
    padding-left: 10px
  }
  .gsi-style-8 li > * .desc label {
    font-size: 16px
  }
  .gsi-style-8 li > * .desc span {
    font-size: 12px
  }
  .gsi-style-9 {
    width: 100%;
    padding: 0
  }
  .gsi-style-9 li {
    margin-left: 0
  }
  .gsi-style-9 li:not(:first-child) {
    margin-left: 30px
  }
  .gsi-style-9.gsi-vertical li {
    padding-left: 15px;
    margin-left: 0
  }
  .gsi-style-9.gsi-vertical li:not(:last-child):after {
    height: 100%;
    width: 5px;
    top: 94%;
    left: 8px
  }
  .gsi-style-9.gsi-vertical li > * {
    display: block
  }
  .gsi-style-9.gsi-vertical li > :after {
    left: 0;
    top: 36%
  }
  .gsi-style-10 {
    width: 100%;
    padding: 0
  }
  .gsi-style-10 li {
    margin-left: 0
  }
  .gsi-style-10 li:not(:first-child) {
    margin-left: 20px
  }
  .gsi-style-10.gsi-vertical li, .gsi-style-11 li {
    margin-left: 0
  }
  .gsi-style-10 li:not(:last-child):after {
    width: 120%
  }
  .gsi-style-11 {
    width: 100%;
    padding: 0
  }
  .gsi-style-11 li:not(:first-child) {
    margin-left: 20px
  }
  .gsi-style-11.gsi-vertical li, .gsi-style-11.gsi-vertical li:not(:first-child), .gsi-style-12 li {
    margin-left: 0
  }
  .gsi-style-11 li:not(:first-child):before, .gsi-style-11 li:not(:last-child):after {
    width: 61%;
    top: 141%
  }
  .gsi-style-11 li:not(:last-child):after {
    left: 61%
  }
  .gsi-style-11 li:not(:first-child):before {
    right: 61%
  }
  .gsi-style-11.gsi-vertical li > * .desc {
    padding-top: 6px;
    padding-left: 5px;
    display: inline-block
  }
  .gsi-style-12 {
    width: 100%;
    padding: 0
  }
  .gsi-style-12 li:not(:first-child) {
    margin-left: 20px
  }
  .gsi-style-12.gsi-vertical li, .gsi-style-13 li {
    margin-left: 0
  }
  .gsi-style-12 li:not(:first-child):before, .gsi-style-12 li:not(:last-child):after {
    width: 61%
  }
  .gsi-style-12 li.current:after, .gsi-style-12 li.current:before, .gsi-style-12 li.visited:after, .gsi-style-12 li.visited:before {
    background-color: #96c03d
  }
  .gsi-style-12.gsi-vertical li > * .desc {
    display: inline-block;
    padding: 5px
  }
  .gsi-style-13 {
    width: 100%;
    padding: 0
  }
  .gsi-style-13 li:not(:first-child) {
    margin-left: 20px
  }
  .gsi-style-13 li:not(:last-child):after {
    width: 28%
  }
  .gsi-style-13 li > * {
    padding: 6px 7px 10px
  }
  .gsi-style-13 li > * .number {
    width: 35px;
    height: 29px;
    font-size: 19px;
    padding-top: 7px;
    left: 26%
  }
  .gsi-style-13 li > * .desc {
    padding-bottom: 10px;
    font-size: 18px
  }
  .gsi-style-13 li > * .desc label {
    font-size: 1.1em
  }
  .gsi-style-13 li > * .desc span {
    font-size: 14px;
    display: block
  }
  .gsi-style-13.gsi-vertical li {
    margin-bottom: 50px;
    margin-left: 0
  }
  .gsi-style-13.gsi-vertical li:not(:first-child) {
    margin-left: 0
  }
  .gsi-style-13.gsi-vertical li > * {
    text-align: center
  }
  .gsi-style-13.gsi-vertical li > * .number {
    left: 44%
  }
}
.fa, .fa-stack {
  display: inline-block
}
.bal-loading-container {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto
}
.bal-loading-container .bal-loading {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 0 auto
}
.fa.fa-pull-left, .fa.pull-left {
  margin-right: .3em
}
.bal-loading-container .bal-loading .bal-loading-bounce-2 {
  background-color: #E7E7E7
}
.bal-loading-container .bal-loading .bal-loading-bounce-1 {
  background-color: #CA1C21
}
.bal-loading-container .bal-loading .bal-loading-bounce-1, .bal-loading-container .bal-loading .bal-loading-bounce-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}
.bal-loading-container .bal-loading .bal-loading-bounce-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  @font-face {
  font-family: FontAwesome;
  src: url(../vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(../vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../vendor/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-fw {
  width: 1.28571em;
  text-align: center
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none
}
.fa.fa-pull-right, .fa.pull-right {
  margin-left: .3em
}
.fa-ul > li {
  position: relative
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center
}
.fa-li.fa-lg {
  left: -1.85714em
}
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}
.fa-pull-left {
  float: left
}
.fa-pull-right, .pull-right {
  float: right
}
.pull-left {
  float: left
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-glass:before {
  content: ""
}
.fa-music:before {
  content: ""
}
.fa-search:before {
  content: ""
}
.fa-envelope-o:before {
  content: ""
}
.fa-heart:before {
  content: ""
}
.fa-star:before {
  content: ""
}
.fa-star-o:before {
  content: ""
}
.fa-user:before {
  content: ""
}
.fa-film:before {
  content: ""
}
.fa-th-large:before {
  content: ""
}
.fa-th:before {
  content: ""
}
.fa-th-list:before {
  content: ""
}
.fa-check:before {
  content: ""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: ""
}
.fa-search-plus:before {
  content: ""
}
.fa-search-minus:before {
  content: ""
}
.fa-power-off:before {
  content: ""
}
.fa-signal:before {
  content: ""
}
.fa-cog:before, .fa-gear:before {
  content: ""
}
.fa-trash-o:before {
  content: ""
}
.fa-home:before {
  content: ""
}
.fa-file-o:before {
  content: ""
}
.fa-clock-o:before {
  content: ""
}
.fa-road:before {
  content: ""
}
.fa-download:before {
  content: ""
}
.fa-arrow-circle-o-down:before {
  content: ""
}
.fa-arrow-circle-o-up:before {
  content: ""
}
.fa-inbox:before {
  content: ""
}
.fa-play-circle-o:before {
  content: ""
}
.fa-repeat:before, .fa-rotate-right:before {
  content: ""
}
.fa-refresh:before {
  content: ""
}
.fa-list-alt:before {
  content: ""
}
.fa-lock:before {
  content: ""
}
.fa-flag:before {
  content: ""
}
.fa-headphones:before {
  content: ""
}
.fa-volume-off:before {
  content: ""
}
.fa-volume-down:before {
  content: ""
}
.fa-volume-up:before {
  content: ""
}
.fa-qrcode:before {
  content: ""
}
.fa-barcode:before {
  content: ""
}
.fa-tag:before {
  content: ""
}
.fa-tags:before {
  content: ""
}
.fa-book:before {
  content: ""
}
.fa-bookmark:before {
  content: ""
}
.fa-print:before {
  content: ""
}
.fa-camera:before {
  content: ""
}
.fa-font:before {
  content: ""
}
.fa-bold:before {
  content: ""
}
.fa-italic:before {
  content: ""
}
.fa-text-height:before {
  content: ""
}
.fa-text-width:before {
  content: ""
}
.fa-align-left:before {
  content: ""
}
.fa-align-center:before {
  content: ""
}
.fa-align-right:before {
  content: ""
}
.fa-align-justify:before {
  content: ""
}
.fa-list:before {
  content: ""
}
.fa-dedent:before, .fa-outdent:before {
  content: ""
}
.fa-indent:before {
  content: ""
}
.fa-video-camera:before {
  content: ""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: ""
}
.fa-pencil:before {
  content: ""
}
.fa-map-marker:before {
  content: ""
}
.fa-adjust:before {
  content: ""
}
.fa-tint:before {
  content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: ""
}
.fa-share-square-o:before {
  content: ""
}
.fa-check-square-o:before {
  content: ""
}
.fa-arrows:before {
  content: ""
}
.fa-step-backward:before {
  content: ""
}
.fa-fast-backward:before {
  content: ""
}
.fa-backward:before {
  content: ""
}
.fa-play:before {
  content: ""
}
.fa-pause:before {
  content: ""
}
.fa-stop:before {
  content: ""
}
.fa-forward:before {
  content: ""
}
.fa-fast-forward:before {
  content: ""
}
.fa-step-forward:before {
  content: ""
}
.fa-eject:before {
  content: ""
}
.fa-chevron-left:before {
  content: ""
}
.fa-chevron-right:before {
  content: ""
}
.fa-plus-circle:before {
  content: ""
}
.fa-minus-circle:before {
  content: ""
}
.fa-times-circle:before {
  content: ""
}
.fa-check-circle:before {
  content: ""
}
.fa-question-circle:before {
  content: ""
}
.fa-info-circle:before {
  content: ""
}
.fa-crosshairs:before {
  content: ""
}
.fa-times-circle-o:before {
  content: ""
}
.fa-check-circle-o:before {
  content: ""
}
.fa-ban:before {
  content: ""
}
.fa-arrow-left:before {
  content: ""
}
.fa-arrow-right:before {
  content: ""
}
.fa-arrow-up:before {
  content: ""
}
.fa-arrow-down:before {
  content: ""
}
.fa-mail-forward:before, .fa-share:before {
  content: ""
}
.fa-expand:before {
  content: ""
}
.fa-compress:before {
  content: ""
}
.fa-plus:before {
  content: ""
}
.fa-minus:before {
  content: ""
}
.fa-asterisk:before {
  content: ""
}
.fa-exclamation-circle:before {
  content: ""
}
.fa-gift:before {
  content: ""
}
.fa-leaf:before {
  content: ""
}
.fa-fire:before {
  content: ""
}
.fa-eye:before {
  content: ""
}
.fa-eye-slash:before {
  content: ""
}
.fa-exclamation-triangle:before, .fa-warning:before {
  content: ""
}
.fa-plane:before {
  content: ""
}
.fa-calendar:before {
  content: ""
}
.fa-random:before {
  content: ""
}
.fa-comment:before {
  content: ""
}
.fa-magnet:before {
  content: ""
}
.fa-chevron-up:before {
  content: ""
}
.fa-chevron-down:before {
  content: ""
}
.fa-retweet:before {
  content: ""
}
.fa-shopping-cart:before {
  content: ""
}
.fa-folder:before {
  content: ""
}
.fa-folder-open:before {
  content: ""
}
.fa-arrows-v:before {
  content: ""
}
.fa-arrows-h:before {
  content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""
}
.fa-twitter-square:before {
  content: ""
}
.fa-facebook-square:before {
  content: ""
}
.fa-camera-retro:before {
  content: ""
}
.fa-key:before {
  content: ""
}
.fa-cogs:before, .fa-gears:before {
  content: ""
}
.fa-comments:before {
  content: ""
}
.fa-thumbs-o-up:before {
  content: ""
}
.fa-thumbs-o-down:before {
  content: ""
}
.fa-star-half:before {
  content: ""
}
.fa-heart-o:before {
  content: ""
}
.fa-sign-out:before {
  content: ""
}
.fa-linkedin-square:before {
  content: ""
}
.fa-thumb-tack:before {
  content: ""
}
.fa-external-link:before {
  content: ""
}
.fa-sign-in:before {
  content: ""
}
.fa-trophy:before {
  content: ""
}
.fa-github-square:before {
  content: ""
}
.fa-upload:before {
  content: ""
}
.fa-lemon-o:before {
  content: ""
}
.fa-phone:before {
  content: ""
}
.fa-square-o:before {
  content: ""
}
.fa-bookmark-o:before {
  content: ""
}
.fa-phone-square:before {
  content: ""
}
.fa-twitter:before {
  content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
  content: ""
}
.fa-github:before {
  content: ""
}
.fa-unlock:before {
  content: ""
}
.fa-credit-card:before {
  content: ""
}
.fa-feed:before, .fa-rss:before {
  content: ""
}
.fa-hdd-o:before {
  content: ""
}
.fa-bullhorn:before {
  content: ""
}
.fa-bell:before {
  content: ""
}
.fa-certificate:before {
  content: ""
}
.fa-hand-o-right:before {
  content: ""
}
.fa-hand-o-left:before {
  content: ""
}
.fa-hand-o-up:before {
  content: ""
}
.fa-hand-o-down:before {
  content: ""
}
.fa-arrow-circle-left:before {
  content: ""
}
.fa-arrow-circle-right:before {
  content: ""
}
.fa-arrow-circle-up:before {
  content: ""
}
.fa-arrow-circle-down:before {
  content: ""
}
.fa-globe:before {
  content: ""
}
.fa-wrench:before {
  content: ""
}
.fa-tasks:before {
  content: ""
}
.fa-filter:before {
  content: ""
}
.fa-briefcase:before {
  content: ""
}
.fa-arrows-alt:before {
  content: ""
}
.fa-group:before, .fa-users:before {
  content: ""
}
.fa-chain:before, .fa-link:before {
  content: ""
}
.fa-cloud:before {
  content: ""
}
.fa-flask:before {
  content: ""
}
.fa-cut:before, .fa-scissors:before {
  content: ""
}
.fa-copy:before, .fa-files-o:before {
  content: ""
}
.fa-paperclip:before {
  content: ""
}
.fa-floppy-o:before, .fa-save:before {
  content: ""
}
.fa-square:before {
  content: ""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: ""
}
.fa-list-ul:before {
  content: ""
}
.fa-list-ol:before {
  content: ""
}
.fa-strikethrough:before {
  content: ""
}
.fa-underline:before {
  content: ""
}
.fa-table:before {
  content: ""
}
.fa-magic:before {
  content: ""
}
.fa-truck:before {
  content: ""
}
.fa-pinterest:before {
  content: ""
}
.fa-pinterest-square:before {
  content: ""
}
.fa-google-plus-square:before {
  content: ""
}
.fa-google-plus:before {
  content: ""
}
.fa-money:before {
  content: ""
}
.fa-caret-down:before {
  content: ""
}
.fa-caret-up:before {
  content: ""
}
.fa-caret-left:before {
  content: ""
}
.fa-caret-right:before {
  content: ""
}
.fa-columns:before {
  content: ""
}
.fa-sort:before, .fa-unsorted:before {
  content: ""
}
.fa-sort-desc:before, .fa-sort-down:before {
  content: ""
}
.fa-sort-asc:before, .fa-sort-up:before {
  content: ""
}
.fa-envelope:before {
  content: ""
}
.fa-linkedin:before {
  content: ""
}
.fa-rotate-left:before, .fa-undo:before {
  content: ""
}
.fa-gavel:before, .fa-legal:before {
  content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
  content: ""
}
.fa-comment-o:before {
  content: ""
}
.fa-comments-o:before {
  content: ""
}
.fa-bolt:before, .fa-flash:before {
  content: ""
}
.fa-sitemap:before {
  content: ""
}
.fa-umbrella:before {
  content: ""
}
.fa-clipboard:before, .fa-paste:before {
  content: ""
}
.fa-lightbulb-o:before {
  content: ""
}
.fa-exchange:before {
  content: ""
}
.fa-cloud-download:before {
  content: ""
}
.fa-cloud-upload:before {
  content: ""
}
.fa-user-md:before {
  content: ""
}
.fa-stethoscope:before {
  content: ""
}
.fa-suitcase:before {
  content: ""
}
.fa-bell-o:before {
  content: ""
}
.fa-coffee:before {
  content: ""
}
.fa-cutlery:before {
  content: ""
}
.fa-file-text-o:before {
  content: ""
}
.fa-building-o:before {
  content: ""
}
.fa-hospital-o:before {
  content: ""
}
.fa-ambulance:before {
  content: ""
}
.fa-medkit:before {
  content: ""
}
.fa-fighter-jet:before {
  content: ""
}
.fa-beer:before {
  content: ""
}
.fa-h-square:before {
  content: ""
}
.fa-plus-square:before {
  content: ""
}
.fa-angle-double-left:before {
  content: ""
}
.fa-angle-double-right:before {
  content: ""
}
.fa-angle-double-up:before {
  content: ""
}
.fa-angle-double-down:before {
  content: ""
}
.fa-angle-left:before {
  content: ""
}
.fa-angle-right:before {
  content: ""
}
.fa-angle-up:before {
  content: ""
}
.fa-angle-down:before {
  content: ""
}
.fa-desktop:before {
  content: ""
}
.fa-laptop:before {
  content: ""
}
.fa-tablet:before {
  content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: ""
}
.fa-circle-o:before {
  content: ""
}
.fa-quote-left:before {
  content: ""
}
.fa-quote-right:before {
  content: ""
}
.fa-spinner:before {
  content: ""
}
.fa-circle:before {
  content: ""
}
.fa-mail-reply:before, .fa-reply:before {
  content: ""
}
.fa-github-alt:before {
  content: ""
}
.fa-folder-o:before {
  content: ""
}
.fa-folder-open-o:before {
  content: ""
}
.fa-smile-o:before {
  content: ""
}
.fa-frown-o:before {
  content: ""
}
.fa-meh-o:before {
  content: ""
}
.fa-gamepad:before {
  content: ""
}
.fa-keyboard-o:before {
  content: ""
}
.fa-flag-o:before {
  content: ""
}
.fa-flag-checkered:before {
  content: ""
}
.fa-terminal:before {
  content: ""
}
.fa-code:before {
  content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""
}
.fa-location-arrow:before {
  content: ""
}
.fa-crop:before {
  content: ""
}
.fa-code-fork:before {
  content: ""
}
.fa-chain-broken:before, .fa-unlink:before {
  content: ""
}
.fa-question:before {
  content: ""
}
.fa-info:before {
  content: ""
}
.fa-exclamation:before {
  content: ""
}
.fa-superscript:before {
  content: ""
}
.fa-subscript:before {
  content: ""
}
.fa-eraser:before {
  content: ""
}
.fa-puzzle-piece:before {
  content: ""
}
.fa-microphone:before {
  content: ""
}
.fa-microphone-slash:before {
  content: ""
}
.fa-shield:before {
  content: ""
}
.fa-calendar-o:before {
  content: ""
}
.fa-fire-extinguisher:before {
  content: ""
}
.fa-rocket:before {
  content: ""
}
.fa-maxcdn:before {
  content: ""
}
.fa-chevron-circle-left:before {
  content: ""
}
.fa-chevron-circle-right:before {
  content: ""
}
.fa-chevron-circle-up:before {
  content: ""
}
.fa-chevron-circle-down:before {
  content: ""
}
.fa-html5:before {
  content: ""
}
.fa-css3:before {
  content: ""
}
.fa-anchor:before {
  content: ""
}
.fa-unlock-alt:before {
  content: ""
}
.fa-bullseye:before {
  content: ""
}
.fa-ellipsis-h:before {
  content: ""
}
.fa-ellipsis-v:before {
  content: ""
}
.fa-rss-square:before {
  content: ""
}
.fa-play-circle:before {
  content: ""
}
.fa-ticket:before {
  content: ""
}
.fa-minus-square:before {
  content: ""
}
.fa-minus-square-o:before {
  content: ""
}
.fa-level-up:before {
  content: ""
}
.fa-level-down:before {
  content: ""
}
.fa-check-square:before {
  content: ""
}
.fa-pencil-square:before {
  content: ""
}
.fa-external-link-square:before {
  content: ""
}
.fa-share-square:before {
  content: ""
}
.fa-compass:before {
  content: ""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: ""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: ""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: ""
}
.fa-eur:before, .fa-euro:before {
  content: ""
}
.fa-gbp:before {
  content: ""
}
.fa-dollar:before, .fa-usd:before {
  content: ""
}
.fa-inr:before, .fa-rupee:before {
  content: ""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: ""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: ""
}
.fa-krw:before, .fa-won:before {
  content: ""
}
.fa-bitcoin:before, .fa-btc:before {
  content: ""
}
.fa-file:before {
  content: ""
}
.fa-file-text:before {
  content: ""
}
.fa-sort-alpha-asc:before {
  content: ""
}
.fa-sort-alpha-desc:before {
  content: ""
}
.fa-sort-amount-asc:before {
  content: ""
}
.fa-sort-amount-desc:before {
  content: ""
}
.fa-sort-numeric-asc:before {
  content: ""
}
.fa-sort-numeric-desc:before {
  content: ""
}
.fa-thumbs-up:before {
  content: ""
}
.fa-thumbs-down:before {
  content: ""
}
.fa-youtube-square:before {
  content: ""
}
.fa-youtube:before {
  content: ""
}
.fa-xing:before {
  content: ""
}
.fa-xing-square:before {
  content: ""
}
.fa-youtube-play:before {
  content: ""
}
.fa-dropbox:before {
  content: ""
}
.fa-stack-overflow:before {
  content: ""
}
.fa-instagram:before {
  content: ""
}
.fa-flickr:before {
  content: ""
}
.fa-adn:before {
  content: ""
}
.fa-bitbucket:before {
  content: ""
}
.fa-bitbucket-square:before {
  content: ""
}
.fa-tumblr:before {
  content: ""
}
.fa-tumblr-square:before {
  content: ""
}
.fa-long-arrow-down:before {
  content: ""
}
.fa-long-arrow-up:before {
  content: ""
}
.fa-long-arrow-left:before {
  content: ""
}
.fa-long-arrow-right:before {
  content: ""
}
.fa-apple:before {
  content: ""
}
.fa-windows:before {
  content: ""
}
.fa-android:before {
  content: ""
}
.fa-linux:before {
  content: ""
}
.fa-dribbble:before {
  content: ""
}
.fa-skype:before {
  content: ""
}
.fa-foursquare:before {
  content: ""
}
.fa-trello:before {
  content: ""
}
.fa-female:before {
  content: ""
}
.fa-male:before {
  content: ""
}
.fa-gittip:before, .fa-gratipay:before {
  content: ""
}
.fa-sun-o:before {
  content: ""
}
.fa-moon-o:before {
  content: ""
}
.fa-archive:before {
  content: ""
}
.fa-bug:before {
  content: ""
}
.fa-vk:before {
  content: ""
}
.fa-weibo:before {
  content: ""
}
.fa-renren:before {
  content: ""
}
.fa-pagelines:before {
  content: ""
}
.fa-stack-exchange:before {
  content: ""
}
.fa-arrow-circle-o-right:before {
  content: ""
}
.fa-arrow-circle-o-left:before {
  content: ""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: ""
}
.fa-dot-circle-o:before {
  content: ""
}
.fa-wheelchair:before {
  content: ""
}
.fa-vimeo-square:before {
  content: ""
}
.fa-try:before, .fa-turkish-lira:before {
  content: ""
}
.fa-plus-square-o:before {
  content: ""
}
.fa-space-shuttle:before {
  content: ""
}
.fa-slack:before {
  content: ""
}
.fa-envelope-square:before {
  content: ""
}
.fa-wordpress:before {
  content: ""
}
.fa-openid:before {
  content: ""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: ""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: ""
}
.fa-yahoo:before {
  content: ""
}
.fa-google:before {
  content: ""
}
.fa-reddit:before {
  content: ""
}
.fa-reddit-square:before {
  content: ""
}
.fa-stumbleupon-circle:before {
  content: ""
}
.fa-stumbleupon:before {
  content: ""
}
.fa-delicious:before {
  content: ""
}
.fa-digg:before {
  content: ""
}
.fa-pied-piper-pp:before {
  content: ""
}
.fa-pied-piper-alt:before {
  content: ""
}
.fa-drupal:before {
  content: ""
}
.fa-joomla:before {
  content: ""
}
.fa-language:before {
  content: ""
}
.fa-fax:before {
  content: ""
}
.fa-building:before {
  content: ""
}
.fa-child:before {
  content: ""
}
.fa-paw:before {
  content: ""
}
.fa-spoon:before {
  content: ""
}
.fa-cube:before {
  content: ""
}
.fa-cubes:before {
  content: ""
}
.fa-behance:before {
  content: ""
}
.fa-behance-square:before {
  content: ""
}
.fa-steam:before {
  content: ""
}
.fa-steam-square:before {
  content: ""
}
.fa-recycle:before {
  content: ""
}
.fa-automobile:before, .fa-car:before {
  content: ""
}
.fa-cab:before, .fa-taxi:before {
  content: ""
}
.fa-tree:before {
  content: ""
}
.fa-spotify:before {
  content: ""
}
.fa-deviantart:before {
  content: ""
}
.fa-soundcloud:before {
  content: ""
}
.fa-database:before {
  content: ""
}
.fa-file-pdf-o:before {
  content: ""
}
.fa-file-word-o:before {
  content: ""
}
.fa-file-excel-o:before {
  content: ""
}
.fa-file-powerpoint-o:before {
  content: ""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: ""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: ""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""
}
.fa-file-code-o:before {
  content: ""
}
.fa-vine:before {
  content: ""
}
.fa-codepen:before {
  content: ""
}
.fa-jsfiddle:before {
  content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: ""
}
.fa-circle-o-notch:before {
  content: ""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: ""
}
.fa-empire:before, .fa-ge:before {
  content: ""
}
.fa-git-square:before {
  content: ""
}
.fa-git:before {
  content: ""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: ""
}
.fa-tencent-weibo:before {
  content: ""
}
.fa-qq:before {
  content: ""
}
.fa-wechat:before, .fa-weixin:before {
  content: ""
}
.fa-paper-plane:before, .fa-send:before {
  content: ""
}
.fa-paper-plane-o:before, .fa-send-o:before {
  content: ""
}
.fa-history:before {
  content: ""
}
.fa-circle-thin:before {
  content: ""
}
.fa-header:before {
  content: ""
}
.fa-paragraph:before {
  content: ""
}
.fa-sliders:before {
  content: ""
}
.fa-share-alt:before {
  content: ""
}
.fa-share-alt-square:before {
  content: ""
}
.fa-bomb:before {
  content: ""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: ""
}
.fa-tty:before {
  content: ""
}
.fa-binoculars:before {
  content: ""
}
.fa-plug:before {
  content: ""
}
.fa-slideshare:before {
  content: ""
}
.fa-twitch:before {
  content: ""
}
.fa-yelp:before {
  content: ""
}
.fa-newspaper-o:before {
  content: ""
}
.fa-wifi:before {
  content: ""
}
.fa-calculator:before {
  content: ""
}
.fa-paypal:before {
  content: ""
}
.fa-google-wallet:before {
  content: ""
}
.fa-cc-visa:before {
  content: ""
}
.fa-cc-mastercard:before {
  content: ""
}
.fa-cc-discover:before {
  content: ""
}
.fa-cc-amex:before {
  content: ""
}
.fa-cc-paypal:before {
  content: ""
}
.fa-cc-stripe:before {
  content: ""
}
.fa-bell-slash:before {
  content: ""
}
.fa-bell-slash-o:before {
  content: ""
}
.fa-trash:before {
  content: ""
}
.fa-copyright:before {
  content: ""
}
.fa-at:before {
  content: ""
}
.fa-eyedropper:before {
  content: ""
}
.fa-paint-brush:before {
  content: ""
}
.fa-birthday-cake:before {
  content: ""
}
.fa-area-chart:before {
  content: ""
}
.fa-pie-chart:before {
  content: ""
}
.fa-line-chart:before {
  content: ""
}
.fa-lastfm:before {
  content: ""
}
.fa-lastfm-square:before {
  content: ""
}
.fa-toggle-off:before {
  content: ""
}
.fa-toggle-on:before {
  content: ""
}
.fa-bicycle:before {
  content: ""
}
.fa-bus:before {
  content: ""
}
.fa-ioxhost:before {
  content: ""
}
.fa-angellist:before {
  content: ""
}
.fa-cc:before {
  content: ""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: ""
}
.fa-meanpath:before {
  content: ""
}
.fa-buysellads:before {
  content: ""
}
.fa-connectdevelop:before {
  content: ""
}
.fa-dashcube:before {
  content: ""
}
.fa-forumbee:before {
  content: ""
}
.fa-leanpub:before {
  content: ""
}
.fa-sellsy:before {
  content: ""
}
.fa-shirtsinbulk:before {
  content: ""
}
.fa-simplybuilt:before {
  content: ""
}
.fa-skyatlas:before {
  content: ""
}
.fa-cart-plus:before {
  content: ""
}
.fa-cart-arrow-down:before {
  content: ""
}
.fa-diamond:before {
  content: ""
}
.fa-ship:before {
  content: ""
}
.fa-user-secret:before {
  content: ""
}
.fa-motorcycle:before {
  content: ""
}
.fa-street-view:before {
  content: ""
}
.fa-heartbeat:before {
  content: ""
}
.fa-venus:before {
  content: ""
}
.fa-mars:before {
  content: ""
}
.fa-mercury:before {
  content: ""
}
.fa-intersex:before, .fa-transgender:before {
  content: ""
}
.fa-transgender-alt:before {
  content: ""
}
.fa-venus-double:before {
  content: ""
}
.fa-mars-double:before {
  content: ""
}
.fa-venus-mars:before {
  content: ""
}
.fa-mars-stroke:before {
  content: ""
}
.fa-mars-stroke-v:before {
  content: ""
}
.fa-mars-stroke-h:before {
  content: ""
}
.fa-neuter:before {
  content: ""
}
.fa-genderless:before {
  content: ""
}
.fa-facebook-official:before {
  content: ""
}
.fa-pinterest-p:before {
  content: ""
}
.fa-whatsapp:before {
  content: ""
}
.fa-server:before {
  content: ""
}
.fa-user-plus:before {
  content: ""
}
.fa-user-times:before {
  content: ""
}
.fa-bed:before, .fa-hotel:before {
  content: ""
}
.fa-viacoin:before {
  content: ""
}
.fa-train:before {
  content: ""
}
.fa-subway:before {
  content: ""
}
.fa-medium:before {
  content: ""
}
.fa-y-combinator:before, .fa-yc:before {
  content: ""
}
.fa-optin-monster:before {
  content: ""
}
.fa-opencart:before {
  content: ""
}
.fa-expeditedssl:before {
  content: ""
}
.fa-battery-4:before, .fa-battery-full:before {
  content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
  content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: ""
}
.fa-mouse-pointer:before {
  content: ""
}
.fa-i-cursor:before {
  content: ""
}
.fa-object-group:before {
  content: ""
}
.fa-object-ungroup:before {
  content: ""
}
.fa-sticky-note:before {
  content: ""
}
.fa-sticky-note-o:before {
  content: ""
}
.fa-cc-jcb:before {
  content: ""
}
.fa-cc-diners-club:before {
  content: ""
}
.fa-clone:before {
  content: ""
}
.fa-balance-scale:before {
  content: ""
}
.fa-hourglass-o:before {
  content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: ""
}
.fa-hourglass:before {
  content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: ""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: ""
}
.fa-hand-scissors-o:before {
  content: ""
}
.fa-hand-lizard-o:before {
  content: ""
}
.fa-hand-spock-o:before {
  content: ""
}
.fa-hand-pointer-o:before {
  content: ""
}
.fa-hand-peace-o:before {
  content: ""
}
.fa-trademark:before {
  content: ""
}
.fa-registered:before {
  content: ""
}
.fa-creative-commons:before {
  content: ""
}
.fa-gg:before {
  content: ""
}
.fa-gg-circle:before {
  content: ""
}
.fa-tripadvisor:before {
  content: ""
}
.fa-odnoklassniki:before {
  content: ""
}
.fa-odnoklassniki-square:before {
  content: ""
}
.fa-get-pocket:before {
  content: ""
}
.fa-wikipedia-w:before {
  content: ""
}
.fa-safari:before {
  content: ""
}
.fa-chrome:before {
  content: ""
}
.fa-firefox:before {
  content: ""
}
.fa-opera:before {
  content: ""
}
.fa-internet-explorer:before {
  content: ""
}
.fa-television:before, .fa-tv:before {
  content: ""
}
.fa-contao:before {
  content: ""
}
.fa-500px:before {
  content: ""
}
.fa-amazon:before {
  content: ""
}
.fa-calendar-plus-o:before {
  content: ""
}
.fa-calendar-minus-o:before {
  content: ""
}
.fa-calendar-times-o:before {
  content: ""
}
.fa-calendar-check-o:before {
  content: ""
}
.fa-industry:before {
  content: ""
}
.fa-map-pin:before {
  content: ""
}
.fa-map-signs:before {
  content: ""
}
.fa-map-o:before {
  content: ""
}
.fa-map:before {
  content: ""
}
.fa-commenting:before {
  content: ""
}
.fa-commenting-o:before {
  content: ""
}
.fa-houzz:before {
  content: ""
}
.fa-vimeo:before {
  content: ""
}
.fa-black-tie:before {
  content: ""
}
.fa-fonticons:before {
  content: ""
}
.fa-reddit-alien:before {
  content: ""
}
.fa-edge:before {
  content: ""
}
.fa-credit-card-alt:before {
  content: ""
}
.fa-codiepie:before {
  content: ""
}
.fa-modx:before {
  content: ""
}
.fa-fort-awesome:before {
  content: ""
}
.fa-usb:before {
  content: ""
}
.fa-product-hunt:before {
  content: ""
}
.fa-mixcloud:before {
  content: ""
}
.fa-scribd:before {
  content: ""
}
.fa-pause-circle:before {
  content: ""
}
.fa-pause-circle-o:before {
  content: ""
}
.fa-stop-circle:before {
  content: ""
}
.fa-stop-circle-o:before {
  content: ""
}
.fa-shopping-bag:before {
  content: ""
}
.fa-shopping-basket:before {
  content: ""
}
.fa-hashtag:before {
  content: ""
}
.fa-bluetooth:before {
  content: ""
}
.fa-bluetooth-b:before {
  content: ""
}
.fa-percent:before {
  content: ""
}
.fa-gitlab:before {
  content: ""
}
.fa-wpbeginner:before {
  content: ""
}
.fa-wpforms:before {
  content: ""
}
.fa-envira:before {
  content: ""
}
.fa-universal-access:before {
  content: ""
}
.fa-wheelchair-alt:before {
  content: ""
}
.fa-question-circle-o:before {
  content: ""
}
.fa-blind:before {
  content: ""
}
.fa-audio-description:before {
  content: ""
}
.fa-volume-control-phone:before {
  content: ""
}
.fa-braille:before {
  content: ""
}
.fa-assistive-listening-systems:before {
  content: ""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: ""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: ""
}
.fa-glide:before {
  content: ""
}
.fa-glide-g:before {
  content: ""
}
.fa-sign-language:before, .fa-signing:before {
  content: ""
}
.fa-low-vision:before {
  content: ""
}
.fa-viadeo:before {
  content: ""
}
.fa-viadeo-square:before {
  content: ""
}
.fa-snapchat:before {
  content: ""
}
.fa-snapchat-ghost:before {
  content: ""
}
.fa-snapchat-square:before {
  content: ""
}
.fa-pied-piper:before {
  content: ""
}
.fa-first-order:before {
  content: ""
}
.fa-yoast:before {
  content: ""
}
.fa-themeisle:before {
  content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: ""
}
.fa-fa:before, .fa-font-awesome:before {
  content: ""
}*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
.bounce-effect {
  display: block;
  -webkit-animation: bounce-1 .6s;
  -moz-animation: bounce-1 .6s;
  -o-animation: bounce-1 .6s;
  animation: bounce-1 .6s
}
.slide-down-up-effect {
  display: block;
  -webkit-animation: slide-down-up .6s;
  -moz-animation: slide-down-up .6s;
  -o-animation: slide-down-up .6s;
  animation: slide-down-up .6s
}
.slide-up-down-effect {
  display: block;
  -webkit-animation: slide-up-down .6s;
  -moz-animation: slide-up-down .6s;
  -o-animation: slide-up-down .6s;
  animation: slide-up-down .6s
}
.slide-right-left-effect {
  display: block;
  -webkit-animation: slide-right-left .6s;
  -moz-animation: slide-right-left .6s;
  -o-animation: slide-right-left .6s;
  animation: slide-right-left .6s
}
.slide-left-right-effect {
  display: block;
  -webkit-animation: slide-left-right .6s;
  -moz-animation: slide-left-right .6s;
  -o-animation: slide-left-right .6s;
  animation: slide-left-right .6s
}
.default-effect {
  display: block;
  -moz-animation: default-effect .6s ease-in-out;
  -o-animation: default-effect .6s ease-in-out;
  -webkit-animation: default-effect .6s ease-in-out;
  animation: default-effect .6s ease-in-out
}
.flip-effect {
  display: block;
  -moz-animation: flip-effect .8s ease-in-out;
  -o-animation: flip-effect .8s ease-in-out;
  -webkit-animation: flip-effect .8s ease-in-out;
  animation: flip-effect .8s ease-in-out
}
.transformation-effect {
  display: block;
  -moz-animation: transformation-effect .8s ease;
  -o-animation: transformation-effect .8s ease;
  -webkit-animation: transformation-effect .8s ease;
  animation: transformation-effect .8s ease
}
@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(.5)
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2)
  }
  100% {
    -moz-transform: scale(1)
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slide-down-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slide-up-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slide-right-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes slide-left-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes default-effect {
  0% {
    -moz-perspective: 150;
    -webkit-perspective: 150;
    -ms-perspective: 150;
    perspective: 150;
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    -o-transform: rotateX(15deg);
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
    opacity: 0;
    filter: alpha(opacity=0)
  }
  60% {
    -moz-transform: rotateX(7deg);
    -ms-transform: rotateX(7deg);
    -o-transform: rotateX(7deg);
    -webkit-transform: rotateX(7deg);
    transform: rotateX(7deg);
    opacity: 1;
    filter: alpha(opacity=100)
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
  }
}
@keyframes flip-effect {
  0% {
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d
  }
  100% {
    -webkit-transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    transform-style: preserve-3d
  }
}
@keyframes transformation-effect {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}
.tsf-step {
  display: none
}
.tsf-step.active {
  display: block
}
.tsf-content {
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  padding: 15px
}
.tsf-content input.error {
  border: 1px solid red
}
.tsf-content label.error {
  color: red;
  font-style: italic
}
.tsf-controls {
  padding: 25px 0
}
.tsf-controls .tsf-wizard-btn {
  background-color: #96c03d;
  color: #fff !important;
  padding: 15px 25px !important
}
.tsf-controls .tsf-wizard-btn:hover {
  background-color: #2c3f4c
}
.tsf-controls .tsf-wizard-btn.btn-right {
  float: right
}
.tsf-nav-step ul .desc {
	padding: 5px;
  padding-top: 0;
	
}
.tsf-nav-step ul label {
  margin-bottom: 0 !important
}
.tsf-nav-step .tsf-nav {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute
}
.tsf-nav-many-steps {
  height: 100px;
  overflow: hidden;
  width: 100%;
  position: relative
}
.tsf-left-container, .tsf-right-container {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px
}
.tsf-left-nav-step, .tsf-right-nav-step {
  float: left;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px
}
.tsf-right-nav-step {
  float: right
}
.tsf-wizard.not-show-num .tsf-nav-step .number {
  display: none
}
.tsf-wizard.bottom {
  display: flex;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column
}
.tsf-wizard.bottom .tsf-bottom-container {
  order: 1;
  display: flex;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column
}
.tsf-wizard.bottom .tsf-bottom-nav-step {
  order: 2
}
.tsf-wizard.bottom .tsf-controls {
  order: 1
}
.tsf-wizard.bottom .tsf-content {
  order: 2
}
.tsf-nav-step .gsi-style-10:not(.gsi-vertical) li:last-child, .tsf-nav-step .gsi-style-9:not(.gsi-vertical) li:last-child {
  top: 37px
}
.form-group.required [data-type=label]:after {
  content: "*";
  color: red;
  margin-left: 5px
}