/** [CUSTOM]  Version: 1.0.339 - G33A+2:8:33:44  **/ 
 
.indicators[data-v-1ba7c02b] {
    margin-top: 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.indicator[data-v-1ba7c02b] {
    display: inline-block;
    background: #3fbcd6;
    opacity: 0.2;
    transition: 0.2s;
    margin-right: 8px;
    width: 30px;
    height: 4px;
}
.indicator[data-v-1ba7c02b]:last-child {
    margin-right: 0;
}
.indicator.active[data-v-1ba7c02b] {
    opacity: 1;
}
.cards-container[data-v-1ba7c02b] {
    position: relative;
    height: 650px;
    width: 500px;
    margin-bottom: 60px;
}
.cards-box[data-v-1ba7c02b] {
    position: relative;
    transform: translateX(-15px);
}
.cards-box .card[data-v-1ba7c02b] {
    width: 100%;
    background: #f7fffd;
    border-radius: 20px;
    cursor: pointer;
}
.cards-box .card.hide[data-v-1ba7c02b] {
    visibility: hidden;
}
.cards-box .card[data-v-1ba7c02b]:not(.hide) {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.cards-box .card:not(.hide)[data-slide='0'][data-v-1ba7c02b] {
    transform: translate(0px, 0px) scale(1);
    z-index: 6;
    opacity: 1;
}
.cards-box .card:not(.hide)[data-slide='1'][data-v-1ba7c02b] {
    transform: translate(20px, -20px);
    z-index: 5;
    opacity: 0.7;
    background: gray;
}
.cards-box .card:not(.hide)[data-slide='2'][data-v-1ba7c02b] {
    transform: translate(40px, -40px);
    z-index: 4;
    opacity: 0.6;
}
.cards-box .card:not(.hide)[data-slide='3'][data-v-1ba7c02b] {
    transform: translate(60px, -60px);
    z-index: 3;
    opacity: 0.5;
}
.cards-box .card:not(.hide)[data-slide='4'][data-v-1ba7c02b] {
    transform: translate(80px, -80px);
    z-index: 2;
    opacity: 0.4;
}
.cards-box .card:not(.hide)[data-slide='5'][data-v-1ba7c02b] {
    transform: translate(100px, -100px);
    z-index: 1;
    opacity: 0.3;
}
.cards-box .card:not(.hide)[data-slide='0'][data-v-1ba7c02b] {
    transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}



.fadeTr-enter-active {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fadeTr-leave-active {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.fadeTr-enter, .fadeTr-leave-to {
  opacity: 0;
}
.slide-enter-active,
.slide-leave-active {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.slide-enter,
.slide-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.dg-backdrop-enter-active {
  -webkit-animation: dg-fadeIn .3s;
          animation: dg-fadeIn .3s;
}
.dg-backdrop-leave-active {
  -webkit-animation: dg-fadeOut .5s;
          animation: dg-fadeOut .5s;
}
.dg-fade-enter-active {
  -webkit-animation: dg-fadeIn 0.6s cubic-bezier(0, 0, 0.58, 1);
          animation: dg-fadeIn 0.6s cubic-bezier(0, 0, 0.58, 1);
}
.dg-fade-leave-active {
  -webkit-animation: dg-fadeOut 0.6s cubic-bezier(0, 0, 0.58, 1);
          animation: dg-fadeOut 0.6s cubic-bezier(0, 0, 0.58, 1);
}
@-webkit-keyframes dg-fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes dg-fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes dg-fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes dg-fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.dg-zoom-enter-active {
  -webkit-animation: dg-zoomIn 0.3s cubic-bezier(0, 0, 0.58, 1);
          animation: dg-zoomIn 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.dg-zoom-leave-active {
  -webkit-animation: dg-zoomOut 0.4s cubic-bezier(0, 0, 0.58, 1);
          animation: dg-zoomOut 0.4s cubic-bezier(0, 0, 0.58, 1);
}
@-webkit-keyframes dg-zoomIn {
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
@keyframes dg-zoomIn {
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
@-webkit-keyframes dg-zoomOut {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
100% {
    opacity: 0;
}
}
@keyframes dg-zoomOut {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
100% {
    opacity: 0;
}
}
.dg-bounce-enter-active {
  -webkit-animation: dg-bounceIn .6s;
          animation: dg-bounceIn .6s;
}
.dg-bounce-leave-active {
  -webkit-animation: dg-zoomOut .6s;
          animation: dg-zoomOut .6s;
}
@-webkit-keyframes dg-bounceIn {
0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
40% {
    opacity: 1;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
}
60% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes dg-bounceIn {
0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
40% {
    opacity: 1;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
}
60% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes dg-bounceOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
}
@keyframes dg-bounceOut {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
}
.dg-btn-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}
.dg-btn-loader .dg-circles {
    width: 100%;
    display: block;
    text-align: center;
}
.dg-btn-loader .dg-circle {
    width: .9em;
    height: .9em;
    opacity: 0;
    background-color: #09a2e3;
    display: inline-block;
    border-radius: 50%;
    -webkit-animation-name: dg-circle-oscillation;
            animation-name: dg-circle-oscillation;
    -webkit-animation-duration: 0.5875s;
            animation-duration: 0.5875s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
}
.dg-btn-loader .dg-circle:not(:last-child) {
      margin-right: 8px;
}
.dg-btn-loader .dg-circle:nth-child(1) {
      -webkit-animation-delay: 0.1195s;
              animation-delay: 0.1195s;
}
.dg-btn-loader .dg-circle:nth-child(2) {
      -webkit-animation-delay: 0.2755s;
              animation-delay: 0.2755s;
}
.dg-btn-loader .dg-circle:nth-child(3) {
      -webkit-animation-delay: 0.3485s;
              animation-delay: 0.3485s;
}
@-webkit-keyframes dg-circle-oscillation {
0% {
}
50% {
    opacity: 1;
}
100% {
}
}
@keyframes dg-circle-oscillation {
0% {
}
50% {
    opacity: 1;
}
100% {
}
}
body.dg-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dg-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dg-container [disabled] {
  cursor: not-allowed;
  opacity: .3;
}
.dg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.dg-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.dg-content-cont {
  width: 100%;
  font-family: inherit;
}
.dg-main-content {
  width: 98%;
  /*width: calc(98% - 30px);*/
  max-width: 400px;
  padding: 15px;
  border-radius: 5px;
  margin: 25px auto;
  background-color: #ffffff;
}
.dg-content {
  font-size: 16px;
  line-height: 1.3em;
}
.dg-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
}
.dg-content-body {
  border-bottom: 2px solid #E1E6EA;
  padding-bottom: 15px;
}
.dg-content-footer {
  position: relative;
  padding: 15px 0 0;
}
.dg-form {
  background-color: ghostwhite;
  padding: 10px;
  margin-bottom: -15px;
}
.dg-content-cont--floating {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  margin-top: 0;
}
@media all and (max-height: 700px) {
.dg-content-cont--floating {
    position: relative;
    top: 10%;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
}
}
.dg-btn {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 6px 20px;
  border-radius: 4px;
  outline: 0;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 700;
}
.dg-btn:focus,
.dg-btn:active,
.dg-btn:link {
  outline: none;
}
.dg-btn::-moz-focus-inner {
  border: 0;
}
.dg-btn--cancel {
  color: #fefefe;
  background-color: #0096D9;
}
.dg-btn--ok {
  color: #0096D9;
  background-color: #fefefe;
  border-color: #0096D9;
}
.dg-pull-right {
  float: right;
}
.dg-btn.dg-btn--loading .dg-btn-content {
  visibility: hidden;
}
.dg-clear:before {
  content: ' ';
  display: block;
  clear: both;
}
.dg-content-body--has-title .dg-content {
  font-size: 14px;
}
.dg-container--has-input .dg-main-content {
  max-width: 450px;
}
.dg-container--has-input .dg-content {
  margin-bottom: 15px;
}
.dg-container--has-input .dg-content-body {
  border-bottom: none;
}
.dg-container--has-input .dg-form {
  border: 1px solid #E1E6EA;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dg-container--has-input .dg-content-footer {
  background-color: ghostwhite;
  border: 1px solid #E1E6EA;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 10px 10px;
}
.dg-container .dg-highlight-1 {
  color: #FF8C00;
  font-weight: bold;
  border-bottom: 1px solid #2ba5ff;
}
.dg-container .dg-highlight-2 {
  color: #2ba5ff;
  font-weight: bold;
  border-bottom: 1px solid #FF8C00;
}


 