.card__group .card__actions span, .unapay_group .card__actions span,
.card__group .card__actions a,
.unapay_group .card__actions a, .card__group .card__actions, .unapay_group .card__actions {
  transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
}

.card__group .card__actions, .unapay_group .card__actions {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #022d4d;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.card__group .card__actions:after, .unapay_group .card__actions:after, .card__group .card__actions:before, .unapay_group .card__actions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  width: 0;
  background: #005391;
  opacity: 0.6;
  transition: width 0.3s ease-in-out;
}
.card__group .card__actions:before, .unapay_group .card__actions:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.card__group .card__actions span, .unapay_group .card__actions span,
.card__group .card__actions a,
.unapay_group .card__actions a {
  position: relative;
  z-index: 2;
  font-weight: 100;
  padding: 10px 30px;
  display: block;
  color: #fff;
}
.card__group .card__actions:hover, .unapay_group .card__actions:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.card__group .card__actions:hover span, .unapay_group .card__actions:hover span {
  color: #fff;
}
.card__group .card__actions:hover:after, .unapay_group .card__actions:hover:after, .card__group .card__actions:hover:before, .unapay_group .card__actions:hover:before {
  width: 100%;
}

.section__titlepage {
  margin: 40px 0;
}
.section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .section__titlepage {
    margin-bottom: 3rem;
  }
  .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

/*Mixin Responsive*/
.card__group .card__actions, .unapay_group .card__actions, .card__group .card__actions span, .unapay_group .card__actions span,
.card__group .card__actions a,
.unapay_group .card__actions a {
  transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
}

.card__group .card__actions, .unapay_group .card__actions {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #022d4d;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.card__group .card__actions:after, .unapay_group .card__actions:after, .card__group .card__actions:before, .unapay_group .card__actions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 50%;
  width: 0;
  background: #005391;
  opacity: 0.6;
  transition: width 0.3s ease-in-out;
}
.card__group .card__actions:before, .unapay_group .card__actions:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.card__group .card__actions span, .unapay_group .card__actions span,
.card__group .card__actions a,
.unapay_group .card__actions a {
  position: relative;
  z-index: 2;
  font-weight: 100;
  padding: 10px 30px;
  display: block;
  color: #fff;
}
.card__group .card__actions:hover, .unapay_group .card__actions:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.card__group .card__actions:hover span, .unapay_group .card__actions:hover span {
  color: #fff;
}
.card__group .card__actions:hover:after, .unapay_group .card__actions:hover:after, .card__group .card__actions:hover:before, .unapay_group .card__actions:hover:before {
  width: 100%;
}

.section__titlepage {
  margin: 40px 0;
}
.section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .section__titlepage {
    margin-bottom: 3rem;
  }
  .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

main {
  margin-bottom: 50px;
}

.unapay_group {
  margin-top: 30px;
}
.unapay_group .title_unapay {
  margin-bottom: 20px;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unapay_group .title_unapay h1 {
  font-size: 25px;
  color: #28536b;
}
.unapay_group .title_unapay a {
  color: #28536b;
}
.unapay_group .unapay_select .unapay_select1 {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.unapay_group .unapay_select .unapay_select1 .unapay_visa {
  width: 40%;
  border: 2px solid #D8B85B;
  padding: 100px 0;
  border-radius: 15px;
}
.unapay_group .unapay_select .unapay_select1 .unapay_visa a {
  color: #28536b;
}
.unapay_group .unapay_select .unapay_select1 .unapay_visa:hover {
  background-color: #28536b;
}
.unapay_group .unapay_select .unapay_select1 .unapay_visa:hover a {
  color: #fff;
}
.unapay_group .unapay_select .unapay_select1 .unapay_IndyMac {
  width: 40%;
  border: 2px solid #D8B85B;
  padding: 100px 0;
  border-radius: 15px;
}
.unapay_group .unapay_select .unapay_select1 .unapay_IndyMac a {
  color: #28536b;
}
.unapay_group .unapay_select .unapay_select1 .unapay_IndyMac:hover {
  background-color: #28536b;
}
.unapay_group .unapay_select .unapay_select1 .unapay_IndyMac:hover a {
  color: #fff;
}
.unapay_group .unapay_select .unapay_select2 {
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.unapay_group .unapay_select .unapay_select2 .unapay_paypal {
  width: 40%;
  border: 2px solid #D8B85B;
  padding: 100px 0;
  border-radius: 15px;
}
.unapay_group .unapay_select .unapay_select2 .unapay_paypal a {
  color: #28536b;
}
.unapay_group .unapay_select .unapay_select2 .unapay_paypal:hover {
  background-color: #28536b;
}
.unapay_group .unapay_select .unapay_select2 .unapay_paypal:hover a {
  color: #fff;
}
.unapay_group .unapay_select .unapay_select2 .unapay_jpmorgan {
  width: 40%;
  border: 2px solid #D8B85B;
  padding: 100px 0;
  border-radius: 15px;
}
.unapay_group .unapay_select .unapay_select2 .unapay_jpmorgan a {
  color: #28536b;
}
.unapay_group .unapay_select .unapay_select2 .unapay_jpmorgan:hover {
  background-color: #28536b;
}
.unapay_group .unapay_select .unapay_select2 .unapay_jpmorgan:hover a {
  color: #fff;
}
.unapay_group .card__actions {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  border-radius: 0px;
  border: dashed 1px #022d4d;
  background: #022d4d;
  text-align: center;
  color: #fff;
  font-family: "Caros", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400px;
  line-height: 19px;
  border-radius: 5px;
  margin: 30px 45px 0 0;
}
.unapay_group .card__actions a {
  font-size: 20px;
}

.card__group {
  margin-top: 85px;
}
.card__group .card__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  border-radius: 0px;
  border: dashed 1px #022d4d;
  background: #022d4d;
  text-align: center;
  color: #fff;
  font-family: "Caros", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400px;
  line-height: 19px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.card__group .card__actions a {
  font-size: 20px;
}

@media (max-width: 575px) {
  .card__group .card__actions {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .card__group .card__actions {
    width: 100%;
  }
  .card__group .card__actions a {
    font-size: 12px;
  }
}/*# sourceMappingURL=personalbank.css.map */