@charset "UTF-8";
.mb-50 {
  margin-bottom: 50px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*-------------------------------------------*\
    Customize project specific variables.
    These variables are pulled into Bulma and DX
    custom files. All variables here should be
    prefixed with brand-*.
\*-------------------------------------------*/
/*-------------------------------------------*\
    Colors specific to the project
\*-------------------------------------------*/
/*=====   COLORS  ======*/
/*=====  BASIC COLORS  ======*/
/*=====   BASE  ======*/
/*=====   COLORS  ======*/
/*=====   TEXT  ======*/
/*===== CONTAINER HEIGHT ===== */
/*==== CARDS ====*/
/*=====   COLORS  ======*/
/*=====   FOOTER  ======*/
/*=====   TEXT  ======*/
/*=====  NAVBAR  ======*/
/*=====  BOX  ======*/
/*===== MODALS =====*/
/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: #f1f5fa;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #1b274b;
}

code {
  background-color: whitesmoke;
  color: #a71d2a;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

/* Bulma Elements */
.box {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #007bff;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #007bff;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 2px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 2px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 2px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 2px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 2px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 2px);
  margin-right: calc(-0.5em - 2px);
}
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #1b274b;
}
.button:focus, .button.is-focused {
  border-color: #007bff;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #fff;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #707070;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #6a6a6a;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(112, 112, 112, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #636363;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #707070;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #707070;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #707070;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #707070;
  color: #707070;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #707070;
  border-color: #707070;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #707070 #707070 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #707070;
  box-shadow: none;
  color: #707070;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #707070;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #707070 #707070 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #366FBA;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #3369b0;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 111, 186, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #3063a6;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #366FBA;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #366FBA;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #366FBA;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #366FBA;
  color: #366FBA;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #366FBA;
  border-color: #366FBA;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #366FBA #366FBA !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #366FBA;
  box-shadow: none;
  color: #366FBA;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #366FBA;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #366FBA #366FBA !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #eff4fa;
  color: #356db6;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e5edf8;
  border-color: transparent;
  color: #356db6;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #dbe6f5;
  border-color: transparent;
  color: #356db6;
}
.button.is-link {
  background-color: #007bff;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #0075f2;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #006fe6;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #007bff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #007bff;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #007bff;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #007bff;
  color: #007bff;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #007bff #007bff !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #007bff;
  box-shadow: none;
  color: #007bff;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #007bff;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #007bff #007bff !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #deeeff;
  border-color: transparent;
  color: #006adb;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d1e7ff;
  border-color: transparent;
  color: #006adb;
}
.button.is-info {
  background-color: #007bff;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #0075f2;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #006fe6;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #007bff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #007bff;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #007bff;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #007bff;
  color: #007bff;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #007bff #007bff !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #007bff;
  box-shadow: none;
  color: #007bff;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #007bff;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #007bff #007bff !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #deeeff;
  border-color: transparent;
  color: #006adb;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d1e7ff;
  border-color: transparent;
  color: #006adb;
}
.button.is-success {
  background-color: #1E824C;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #1c7846;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(30, 130, 76, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #196d40;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #1E824C;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #1E824C;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1E824C;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #1E824C;
  color: #1E824C;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #1E824C;
  border-color: #1E824C;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #1E824C #1E824C !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #1E824C;
  box-shadow: none;
  color: #1E824C;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1E824C;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1E824C #1E824C !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #eefbf4;
  color: #2bba6d;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e4f9ee;
  border-color: transparent;
  color: #2bba6d;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #daf6e7;
  border-color: transparent;
  color: #2bba6d;
}
.button.is-warning {
  background-color: #ffc107;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #f9bb00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #edb100;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffc107;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffc107;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffc107;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffc107;
  border-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffc107 #ffc107 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffc107;
  box-shadow: none;
  color: #ffc107;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffc107;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffc107 #ffc107 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946f00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff7de;
  border-color: transparent;
  color: #946f00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff4d1;
  border-color: transparent;
  color: #946f00;
}
.button.is-danger {
  background-color: #dc3545;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #da2a3b;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #d32535;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #dc3545;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #dc3545;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #dc3545;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #dc3545 #dc3545 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #dc3545;
  box-shadow: none;
  color: #dc3545;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #dc3545;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #dc3545 #dc3545 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #fceeef;
  color: #c82332;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fae3e5;
  border-color: transparent;
  color: #c82332;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #f8d8db;
  border-color: transparent;
  color: #c82332;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: #707070;
  color: #fff;
}
.notification.is-primary {
  background-color: #366FBA;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #eff4fa;
  color: #356db6;
}
.notification.is-link {
  background-color: #007bff;
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.notification.is-info {
  background-color: #007bff;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.notification.is-success {
  background-color: #1E824C;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #eefbf4;
  color: #2bba6d;
}
.notification.is-warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946f00;
}
.notification.is-danger {
  background-color: #dc3545;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #fceeef;
  color: #c82332;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}
.progress.is-white::-ms-fill {
  background-color: #fff;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #fff 30%, #ededed 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #707070;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #707070;
}
.progress.is-dark::-ms-fill {
  background-color: #707070;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #707070 30%, #ededed 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #366FBA;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #366FBA;
}
.progress.is-primary::-ms-fill {
  background-color: #366FBA;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #366FBA 30%, #ededed 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #007bff;
}
.progress.is-link::-moz-progress-bar {
  background-color: #007bff;
}
.progress.is-link::-ms-fill {
  background-color: #007bff;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #007bff 30%, #ededed 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #007bff;
}
.progress.is-info::-moz-progress-bar {
  background-color: #007bff;
}
.progress.is-info::-ms-fill {
  background-color: #007bff;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #007bff 30%, #ededed 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #1E824C;
}
.progress.is-success::-moz-progress-bar {
  background-color: #1E824C;
}
.progress.is-success::-ms-fill {
  background-color: #1E824C;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #1E824C 30%, #ededed 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #ffc107;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #ffc107;
}
.progress.is-warning::-ms-fill {
  background-color: #ffc107;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffc107 30%, #ededed 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #dc3545;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #dc3545;
}
.progress.is-danger::-ms-fill {
  background-color: #dc3545;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #dc3545 30%, #ededed 30%);
}
.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: #fff;
  color: #363636;
}
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: #707070;
  border-color: #707070;
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #366FBA;
  border-color: #366FBA;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #1E824C;
  border-color: #1E824C;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #366FBA;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #363636;
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: #366FBA;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #707070;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #366FBA;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #eff4fa;
  color: #356db6;
}
.tag:not(body).is-link {
  background-color: #007bff;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.tag:not(body).is-info {
  background-color: #007bff;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #ebf4ff;
  color: #006adb;
}
.tag:not(body).is-success {
  background-color: #1E824C;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #eefbf4;
  color: #2bba6d;
}
.tag:not(body).is-warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946f00;
}
.tag:not(body).is-danger {
  background-color: #dc3545;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #fceeef;
  color: #c82332;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #007bff;
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: #fff;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #707070;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(112, 112, 112, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #366FBA;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 111, 186, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #007bff;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #007bff;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #1E824C;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(30, 130, 76, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #ffc107;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #dc3545;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: #363636;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #007bff;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}
.select.is-light select {
  border-color: whitesmoke;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #707070;
}
.select.is-dark select {
  border-color: #707070;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #636363;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(112, 112, 112, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #366FBA;
}
.select.is-primary select {
  border-color: #366FBA;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #3063a6;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 111, 186, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #007bff;
}
.select.is-link select {
  border-color: #007bff;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #006fe6;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #007bff;
}
.select.is-info select {
  border-color: #007bff;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #006fe6;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #1E824C;
}
.select.is-success select {
  border-color: #1E824C;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #196d40;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(30, 130, 76, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ffc107;
}
.select.is-warning select {
  border-color: #ffc107;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #edb100;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #dc3545;
}
.select.is-danger select {
  border-color: #dc3545;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #d32535;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: #7a7a7a;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #707070;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #6a6a6a;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(112, 112, 112, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #636363;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #366FBA;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #3369b0;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 111, 186, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #3063a6;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #007bff;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #0075f2;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 123, 255, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #006fe6;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #007bff;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #0075f2;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 123, 255, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #006fe6;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #1E824C;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #1c7846;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(30, 130, 76, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #196d40;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ffc107;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #f9bb00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #edb100;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #dc3545;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #da2a3b;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #d32535;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: #fff;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #707070;
}
.help.is-primary {
  color: #366FBA;
}
.help.is-link {
  color: #007bff;
}
.help.is-info {
  color: #007bff;
}
.help.is-success {
  color: #1E824C;
}
.help.is-warning {
  color: #ffc107;
}
.help.is-danger {
  color: #dc3545;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #007bff;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: #1b274b;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: transparent;
  border-radius: 0.25rem;
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: none;
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 0px solid transparent;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 0px solid transparent;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #007bff;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #007bff;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #fff;
  color: #0a0a0a;
}
.message.is-white .message-body {
  border-color: #fff;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: #fff;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: whitesmoke;
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: #707070;
  color: #fff;
}
.message.is-dark .message-body {
  border-color: #707070;
}
.message.is-primary {
  background-color: #eff4fa;
}
.message.is-primary .message-header {
  background-color: #366FBA;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #366FBA;
  color: #356db6;
}
.message.is-link {
  background-color: #ebf4ff;
}
.message.is-link .message-header {
  background-color: #007bff;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #007bff;
  color: #006adb;
}
.message.is-info {
  background-color: #ebf4ff;
}
.message.is-info .message-header {
  background-color: #007bff;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #007bff;
  color: #006adb;
}
.message.is-success {
  background-color: #eefbf4;
}
.message.is-success .message-header {
  background-color: #1E824C;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #1E824C;
  color: #2bba6d;
}
.message.is-warning {
  background-color: #fffaeb;
}
.message.is-warning .message-header {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #ffc107;
  color: #946f00;
}
.message.is-danger {
  background-color: #fceeef;
}
.message.is-danger .message-header {
  background-color: #dc3545;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #dc3545;
  color: #c82332;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: #fff;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 90;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(54, 69, 79, 0.85);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: #fff;
  min-height: 5rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 769px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-black .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #fff;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #707070;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #636363;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #636363;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #636363;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #707070;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #366FBA;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #3063a6;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #3063a6;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3063a6;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #366FBA;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #007bff;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #006fe6;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #006fe6;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #006fe6;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #007bff;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #007bff;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #006fe6;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #006fe6;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #006fe6;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #007bff;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #1E824C;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #196d40;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #196d40;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #196d40;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #1E824C;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #edb100;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #edb100;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #edb100;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #dc3545;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #d32535;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #d32535;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #d32535;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #dc3545;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 5rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 5rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 5rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 5rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 5rem;
  position: relative;
  width: 5rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: #1b274b;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 4rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 5rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #007bff;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #007bff;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #007bff;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #999999;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 5rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 5rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 5rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #007bff;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: transparent;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: transparent;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #007bff;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 5rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 5rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 7rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 7rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 5rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #1b274b;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #007bff;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: #fff;
  color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: #fff;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: #fff;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: #fff;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
.panel.is-dark .panel-heading {
  background-color: #707070;
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #707070;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #707070;
}
.panel.is-primary .panel-heading {
  background-color: #366FBA;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #366FBA;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #366FBA;
}
.panel.is-link .panel-heading {
  background-color: #007bff;
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #007bff;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #007bff;
}
.panel.is-info .panel-heading {
  background-color: #007bff;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #007bff;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #007bff;
}
.panel.is-success .panel-heading {
  background-color: #1E824C;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #1E824C;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #1E824C;
}
.panel.is-warning .panel-heading {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffc107;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffc107;
}
.panel.is-danger .panel-heading {
  background-color: #dc3545;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #dc3545;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #dc3545;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}
.panel-list a:hover {
  color: #007bff;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #007bff;
  color: #363636;
}
.panel-block.is-active .panel-icon {
  color: #007bff;
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #007bff;
  color: #007bff;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: #fff !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #707070 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #575757 !important;
}

.has-background-dark {
  background-color: #707070 !important;
}

.has-text-primary {
  color: #366FBA !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #2b5792 !important;
}

.has-background-primary {
  background-color: #366FBA !important;
}

.has-text-primary-light {
  color: #eff4fa !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #c8d9ef !important;
}

.has-background-primary-light {
  background-color: #eff4fa !important;
}

.has-text-primary-dark {
  color: #356db6 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #5186cd !important;
}

.has-background-primary-dark {
  background-color: #356db6 !important;
}

.has-text-link {
  color: #007bff !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #0062cc !important;
}

.has-background-link {
  background-color: #007bff !important;
}

.has-text-link-light {
  color: #ebf4ff !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #b8daff !important;
}

.has-background-link-light {
  background-color: #ebf4ff !important;
}

.has-text-link-dark {
  color: #006adb !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #0f83ff !important;
}

.has-background-link-dark {
  background-color: #006adb !important;
}

.has-text-info {
  color: #007bff !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #0062cc !important;
}

.has-background-info {
  background-color: #007bff !important;
}

.has-text-info-light {
  color: #ebf4ff !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #b8daff !important;
}

.has-background-info-light {
  background-color: #ebf4ff !important;
}

.has-text-info-dark {
  color: #006adb !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #0f83ff !important;
}

.has-background-info-dark {
  background-color: #006adb !important;
}

.has-text-success {
  color: #1E824C !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #145934 !important;
}

.has-background-success {
  background-color: #1E824C !important;
}

.has-text-success-light {
  color: #eefbf4 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c5f2da !important;
}

.has-background-success-light {
  background-color: #eefbf4 !important;
}

.has-text-success-dark {
  color: #2bba6d !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #45d487 !important;
}

.has-background-success-dark {
  background-color: #2bba6d !important;
}

.has-text-warning {
  color: #ffc107 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #d39e00 !important;
}

.has-background-warning {
  background-color: #ffc107 !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffedb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946f00 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79500 !important;
}

.has-background-warning-dark {
  background-color: #946f00 !important;
}

.has-text-danger {
  color: #dc3545 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #bd2130 !important;
}

.has-background-danger {
  background-color: #dc3545 !important;
}

.has-text-danger-light {
  color: #fceeef !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #f4c2c7 !important;
}

.has-background-danger-light {
  background-color: #fceeef !important;
}

.has-text-danger-dark {
  color: #c82332 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #de404f !important;
}

.has-background-danger-dark {
  background-color: #c82332 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #0a0a0a;
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #707070;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #707070;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #636363;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #707070;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #5f4e51 0%, #707070 71%, #837977 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #5f4e51 0%, #707070 71%, #837977 100%);
  }
}
.hero.is-primary {
  background-color: #366FBA;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #366FBA;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #3063a6;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #366FBA;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #216b9c 0%, #366FBA 71%, #3b62ce 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #216b9c 0%, #366FBA 71%, #3b62ce 100%);
  }
}
.hero.is-link {
  background-color: #007bff;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #007bff;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #006fe6;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #007bff;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #0084cc 0%, #007bff 71%, #1a62ff 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0084cc 0%, #007bff 71%, #1a62ff 100%);
  }
}
.hero.is-info {
  background-color: #007bff;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #007bff;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #006fe6;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #007bff;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #0084cc 0%, #007bff 71%, #1a62ff 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0084cc 0%, #007bff 71%, #1a62ff 100%);
  }
}
.hero.is-success {
  background-color: #1E824C;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #1E824C;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #196d40;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1E824C;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #0f5e26 0%, #1E824C 71%, #1e9b6d 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0f5e26 0%, #1E824C 71%, #1e9b6d 100%);
  }
}
.hero.is-warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffc107;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #edb100;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffc107;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #d37b00 0%, #ffc107 71%, #ffec21 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d37b00 0%, #ffc107 71%, #ffec21 100%);
  }
}
.hero.is-danger {
  background-color: #dc3545;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #dc3545;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #d32535;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #dc3545;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #c81645 0%, #dc3545 71%, #e55145 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #c81645 0%, #dc3545 71%, #e55145 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #f1f5fa;
  padding: 0.25rem 0 0 0;
}

.tooltip {
  position: relative;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  content: "";
  border-style: solid;
  border-width: 0.5rem;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 0;
  content: attr(data-tooltip);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  background: rgba(74, 74, 74, 0.9);
  border-radius: 4px;
  color: #fff;
  max-width: 24rem;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  opacity: 1;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 1;
}
.tooltip::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  transform: translate(-50%, -0.5rem);
}
.tooltip.is-tooltip-right::before {
  top: auto;
  bottom: 50%;
  left: 100%;
  right: auto;
  transform: translate(-1rem, 50%);
}
.tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  left: 100%;
  right: auto;
  border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent;
}
.tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
  transform: translate(0.5rem, 50%);
}
.tooltip.is-tooltip-bottom::before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -1rem);
}
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent;
}
.tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
  transform: translate(-50%, 0.5rem);
}
.tooltip.is-tooltip-left::before {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(1rem, 50%);
}
.tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% - .5rem);
  border-color: transparent transparent transparent rgba(74, 74, 74, 0.9);
}
.tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
  transform: translate(-0.5rem, 50%);
}
.tooltip.is-tooltip-multiline::before {
  min-width: 24rem;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}
.tooltip.is-tooltip-white:not(.is-loading)::after {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.tooltip.is-tooltip-white::before {
  background: rgba(255, 255, 255, 0.9);
  color: #0a0a0a;
}
.tooltip.is-tooltip-black:not(.is-loading)::after {
  border-color: rgba(10, 10, 10, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(10, 10, 10, 0.9) transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(10, 10, 10, 0.9) transparent;
}
.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(10, 10, 10, 0.9);
}
.tooltip.is-tooltip-black::before {
  background: rgba(10, 10, 10, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-light:not(.is-loading)::after {
  border-color: rgba(245, 245, 245, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(245, 245, 245, 0.9) transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(245, 245, 245, 0.9) transparent;
}
.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(245, 245, 245, 0.9);
}
.tooltip.is-tooltip-light::before {
  background: rgba(245, 245, 245, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-dark:not(.is-loading)::after {
  border-color: rgba(112, 112, 112, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(112, 112, 112, 0.9) transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(112, 112, 112, 0.9) transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(112, 112, 112, 0.9);
}
.tooltip.is-tooltip-dark::before {
  background: rgba(112, 112, 112, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-primary:not(.is-loading)::after {
  border-color: rgba(54, 111, 186, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(54, 111, 186, 0.9) transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(54, 111, 186, 0.9) transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(54, 111, 186, 0.9);
}
.tooltip.is-tooltip-primary::before {
  background: rgba(54, 111, 186, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-link:not(.is-loading)::after {
  border-color: rgba(0, 123, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 123, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 123, 255, 0.9) transparent;
}
.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 123, 255, 0.9);
}
.tooltip.is-tooltip-link::before {
  background: rgba(0, 123, 255, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-info:not(.is-loading)::after {
  border-color: rgba(0, 123, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 123, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 123, 255, 0.9) transparent;
}
.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 123, 255, 0.9);
}
.tooltip.is-tooltip-info::before {
  background: rgba(0, 123, 255, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-success:not(.is-loading)::after {
  border-color: rgba(30, 130, 76, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(30, 130, 76, 0.9) transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(30, 130, 76, 0.9) transparent;
}
.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(30, 130, 76, 0.9);
}
.tooltip.is-tooltip-success::before {
  background: rgba(30, 130, 76, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-warning:not(.is-loading)::after {
  border-color: rgba(255, 193, 7, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 193, 7, 0.9) transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 193, 7, 0.9) transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 193, 7, 0.9);
}
.tooltip.is-tooltip-warning::before {
  background: rgba(255, 193, 7, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-danger:not(.is-loading)::after {
  border-color: rgba(220, 53, 69, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(220, 53, 69, 0.9) transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(220, 53, 69, 0.9) transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(220, 53, 69, 0.9);
}
.tooltip.is-tooltip-danger::before {
  background: rgba(220, 53, 69, 0.9);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .is-tooltip-top-mobile::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-mobile:focus:not(.is-loading)::after, .is-tooltip-top-mobile:hover:not(.is-loading)::after, .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-mobile:focus::before, .is-tooltip-top-mobile:hover::before, .is-tooltip-top-mobile.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-top-tablet::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet:focus:not(.is-loading)::after, .is-tooltip-top-tablet:hover:not(.is-loading)::after, .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet:focus::before, .is-tooltip-top-tablet:hover::before, .is-tooltip-top-tablet.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-top-tablet-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet-only:focus:not(.is-loading)::after, .is-tooltip-top-tablet-only:hover:not(.is-loading)::after, .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet-only:focus::before, .is-tooltip-top-tablet-only:hover::before, .is-tooltip-top-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-top-touch::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-touch:focus:not(.is-loading)::after, .is-tooltip-top-touch:hover:not(.is-loading)::after, .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-touch:focus::before, .is-tooltip-top-touch:hover::before, .is-tooltip-top-touch.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-top-desktop::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop:focus:not(.is-loading)::after, .is-tooltip-top-desktop:hover:not(.is-loading)::after, .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop:focus::before, .is-tooltip-top-desktop:hover::before, .is-tooltip-top-desktop.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-top-desktop-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop-only:focus:not(.is-loading)::after, .is-tooltip-top-desktop-only:hover:not(.is-loading)::after, .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop-only:focus::before, .is-tooltip-top-desktop-only:hover::before, .is-tooltip-top-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-top-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-widescreen:focus:not(.is-loading)::after, .is-tooltip-top-widescreen:hover:not(.is-loading)::after, .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-widescreen:focus::before, .is-tooltip-top-widescreen:hover::before, .is-tooltip-top-widescreen.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-top-widescreen-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-top-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-widescreen-only:focus::before, .is-tooltip-top-widescreen-only:hover::before, .is-tooltip-top-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-top-fullhd::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-fullhd:focus:not(.is-loading)::after, .is-tooltip-top-fullhd:hover:not(.is-loading)::after, .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-fullhd:focus::before, .is-tooltip-top-fullhd:hover::before, .is-tooltip-top-fullhd.is-tooltip-active::before {
    transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-right-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-mobile:focus:not(.is-loading)::after, .is-tooltip-right-mobile:hover:not(.is-loading)::after, .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-mobile:focus::before, .is-tooltip-right-mobile:hover::before, .is-tooltip-right-mobile.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-right-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet:focus:not(.is-loading)::after, .is-tooltip-right-tablet:hover:not(.is-loading)::after, .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet:focus::before, .is-tooltip-right-tablet:hover::before, .is-tooltip-right-tablet.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-right-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet-only:focus:not(.is-loading)::after, .is-tooltip-right-tablet-only:hover:not(.is-loading)::after, .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet-only:focus::before, .is-tooltip-right-tablet-only:hover::before, .is-tooltip-right-tablet-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-right-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-touch:focus:not(.is-loading)::after, .is-tooltip-right-touch:hover:not(.is-loading)::after, .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-touch:focus::before, .is-tooltip-right-touch:hover::before, .is-tooltip-right-touch.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-right-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop:focus:not(.is-loading)::after, .is-tooltip-right-desktop:hover:not(.is-loading)::after, .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop:focus::before, .is-tooltip-right-desktop:hover::before, .is-tooltip-right-desktop.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-right-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop-only:focus:not(.is-loading)::after, .is-tooltip-right-desktop-only:hover:not(.is-loading)::after, .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop-only:focus::before, .is-tooltip-right-desktop-only:hover::before, .is-tooltip-right-desktop-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-right-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-widescreen:focus:not(.is-loading)::after, .is-tooltip-right-widescreen:hover:not(.is-loading)::after, .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-widescreen:focus::before, .is-tooltip-right-widescreen:hover::before, .is-tooltip-right-widescreen.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-right-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-right-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-widescreen-only:focus::before, .is-tooltip-right-widescreen-only:hover::before, .is-tooltip-right-widescreen-only.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-right-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-fullhd:focus:not(.is-loading)::after, .is-tooltip-right-fullhd:hover:not(.is-loading)::after, .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-fullhd:focus::before, .is-tooltip-right-fullhd:hover::before, .is-tooltip-right-fullhd.is-tooltip-active::before {
    transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-bottom-mobile::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-mobile:focus:not(.is-loading)::after, .is-tooltip-bottom-mobile:hover:not(.is-loading)::after, .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-mobile:focus::before, .is-tooltip-bottom-mobile:hover::before, .is-tooltip-bottom-mobile.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-bottom-tablet::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet:focus::before, .is-tooltip-bottom-tablet:hover::before, .is-tooltip-bottom-tablet.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-bottom-tablet-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet-only:focus::before, .is-tooltip-bottom-tablet-only:hover::before, .is-tooltip-bottom-tablet-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-bottom-touch::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-touch:focus:not(.is-loading)::after, .is-tooltip-bottom-touch:hover:not(.is-loading)::after, .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-touch:focus::before, .is-tooltip-bottom-touch:hover::before, .is-tooltip-bottom-touch.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-bottom-desktop::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop:focus::before, .is-tooltip-bottom-desktop:hover::before, .is-tooltip-bottom-desktop.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-bottom-desktop-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop-only:focus::before, .is-tooltip-bottom-desktop-only:hover::before, .is-tooltip-bottom-desktop-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-bottom-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-widescreen:focus::before, .is-tooltip-bottom-widescreen:hover::before, .is-tooltip-bottom-widescreen.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-bottom-widescreen-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-widescreen-only:focus::before, .is-tooltip-bottom-widescreen-only:hover::before, .is-tooltip-bottom-widescreen-only.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-bottom-fullhd::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-fullhd:focus:not(.is-loading)::after, .is-tooltip-bottom-fullhd:hover:not(.is-loading)::after, .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }
  .is-tooltip-bottom-fullhd:focus::before, .is-tooltip-bottom-fullhd:hover::before, .is-tooltip-bottom-fullhd.is-tooltip-active::before {
    transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .is-tooltip-left-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-mobile:focus:not(.is-loading)::after, .is-tooltip-left-mobile:hover:not(.is-loading)::after, .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-mobile:focus::before, .is-tooltip-left-mobile:hover::before, .is-tooltip-left-mobile.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-tooltip-left-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet:focus:not(.is-loading)::after, .is-tooltip-left-tablet:hover:not(.is-loading)::after, .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-tablet:focus::before, .is-tooltip-left-tablet:hover::before, .is-tooltip-left-tablet.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-tooltip-left-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet-only:focus:not(.is-loading)::after, .is-tooltip-left-tablet-only:hover:not(.is-loading)::after, .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-tablet-only:focus::before, .is-tooltip-left-tablet-only:hover::before, .is-tooltip-left-tablet-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-tooltip-left-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-touch:focus:not(.is-loading)::after, .is-tooltip-left-touch:hover:not(.is-loading)::after, .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-touch:focus::before, .is-tooltip-left-touch:hover::before, .is-tooltip-left-touch.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-tooltip-left-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop:focus:not(.is-loading)::after, .is-tooltip-left-desktop:hover:not(.is-loading)::after, .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-desktop:focus::before, .is-tooltip-left-desktop:hover::before, .is-tooltip-left-desktop.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-tooltip-left-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop-only:focus:not(.is-loading)::after, .is-tooltip-left-desktop-only:hover:not(.is-loading)::after, .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-desktop-only:focus::before, .is-tooltip-left-desktop-only:hover::before, .is-tooltip-left-desktop-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-tooltip-left-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-widescreen:focus:not(.is-loading)::after, .is-tooltip-left-widescreen:hover:not(.is-loading)::after, .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-widescreen:focus::before, .is-tooltip-left-widescreen:hover::before, .is-tooltip-left-widescreen.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-tooltip-left-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-widescreen-only:focus:not(.is-loading)::after, .is-tooltip-left-widescreen-only:hover:not(.is-loading)::after, .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-widescreen-only:focus::before, .is-tooltip-left-widescreen-only:hover::before, .is-tooltip-left-widescreen-only.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-tooltip-left-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-fullhd:focus:not(.is-loading)::after, .is-tooltip-left-fullhd:hover:not(.is-loading)::after, .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }
  .is-tooltip-left-fullhd:focus::before, .is-tooltip-left-fullhd:hover::before, .is-tooltip-left-fullhd.is-tooltip-active::before {
    transform: translate(-0.5rem, 50%) !important;
  }
}
.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 4px;
}
.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
.is-checkradio[type=radio] + label:hover::before, .is-checkradio[type=radio] + label:hover:before,
.is-checkradio[type=checkbox] + label:hover::before,
.is-checkradio[type=checkbox] + label:hover:before {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hover-color;
          animation-name: hover-color;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid #dbdbdb;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after,
.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}
.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + label {
  margin-right: 0rem;
  margin-left: 0.5rem;
}
.is-checkradio[type=radio].is-rtl + label::before, .is-checkradio[type=radio].is-rtl + label:before,
.is-checkradio[type=checkbox].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio]:focus + label::before, .is-checkradio[type=radio]:focus + label:before,
.is-checkradio[type=checkbox]:focus + label::before,
.is-checkradio[type=checkbox]:focus + label:before {
  outline: 1px dotted #b5b5b5;
}
.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #366FBA !important;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  border: 0.1rem solid #dbdbdb;
}
.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + label {
  opacity: 0.5;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  -webkit-animation-name: none;
          animation-name: none;
}
.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after,
.is-checkradio[type=checkbox]:checked + label::after,
.is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}
.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label:hover, .is-checkradio[type=radio][disabled] + label:before, .is-checkradio[type=radio][disabled] + label::before, .is-checkradio[type=radio][disabled] + label::after, .is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label::before,
.is-checkradio[type=checkbox][disabled] + label::after,
.is-checkradio[type=checkbox][disabled] + label:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover::before, .is-checkradio[type=radio][disabled]:hover:before,
.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before {
  -webkit-animation-name: none;
          animation-name: none;
}
.is-checkradio[type=radio][disabled]::before, .is-checkradio[type=radio][disabled]:before,
.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]::after, .is-checkradio[type=radio][disabled]:after,
.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio].has-no-border + label::before, .is-checkradio[type=radio].has-no-border + label:before,
.is-checkradio[type=checkbox].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}
.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block {
  display: none !important;
}
.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + label {
  width: 100% !important;
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}
.is-checkradio[type=radio].is-block:hover:not([disabled]) + label,
.is-checkradio[type=checkbox].is-block:hover:not([disabled]) + label {
  background: #e8e8e8;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  border-radius: 4px;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  box-sizing: border-box;
  transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #366FBA;
  border-top: 0;
  border-left: 0;
}
.is-checkradio[type=checkbox].is-circle + label::before, .is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}
.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}
.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}
.is-checkradio[type=checkbox].is-block + label::before, .is-checkradio[type=checkbox].is-block + label:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-block + label::after, .is-checkradio[type=checkbox].is-block + label:after {
  top: 0.325rem;
  left: 0.65rem;
}
.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}
.is-checkradio[type=checkbox].is-rtl + label::after, .is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}
.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::before, .is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::after, .is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.29375rem;
  left: 0.5375rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}
.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}
.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::before, .is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::after, .is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.35625rem;
  left: 0.7625rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.75rem;
}
.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::before, .is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::after, .is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.3875rem;
  left: 0.875rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.9rem;
}
.is-checkradio[type=checkbox].is-white.has-background-color + label::before, .is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:before {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: #0a0a0a;
  border-color: #fff !important;
  background: #fff;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label {
  background: #f2f2f2;
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:before {
  border-color: black !important;
}
.is-checkradio[type=checkbox].is-black.has-background-color + label::before, .is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: #fff;
  border-color: #0a0a0a !important;
  background: #0a0a0a;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label {
  background: black;
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: whitesmoke !important;
  background: whitesmoke;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label {
  background: #e8e8e8;
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-dark.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:before {
  border-color: #707070 !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #fff;
  border-color: #707070 !important;
  background: #707070;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label {
  background: #636363;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:before {
  border-color: #366FBA !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: #fff;
  border-color: #366FBA !important;
  background: #366FBA;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: #3063a6;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-link.has-background-color + label::before, .is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: #fff;
  border-color: #007bff !important;
  background: #007bff;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: #006fe6;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #fff;
  border-color: #007bff !important;
  background: #007bff;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label {
  background: #006fe6;
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:before {
  border-color: #1E824C !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #fff;
  border-color: #1E824C !important;
  background: #1E824C;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label {
  background: #196d40;
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:before {
  border-color: #ffc107 !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffc107 !important;
  background: #ffc107;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label {
  background: #edb100;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:before {
  border-color: #dc3545 !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #fff;
  border-color: #dc3545 !important;
  background: #dc3545;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label {
  background: #d32535;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox]:indeterminate + label::after, .is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none;
}
.is-checkradio[type=checkbox]:indeterminate.is-white + label::after, .is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: #fff;
}
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: #0a0a0a;
}
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: whitesmoke;
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: #707070;
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #366FBA;
}
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #007bff;
}
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: #007bff;
}
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #1E824C;
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #ffc107;
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #dc3545;
}

.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #366FBA;
  left: 0;
  transform: scale(0.5);
}
.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important;
}
.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}
.is-checkradio[type=radio].is-rtl + label::after, .is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before, .is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}
.is-checkradio[type=radio].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=radio].is-small + label::before, .is-checkradio[type=radio].is-small + label:before, .is-checkradio[type=radio].is-small + label::after, .is-checkradio[type=radio].is-small + label:after {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}
.is-checkradio[type=radio].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}
.is-checkradio[type=radio].is-medium + label::before, .is-checkradio[type=radio].is-medium + label:before, .is-checkradio[type=radio].is-medium + label::after, .is-checkradio[type=radio].is-medium + label:after {
  width: 1.875rem;
  height: 1.875rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.5rem;
}
.is-checkradio[type=radio].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}
.is-checkradio[type=radio].is-large + label::before, .is-checkradio[type=radio].is-large + label:before, .is-checkradio[type=radio].is-large + label::after, .is-checkradio[type=radio].is-large + label:after {
  width: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 3rem;
}
.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: #fff !important;
}
.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::before, .is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::after, .is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black.has-background-color + label::before, .is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::before, .is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::after, .is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-light.has-background-color + label::before, .is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-dark.has-background-color + label::before, .is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: #707070 !important;
  background-color: #707070 !important;
}
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: #707070 !important;
}
.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: #707070 !important;
  background-color: #707070 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: #707070 !important;
  background-color: #707070 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #366FBA !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #366FBA !important;
}
.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #366FBA !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #366FBA !important;
  background-color: #366FBA !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-link.has-background-color + label::before, .is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::before, .is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::after, .is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #007bff !important;
}
.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #007bff !important;
  background-color: #007bff !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #1E824C !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #1E824C !important;
}
.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #1E824C !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #1E824C !important;
  background-color: #1E824C !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffc107 !important;
}
.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #dc3545 !important;
}
.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.has-text-grey {
  color: #757575 !important;
}

.lSSlideWrapper {
  max-width: 300px;
  max-height: 300px;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}

.lSAction > a {
  -webkit-filter: invert(50%);
}

.steps {
  list-style-type: none;
}

.accordion {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  border-bottom: 1px solid #DDE0E7;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 1.5rem;
}

.accordion-header:hover {
  background: #F6F7F9;
}

.accordion-content {
  display: none;
  border-bottom: 1px solid #DDE0E7;
  background: whitesmoke;
  padding: 1.5rem;
  color: #4a5666;
}

.accordion-header::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #B1B5BE;
  margin-right: 0.75rem;
}

.active.accordion-header::before {
  background-color: #366FBA;
}

/*-------------------------------------------*\
    Customize project specific variables.
    These variables are pulled into Bulma and DX
    custom files. All variables here should be
    prefixed with brand-*.
\*-------------------------------------------*/
/*-------------------------------------------*\
    Colors specific to the project
\*-------------------------------------------*/
/*=====   COLORS  ======*/
/*=====  BASIC COLORS  ======*/
/*=====   BASE  ======*/
/*=====   COLORS  ======*/
/*=====   TEXT  ======*/
/*===== CONTAINER HEIGHT ===== */
/*==== CARDS ====*/
/*=====   COLORS  ======*/
/*=====   FOOTER  ======*/
/*=====   TEXT  ======*/
/*=====  NAVBAR  ======*/
/*=====  BOX  ======*/
/*===== MODALS =====*/
/*=====  Buttons ======*/
.button .icon:first-child:last-child,
.icon:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -3px;
}

.button {
  font-weight: 700;
  justify-content: center;
}

.button.is-rounded.is-medium {
  height: 44px;
  min-width: 140px;
  font-size: 0.75rem !important;
}

.border-button {
  background-color: #366FBA;
  color: white;
  font-weight: bold;
  height: 25%;
}

.align-link-to-button {
  margin-top: 8px;
}

.border-button {
  background-color: #366FBA;
  color: white;
  font-weight: bold;
  height: 25%;
}

.waitlist-btn {
  background-color: #707070;
  color: white;
  border: none;
}

.button.button-with-icon {
  padding-bottom: calc(0.375em - 2px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1em - 2px);
  display: inline-block;
  height: 5em;
  min-width: 10em;
  margin-right: 0.5em;
  margin-top: 0.5em;
}
@media (max-width: 1110px) {
  .button.button-with-icon {
    padding-bottom: calc(0.375em - 2px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 2px);
    min-width: 0;
    height: auto;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .button.button-with-icon {
    padding-bottom: calc(0.375em - 2px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 2px);
    min-width: 0;
    height: auto;
    justify-content: flex-start;
    display: inline-flex;
    display: flex;
    width: 100%;
    margin-top: 0.5em;
  }
}
.button.button-with-icon .fas {
  margin-bottom: 0.75rem;
}
@media (max-width: 769px) {
  .button.button-with-icon .fas {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}
@media (max-width: 1110px) {
  .button.button-with-icon .fas {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}

.button.is-primary.is-outlined.is-active {
  background-color: #366FBA;
  border-color: #366FBA;
  color: #fff;
}

@media screen and (max-width: 768px), print {
  .button.is-fullwidth-mobile {
    display: flex;
    width: 100%;
  }
}
.content figure {
  margin-left: 0;
  margin-right: 0;
}

.control.has-icons-right .icon {
  color: #366FBA;
}

/**
    Add .basic-modal to .modal for basic styling.
*/
.basic-modal .modal-card-head {
  background-color: #f2f2f2;
  font-weight: 700;
}
.basic-modal .modal-card-foot {
  border-top: none;
  justify-content: flex-end;
}

.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}
.steps .steps-segment {
  position: relative;
}
.steps .steps-segment:not(:last-child):after {
  content: " ";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal) .steps-segment {
    display: block;
  }
  .steps:not(.is-horizontal) .steps-segment:not(:last-child) {
    min-height: 4em;
  }
  .steps:not(.is-horizontal).is-short .steps-segment {
    flex-grow: 0;
  }
  .steps:not(.is-horizontal).is-short.is-centered {
    justify-content: center;
  }
  .steps:not(.is-horizontal).is-short.is-bottom {
    justify-content: flex-end;
  }
  .steps:not(.is-horizontal):not(.is-short) {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .steps:not(.is-horizontal):not(.is-short) .steps-segment:not(:last-child) {
    flex-grow: 1;
  }
}
.steps.is-vertical .steps-segment {
  display: block;
}
.steps.is-vertical .steps-segment:not(:last-child) {
  min-height: 4em;
}
.steps.is-vertical.is-short .steps-segment {
  flex-grow: 0;
}
.steps.is-vertical.is-short.is-centered {
  justify-content: center;
}
.steps.is-vertical.is-short.is-bottom {
  justify-content: flex-end;
}
.steps.is-vertical:not(.is-short) {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.steps.is-vertical:not(.is-short) .steps-segment:not(:last-child) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical) {
    display: flex;
  }
  .steps:not(.is-vertical) .steps-segment:not(:last-child) {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .steps:not(.is-vertical).is-narrow .steps-segment {
    flex-grow: 0;
  }
  .steps:not(.is-vertical).is-narrow .steps-segment:not(:last-child) {
    min-width: 10em;
  }
  .steps:not(.is-vertical).is-narrow.is-centered {
    justify-content: center;
  }
  .steps:not(.is-vertical).is-narrow.is-right {
    justify-content: flex-end;
  }
  .steps:not(.is-vertical).has-content-centered {
    text-align: center;
  }
  .steps:not(.is-vertical).is-balanced .steps-segment:last-child, .steps:not(.is-vertical).has-content-centered .steps-segment:last-child {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .steps:not(.is-vertical).is-narrow.has-content-centered .steps-segment:last-child {
    flex-grow: 0;
    min-width: 10em;
  }
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    text-align: center;
  }
}
.steps.is-horizontal {
  display: flex;
}
.steps.is-horizontal .steps-segment:not(:last-child) {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps.is-horizontal.is-narrow .steps-segment {
  flex-grow: 0;
}
.steps.is-horizontal.is-narrow .steps-segment:not(:last-child) {
  min-width: 10em;
}
.steps.is-horizontal.is-narrow.is-centered {
  justify-content: center;
}
.steps.is-horizontal.is-narrow.is-right {
  justify-content: flex-end;
}
.steps.is-horizontal.has-content-centered {
  text-align: center;
}
.steps.is-horizontal.is-balanced .steps-segment:last-child, .steps.is-horizontal.has-content-centered .steps-segment:last-child {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps.is-horizontal.is-narrow.has-content-centered .steps-segment:last-child {
  flex-grow: 0;
  min-width: 10em;
}
.steps.is-horizontal .steps-content.is-divider-content {
  text-align: center;
}
.steps .steps-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.steps {
  font-size: 1rem;
}
.steps .steps-marker {
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1rem - (0.2em));
    top: 1.76rem;
    width: 0.4em;
  }
  .steps:not(.is-horizontal) .steps-content {
    margin-left: calc(1rem + .5em);
    margin-top: -2rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1rem - .5em);
  }
  .steps:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.3rem;
    bottom: 0.3rem;
  }
}
.steps.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1rem - (0.2em));
  top: 1.76rem;
  width: 0.4em;
}
.steps.is-vertical .steps-content {
  margin-left: calc(1rem + .5em);
  margin-top: -2rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1rem - .5em);
}
.steps.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.3rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.76rem;
    right: -0.24rem;
    top: calc(1rem - (0.2em));
  }
  .steps:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1rem - (0.2em));
    top: auto;
  }
  .steps:not(.is-vertical) .extra-data {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
    bottom: 100%;
    position: absolute;
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em));
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em));
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em));
  }
  .steps:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps:not(.is-vertical) .steps-content {
    margin-left: 1rem;
  }
  .steps:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1rem;
  }
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1rem);
  }
  .steps:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2rem;
    padding-bottom: 0.2em;
  }
  .steps:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.3rem;
    right: 0.3rem;
  }
  .steps:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
  }
}
.steps.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.76rem;
  right: -0.24rem;
  top: calc(1rem - (0.2em));
}
.steps.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1rem - (0.2em));
  top: auto;
}
.steps.is-horizontal .extra-data {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em));
}
.steps.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em));
}
.steps.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em));
}
.steps.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-horizontal .steps-content {
  margin-left: 1rem;
}
.steps.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1rem;
}
.steps.is-horizontal .steps-content.is-divider-content {
  margin-right: -1rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1rem);
}
.steps.is-horizontal.has-content-centered .steps-content {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2rem;
  padding-bottom: 0.2em;
}
.steps.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.3rem;
  right: 0.3rem;
}
.steps.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
}

.steps.is-small {
  font-size: 0.75rem;
}
.steps.is-small .steps-marker {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-small:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-small:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(0.75rem - (0.2em));
    top: 1.26rem;
    width: 0.4em;
  }
  .steps.is-small:not(.is-horizontal) .steps-content {
    margin-left: calc(0.75rem + .5em);
    margin-top: -1.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-small:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-small:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(0.75rem - .5em);
  }
  .steps.is-small:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 1.8rem;
    bottom: 0.3rem;
  }
}
.steps.is-small.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-small.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(0.75rem - (0.2em));
  top: 1.26rem;
  width: 0.4em;
}
.steps.is-small.is-vertical .steps-content {
  margin-left: calc(0.75rem + .5em);
  margin-top: -1.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-small.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-small.is-vertical.has-content-centered .steps-content {
  padding-top: calc(0.75rem - .5em);
}
.steps.is-small.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 1.8rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-small:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.26rem;
    right: -0.24rem;
    top: calc(0.75rem - (0.2em));
  }
  .steps.is-small:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.75rem - (0.2em));
    top: auto;
  }
  .steps.is-small:not(.is-vertical) .extra-data {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em));
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em));
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em));
  }
  .steps.is-small:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-small:not(.is-vertical) .steps-content {
    margin-left: 0.75rem;
  }
  .steps.is-small:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -0.75rem;
  }
  .steps.is-small:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -0.75rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.75rem);
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 1.5rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-small:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 1.5rem;
    padding-bottom: 0.2em;
  }
  .steps.is-small:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.8rem;
    right: 0.3rem;
  }
  .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
  }
}
.steps.is-small.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.26rem;
  right: -0.24rem;
  top: calc(0.75rem - (0.2em));
}
.steps.is-small.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.75rem - (0.2em));
  top: auto;
}
.steps.is-small.is-horizontal .extra-data {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-small.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em));
}
.steps.is-small.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em));
}
.steps.is-small.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em));
}
.steps.is-small.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-small.is-horizontal .steps-content {
  margin-left: 0.75rem;
}
.steps.is-small.is-horizontal .steps-content:not(:last-child) {
  margin-right: -0.75rem;
}
.steps.is-small.is-horizontal .steps-content.is-divider-content {
  margin-right: -0.75rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-small.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-small.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.75rem);
}
.steps.is-small.is-horizontal.has-content-centered .steps-content {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-small.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 1.5rem;
  padding-bottom: 0.2em;
}
.steps.is-small.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 1.8rem;
  right: 0.3rem;
}
.steps.is-small.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
}

.steps.is-medium {
  font-size: 1.25rem;
}
.steps.is-medium .steps-marker {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-medium:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-medium:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.25rem - (0.2em));
    top: 2.26rem;
    width: 0.4em;
  }
  .steps.is-medium:not(.is-horizontal) .steps-content {
    margin-left: calc(1.25rem + .5em);
    margin-top: -2.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-medium:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-medium:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.25rem - .5em);
  }
  .steps.is-medium:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.8rem;
    bottom: 0.3rem;
  }
}
.steps.is-medium.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-medium.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.25rem - (0.2em));
  top: 2.26rem;
  width: 0.4em;
}
.steps.is-medium.is-vertical .steps-content {
  margin-left: calc(1.25rem + .5em);
  margin-top: -2.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-medium.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-medium.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.25rem - .5em);
}
.steps.is-medium.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.8rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.26rem;
    right: -0.24rem;
    top: calc(1.25rem - (0.2em));
  }
  .steps.is-medium:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.25rem - (0.2em));
    top: auto;
  }
  .steps.is-medium:not(.is-vertical) .extra-data {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em));
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em));
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em));
  }
  .steps.is-medium:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-medium:not(.is-vertical) .steps-content {
    margin-left: 1.25rem;
  }
  .steps.is-medium:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.25rem;
  }
  .steps.is-medium:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.25rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.25rem);
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2.5rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-medium:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2.5rem;
    padding-bottom: 0.2em;
  }
  .steps.is-medium:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.8rem;
    right: 0.3rem;
  }
  .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
  }
}
.steps.is-medium.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.26rem;
  right: -0.24rem;
  top: calc(1.25rem - (0.2em));
}
.steps.is-medium.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.25rem - (0.2em));
  top: auto;
}
.steps.is-medium.is-horizontal .extra-data {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em));
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em));
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em));
}
.steps.is-medium.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-medium.is-horizontal .steps-content {
  margin-left: 1.25rem;
}
.steps.is-medium.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.25rem;
}
.steps.is-medium.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.25rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-medium.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-medium.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.25rem);
}
.steps.is-medium.is-horizontal.has-content-centered .steps-content {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-medium.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2.5rem;
  padding-bottom: 0.2em;
}
.steps.is-medium.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.8rem;
  right: 0.3rem;
}
.steps.is-medium.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
}

.steps.is-large {
  font-size: 1.5rem;
}
.steps.is-large .steps-marker {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-large:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-large:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.5rem - (0.2em));
    top: 2.76rem;
    width: 0.4em;
  }
  .steps.is-large:not(.is-horizontal) .steps-content {
    margin-left: calc(1.5rem + .5em);
    margin-top: -3rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-large:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-large:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.5rem - .5em);
  }
  .steps.is-large:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 3.3rem;
    bottom: 0.3rem;
  }
}
.steps.is-large.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-large.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.5rem - (0.2em));
  top: 2.76rem;
  width: 0.4em;
}
.steps.is-large.is-vertical .steps-content {
  margin-left: calc(1.5rem + .5em);
  margin-top: -3rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-large.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-large.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.5rem - .5em);
}
.steps.is-large.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 3.3rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-large:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.76rem;
    right: -0.24rem;
    top: calc(1.5rem - (0.2em));
  }
  .steps.is-large:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.5rem - (0.2em));
    top: auto;
  }
  .steps.is-large:not(.is-vertical) .extra-data {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em));
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em));
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em));
  }
  .steps.is-large:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-large:not(.is-vertical) .steps-content {
    margin-left: 1.5rem;
  }
  .steps.is-large:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.5rem;
  }
  .steps.is-large:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.5rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.5rem);
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 3rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-large:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 3rem;
    padding-bottom: 0.2em;
  }
  .steps.is-large:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 3.3rem;
    right: 0.3rem;
  }
  .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
  }
}
.steps.is-large.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.76rem;
  right: -0.24rem;
  top: calc(1.5rem - (0.2em));
}
.steps.is-large.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.5rem - (0.2em));
  top: auto;
}
.steps.is-large.is-horizontal .extra-data {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-large.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em));
}
.steps.is-large.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em));
}
.steps.is-large.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em));
}
.steps.is-large.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-large.is-horizontal .steps-content {
  margin-left: 1.5rem;
}
.steps.is-large.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.5rem;
}
.steps.is-large.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.5rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-large.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-large.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.5rem);
}
.steps.is-large.is-horizontal.has-content-centered .steps-content {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-large.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 3rem;
  padding-bottom: 0.2em;
}
.steps.is-large.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 3.3rem;
  right: 0.3rem;
}
.steps.is-large.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
}

.steps-segment:after {
  background-color: #1E824C;
}
.steps-segment.is-active:after {
  background-color: #dbdbdb;
}
.steps-segment.is-active ~ .steps-segment:after {
  background-color: #dbdbdb;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
  background-color: #1E824C;
  color: #fff;
}
.steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
  background-color: #1E824C;
  color: #fff;
}
.steps:not(.is-hollow) .steps-segment.is-active ~ .steps-segment .steps-marker:not(.is-hollow) {
  background-color: #dbdbdb;
  color: rgba(0, 0, 0, 0.7);
}

.steps.is-hollow .steps-marker,
.steps-marker.is-hollow {
  border: 0.3em solid #1E824C;
}

.steps.is-hollow .is-active .steps-marker,
.steps .is-active .steps-marker.is-hollow {
  border-color: #1E824C;
}

.steps.is-hollow .steps-segment.is-active ~ .steps-segment .steps-marker,
.steps-segment.is-active ~ .steps-segment .steps-marker.is-hollow {
  border-color: #dbdbdb;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-white {
  background-color: #fff !important;
  color: #0a0a0a !important;
}

.steps.is-hollow .steps-marker.is-white,
.steps .steps-marker.is-hollow.is-white {
  border-color: #fff !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-black {
  background-color: #0a0a0a !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-black,
.steps .steps-marker.is-hollow.is-black {
  border-color: #0a0a0a !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-light {
  background-color: whitesmoke !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.steps.is-hollow .steps-marker.is-light,
.steps .steps-marker.is-hollow.is-light {
  border-color: whitesmoke !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-dark {
  background-color: #707070 !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-dark,
.steps .steps-marker.is-hollow.is-dark {
  border-color: #707070 !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-primary {
  background-color: #366FBA !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-primary,
.steps .steps-marker.is-hollow.is-primary {
  border-color: #366FBA !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-link {
  background-color: #007bff !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-link,
.steps .steps-marker.is-hollow.is-link {
  border-color: #007bff !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-info {
  background-color: #007bff !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-info,
.steps .steps-marker.is-hollow.is-info {
  border-color: #007bff !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-success {
  background-color: #1E824C !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-success,
.steps .steps-marker.is-hollow.is-success {
  border-color: #1E824C !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-warning {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.steps.is-hollow .steps-marker.is-warning,
.steps .steps-marker.is-hollow.is-warning {
  border-color: #ffc107 !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-danger,
.steps .steps-marker.is-hollow.is-danger {
  border-color: #dc3545 !important;
}

@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal).is-dashed .steps-segment:after, .steps:not(.is-horizontal) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, #1E824C, #1E824C 5px, transparent 5px, transparent 10px);
  }
  .steps:not(.is-horizontal).is-dashed .steps-segment.is-active:after, .steps:not(.is-horizontal).is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps:not(.is-horizontal) .steps-segment.is-active.is-dashed:after,
.steps:not(.is-horizontal) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
  }
}
.steps.is-vertical.is-dashed .steps-segment:after, .steps.is-vertical .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, #1E824C, #1E824C 5px, transparent 5px, transparent 10px);
}
.steps.is-vertical.is-dashed .steps-segment.is-active:after, .steps.is-vertical.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps.is-vertical .steps-segment.is-active.is-dashed:after,
.steps.is-vertical .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical).is-dashed .steps-segment:after,
.steps:not(.is-vertical) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, #1E824C, #1E824C 10px, transparent 10px, transparent 20px);
  }
  .steps:not(.is-vertical).is-dashed .steps-segment.is-active:after, .steps:not(.is-vertical).is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps:not(.is-vertical) .steps-segment.is-active.is-dashed:after,
.steps:not(.is-vertical) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
  }
}
.steps.is-horizontal.is-dashed .steps-segment:after,
.steps.is-horizontal .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, #1E824C, #1E824C 10px, transparent 10px, transparent 20px);
}
.steps.is-horizontal.is-dashed .steps-segment.is-active:after, .steps.is-horizontal.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps.is-horizontal .steps-segment.is-active.is-dashed:after,
.steps.is-horizontal .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
}

.steps.is-thin .steps-marker {
  width: 0.8em;
  height: 0.8em;
}
.steps.is-thin.is-hollow .steps-marker,
.steps.is-thin .steps-marker.is-hollow {
  border-width: 1px;
  height: calc(0.8em + 1px);
  width: calc(0.8em + 1px);
}
@media screen and (max-width: 768px) {
  .steps.is-thin:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: 0;
    left: calc(0.4em - 0.5px);
    top: 0.8em;
    width: 1px;
  }
  .steps.is-thin:not(.is-horizontal) .steps-content {
    margin-top: -1.2em;
    margin-left: 0.8em;
  }
  .steps.is-thin:not(.is-horizontal).has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-horizontal) .steps-segment.has-gaps:not(:last-child):after {
    bottom: 0.4em;
    top: 1.2em;
  }
  .steps.is-thin:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: 1.6em;
  }
}
.steps.is-thin.is-vertical .steps-segment:not(:last-child):after {
  bottom: 0;
  left: calc(0.4em - 0.5px);
  top: 0.8em;
  width: 1px;
}
.steps.is-thin.is-vertical .steps-content {
  margin-top: -1.2em;
  margin-left: 0.8em;
}
.steps.is-thin.is-vertical.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-vertical .steps-segment.has-gaps:not(:last-child):after {
  bottom: 0.4em;
  top: 1.2em;
}
.steps.is-thin.is-vertical.has-content-centered .steps-content {
  padding-top: 1.6em;
}
@media screen and (min-width: 769px), print {
  .steps.is-thin:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 0.8em;
    right: 0;
    top: calc(0.4em - 0.5px);
    height: 1px;
  }
  .steps.is-thin:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.4em - 0.5px);
    top: auto;
  }
  .steps.is-thin:not(.is-vertical) .steps-content {
    margin-top: 0.8em;
  }
  .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: calc(50% + 0.4em);
    right: calc(-50% + 0.4em);
  }
  .steps.is-thin:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.4em);
  }
  .steps.is-thin:not(.is-vertical).has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.2em;
    right: 0.4em;
  }
  .steps.is-thin:not(.is-vertical).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 0.8em);
    right: calc(-50% + 0.8em);
  }
}
.steps.is-thin.is-horizontal .steps-segment:not(:last-child):after {
  left: 0.8em;
  right: 0;
  top: calc(0.4em - 0.5px);
  height: 1px;
}
.steps.is-thin.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.4em - 0.5px);
  top: auto;
}
.steps.is-thin.is-horizontal .steps-content {
  margin-top: 0.8em;
}
.steps.is-thin.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: calc(50% + 0.4em);
  right: calc(-50% + 0.4em);
}
.steps.is-thin.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.4em);
}
.steps.is-thin.is-horizontal.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal .steps-segment.has-gaps:not(:last-child):after {
  left: 1.2em;
  right: 0.4em;
}
.steps.is-thin.is-horizontal.has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal.has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 0.8em);
  right: calc(-50% + 0.8em);
}

.steps:not(.is-vertical).has-content-above .steps-segment {
  display: flex;
  flex-direction: column-reverse;
}
.steps:not(.is-vertical).has-content-above .steps-segment .steps-content {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}

ul {
  list-style: initial;
}

ul.is-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-border {
  border-bottom: 4px solid rgba(57, 117, 196, 0.21);
}

.top-right-radius {
  border-top-right-radius: 6px !important;
}

.bottom-right-radius {
  border-bottom-right-radius: 6px !important;
}

.pointer {
  cursor: pointer;
}

.message.is-danger .message-body {
  border-color: #DA2A3A !important;
}

.has-text-danger {
  color: #DA2A3A !important;
}

.navbar {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.navbar-start,
.mobile-nav {
  flex-grow: 4;
  margin: 0 1rem;
}
.navbar-start form,
.mobile-nav form {
  margin-top: 1.5rem;
  flex: 1;
}
.navbar-start .input,
.mobile-nav .input {
  box-shadow: none;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid transparent;
}
.navbar-start .control,
.mobile-nav .control {
  margin: 0;
}
.navbar-start .button,
.mobile-nav .button {
  box-sizing: border-box;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 0;
  border-top-right-radius: 290486px;
  border-bottom-right-radius: 290486px;
  color: #fff !important;
  background: #3975c4;
}
.navbar-start .button:hover, .navbar-start .button:active, .navbar-start .button:focus,
.mobile-nav .button:hover,
.mobile-nav .button:active,
.mobile-nav .button:focus {
  background: #6997d3;
  color: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.navbar-start .button .icon,
.mobile-nav .button .icon {
  margin-top: -4px;
}
.navbar-start .button.is-white:active,
.navbar-start .button.is-white.is-active,
.navbar-start .button.is-white:focus,
.mobile-nav .button.is-white:active,
.mobile-nav .button.is-white.is-active,
.mobile-nav .button.is-white:focus {
  border-color: #dbdbdb;
}

.navbar-item {
  font-weight: bold;
  color: #4a4a4a;
}

a.navbar-item,
.navbar-link {
  color: #4a4a4a;
}
a.navbar-item:hover,
.navbar-link:hover {
  color: #1b274b;
}

.navbar-end {
  margin: 0 1rem;
}

.navbar-burger:hover {
  background: transparent;
}

@media screen and (min-width: 769px) {
  .navbar-dropdown {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 769px) {
  .navbar-link:not(.is-arrowless)::after {
    display: none;
  }
}
/*=====  Footer ======*/
.main-footer {
  width: 100%;
}

.search-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

#copyright-year {
  display: inline;
}

.sticky-footer {
  min-height: calc(100vh - 178px);
}

.footer {
  background: #275188;
  color: #fff;
  height: 72px;
  padding: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .footer {
    height: initial;
  }
}
.footer a {
  color: #fff;
}

.claim-account-box-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 50px 0;
  padding: 3rem 2rem 2rem 2rem;
}

.error-box-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 50px 0;
  padding: 3rem 2rem 2rem 2rem;
}

@media screen and (max-width: 769px) {
  .container {
    padding: 0 1rem;
  }
}

.full-width-two-column-layout {
  padding: 1rem 2rem;
}
.full-width-two-column-layout .content-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.full-width-two-column-layout .content-footer {
  margin-top: 3rem;
}
.full-width-two-column-layout hr {
  margin: 0.5rem 0 1rem 0;
  background: #dbdbdb;
}
.full-width-two-column-layout hr.thin {
  margin: 1.5rem 0;
  background: #efefef;
}
.full-width-two-column-layout .sidebar.is-narrow {
  width: 200px;
}
.full-width-two-column-layout .sidebar img {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/**
    Sidebar containing image, garage details
*/
.sidebar.is-narrow-desktop {
  width: 225px;
  margin-left: 12px;
}
@media screen and (max-width: 769px) {
  .sidebar.is-narrow-desktop {
    width: 100%;
    margin: 0;
  }
}

.sidebar img {
  border-radius: 10px;
}

#cookie-consent {
  background: #237AFC;
  color: #fff;
  font-weight: 600;
  padding: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookie-consent a {
  color: #fff;
  text-decoration: underline;
}
#cookie-consent a:hover {
  color: #f9f9f9;
}

.layout-page {
  background-color: #fff;
  background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
  min-height: 100vh;
}
.layout-page .photo-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  min-height: 750px;
}
.layout-page .clip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 40% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40% 100%);
}
.layout-page .logo {
  width: 50%;
}
.layout-page .fixed-column {
  width: 475px;
  min-height: 750px;
}
@media screen and (max-width: 769px) {
  .layout-page .fixed-column {
    width: initial;
  }
}
.layout-page .card {
  margin-top: 40%;
}
@media screen and (max-width: 769px) {
  .layout-page .card {
    margin-top: 20%;
  }
}
.layout-page .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.layout-page .flex-item {
  padding: 20px;
}
.layout-page .operator-logo {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 225px;
}

.dashboard-page .account-card-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dashboard-page .account-card-header {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dashboard-page .account-card {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding-bottom: 4rem !important;
}
.dashboard-page .account-card img {
  border-radius: 10px;
  max-height: 175px;
}
.dashboard-page .billing-border {
  border-top: 1px solid #f1f2f5;
  margin: 1rem 0 2rem 0;
}
.dashboard-page li {
  display: inline-block;
  color: #7a7a7a;
}
.dashboard-page .subtitle {
  line-height: 1.25rem;
}

html,
body {
  height: 100%;
}

hr {
  background-color: #eee;
}

a {
  color: #0071F0;
}

.validation-summary-errors ul {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none;
}

.layout-page {
  min-height: 100vh;
}
.layout-page .height-fix {
  min-height: 90vh;
}
.layout-page .layout-background {
  background: url("../clientimages/background") no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.password-subtitle {
  font-size: 0.8rem;
}

.validation-summary {
  display: none;
}

.validation-summary-valid {
  display: none;
}

.validation-summary.validation-summary-errors {
  display: block;
}

.reset-password-email {
  color: #7a7a7a;
  background-color: whitesmoke;
  border-color: whitesmoke;
}

.language-selector {
  font-size: 1em;
  border: none;
}

.language-footer {
  font-weight: normal;
  margin-top: -6px;
  border: none;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNpdGUuY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvdGhlbWUvaGVscGVycy5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvdGhlbWUvdGhlbWUuc2NzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9TQVNTL3RoZW1lL3ZhcmlhYmxlcy5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9idWxtYS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL3V0aWxpdGllcy9fYWxsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2FuaW1hdGlvbnMuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy91dGlsaXRpZXMvbWl4aW5zLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2luaXRpYWwtdmFyaWFibGVzLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2NvbnRyb2xzLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvYmFzZS9fYWxsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvYmFzZS9taW5pcmVzZXQuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9iYXNlL2dlbmVyaWMuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy91dGlsaXRpZXMvZGVyaXZlZC12YXJpYWJsZXMuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy9fYWxsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvYm94LnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvYnV0dG9uLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvY29udGFpbmVyLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvY29udGVudC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL2ljb24uc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy9pbWFnZS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL25vdGlmaWNhdGlvbi5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL3Byb2dyZXNzLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvdGFibGUuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy90YWcuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy90aXRsZS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL290aGVyLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS9fYWxsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS9zaGFyZWQuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9mb3JtL2lucHV0LXRleHRhcmVhLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS9jaGVja2JveC1yYWRpby5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2Zvcm0vc2VsZWN0LnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS9maWxlLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS90b29scy5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvX2FsbC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvYnJlYWRjcnVtYi5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvY2FyZC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvZHJvcGRvd24uc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL2xldmVsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvY29tcG9uZW50cy9tZWRpYS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvbWVudS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvbWVzc2FnZS5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvbW9kYWwuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL25hdmJhci5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvcGFnaW5hdGlvbi5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvcGFuZWwuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL3RhYnMuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9ncmlkL19hbGwuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9ncmlkL2NvbHVtbnMuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9ncmlkL3RpbGVzLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvaGVscGVycy9fYWxsLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvaGVscGVycy9jb2xvci5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2hlbHBlcnMvZmxleGJveC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2hlbHBlcnMvZmxvYXQuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9oZWxwZXJzL290aGVyLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvaGVscGVycy9vdmVyZmxvdy5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2hlbHBlcnMvcG9zaXRpb24uc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9oZWxwZXJzL3NwYWNpbmcuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9oZWxwZXJzL3R5cG9ncmFwaHkuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9oZWxwZXJzL3Zpc2liaWxpdHkuc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9sYXlvdXQvX2FsbC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL25vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2xheW91dC9oZXJvLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvbGF5b3V0L3NlY3Rpb24uc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9sYXlvdXQvZm9vdGVyLnNhc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvbm9kZV9tb2R1bGVzL2J1bG1hLXRvb2x0aXAvc3JjL3Nhc3MvaW5kZXguc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEtdG9vbHRpcC9zcmMvc2Fzcy9fcG9zaXRpb24uc2FzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9ub2RlX21vZHVsZXMvYnVsbWEtY2hlY2tyYWRpby9zcmMvc2Fzcy9pbmRleC5zYXNzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvdGhlbWUvX2J1bG1hLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy90aGVtZS9leHRlbnNpb25zLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9lbGVtZW50cy9fYnV0dG9uLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9lbGVtZW50cy9fY29udGVudC5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvZWxlbWVudHMvX2lucHV0LnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9lbGVtZW50cy9fbW9kYWwuc2NzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9TQVNTL2VsZW1lbnRzL19zdGVwcGVyLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9lbGVtZW50cy9fdHlwb2dyYXBoeS5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvZWxlbWVudHMvX21lc3NhZ2Uuc2NzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9TQVNTL2xheW91dC9fbmF2YmFyLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9sYXlvdXQvX2Zvb3Rlci5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvbGF5b3V0L19jb250YWluZXJzLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9sYXlvdXQvX2Z1bGwtd2lkdGgtdHdvLWNvbHVtbi5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvbGF5b3V0L19zaWRlYmFyLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9sYXlvdXQvX2Nvb2tpZS5zY3NzIiwiLi4vLi4vLi4vUGFya2VyQmlsbC5XZWIuU2hhcmVkL1NBU1MvcGFnZXMvX2xheW91dC1wYWdlLnNjc3MiLCIuLi8uLi8uLi9QYXJrZXJCaWxsLldlYi5TaGFyZWQvU0FTUy9wYWdlcy9fZGFzaGJvYXJkLXBhZ2Uuc2NzcyIsIi4uLy4uLy4uL1BhcmtlckJpbGwuV2ViLlNoYXJlZC9TQVNTL21haW4uc2NzcyIsIi4uLy4uL0NvbW1vbi9TQVNTL19sb2dpbi1wYWdlLnNjc3MiLCIuLi8uLi9Db21tb24vU0FTUy9fbGF5b3V0LnNjc3MiLCIuLi8uLi9Db21tb24vU0FTUy9tYWluLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0JBQWdCO0FDQ2hCO0VBQ0ksbUJBQUE7QURDSjs7QUNLQTtFQUNFLG9CQUFBO0FERkY7O0FDS0E7O0VBRUUsd0JBQUE7QURGRjs7QUNLQTs7RUFFRSwwQkFBQTtBREZGOztBQ0tBOztFQUVFLDJCQUFBO0FERkY7O0FDS0E7O0VBRUUseUJBQUE7QURGRjs7QUNLQTtFQUNFLDBCQUFBO0FERkY7O0FDS0E7O0VBRUUsOEJBQUE7QURGRjs7QUNLQTs7RUFFRSxnQ0FBQTtBREZGOztBQ0tBOztFQUVFLGlDQUFBO0FERkY7O0FDS0E7O0VBRUUsK0JBQUE7QURGRjs7QUNLQTtFQUNFLHlCQUFBO0FERkY7O0FDS0E7O0VBRUUsNkJBQUE7QURGRjs7QUNLQTs7RUFFRSwrQkFBQTtBREZGOztBQ0tBOztFQUVFLGdDQUFBO0FERkY7O0FDS0E7O0VBRUUsOEJBQUE7QURGRjs7QUNLQTtFQUNFLHVCQUFBO0FERkY7O0FDS0E7O0VBRUUsMkJBQUE7QURGRjs7QUNLQTs7RUFFRSw2QkFBQTtBREZGOztBQ0tBOztFQUVFLDhCQUFBO0FERkY7O0FDS0E7O0VBRUUsNEJBQUE7QURGRjs7QUNLQTtFQUNFLHlCQUFBO0FERkY7O0FDS0E7O0VBRUUsNkJBQUE7QURGRjs7QUNLQTs7RUFFRSwrQkFBQTtBREZGOztBQ0tBOztFQUVFLGdDQUFBO0FERkY7O0FDS0E7O0VBRUUsOEJBQUE7QURGRjs7QUNLQTtFQUNFLHVCQUFBO0FERkY7O0FDS0E7O0VBRUUsMkJBQUE7QURGRjs7QUNLQTs7RUFFRSw2QkFBQTtBREZGOztBQ0tBOztFQUVFLDhCQUFBO0FERkY7O0FDS0E7O0VBRUUsNEJBQUE7QURGRjs7QUNLQTtFQUNFLHFCQUFBO0FERkY7O0FDS0E7O0VBRUUseUJBQUE7QURGRjs7QUNLQTs7RUFFRSwyQkFBQTtBREZGOztBQ0tBOztFQUVFLDRCQUFBO0FERkY7O0FDS0E7O0VBRUUsMEJBQUE7QURGRjs7QUNLQTtFQUNFLDJCQUFBO0FERkY7O0FDS0E7O0VBRUUsK0JBQUE7QURGRjs7QUNLQTs7RUFFRSxpQ0FBQTtBREZGOztBQ0tBOztFQUVFLGtDQUFBO0FERkY7O0FDS0E7O0VBRUUsZ0NBQUE7QURGRjs7QUNLQTtFQUNFLDBCQUFBO0FERkY7O0FDS0E7O0VBRUUsOEJBQUE7QURGRjs7QUNLQTs7RUFFRSxnQ0FBQTtBREZGOztBQ0tBOztFQUVFLGlDQUFBO0FERkY7O0FDS0E7O0VBRUUsK0JBQUE7QURGRjs7QUNLQTtFQUNFLHdCQUFBO0FERkY7O0FDS0E7O0VBRUUsNEJBQUE7QURGRjs7QUNLQTs7RUFFRSw4QkFBQTtBREZGOztBQ0tBOztFQUVFLCtCQUFBO0FERkY7O0FDS0E7O0VBRUUsNkJBQUE7QURGRjs7QUNLQTtFQUNFLDBCQUFBO0FERkY7O0FDS0E7O0VBRUUsOEJBQUE7QURGRjs7QUNLQTs7RUFFRSxnQ0FBQTtBREZGOztBQ0tBOztFQUVFLGlDQUFBO0FERkY7O0FDS0E7O0VBRUUsK0JBQUE7QURGRjs7QUNLQTtFQUNFLHdCQUFBO0FERkY7O0FDS0E7O0VBRUUsNEJBQUE7QURGRjs7QUNLQTs7RUFFRSw4QkFBQTtBREZGOztBQ0tBOztFQUVFLCtCQUFBO0FERkY7O0FDS0E7O0VBRUUsNkJBQUE7QURGRjs7QUNLQTtFQUNFLHVCQUFBO0FERkY7O0FDS0E7O0VBRUUsMkJBQUE7QURGRjs7QUNLQTs7RUFFRSw2QkFBQTtBREZGOztBQ0tBOztFQUVFLDhCQUFBO0FERkY7O0FDS0E7O0VBRUUsNEJBQUE7QURGRjs7QUNLQTtFQUNFO0lBQ0Usb0JBQUE7RURGRjs7RUNJQTs7SUFFRSx3QkFBQTtFRERGOztFQ0dBOztJQUVFLDBCQUFBO0VEQUY7O0VDRUE7O0lBRUUsMkJBQUE7RURDRjs7RUNDQTs7SUFFRSx5QkFBQTtFREVGOztFQ0FBO0lBQ0UsMEJBQUE7RURHRjs7RUNEQTs7SUFFRSw4QkFBQTtFRElGOztFQ0ZBOztJQUVFLGdDQUFBO0VES0Y7O0VDSEE7O0lBRUUsaUNBQUE7RURNRjs7RUNKQTs7SUFFRSwrQkFBQTtFRE9GOztFQ0xBO0lBQ0UseUJBQUE7RURRRjs7RUNOQTs7SUFFRSw2QkFBQTtFRFNGOztFQ1BBOztJQUVFLCtCQUFBO0VEVUY7O0VDUkE7O0lBRUUsZ0NBQUE7RURXRjs7RUNUQTs7SUFFRSw4QkFBQTtFRFlGOztFQ1ZBO0lBQ0UsdUJBQUE7RURhRjs7RUNYQTs7SUFFRSwyQkFBQTtFRGNGOztFQ1pBOztJQUVFLDZCQUFBO0VEZUY7O0VDYkE7O0lBRUUsOEJBQUE7RURnQkY7O0VDZEE7O0lBRUUsNEJBQUE7RURpQkY7O0VDZkE7SUFDRSx5QkFBQTtFRGtCRjs7RUNoQkE7O0lBRUUsNkJBQUE7RURtQkY7O0VDakJBOztJQUVFLCtCQUFBO0VEb0JGOztFQ2xCQTs7SUFFRSxnQ0FBQTtFRHFCRjs7RUNuQkE7O0lBRUUsOEJBQUE7RURzQkY7O0VDcEJBO0lBQ0UsdUJBQUE7RUR1QkY7O0VDckJBOztJQUVFLDJCQUFBO0VEd0JGOztFQ3RCQTs7SUFFRSw2QkFBQTtFRHlCRjs7RUN2QkE7O0lBRUUsOEJBQUE7RUQwQkY7O0VDeEJBOztJQUVFLDRCQUFBO0VEMkJGOztFQ3pCQTtJQUNFLHFCQUFBO0VENEJGOztFQzFCQTs7SUFFRSx5QkFBQTtFRDZCRjs7RUMzQkE7O0lBRUUsMkJBQUE7RUQ4QkY7O0VDNUJBOztJQUVFLDRCQUFBO0VEK0JGOztFQzdCQTs7SUFFRSwwQkFBQTtFRGdDRjs7RUM5QkE7SUFDRSwyQkFBQTtFRGlDRjs7RUMvQkE7O0lBRUUsK0JBQUE7RURrQ0Y7O0VDaENBOztJQUVFLGlDQUFBO0VEbUNGOztFQ2pDQTs7SUFFRSxrQ0FBQTtFRG9DRjs7RUNsQ0E7O0lBRUUsZ0NBQUE7RURxQ0Y7O0VDbkNBO0lBQ0UsMEJBQUE7RURzQ0Y7O0VDcENBOztJQUVFLDhCQUFBO0VEdUNGOztFQ3JDQTs7SUFFRSxnQ0FBQTtFRHdDRjs7RUN0Q0E7O0lBRUUsaUNBQUE7RUR5Q0Y7O0VDdkNBOztJQUVFLCtCQUFBO0VEMENGOztFQ3hDQTtJQUNFLHdCQUFBO0VEMkNGOztFQ3pDQTs7SUFFRSw0QkFBQTtFRDRDRjs7RUMxQ0E7O0lBRUUsOEJBQUE7RUQ2Q0Y7O0VDM0NBOztJQUVFLCtCQUFBO0VEOENGOztFQzVDQTs7SUFFRSw2QkFBQTtFRCtDRjs7RUM3Q0E7SUFDRSwwQkFBQTtFRGdERjs7RUM5Q0E7O0lBRUUsOEJBQUE7RURpREY7O0VDL0NBOztJQUVFLGdDQUFBO0VEa0RGOztFQ2hEQTs7SUFFRSxpQ0FBQTtFRG1ERjs7RUNqREE7O0lBRUUsK0JBQUE7RURvREY7O0VDbERBO0lBQ0Usd0JBQUE7RURxREY7O0VDbkRBOztJQUVFLDRCQUFBO0VEc0RGOztFQ3BEQTs7SUFFRSw4QkFBQTtFRHVERjs7RUNyREE7O0lBRUUsK0JBQUE7RUR3REY7O0VDdERBOztJQUVFLDZCQUFBO0VEeURGOztFQ3REQTtJQUNFLHVCQUFBO0VEeURGOztFQ3ZEQTs7SUFFRSwyQkFBQTtFRDBERjs7RUN4REE7O0lBRUUsNkJBQUE7RUQyREY7O0VDekRBOztJQUVFLDhCQUFBO0VENERGOztFQzFEQTs7SUFFRSw0QkFBQTtFRDZERjtBQUNGO0FDMURBO0VBQ0U7SUFDRSxvQkFBQTtFRDRERjs7RUMxREE7O0lBRUUsd0JBQUE7RUQ2REY7O0VDM0RBOztJQUVFLDBCQUFBO0VEOERGOztFQzVEQTs7SUFFRSwyQkFBQTtFRCtERjs7RUM3REE7O0lBRUUseUJBQUE7RURnRUY7O0VDOURBO0lBQ0UsMEJBQUE7RURpRUY7O0VDL0RBOztJQUVFLDhCQUFBO0VEa0VGOztFQ2hFQTs7SUFFRSxnQ0FBQTtFRG1FRjs7RUNqRUE7O0lBRUUsaUNBQUE7RURvRUY7O0VDbEVBOztJQUVFLCtCQUFBO0VEcUVGOztFQ25FQTtJQUNFLHlCQUFBO0VEc0VGOztFQ3BFQTs7SUFFRSw2QkFBQTtFRHVFRjs7RUNyRUE7O0lBRUUsK0JBQUE7RUR3RUY7O0VDdEVBOztJQUVFLGdDQUFBO0VEeUVGOztFQ3ZFQTs7SUFFRSw4QkFBQTtFRDBFRjs7RUN4RUE7SUFDRSx1QkFBQTtFRDJFRjs7RUN6RUE7O0lBRUUsMkJBQUE7RUQ0RUY7O0VDMUVBOztJQUVFLDZCQUFBO0VENkVGOztFQzNFQTs7SUFFRSw4QkFBQTtFRDhFRjs7RUM1RUE7O0lBRUUsNEJBQUE7RUQrRUY7O0VDN0VBO0lBQ0UseUJBQUE7RURnRkY7O0VDOUVBOztJQUVFLDZCQUFBO0VEaUZGOztFQy9FQTs7SUFFRSwrQkFBQTtFRGtGRjs7RUNoRkE7O0lBRUUsZ0NBQUE7RURtRkY7O0VDakZBOztJQUVFLDhCQUFBO0VEb0ZGOztFQ2xGQTtJQUNFLHVCQUFBO0VEcUZGOztFQ25GQTs7SUFFRSwyQkFBQTtFRHNGRjs7RUNwRkE7O0lBRUUsNkJBQUE7RUR1RkY7O0VDckZBOztJQUVFLDhCQUFBO0VEd0ZGOztFQ3RGQTs7SUFFRSw0QkFBQTtFRHlGRjs7RUN2RkE7SUFDRSxxQkFBQTtFRDBGRjs7RUN4RkE7O0lBRUUseUJBQUE7RUQyRkY7O0VDekZBOztJQUVFLDJCQUFBO0VENEZGOztFQzFGQTs7SUFFRSw0QkFBQTtFRDZGRjs7RUMzRkE7O0lBRUUsMEJBQUE7RUQ4RkY7O0VDNUZBO0lBQ0UsMkJBQUE7RUQrRkY7O0VDN0ZBOztJQUVFLCtCQUFBO0VEZ0dGOztFQzlGQTs7SUFFRSxpQ0FBQTtFRGlHRjs7RUMvRkE7O0lBRUUsa0NBQUE7RURrR0Y7O0VDaEdBOztJQUVFLGdDQUFBO0VEbUdGOztFQ2pHQTtJQUNFLDBCQUFBO0VEb0dGOztFQ2xHQTs7SUFFRSw4QkFBQTtFRHFHRjs7RUNuR0E7O0lBRUUsZ0NBQUE7RURzR0Y7O0VDcEdBOztJQUVFLGlDQUFBO0VEdUdGOztFQ3JHQTs7SUFFRSwrQkFBQTtFRHdHRjs7RUN0R0E7SUFDRSx3QkFBQTtFRHlHRjs7RUN2R0E7O0lBRUUsNEJBQUE7RUQwR0Y7O0VDeEdBOztJQUVFLDhCQUFBO0VEMkdGOztFQ3pHQTs7SUFFRSwrQkFBQTtFRDRHRjs7RUMxR0E7O0lBRUUsNkJBQUE7RUQ2R0Y7O0VDM0dBO0lBQ0UsMEJBQUE7RUQ4R0Y7O0VDNUdBOztJQUVFLDhCQUFBO0VEK0dGOztFQzdHQTs7SUFFRSxnQ0FBQTtFRGdIRjs7RUM5R0E7O0lBRUUsaUNBQUE7RURpSEY7O0VDL0dBOztJQUVFLCtCQUFBO0VEa0hGOztFQ2hIQTtJQUNFLHdCQUFBO0VEbUhGOztFQ2pIQTs7SUFFRSw0QkFBQTtFRG9IRjs7RUNsSEE7O0lBRUUsOEJBQUE7RURxSEY7O0VDbkhBOztJQUVFLCtCQUFBO0VEc0hGOztFQ3BIQTs7SUFFRSw2QkFBQTtFRHVIRjs7RUNySEE7SUFDRSx1QkFBQTtFRHdIRjs7RUN0SEE7O0lBRUUsMkJBQUE7RUR5SEY7O0VDdkhBOztJQUVFLDZCQUFBO0VEMEhGOztFQ3hIQTs7SUFFRSw4QkFBQTtFRDJIRjs7RUN6SEE7O0lBRUUsNEJBQUE7RUQ0SEY7QUFDRjtBQ3pIQTtFQUNFO0lBQ0Usb0JBQUE7RUQySEY7O0VDekhBOztJQUVFLHdCQUFBO0VENEhGOztFQzFIQTs7SUFFRSwwQkFBQTtFRDZIRjs7RUMzSEE7O0lBRUUsMkJBQUE7RUQ4SEY7O0VDNUhBOztJQUVFLHlCQUFBO0VEK0hGOztFQzdIQTtJQUNFLDBCQUFBO0VEZ0lGOztFQzlIQTs7SUFFRSw4QkFBQTtFRGlJRjs7RUMvSEE7O0lBRUUsZ0NBQUE7RURrSUY7O0VDaElBOztJQUVFLGlDQUFBO0VEbUlGOztFQ2pJQTs7SUFFRSwrQkFBQTtFRG9JRjs7RUNsSUE7SUFDRSx5QkFBQTtFRHFJRjs7RUNuSUE7O0lBRUUsNkJBQUE7RURzSUY7O0VDcElBOztJQUVFLCtCQUFBO0VEdUlGOztFQ3JJQTs7SUFFRSxnQ0FBQTtFRHdJRjs7RUN0SUE7O0lBRUUsOEJBQUE7RUR5SUY7O0VDdklBO0lBQ0UsdUJBQUE7RUQwSUY7O0VDeElBOztJQUVFLDJCQUFBO0VEMklGOztFQ3pJQTs7SUFFRSw2QkFBQTtFRDRJRjs7RUMxSUE7O0lBRUUsOEJBQUE7RUQ2SUY7O0VDM0lBOztJQUVFLDRCQUFBO0VEOElGOztFQzVJQTtJQUNFLHlCQUFBO0VEK0lGOztFQzdJQTs7SUFFRSw2QkFBQTtFRGdKRjs7RUM5SUE7O0lBRUUsK0JBQUE7RURpSkY7O0VDL0lBOztJQUVFLGdDQUFBO0VEa0pGOztFQ2hKQTs7SUFFRSw4QkFBQTtFRG1KRjs7RUNqSkE7SUFDRSx1QkFBQTtFRG9KRjs7RUNsSkE7O0lBRUUsMkJBQUE7RURxSkY7O0VDbkpBOztJQUVFLDZCQUFBO0VEc0pGOztFQ3BKQTs7SUFFRSw4QkFBQTtFRHVKRjs7RUNySkE7O0lBRUUsNEJBQUE7RUR3SkY7O0VDdEpBO0lBQ0UscUJBQUE7RUR5SkY7O0VDdkpBOztJQUVFLHlCQUFBO0VEMEpGOztFQ3hKQTs7SUFFRSwyQkFBQTtFRDJKRjs7RUN6SkE7O0lBRUUsNEJBQUE7RUQ0SkY7O0VDMUpBOztJQUVFLDBCQUFBO0VENkpGOztFQzNKQTtJQUNFLDJCQUFBO0VEOEpGOztFQzVKQTs7SUFFRSwrQkFBQTtFRCtKRjs7RUM3SkE7O0lBRUUsaUNBQUE7RURnS0Y7O0VDOUpBOztJQUVFLGtDQUFBO0VEaUtGOztFQy9KQTs7SUFFRSxnQ0FBQTtFRGtLRjs7RUNoS0E7SUFDRSwwQkFBQTtFRG1LRjs7RUNqS0E7O0lBRUUsOEJBQUE7RURvS0Y7O0VDbEtBOztJQUVFLGdDQUFBO0VEcUtGOztFQ25LQTs7SUFFRSxpQ0FBQTtFRHNLRjs7RUNwS0E7O0lBRUUsK0JBQUE7RUR1S0Y7O0VDcktBO0lBQ0Usd0JBQUE7RUR3S0Y7O0VDdEtBOztJQUVFLDRCQUFBO0VEeUtGOztFQ3ZLQTs7SUFFRSw4QkFBQTtFRDBLRjs7RUN4S0E7O0lBRUUsK0JBQUE7RUQyS0Y7O0VDektBOztJQUVFLDZCQUFBO0VENEtGOztFQzFLQTtJQUNFLDBCQUFBO0VENktGOztFQzNLQTs7SUFFRSw4QkFBQTtFRDhLRjs7RUM1S0E7O0lBRUUsZ0NBQUE7RUQrS0Y7O0VDN0tBOztJQUVFLGlDQUFBO0VEZ0xGOztFQzlLQTs7SUFFRSwrQkFBQTtFRGlMRjs7RUMvS0E7SUFDRSx3QkFBQTtFRGtMRjs7RUNoTEE7O0lBRUUsNEJBQUE7RURtTEY7O0VDakxBOztJQUVFLDhCQUFBO0VEb0xGOztFQ2xMQTs7SUFFRSwrQkFBQTtFRHFMRjs7RUNuTEE7O0lBRUUsNkJBQUE7RURzTEY7O0VDcExBO0lBQ0UsdUJBQUE7RUR1TEY7O0VDckxBOztJQUVFLDJCQUFBO0VEd0xGOztFQ3RMQTs7SUFFRSw2QkFBQTtFRHlMRjs7RUN2TEE7O0lBRUUsOEJBQUE7RUQwTEY7O0VDeExBOztJQUVFLDRCQUFBO0VEMkxGO0FBQ0Y7QUN4TEE7RUFDRTtJQUNFLG9CQUFBO0VEMExGOztFQ3hMQTs7SUFFRSx3QkFBQTtFRDJMRjs7RUN6TEE7O0lBRUUsMEJBQUE7RUQ0TEY7O0VDMUxBOztJQUVFLDJCQUFBO0VENkxGOztFQzNMQTs7SUFFRSx5QkFBQTtFRDhMRjs7RUM1TEE7SUFDRSwwQkFBQTtFRCtMRjs7RUM3TEE7O0lBRUUsOEJBQUE7RURnTUY7O0VDOUxBOztJQUVFLGdDQUFBO0VEaU1GOztFQy9MQTs7SUFFRSxpQ0FBQTtFRGtNRjs7RUNoTUE7O0lBRUUsK0JBQUE7RURtTUY7O0VDak1BO0lBQ0UseUJBQUE7RURvTUY7O0VDbE1BOztJQUVFLDZCQUFBO0VEcU1GOztFQ25NQTs7SUFFRSwrQkFBQTtFRHNNRjs7RUNwTUE7O0lBRUUsZ0NBQUE7RUR1TUY7O0VDck1BOztJQUVFLDhCQUFBO0VEd01GOztFQ3RNQTtJQUNFLHVCQUFBO0VEeU1GOztFQ3ZNQTs7SUFFRSwyQkFBQTtFRDBNRjs7RUN4TUE7O0lBRUUsNkJBQUE7RUQyTUY7O0VDek1BOztJQUVFLDhCQUFBO0VENE1GOztFQzFNQTs7SUFFRSw0QkFBQTtFRDZNRjs7RUMzTUE7SUFDRSx5QkFBQTtFRDhNRjs7RUM1TUE7O0lBRUUsNkJBQUE7RUQrTUY7O0VDN01BOztJQUVFLCtCQUFBO0VEZ05GOztFQzlNQTs7SUFFRSxnQ0FBQTtFRGlORjs7RUMvTUE7O0lBRUUsOEJBQUE7RURrTkY7O0VDaE5BO0lBQ0UsdUJBQUE7RURtTkY7O0VDak5BOztJQUVFLDJCQUFBO0VEb05GOztFQ2xOQTs7SUFFRSw2QkFBQTtFRHFORjs7RUNuTkE7O0lBRUUsOEJBQUE7RURzTkY7O0VDcE5BOztJQUVFLDRCQUFBO0VEdU5GOztFQ3JOQTtJQUNFLHFCQUFBO0VEd05GOztFQ3ROQTs7SUFFRSx5QkFBQTtFRHlORjs7RUN2TkE7O0lBRUUsMkJBQUE7RUQwTkY7O0VDeE5BOztJ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QkF2RmdCO0FaeTVEbEI7O0FZaDBEQTtFQUNFLG1CQUFBO0VBQ0Esb0JBQUE7QVptMERGOztBWWowREE7RUFDRSxjSjFHYTtFSTJHYixnQkpyRVk7QVJ5NERkOztBWWgwREE7RUFDRSxZQUFBO0FabTBERjs7QVlqMERBO0VMMURFLGlDQUFBO0VLNERBLDRCSjdHYTtFSThHYixjSnBIYTtFSXFIYixrQkFqR2M7RUFrR2QsZ0JBQUE7RUFDQSx1QkFsR1k7RUFtR1osZ0JBQUE7RUFDQSxpQkFBQTtBWm8wREY7QVluMERFO0VBQ0UsNkJBQUE7RUFDQSxtQkFBQTtFQUNBLGNBdkdpQjtFQXdHakIsVUFBQTtBWnEwREo7O0FZbDBERTs7RUFFRSxtQkFBQTtBWnEwREo7QVlwMERJOztFQUNFLG1CQUFBO0FadTBETjtBWXQwREU7RUFDRSxjSnhJVztBUmc5RGY7O0FjdDlEQSxtQkFBQTtBQ1NBO0VBRUUsc0JaQ1E7RVlBUixnQmJrRVc7RWFqRVgsZ0JiZ0VXO0VhL0RYLGNQUGE7RU9RYixjQUFBO0VBQ0EsZ0JBWlk7QWY0OURkOztBZTc4REU7RUFFRSx5RUFmb0I7QWY4OUR4QjtBZTk4REU7RUFDRSxvRUFoQnFCO0FmZytEekI7O0FnQnY3REE7RUFHRSxzQmJ2Q1E7RWF3Q1IscUJSMUNhO0VRMkNiLGlCZFZvQjtFY1dwQixjUmhEYTtFUWlEYixlQUFBO0VBR0EsdUJBQUE7RUFDQSxpQ0FwRHdCO0VBcUR4QixpQkFwRDBCO0VBcUQxQixrQkFyRDBCO0VBc0QxQiw4QkF2RHdCO0VBd0R4QixrQkFBQTtFQUNBLG1CQUFBO0FoQnM3REY7QWdCcjdERTtFQUNFLGNBQUE7QWhCdTdESjtBZ0JyN0RJO0VBSUUsYUFBQTtFQUNBLFlBQUE7QWhCbzdETjtBZ0JuN0RJO0VUc0VBLCtCU3JFMEI7RVRxRTFCLG9CU3BFMEI7QWhCcTdEOUI7QWdCcDdESTtFVG1FQSxtQlNsRTBCO0VUa0UxQixnQ1NqRTBCO0FoQnM3RDlCO0FnQnI3REk7RUFDRSwrQkFBQTtFQUNBLGdDQUFBO0FoQnU3RE47QWdCcjdERTtFQUVFLHFCUjdFVztF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QUNFLHFCQUFBO0FoQnF1Rko7QWdCcHVGSTtFVGhJQSxvQlNpSTBCO0FoQnN1RjlCO0FnQnJ1RkU7RUFDRSxzQkFBQTtBaEJ1dUZKO0FnQnR1RkU7RUFDRSxtQkFBQTtBaEJ3dUZKO0FnQnJ1Rkk7RUFqUEYsa0JSNkJhO0VRNUJiLGtCZFRPO0FGaytGVDtBZ0J0dUZJO0VBL09GLGtCZGZPO0FGdStGVDtBZ0J0dUZJO0VBaFBGLGlCZGxCTztBRjIrRlQ7QWdCcnVGTTtFQUNFLDRCQUFBO0VBQ0EseUJBQUE7QWhCdXVGUjtBZ0J0dUZNO0VBQ0UsNkJBQUE7RUFDQSwwQkFBQTtFVHZKSixrQlN3SjRCO0FoQnd1RmhDO0FnQnZ1Rk07RVR6SkYsZVMwSjRCO0FoQnl1RmhDO0FnQnh1Rk07RUFFRSxVQUFBO0FoQnl1RlI7QWdCeHVGTTtFQUtFLFVBQUE7QWhCc3VGUjtBZ0JydUZRO0VBQ0UsVUFBQTtBaEJ1dUZWO0FnQnR1Rk07RUFDRSxZQUFBO0VBQ0EsY0FBQTtBaEJ3dUZSO0FnQnZ1RkU7RUFDRSx1QkFBQTtBaEJ5dUZKO0FnQnZ1Rk07RUFDRSxvQkFBQTtFQUNBLHFCQUFBO0FoQnl1RlI7QWdCeHVGRTtFQUNFLHlCQUFBO0FoQjB1Rko7QWdCeHVGTTtFQUNFLG9CQUFBO0VBQ0EscUJBQUE7QWhCMHVGUjs7QWlCM2lHQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0FqQjhpR0Y7QWlCN2lHRTtFQUNFLDBCQUFBO0VBQ0Esa0JUMkNFO0VTMUNGLG1CVDBDRTtFU3pDRixXQUFBO0FqQitpR0o7QU8xOUZFO0VVOUZGO0lBV0ksZ0JBQUE7RWpCaWpHRjtBQUNGO0FPcjlGSTtFVTNGQTtJQUNFLGlCQUFBO0VqQm1qR0o7QUFDRjtBTzM4Rkk7RVV2R0E7SUFDRSxpQkFBQTtFakJxakdKO0FBQ0Y7QU8xOUZJO0VVMUZBO0lBQ0UsaUJBQUE7RWpCdWpHSjtBQUNGO0FPaDlGSTtFVXRHQTtJQUNFLGlCQUFBO0VqQnlqR0o7QUFDRjs7QWtCOWpHRTtFQUNFLGtCQUFBO0FsQmlrR0o7QWtCeGpHSTs7Ozs7OztFQUNFLGtCQUFBO0FsQmdrR047QWtCL2pHRTs7Ozs7O0VBTUUsY1ZsQ1c7RVVtQ1gsZ0JWRWM7RVVEZCxrQkF4QzBCO0FsQnltRzlCO0FrQmhrR0U7RUFDRSxjQUFBO0VBQ0Esb0JBQUE7QWxCa2tHSjtBa0Jqa0dJO0VBQ0UsZUFBQTtBbEJta0dOO0FrQmxrR0U7RUFDRSxpQkFBQTtFQUNBLHVCQUFBO0FsQm9rR0o7QWtCbmtHSTtFQUNFLG9CQUFBO0FsQnFrR047QWtCcGtHRTtFQUNFLGdCQUFBO0VBQ0EsdUJBQUE7QWxCc2tHSjtBa0Jya0dJO0VBQ0Usb0JBQUE7QWxCdWtHTjtBa0J0a0dFO0VBQ0UsaUJBQUE7RUFDQSxvQkFBQTtBbEJ3a0dKO0FrQnZrR0U7RUFDRSxrQkFBQTtFQUNBLHVCQUFBO0FsQnlrR0o7QWtCeGtHRTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtBbEIwa0dKO0FrQnprR0U7RUFDRSw0QlZ2RFc7RURtSVgsOEJXM0k2QjtFQWlFN0IscUJBaEV5QjtBbEIyb0c3QjtBa0Ixa0dFO0VBQ0UsNEJBQUE7RVh3RUEsZ0JXdkV3QjtFQUN4QixlQUFBO0FsQjRrR0o7QWtCM2tHSTtFQUNFLHdCQUFBO0FsQjZrR047QWtCNWtHTTtFQUNFLDRCQUFBO0FsQjhrR1I7QWtCN2tHTTtFQUNFLDRCQUFBO0FsQitrR1I7QWtCOWtHTTtFQUNFLDRCQUFBO0FsQmdsR1I7QWtCL2tHTTtFQUNFLDRCQUFBO0FsQmlsR1I7QWtCaGxHRTtFQUNFLHdCQUFBO0VYMERBLGdCV3pEd0I7RUFDeEIsZUFBQTtBbEJrbEdKO0FrQmpsR0k7RUFDRSx1QkFBQTtFQUNBLGlCQUFBO0FsQm1sR047QWtCbGxHTTtFQUNFLHVCQUFBO0FsQm9sR1I7QWtCbmxHRTtFWGtERSxnQldqRHdCO0FsQnFsRzVCO0FrQnBsR0U7RUFDRSxnQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QWxCc2xHSjtBa0JybEdJO0VBQ0UsZUFBQTtBbEJ1bEdOO0FrQnRsR0k7RUFDRSxrQkFBQTtBbEJ3bEdOO0FrQnZsR0k7RUFDRSxxQkFBQTtBbEJ5bEdOO0FrQnhsR0k7RUFDRSxrQkFBQTtBbEIwbEdOO0FrQnpsR0U7RVg5Q0EsaUNBQUE7RVdnREUsZ0JBQUE7RUFDQSxxQkF2R2tCO0VBd0dsQixnQkFBQTtFQUNBLGlCQUFBO0FsQjJsR0o7QWtCMWxHRTs7RUFFRSxjQUFBO0FsQjRsR0o7QWtCM2xHRTtFQUNFLFdBQUE7QWxCNmxHSjtBa0I1bEdJOztFQUVFLHlCQS9Hc0I7RUFnSHRCLHFCQS9HNEI7RUFnSDVCLHFCQS9HdUI7RUFnSHZCLG1CQUFBO0FsQjhsR047QWtCN2xHSTtFQUNFLGNWeEhTO0FSdXRHZjtBa0I5bEdNO0VBQ0UsbUJBQUE7QWxCZ21HUjtBa0I5bEdNOztFQUVFLHFCQXRIK0I7RUF1SC9CLGNWL0hPO0FSK3RHZjtBa0I5bEdNOztFQUVFLHFCQXpIK0I7RUEwSC9CLGNWcElPO0FSb3VHZjtBa0I1bEdVOztFQUVFLHNCQUFBO0FsQjhsR1o7QWtCNWxHSTtFQUNFLGFBQUE7QWxCOGxHTjtBa0I1bEdFO0VBQ0Usa0JoQnZISztBRnF0R1Q7QWtCN2xHRTtFQUNFLGtCaEIzSEs7QUYwdEdUO0FrQjlsR0U7RUFDRSxpQmhCOUhLO0FGOHRHVDs7QW1CcnZHQTtFQUNFLG1CQUFBO0VBQ0Esb0JBQUE7RUFDQSx1QkFBQTtFQUNBLGNBVGdCO0VBVWhCLGFBVmdCO0FuQmt3R2xCO0FtQnR2R0U7RUFDRSxZQVpvQjtFQWFwQixXQWJvQjtBbkJxd0d4QjtBbUJ2dkdFO0VBQ0UsWUFkcUI7RUFlckIsV0FmcUI7QW5Cd3dHekI7QW1CeHZHRTtFQUNFLFlBaEJvQjtFQWlCcEIsV0FqQm9CO0FuQjJ3R3hCOztBb0I1d0dBO0VBQ0UsY0FBQTtFQUNBLGtCQUFBO0FwQit3R0Y7QW9COXdHRTtFQUNFLGNBQUE7RUFDQSxZQUFBO0VBQ0EsV0FBQTtBcEJneEdKO0FvQi93R0k7RUFDRSx1Qlo2RFc7QVJvdEdqQjtBb0JoeEdFO0VBQ0UsV0FBQTtBcEJreEdKO0FvQmh3R0k7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBR0UsWUFBQTtFQUNBLFdBQUE7QXBCZ3hHTjtBb0Ivd0dFO0VBRUUsaUJBQUE7QXBCZ3hHSjtBb0Ivd0dFO0VBQ0UsZ0JBQUE7QXBCaXhHSjtBb0JoeEdFO0VBQ0UsZ0JBQUE7QXBCa3hHSjtBb0JqeEdFO0VBQ0UscUJBQUE7QXBCbXhHSjtBb0JseEdFO0VBQ0UsZ0JBQUE7QXBCb3hHSjtBb0JueEdFO0VBQ0UsbUJBQUE7QXBCcXhHSjtBb0JweEdFO0VBQ0UsZ0JBQUE7QXBCc3hHSjtBb0JyeEdFO0VBQ0UscUJBQUE7QXBCdXhHSjtBb0J0eEdFO0VBQ0UsaUJBQUE7QXBCd3hHSjtBb0J2eEdFO0VBQ0Usc0JBQUE7QXBCeXhHSjtBb0J4eEdFO0VBQ0UsaUJBQUE7QXBCMHhHSjtBb0J6eEdFO0VBQ0Usc0JBQUE7QXBCMnhHSjtBb0IxeEdFO0VBQ0Usc0JBQUE7QXBCNHhHSjtBb0IzeEdFO0VBQ0UsaUJBQUE7QXBCNnhHSjtBb0I1eEdFO0VBQ0UsaUJBQUE7QXBCOHhHSjtBb0IzeEdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCNnhHTjtBb0IveEdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCaXlHTjtBb0JueUdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCcXlHTjtBb0J2eUdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCeXlHTjtBb0IzeUdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCNnlHTjtBb0IveUdJO0VBQ0UsWUFBQTtFQUNBLFdBQUE7QXBCaXpHTjtBb0JuekdJO0VBQ0UsYUFBQTtFQUNBLFlBQUE7QXBCcXpHTjs7QXFCbDNHQTtFQUVFLDRCYkVhO0VhRGIsa0JieURPO0VheERQLGtCQUFBO0VBRUUsc0NBWHVCO0FyQjgzRzNCO0FxQmgzR0U7RUFDRSxtQkFBQTtFQUNBLDBCQUFBO0FyQmszR0o7QXFCajNHRTtFQUNFLG1CQUFBO0FyQm0zR0o7QXFCbDNHRTs7RUFFRSxnQmxCYk07QUhpNEdWO0FxQm4zR0U7RUFDRSx1QkFBQTtBckJxM0dKO0FxQnAzR0U7RWQ0SEUsYWMzSGM7RUFDZCxrQkFBQTtFQUNBLFdBQUE7QXJCczNHSjtBcUJyM0dFOzs7RUFHRSxtQkFBQTtBckJ1M0dKO0FxQmwzR0k7RUFDRSxzQkFITTtFQUlOLGNBSGE7QXJCdTNHbkI7QXFCdDNHSTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBckIyM0duQjtBcUIxM0dJO0VBQ0UsNEJBSE07RUFJTix5QkFIYTtBckIrM0duQjtBcUI5M0dJO0VBQ0UseUJBSE07RUFJTixXQUhhO0FyQm00R25CO0FxQmw0R0k7RUFDRSx5QkFITTtFQUlOLFdBSGE7QXJCdTRHbkI7QXFCLzNHUTtFQUNFLHlCQUhZO0VBSVosY0FIVztBckJvNEdyQjtBcUIxNEdJO0VBQ0UseUJBSE07RUFJTixXQUhhO0FyQis0R25CO0FxQnY0R1E7RUFDRSx5QkFIWTtFQUlaLGNBSFc7QXJCNDRHckI7QXFCbDVHSTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBckJ1NUduQjtBcUIvNEdRO0VBQ0UseUJBSFk7RUFJWixjQUhXO0FyQm81R3JCO0FxQjE1R0k7RUFDRSx5QkFITTtFQUlOLFdBSGE7QXJCKzVHbkI7QXFCdjVHUTtFQUNFLHlCQUhZO0VBSVosY0FIVztBckI0NUdyQjtBcUJsNkdJO0VBQ0UseUJBSE07RUFJTix5QkFIYTtBckJ1NkduQjtBcUIvNUdRO0VBQ0UseUJBSFk7RUFJWixjQUhXO0FyQm82R3JCO0FxQjE2R0k7RUFDRSx5QkFITTtFQUlOLFdBSGE7QXJCKzZHbkI7QXFCdjZHUTtFQUNFLHlCQUhZO0VBSVosY0FIVztBckI0NkdyQjs7QXNCbDlHQTtFQUVFLHFCQUFBO0VBQ0Esd0JBQUE7RUFDQSxZQUFBO0VBQ0EsdUJkMERlO0VjekRmLGNBQUE7RUFDQSxZcEJlTztFb0JkUCxnQkFBQTtFQUNBLFVBQUE7RUFDQSxXQUFBO0F0Qm85R0Y7QXNCbjlHRTtFQUNFLHlCZFRZO0FSODlHaEI7QXNCcDlHRTtFQUNFLHlCZGZXO0FScStHZjtBc0JyOUdFO0VBQ0UseUJkakJXO0FSdytHZjtBc0J0OUdFO0VBQ0UseUJkbkJXO0Vjb0JYLFlBQUE7QXRCdzlHSjtBc0JuOUdNO0VBQ0Usc0JBSEk7QXRCdzlHWjtBc0JwOUdNO0VBQ0Usc0JBTEk7QXRCMjlHWjtBc0JyOUdNO0VBQ0Usc0JBUEk7QXRCODlHWjtBc0J0OUdNO0VBQ0Usa0VBQUE7QXRCdzlHUjtBc0IvOUdNO0VBQ0UseUJBSEk7QXRCbytHWjtBc0JoK0dNO0VBQ0UseUJBTEk7QXRCdStHWjtBc0JqK0dNO0VBQ0UseUJBUEk7QXRCMCtHWjtBc0JsK0dNO0VBQ0UscUVBQUE7QXRCbytHUjtBc0IzK0dNO0VBQ0UsNEJBSEk7QXRCZy9HWjtBc0I1K0dNO0VBQ0UsNEJBTEk7QXRCbS9HWjtBc0I3K0dNO0VBQ0UsNEJBUEk7QXRCcy9HWjtBc0I5K0dNO0VBQ0Usd0VBQUE7QXRCZy9HUjtBc0J2L0dNO0VBQ0UseUJBSEk7QXRCNC9HWjtBc0J4L0dNO0VBQ0UseUJBTEk7QXRCKy9HWjtBc0J6L0dNO0VBQ0UseUJBUEk7QXRCa2dIWjtBc0IxL0dNO0VBQ0UscUVBQUE7QXRCNC9HUjtBc0JuZ0hNO0VBQ0UseUJBSEk7QXRCd2dIWjtBc0JwZ0hNO0VBQ0UseUJBTEk7QXRCMmdIWjtBc0JyZ0hNO0VBQ0UseUJBUEk7QXRCOGdIWjtBc0J0Z0hNO0VBQ0UscUVBQUE7QXRCd2dIUjtBc0IvZ0hNO0VBQ0UseUJBSEk7QXRCb2hIWjtBc0JoaEhNO0VBQ0UseUJBTEk7QXRCdWhIWjtBc0JqaEhNO0VBQ0UseUJBUEk7QXRCMGhIWjtBc0JsaEhNO0VBQ0UscUVBQUE7QXRCb2hIUjtBc0IzaEhNO0VBQ0UseUJBSEk7QXRCZ2lIWjtBc0I1aEhNO0VBQ0UseUJBTEk7QXRCbWlIWjtBc0I3aEhNO0VBQ0UseUJBUEk7QXRCc2lIWjtBc0I5aEhNO0VBQ0UscUVBQUE7QXRCZ2lIUjtBc0J2aUhNO0VBQ0UseUJBSEk7QXRCNGlIWjtBc0J4aUhNO0VBQ0UseUJBTEk7QXRCK2lIWjtBc0J6aUhNO0VBQ0UseUJBUEk7QXRCa2pIWjtBc0IxaUhNO0VBQ0UscUVBQUE7QXRCNGlIUjtBc0JuakhNO0VBQ0UseUJBSEk7QXRCd2pIWjtBc0JwakhNO0VBQ0UseUJBTEk7QXRCMmpIWjtBc0JyakhNO0VB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Q0UsV0FBQTtBdkIyckhKO0F1QnZySFE7RUFDRSx5QmY3Rks7QVJzeEhmO0F1QnJySFU7RUFDRSx5QmZsR0c7QVJ5eEhmO0F1QnRySFk7RUFDRSw0QmZyR0M7QVI2eEhmO0F1QnRySEk7O0VBRUUscUJBQUE7QXZCd3JITjtBdUJwckhRO0VBQ0UseUJmN0dLO0FSbXlIZjs7QXVCcHJIQTtFaEIvREUsaUNBQUE7RWdCa0VBLGNBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7QXZCc3JIRjs7QXdCanpIQTtFQUNFLG1CQUFBO0VBQ0EsYUFBQTtFQUNBLGVBQUE7RUFDQSwyQkFBQTtBeEJvekhGO0F3Qm56SEU7RUFDRSxxQkFBQTtBeEJxekhKO0F3QnB6SEk7RWpCa0lBLG9CaUJqSTBCO0F4QnN6SDlCO0F3QnJ6SEU7RUFDRSxzQkFBQTtBeEJ1ekhKO0F3QnR6SEU7RUFDRSxtQkFBQTtBeEJ3ekhKO0F3QnJ6SEk7RUFDRSxldEJPRztBRmd6SFQ7QXdCcnpISTtFQUNFLGtCdEJHRztBRm96SFQ7QXdCdHpIRTtFQUNFLHVCQUFBO0F4Qnd6SEo7QXdCdnpISTtFQUNFLHFCQUFBO0VBQ0Esb0JBQUE7QXhCeXpITjtBd0J4ekhFO0VBQ0UseUJBQUE7QXhCMHpISjtBd0J4ekhNO0VBQ0UsbUJBQUE7QXhCMHpIUjtBd0J6ekhNO0VBQ0UsZUFBQTtBeEIyekhSO0F3Qnp6SEk7RWpCd0dBLGVpQnZHMEI7QXhCMnpIOUI7QXdCMXpITTtFakJzR0YsY2lCckc0QjtFQUV0Qix5QkFBQTtFQUNBLDRCQUFBO0F4QjJ6SFY7QXdCdnpITTtFQUVJLDBCQUFBO0VBQ0EsNkJBQUE7QXhCd3pIVjs7QXdCbnpIQTtFQUNFLG1CQUFBO0VBQ0EsNEJoQi9DYTtFZ0JnRGIsa0JoQlFPO0VnQlBQLGNoQnZEYTtFZ0J3RGIsb0JBQUE7RUFDQSxrQnRCakNPO0VzQmtDUCxXQUFBO0VBQ0EsdUJBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQ0EscUJBQUE7RUFDQSxtQkFBQTtBeEJzekhGO0F3QnJ6SEU7RWpCeUVFLG9CaUJ4RXdCO0VqQndFeEIsdUJpQnZFd0I7QXhCdXpINUI7QXdCbHpISTtFQUNFLHNCQUhNO0VBSU4sY0FIYTtBeEJ1ekhuQjtBd0J0ekhJO0VBQ0UseUJBSE07RUFJTixXQUhhO0F4QjJ6SG5CO0F3QjF6SEk7RUFDRSw0QkFITTtFQUlOLHlCQUhhO0F4Qit6SG5CO0F3Qjl6SEk7RUFDRSx5QkFITTtFQUlOLFdBSGE7QXhCbTBIbkI7QXdCbDBISTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBeEJ1MEhuQjtBd0IvekhRO0VBQ0UseUJBSFk7RUFJWixjQUhXO0F4Qm8wSHJCO0F3QjEwSEk7RUFDRSx5QkFITTtFQUlOLFdBSGE7QXhCKzBIbkI7QXdCdjBIUTtFQUNFLHlCQUhZO0VBSVosY0FIVztBeEI0MEhyQjtBd0JsMUhJO0VBQ0UseUJBSE07RUFJTixXQUhhO0F4QnUxSG5CO0F3Qi8wSFE7RUFDRSx5QkFIWTtFQUlaLGNBSFc7QXhCbzFIckI7QXdCMTFISTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBeEIrMUhuQjtBd0J2MUhRO0VBQ0UseUJBSFk7RUFJWixjQUhXO0F4QjQxSHJCO0F3QmwySEk7RUFDRSx5QkFITTtFQUlOLHlCQUhhO0F4QnUySG5CO0F3Qi8xSFE7RUFDRSx5QkFIWTtFQUlaLGNBSFc7QXhCbzJIckI7QXdCMTJISTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBeEIrMkhuQjtBd0J2MkhRO0VBQ0UseUJBSFk7RUFJWixjQUhXO0F4QjQySHJCO0F3QnYySEU7RUFDRSxrQnRCM0RLO0FGbzZIVDtBd0J4MkhFO0VBQ0UsZXRCOURLO0FGdzZIVDtBd0J6MkhFO0VBQ0Usa0J0QmpFSztBRjQ2SFQ7QXdCejJISTtFakJnREEscUJpQi9DMEI7RWpCK0MxQixzQmlCOUMwQjtBeEIyMkg5QjtBd0IxMkhJO0VqQjZDQSxxQmlCNUMwQjtFakI0QzFCLHNCaUIzQzBCO0F4QjQySDlCO0F3QjMySEk7RWpCMENBLHFCaUJ6QzBCO0VqQnlDMUIsc0JpQnhDMEI7QXhCNjJIOUI7QXdCMzJIRTtFakJzQ0UsZ0JpQjdJZ0I7RUF5R2hCLFVBQUE7RUFDQSxrQkFBQTtFQUNBLFVBQUE7QXhCNjJISjtBd0I1MkhJO0VBRUUsOEJBQUE7RUFDQSxXQUFBO0VBQ0EsY0FBQTtFQUNBLFNBQUE7RUFDQSxrQkFBQTtFQUNBLFFBQUE7RUFDQSwwREFBQTtFQUNBLCtCQUFBO0F4QjYySE47QXdCNTJISTtFQUNFLFdBQUE7RUFDQSxVQUFBO0F4QjgySE47QXdCNzJISTtFQUNFLFdBQUE7RUFDQSxVQUFBO0F4QisySE47QXdCOTJISTtFQUVFLHlCQUFBO0F4QisySE47QXdCOTJISTtFQUNFLHlCQUFBO0F4QmczSE47QXdCLzJIRTtFQUNFLHVCaEI5RGE7QVIrNkhqQjs7QXdCOTJIRTtFQUNFLDBCQUFBO0F4QmkzSEo7O0F5QnYrSEE7O0VBR0Usc0JBQUE7QXpCeStIRjtBeUJ4K0hFOzs7O0VBRUUsb0JBQUE7QXpCNCtISjtBeUIzK0hFOztFQUNFLGlCQXBCYTtBekJrZ0lqQjtBeUI3K0hFOztFQUNFLGlCQXJCYTtBekJxZ0lqQjtBeUIvK0hFOztFQUNFLHNCQUFBO0F6QmsvSEo7O0F5QmgvSEE7RUFDRSxjakI1QmE7RWlCK0JiLGV2QlZPO0V1QldQLGdCakJLZ0I7RWlCSmhCLGtCQW5Da0I7QXpCb2hJcEI7QXlCaC9IRTtFQUNFLGNBcENpQjtFQXFDakIsb0JBcENrQjtBekJzaEl0QjtBeUJqL0hFO0VBQ0Usb0JBQUE7QXpCbS9ISjtBeUJsL0hFO0VBQ0Usb0JBN0J1QjtBekJpaEkzQjtBeUJoL0hJO0VBQ0UsZVp1REU7QWIyN0hSO0F5Qm4vSEk7RUFDRSxpQlp1REU7QWI4N0hSO0F5QnQvSEk7RUFDRSxlWnVERTtBYmk4SFI7QXlCei9ISTtFQUNFLGlCWnVERTtBYm84SFI7QXlCNS9ISTtFQUNFLGtCWnVERTtBYnU4SFI7QXlCLy9ISTtFQUNFLGVadURFO0FiMDhIUjtBeUJsZ0lJO0VBQ0Usa0JadURFO0FiNjhIUjs7QXlCbGdJQTtFQUNFLGNqQi9DYTtFaUJrRGIsa0J2QjVCTztFdUI2QlAsZ0JqQmpCYztFaUJrQmQsaUJBN0NxQjtBekJnakl2QjtBeUJsZ0lFO0VBQ0UsY2pCdkRXO0VpQndEWCxnQmpCbkJjO0FSdWhJbEI7QXlCbmdJRTtFQUNFLG9CQS9DdUI7QXpCb2pJM0I7QXlCamdJSTtFQUNFLGVacUNFO0FiODlIUjtBeUJwZ0lJO0VBQ0UsaUJacUNFO0FiaStIUjtBeUJ2Z0lJO0VBQ0UsZVpxQ0U7QWJvK0hSO0F5QjFnSUk7RUFDRSxpQlpxQ0U7QWJ1K0hSO0F5QjdnSUk7RUFDRSxrQlpxQ0U7QWIwK0hSO0F5QmhoSUk7RUFDRSxlWnFDRTtBYjYrSFI7QXlCbmhJSTtFQUNFLGtCWnFDRTtBYmcvSFI7O0EwQnBsSUE7RUFDRSxjQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0Esa0JBQUE7RUFDQSx5QkFBQTtBMUJ1bElGOztBMEJybElBO0VBRUUsZ0JsQjBCYztFa0J6QmQsZUFBQTtFQUNBLGdCQUFBO0VBQ0EsVUFBQTtBMUJ1bElGO0EwQnRsSUU7RUFDRSxjQUFBO0VBQ0EsZUFBQTtBMUJ3bElKOztBMEJubElBO0VBQ0UsbUJBQUE7RUFDQSw0QmxCZmE7RWtCZ0JiLHVCbEIwQ2U7RWtCekNmLG9CQUFBO0VBQ0Esa0J4QkZPO0V3QkdQLFdBQUE7RUFDQSx1QkFBQTtFQUNBLG9CQUFBO0VBQ0EsZ0JBQUE7RUFDQSx1QkFBQTtFQUNBLGtCQUFBO0VBQ0EsbUJBQUE7QTFCc2xJRjs7QTJCNW5JQSxlQUFBO0FDdURBO0VBeEJFLHNCekJuQlE7RXlCb0JSLHFCcEJ0QmE7RW9CdUJiLGtCcEJvQ087RW9CbkNQLGNwQjVCYTtBUjhuSWY7QU9qa0lJO0VxQi9CQSw0QkE3QnNCO0E1QmdvSTFCO0FPcGtJSTtFcUIvQkEsNEJBN0JzQjtBNUJtb0kxQjtBT3ZrSUk7RXFCL0JBLDRCQTdCc0I7QTVCc29JMUI7QU8xa0lJO0VxQi9CQSw0QkE3QnNCO0E1QnlvSTFCO0E0QjNtSUU7RUFFRSxxQnBCOUJXO0FSMG9JZjtBNEIzbUlFO0VBSUUscUJ6Qi9CTTtFeUJnQ04saURBQUE7QTVCMG1JSjtBNEJ6bUlFO0VBRUUsNEJwQm5DVztFb0JvQ1gsd0JwQnBDVztFb0JxQ1gsZ0JBQUE7RUFDQSxjcEIzQ1c7QVJxcElmO0FPMWxJSTtFcUJkRSwrQkFqQzZCO0E1QjRvSW5DO0FPN2xJSTtFcUJkRSwrQkFqQzZCO0E1QitvSW5DO0FPaG1JSTtFcUJkRSwrQkFqQzZCO0E1QmtwSW5DO0FPbm1JSTtFcUJkRSwrQkFqQzZCO0E1QnFwSW5DOztBNkJucUlBO0VBRUUsMkRERmE7RUNHYixlQUFBO0VBQ0EsV0FBQTtBN0JxcUlGO0E2QnBxSUU7RUFDRSxnQkFBQTtBN0JzcUlKO0E2QmxxSUk7RUFDRSxrQkFGTTtBN0JzcUlaO0E2Qm5xSU07RUFJRSxtREFBQTtBN0JrcUlSO0E2QnhxSUk7RUFDRSxxQkFGTTtBN0I0cUlaO0E2QnpxSU07RUFJRSxnREFBQTtBN0J3cUlSO0E2QjlxSUk7RUFDRSx3QkFGTTtBN0JrcklaO0E2Qi9xSU07RUFJRSxtREFBQTtBN0I4cUlSO0E2QnBySUk7RUFDRSxxQkFGTTtBN0J3cklaO0E2QnJySU07RUFJRSxtREFBQTtBN0JvcklSO0E2QjFySUk7RUFDRSxxQkFGTTtBN0I4cklaO0E2QjNySU07RUFJRSxrREFBQTtBN0IwcklSO0E2QmhzSUk7RUFDRSxxQkFGTTtBN0Jvc0laO0E2QmpzSU07RUFJRSxpREFBQTtBN0Jnc0lSO0E2QnRzSUk7RUFDRSxxQkFGTTtBN0Iwc0laO0E2QnZzSU07RUFJRSxpREFBQTtBN0Jzc0lSO0E2QjVzSUk7RUFDRSxxQkFGTTtBN0JndElaO0E2QjdzSU07RUFJRSxpREFBQTtBN0I0c0lSO0E2Qmx0SUk7RUFDRSxxQkFGTTtBN0JzdElaO0E2Qm50SU07RUFJRSxpREFBQTtBN0JrdElSO0E2Qnh0SUk7RUFDRSxxQkFGTTtBN0I0dElaO0E2Qnp0SU07RUFJRSxpREFBQTtBN0J3dElSO0E2QnR0SUU7RXBCb0JBLGtCRHdCYTtFQ3ZCYixrQlBkTztBRm10SVQ7QTZCeHRJRTtFcEJxQkEsa0JQbEJPO0FGd3RJVDtBNkJ6dElFO0VwQnFCQSxpQlByQk87QUY0dElUO0E2Qnp0SUU7RUFDRSxjQUFBO0VBQ0EsV0FBQTtBN0IydElKO0E2QjF0SUU7RUFDRSxlQUFBO0VBQ0EsV0FBQTtBN0I0dElKOztBNkJ4dElFO0VBQ0UsdUJyQjhCYTtFcUI3QmIsZ0RBQUE7RUFDQSxpREFBQTtBN0IydElKO0E2QjF0SUU7RUFDRSw2QkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7QTdCNHRJSjs7QTZCMXRJQTtFQUVFLGNBQUE7RUFDQSxlQUFBO0VBQ0EsZUFBQTtFQUNBLDJCcEIvQzJCO0VvQmdEM0IsZ0JBQUE7QTdCNHRJRjtBNkIzdElFO0VBQ0UsZ0JBMURrQjtFQTJEbEIsZUExRGtCO0E3QnV4SXRCO0E2QjV0SUU7RUFDRSxlQUFBO0E3Qjh0SUo7QTZCNXRJRTtFQUNFLFlBQUE7QTdCOHRJSjs7QThCL3hJQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QTlCa3lJRjtBOEJqeUlFO0VBQ0UsZUFBQTtBOUJteUlKO0E4Qmx5SUU7RUFDRSxjdEJGVztBUnN5SWY7QThCbnlJRTs7O0VBR0UsY3RCSlc7RXNCS1gsbUJBQUE7QTlCcXlJSjs7QThCOXhJRTtFdkI0SEUsa0J1QjNId0I7QTlCaXlJNUI7O0ErQnB6SUE7RUFDRSxxQkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLG1CQUFBO0EvQnV6SUY7QStCdHpJRTtFQUNFLGF0QkhhO0FUMnpJakI7QStCdHpJSTtFQUVFLHFCNUJDSTtFSTJJTixjd0IzSWdCO0VBQ2QsVUFBQTtBL0J1eklOO0ErQnJ6SUk7RUFDRSx1QnZCc0RXO0VEeUViLGlCd0I5SDJCO0EvQnV6SS9CO0ErQnR6SUU7RUFFRSxlQUFBO0VBQ0EsY0FBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0EsYUFBQTtBL0J1eklKO0ErQnR6SUk7RUFDRSxhQUFBO0EvQnd6SU47QStCdnpJSTtFQUVFLHdCdkJqQlM7QVJ5MElmO0ErQnZ6SUk7RXhCaUhBLG9Cd0JoSDJCO0EvQnl6SS9CO0ErQnh6SUk7RUFDRSxZQUFBO0VBQ0EsVUFBQTtBL0IweklOO0ErQnp6SU07RUFDRSxrQkFBQTtBL0IyeklSO0ErQnh6SUk7RUFDRSxxQnZCbkNTO0FSNjFJZjtBK0JyeklNO0VBQ0Usa0JBSEk7QS9CMHpJWjtBK0J0eklNO0VBQ0Usa0JBTEk7QS9CNnpJWjtBK0J2eklRO0VBRUUscUJBQUE7QS9Cd3pJVjtBK0J2eklRO0VBSUUsbURBQUE7QS9Cc3pJVjtBK0JqMElNO0VBQ0UscUJBSEk7QS9CczBJWjtBK0JsMElNO0VBQ0UscUJBTEk7QS9CeTBJWjtBK0JuMElRO0VBRUUsbUJBQUE7QS9CbzBJVjtBK0JuMElRO0VBSUUsZ0RBQUE7QS9CazBJVjtBK0I3MElNO0VBQ0Usd0JBSEk7QS9CazFJWjtBK0I5MElNO0VBQ0Usd0JBTEk7QS9CcTFJWjtBK0IvMElRO0VBRUUscUJBQUE7QS9CZzFJVjtBK0IvMElRO0VBSUUsbURBQUE7QS9CODBJVjtBK0J6MUlNO0VBQ0UscUJBSEk7QS9CODFJWjtBK0IxMUlNO0VBQ0UscUJBTEk7QS9CaTJJWjtBK0IzMUlRO0VBRUUscUJBQUE7QS9CNDFJVjtBK0IzMUlRO0VBSUUsbURBQUE7QS9CMDFJVjtBK0JyMklNO0VBQ0UscUJBSEk7QS9CMDJJWjtBK0J0MklNO0VBQ0UscUJBTEk7QS9CNjJJWjtBK0J2MklRO0VBRUUscUJBQUE7QS9CdzJJVjtBK0J2MklRO0VBSUUsa0RBQUE7QS9CczJJVjtBK0JqM0lNO0VBQ0UscUJBSEk7QS9CczNJWjtBK0JsM0lNO0VBQ0UscUJBTEk7QS9CeTNJWjtBK0JuM0lRO0VBRUUscUJBQUE7QS9CbzNJVjtBK0JuM0lRO0VBSUUsaURBQUE7QS9CazNJVjtBK0I3M0lNO0VBQ0UscUJBSEk7QS9CazRJWjtBK0I5M0lNO0VBQ0UscUJBTEk7QS9CcTRJWjtBK0IvM0lRO0VBRUUscUJBQUE7QS9CZzRJVjtBK0IvM0lRO0VBSUUsaURBQUE7QS9CODNJVjtBK0J6NElNO0VBQ0UscUJBSEk7QS9CODRJWjtBK0IxNElNO0VBQ0UscUJBTEk7QS9CaTVJWjtBK0IzNElRO0VBRUUscUJBQUE7QS9CNDRJVjtBK0IzNElRO0VBSUUsaURBQUE7QS9C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LG9CMEJid0I7SUFDeEIsaUJBQUE7RWpDeTVKRjtFaUN4NUpFO0lBQ0Usa0IvQnZHRztJK0J3R0gsb0JBQUE7RWpDMDVKSjtFaUN6NUpFO0lBQ0Usb0JBQUE7RWpDMjVKSjtFaUMxNUpFO0lBQ0Usa0IvQjlHRztJK0IrR0gsb0JBQUE7RWpDNDVKSjtFaUMzNUpFO0lBQ0UsaUIvQmxIRztJK0JtSEgsb0JBQUE7RWpDNjVKSjtBQUNGOztBaUMzNUpFO0VBQ0UsZ0JBQUE7QWpDODVKSjtBTzU5SkU7RTBCNERGO0lBSUksYUFBQTtJQUNBLGFBQUE7SUFDQSxZQUFBO0lBQ0EsY0FBQTtFakNnNkpGO0VpQy81SkU7SUFDRSxnQkFBQTtFakNpNkpKO0VpQ2g2SkU7SUFDRSxjQUFBO0VqQ2s2Sko7RWlDajZKSTtJQUNFLFlBQUE7RWpDbTZKTjtFaUNsNkpJO0kxQmZGLHFCMEJnQjRCO0VqQ282SjlCO0FBQ0Y7O0FpQ242SkE7RUFDRSxzQkFBQTtFQUNBLFdBQUE7RUFDQSxlL0J2SU87RStCd0lQLGtCQUFBO0VBQ0EsbUJBQUE7QWpDczZKRjtBaUMvNUpROzs7RUFDRSxjekJ4S0s7QVIya0tmO0FpQ2w2Sk07OztFQUNFLGtCL0JsSkM7QUZ3aktUO0FpQ3I2Sk07OztFQUNFLGtCL0J0SkM7QUYraktUO0FpQ3g2Sk07OztFQUNFLGlCL0J6SkM7QUZxa0tUO0FpQzM2Skk7RUFDRSxjekI3S1M7RXlCOEtULGF4Qm5MVztFd0JvTFgsb0JBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxZeEJ2TFc7RXdCd0xYLFVBQUE7QWpDNjZKTjtBaUMzNkpJOztFQUVFLG1CeEI1TFc7QVR5bUtqQjtBaUM1NkpJO0VBQ0UsT0FBQTtBakM4NkpOO0FpQzU2Skk7O0VBRUUsb0J4QmxNVztBVGduS2pCO0FpQzc2Skk7RUFDRSxRQUFBO0FqQys2Sk47QWlDNzZKSTtFQUVFLDZCQUFBO0UxQnJERixjMEJzRGdCO0VBQ2QsWUFBQTtFQUNBLFVBQUE7QWpDODZKTjtBaUM3NkpJO0VBQ0Usa0IvQm5MRztBRmttS1Q7QWlDOTZKSTtFQUNFLGtCL0J2TEc7QUZ1bUtUO0FpQy82Skk7RUFDRSxpQi9CMUxHO0FGMm1LVDs7QWtDdm9LQSxxQkFBQTtBQ1NBO0VBR0UsZWpDa0JPO0VpQ2pCUCxtQkFBQTtBbkNnb0tGO0FtQy9uS0U7RUFDRSxtQkFBQTtFQUNBLGNoQ0hNO0VnQ0lOLGFBQUE7RUFDQSx1QkFBQTtFQUNBLGlCQUFBO0FuQ2lvS0o7QW1DaG9LSTtFQUNFLGNoQ2ZZO0FIaXBLbEI7QW1Dam9LRTtFQUNFLG1CQUFBO0VBQ0EsYUFBQTtBbkNtb0tKO0FtQ2xvS0k7RTVCdUhBLGU0QnRIMkI7QW5Db29LL0I7QW1DbG9LTTtFQUNFLGMzQnZCTztFMkJ3QlAsZUFBQTtFQUNBLG9CQUFBO0FuQ29vS1I7QW1Dbm9LSTtFQUNFLGMzQnhCUztFMkJ5QlQsWUFBQTtBbkNxb0tOO0FtQ3BvS0U7O0VBRUUsdUJBQUE7RUFDQSxhQUFBO0VBQ0EsZUFBQTtFQUNBLDJCQUFBO0FuQ3NvS0o7QW1DcG9LSTtFNUJzR0EsbUI0QnJHMEI7QW5Dc29LOUI7QW1Dcm9LSTtFNUJvR0Esa0I0Qm5HMEI7QW5DdW9LOUI7QW1DcG9LSTs7RUFFRSx1QkFBQTtBbkNzb0tOO0FtQ3BvS0k7O0VBRUUseUJBQUE7QW5Dc29LTjtBbUNwb0tFO0VBQ0Usa0JqQzFCSztBRmdxS1Q7QW1Dcm9LRTtFQUNFLGtCakM5Qks7QUZxcUtUO0FtQ3RvS0U7RUFDRSxpQmpDakNLO0FGeXFLVDtBbUNyb0tJO0VBQ0UsWUFBQTtBbkN1b0tOO0FtQ3JvS0k7RUFDRSxZQUFBO0FuQ3VvS047QW1Dcm9LSTtFQUNFLFlBQUE7QW5DdW9LTjtBbUNyb0tJO0VBQ0UsWUFBQTtBbkN1b0tOOztBb0M1cktBO0VBQ0UsNkJsQ3dCc0I7RWtDdkJ0QixzQkFwQlk7RUFxQlosZ0JsQ3dCWTtFa0N2QlosYzVCbEJhO0U0Qm1CYixlQUFBO0VBQ0EsZ0JBdkJjO0VBd0JkLGtCQUFBO0FwQytyS0Y7O0FvQzdyS0E7RUFDRSw2QkF6QjZCO0VBMEI3QixvQkFBQTtFQUNBLGdCbENjbUI7RWtDYm5CLGFBQUE7QXBDZ3NL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QlQsY2hDL0JTO0FSa2hMZjtBd0NqL0tJO0VBQ0UseUJyQzNCSTtFcUM0QkosVzNCZ0NRO0FibTlLZDtBd0NqL0tJO0VqQ3FHQSw4QmlDeklvQjtFQXNDbEIsY0FuQ29CO0VqQ3NJdEIsb0JpQ3JJNEI7QXhDc2hMaEM7O0F3Q2ovS0E7RUFDRSxjaEN6Q2E7RWdDMENiLGlCQXBDcUI7RUFxQ3JCLHFCQXBDMEI7RUFxQzFCLHlCQUFBO0F4Q28vS0Y7QXdDbi9LRTtFQUNFLGVBdENpQjtBeEMyaExyQjtBd0NwL0tFO0VBQ0Usa0JBeENpQjtBeEM4aExyQjs7QXlDemhMQTtFQUVFLDRCakNWYTtFaUNXYixrQmpDNkNPO0VpQzVDUCxldkNLTztBRnNoTFQ7QXlDMWhMRTtFQUNFLG1CQUFBO0F6QzRoTEo7QXlDM2hMRTtFQUNFLG1CQUFBO0VBQ0EsMEJBQUE7QXpDNmhMSjtBeUMzaExFO0VBQ0Usa0J2Q0ZLO0FGK2hMVDtBeUM1aExFO0VBQ0Usa0J2Q05LO0FGb2lMVDtBeUM3aExFO0VBQ0UsaUJ2Q1RLO0FGd2lMVDtBeUMxZ0xJO0VBQ0UsdUJBSGM7QXpDK2dMcEI7QXlDM2dMTTtFQUNFLHNCQXJCSTtFQXNCSixjQXJCVztBekNraUxuQjtBeUM1Z0xNO0VBQ0Usa0JBeEJJO0F6Q3NpTFo7QXlDcGhMSTtFQUNFLHlCQUhjO0F6Q3loTHBCO0F5Q3JoTE07RUFDRSx5QkFyQkk7RUFzQkosV0FyQlc7QXpDNGlMbkI7QXlDdGhMTTtFQUNFLHFCQXhCSTtBekNnakxaO0F5QzloTEk7RUFDRSx5QkFIYztBekNtaUxwQjtBeUMvaExNO0VBQ0UsNEJBckJJO0VBc0JKLHlCQXJCVztBekNzakxuQjtBeUNoaUxNO0VBQ0Usd0JBeEJJO0F6QzBqTFo7QXlDeGlMSTtFQUNFLHlCQUhjO0F6QzZpTHBCO0F5Q3ppTE07RUFDRSx5QkFyQkk7RUFzQkosV0FyQlc7QXpDZ2tMbkI7QXlDMWlMTTtFQUNFLHFCQXhCSTtBekNva0xaO0F5Q2xqTEk7RUFDRSx5QkFiYztBekNpa0xwQjtBeUNuakxNO0VBQ0UseUJBckJJO0VBc0JKLFdB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LHFCQUFBO0EzQzh6TUo7O0EyQzV6TUE7RUFDRSw0Qm5DeE5hO0VtQ3lOYixZQUFBO0VBQ0EsYUFBQTtFQUNBLFdBOUxzQjtFQStMdEIsZ0JBQUE7QTNDK3pNRjs7QU8zOU1FO0VvQytKQTtJQUNFLGNBQUE7RTNDZzBNRjs7RTJDN3pNRTs7SUFDRSxtQkFBQTtJQUNBLGFBQUE7RTNDaTBNSjs7RTJDL3pNRTtJQUNFLGFBQUE7RTNDazBNSjs7RTJDajBNQTtJQUNFLHNCeEMzT007SXdDNE9OLDRDQUFBO0lBQ0EsaUJBQUE7RTNDbzBNRjtFMkNuME1FO0lBQ0UsY0FBQTtFM0NxME1KOztFMkNsME1FO0lBM01GLE9BQUE7SUFDQSxlQUFBO0lBQ0EsUUFBQTtJQUNBLFdBL0NlO0UzQ2drTmY7RTJDdDBNRTtJQUNFLFNBQUE7RTNDdzBNSjtFMkN2ME1JO0lBQ0UsNENBQUE7RTNDeTBNTjtFMkN4ME1FO0lBQ0UsTUFBQTtFM0MwME1KO0UyQ3YwTUk7SXBDM01KLGlDQUFBO0lvQzZNTSw4QkFBQTtJQUNBLGNBQUE7RTNDeTBNTjs7RTJDdDBNRTs7SUFDRSxpQnpDNU1VO0VGc2hOZDtFMkN6ME1FOztJQUNFLG9CekM5TVU7RUYwaE5kO0FBQ0Y7QU90aE5FO0VvQzRNQTs7OztJQUlFLG9CQUFBO0lBQ0EsYUFBQTtFM0M2ME1GOztFMkM1ME1BO0lBQ0UsZ0J6Q3hOWTtFRnVpTmQ7RTJDOTBNRTtJQUNFLGtCQUFBO0UzQ2cxTUo7RTJDLzBNSTs7SUFFRSxtQkFBQTtFM0NpMU1OO0UyQ2gxTUk7O0lBRUUsa0JuQy9OQztFUmlqTlA7RTJDOTBNTTs7OztJQUdFLHdDQUFBO0UzQ2kxTVI7RTJDMzBNUTtJQUNFLHdDQUFBO0UzQzYwTVY7RTJDMTBNUTtJQUVFLDRCbkMxU0c7SW1DMlNILGNuQ3RURztFUmlvTmI7RTJDMTBNUTtJQUNFLDRCbkM3U0c7SW1DOFNILGN4QzlTRjtFSDBuTlI7O0UyQzMwTUE7SUFDRSxhQUFBO0UzQzgwTUY7O0UyQzcwTUE7O0lBRUUsbUJBQUE7SUFDQSxhQUFBO0UzQ2cxTUY7O0UyQzkwTUU7SUFDRSxvQkFBQTtFM0NpMU1KO0UyQy8wTUk7SUFDRSxvREFBQTtFM0NpMU1OO0UyQ2gxTUk7SUFDRSwwQnpDbFFxQjtJeUNtUXJCLDBCQUFBO0lBQ0EsZ0JBQUE7SUFDQSxZQUFBO0lBQ0EsNENBQUE7SUFDQSxTQUFBO0UzQ2sxTU47RTJDNzBNSTtJQUNFLGNBQUE7RTNDKzBNTjtFMkM5ME1NO0lBRUUsVUFBQTtJQUNBLG9CQUFBO0lBQ0Esd0JBQUE7RTNDKzBNUjs7RTJDOTBNQTtJQUNFLFlBQUE7SUFDQSxjQUFBO0UzQ2kxTUY7O0UyQ2gxTUE7SUFDRSwyQkFBQTtJcEM5TUEsa0JvQytNd0I7RTNDbTFNMUI7O0UyQ2wxTUE7SUFDRSx5QkFBQTtJcENqTkEsaUJvQ2tOd0I7RTNDcTFNMUI7O0UyQ3AxTUE7SUFDRSxzQnhDeFZNO0l3Q3lWTiw4Qm5DL1JXO0ltQ2dTWCwrQm5DaFNXO0ltQ2lTWCx1QnpDaFN5QjtJeUNpU3pCLDJDQUFBO0lBQ0EsYUFBQTtJQUNBLG1CQUFBO0lwQ2xOQSxPb0NtTmM7SUFDZCxlQUFBO0lBQ0Esa0JBQUE7SUFDQSxTQUFBO0lBQ0EsV0FoVmdCO0UzQ3VxTmxCO0UyQ3QxTUU7SUFDRSxzQkFBQTtJQUNBLG1CQUFBO0UzQ3cxTUo7RTJDdjFNRTtJcENuT0EsbUJvQ29PMkI7RTNDeTFNN0I7RTJDeDFNSTtJQUVFLDRCbkMxV087SW1DMldQLGNuQ3RYTztFUitzTmI7RTJDeDFNSTtJQUNFLDRCbkM3V087SW1DOFdQLGN4QzlXRTtFSHdzTlI7RTJDejFNRTtJQUVFLGtCbkN4VFM7SW1DeVRULGdCQUFBO0lBQ0EsNEVBOVZ5QjtJQStWekIsY0FBQTtJQUNBLFVBQUE7SUFDQSxvQkFBQTtJQUNBLHdCQUFBO0lBQ0EsMkJBQUE7SUFDQSx5Qm5DOVRFO0ltQytURix1Q0FBQTtFM0MwMU1KO0UyQ3oxTUU7SUFDRSxVQUFBO0lBQ0EsUUFBQTtFM0MyMU1KOztFMkMxMU1BO0lBQ0UsY0FBQTtFM0M2MU1GOztFMkMxMU1FOztJcEMvUEEscUJvQ2dRMEI7RTNDODFNNUI7RTJDNzFNRTs7SXBDalFBLHNCb0NrUTBCO0UzQ2cyTTVCOztFMkM3MU1FO0lBbFdGLE9BQUE7SUFDQSxlQUFBO0lBQ0EsUUFBQTtJQUNBLFdBL0NlO0UzQ2t2TmY7RTJDajJNRTtJQUNFLFNBQUE7RTNDbTJNSjtFMkNsMk1JO0lBQ0UsNENBQUE7RTNDbzJNTjtFMkNuMk1FO0lBQ0UsTUFBQTtFM0NxMk1KOztFMkNsMk1FOztJQUNFLGlCekM3VlU7RUZtc05kO0UyQ3IyTUU7O0lBQ0Usb0J6Qy9WVTtFRnVzTmQ7RTJDdjJNRTs7SUFDRSxpQkFBQTtFM0MwMk1KO0UyQ3oyTUU7O0lBQ0Usb0JBQUE7RTNDNDJNSjs7RTJDeDJNRTs7SUFDRSxjbkMxYVM7RVJzeE5iO0UyQzMyTUU7O0lBQ0UsNkJBamFnQztFM0Mrd05wQzs7RTJDejJNSTtJQUNFLDZCekM5VzZCO0VGMHRObkM7QUFDRjtBMkN4Mk1FO0VBQ0UsOEJBQUE7QTNDMDJNSjs7QTRDcndOQTtFQUVFLGUxQ0hPO0UwQ0lQLGdCQWhDa0I7QTVDdXlOcEI7QTRDcndORTtFQUNFLGtCMUNOSztBRjZ3TlQ7QTRDdHdORTtFQUNFLGtCMUNWSztBRmt4TlQ7QTRDdndORTtFQUNFLGlCMUNiSztBRnN4TlQ7QTRDdndOSTs7RUFFRSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJwQ3dCVztBUml2TmpCO0E0Q3h3Tkk7RUFDRSx1QnBDc0JXO0FSb3ZOakI7O0E0Q3h3TkE7O0VBRUUsbUJBQUE7RUFDQSxhQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQkFBQTtBNUMyd05GOztBNEN6d05BOzs7O0VBTUUsY0EzRDBCO0VBNEQxQix1QkFBQTtFQUNBLGVBNUR1QjtFQTZEdkIsbUJBNUQ2QjtFQTZEN0Isb0JBNUQ4QjtFQTZEOUIsa0JBQUE7QTVDMHdORjs7QTRDeHdOQTs7O0VBR0UscUJwQ2hFYTtFb0NpRWIsY3BDckVhO0VvQ3NFYixnQm5DdkVlO0FUazFOakI7QTRDMXdORTs7O0VBQ0UscUJwQ3JFVztFb0NzRVgsY3pDekVjO0FIdTFObEI7QTRDN3dORTs7O0VBQ0UscUJ6Q3BFTTtBSHEx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QUNBLGNyQ25EYTtFcUNvRGIsaUJBaERtQjtFQWlEbkIsZ0JyQ2ZZO0VxQ2dCWixpQkFyRDBCO0VBc0QxQixtQkFyRHNCO0E3Q2tqT3hCOztBNkMzL05BO0VBQ0UscUJBQUE7RUFDQSxhQUFBO0VBQ0Esa0JBckRxQjtFQXNEckIsdUJBQUE7QTdDOC9ORjtBNkM3L05FO0VBQ0UsZ0NBdkRzQjtFQXdEdEIsbUJBQUE7RUFDQSxjQUFBO0E3QysvTko7QTZDNy9OSTtFQUNFLDRCckNuRVM7RXFDb0VULGNyQ3JFUztBUm9rT2Y7O0E2QzUvTkU7RUFDRSxjckN4RVc7QVJ1a09mO0E2QzkvTkk7RUFDRSxjMUNwRUk7QUhva09WOztBNkM5L05BO0VBQ0UsbUJBQUE7RUFDQSxjckMvRWE7RXFDZ0ZiLGFBQUE7RUFDQSwyQkFBQTtFQUNBLHFCQUFBO0E3Q2lnT0Y7QTZDaGdPRTtFdEN1REUsb0JzQ3REd0I7QTdDa2dPNUI7QTZDamdPRTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtBN0NtZ09KO0E2Q2xnT0U7RUFDRSxlQUFBO0E3Q29nT0o7QTZDbmdPRTtFQUNFLDBCMUNyRk07RTBDc0ZOLGNyQzdGVztBUmttT2Y7QTZDcGdPSTtFQUNFLGMxQ3hGSTtBSDhsT1Y7QTZDcmdPRTtFQUNFLDhCckNqQ1c7RXFDa0NYLCtCckNsQ1c7QVJ5aU9mOztBNkNyZ09BOztFQUVFLGVBQUE7QTdDd2dPRjtBNkN2Z09FOztFQUNFLDRCckNqR1c7QVIybU9mOztBNkN4Z09BO0V0QzlGRSxxQkFBQTtFQUNBLGVzQzhGSTtFdEM3RkosV3NDNkZVO0V0QzVGVixnQnNDNEZVO0V0QzNGVixrQkFBQTtFQUNBLG1CQUFBO0VBQ0EsVXNDeUZVO0VBQ1YsY3JDMUdhO0VEd0lYLG9Cc0M3QnNCO0E3Q2loTzFCO0E2Q2hoT0U7RUFDRSxrQkFBQTtFQUNBLG9CQUFBO0E3Q2toT0o7O0E4QzVtT0E7RXZDa0NFLGlDQUFBO0V1QzlCQSxvQkFBQTtFQUNBLGFBQUE7RUFDQSxlNUNKTztFNENLUCw4QkFBQTtFQUNBLGdCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxtQkFBQTtBOUM2bU9GO0E4QzVtT0U7RUFDRSxtQkFBQTtFQUNBLDRCdEMvQlc7RXNDZ0NYLDBCQXpDdUI7RUEwQ3ZCLHdCQXpDdUI7RUEwQ3ZCLGN0Q3JDVztFc0NzQ1gsYUFBQTtFQUNBLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxrQkF4Q2dCO0VBeUNoQixtQkFBQTtBOUM4bU9KO0E4QzdtT0k7RUFDRSw0QnRDN0NTO0VzQzhDVCxjdEM5Q1M7QVI2cE9mO0E4QzltT0U7RUFDRSxjQUFBO0E5Q2duT0o7QThDOW1PTTtFQUNFLDRCM0M1Q0U7RTJDNkNGLGMzQzdDRTtBSDZwT1Y7QThDL21PRTtFQUNFLG1CQUFBO0VBQ0EsNEJ0Q25EVztFc0NvRFgsMEJBN0R1QjtFQThEdkIsd0JBN0R1QjtFQThEdkIsYUFBQTtFQUNBLFlBQUE7RUFDQSxjQUFBO0VBQ0EsMkJBQUE7QTlDaW5PSjtBOENobk9JO0VBQ0UscUJBQUE7QTlDa25PTjtBOENqbk9JO0VBQ0UsVUFBQTtFQUNBLHVCQUFBO0VBQ0Esb0JBQUE7RUFDQSxxQkFBQTtBOUNtbk9OO0E4Q2xuT0k7RUFDRSx5QkFBQTtFQUNBLG9CQUFBO0E5Q29uT047QThDbG5PSTtFdkNpRUEsbUJ1Q2hFMEI7QTlDb25POUI7QThDbm5PSTtFdkMrREEsa0J1QzlEMEI7QTlDcW5POUI7QThDbG5PSTtFQUNFLHVCQUFBO0E5Q29uT047QThDbG5PSTtFQUNFLHlCQUFBO0E5Q29uT047QThDam5PSTtFQUNFLDZCQUFBO0VBRUUsMEJBQUE7QTlDa25PUjtBOEMvbU9NO0VBQ0UsNEJ0Q3RGTztFc0N1RlAsNEJ0QzFGTztBUjJzT2Y7QThDOW1PUTtFQUNFLHNCM0M1RkE7RTJDNkZBLHFCdEMvRks7RXNDZ0dMLDJDQUFBO0E5Q2duT1Y7QThDOW1PSTtFQUNFLFlBQUE7RUFDQSxjQUFBO0E5Q2duT047QThDOW1PSTtFQUNFLHFCdEN2R1M7RXNDd0dULG1CQS9GMEI7RUFnRzFCLGlCQS9GMEI7RUFnRzFCLGdCQUFBO0VBQ0Esa0JBQUE7QTlDZ25PTjtBOEMvbU9NO0VBQ0UsNEJ0QzFHTztFc0MyR1AscUJ0Qy9HTztFc0NnSFAsVUFBQTtBOUNpbk9SO0E4Qy9tT007RXZDcUJGLGlCdUNwQjRCO0E5Q2luT2hDO0E4Q2huT007RUFFSSwyQnRDMUREO0VzQzJEQyw4QnRDM0REO0FSNHFPVDtBOEM3bU9NO0VBRUksNEJ0Q2pFRDtFc0NrRUMsK0J0Q2xFRDtBUmdyT1Q7QThDem1PUTtFQUNFLHlCM0NoSUE7RTJDaUlBLHFCM0NqSUE7RTJDa0lBLFdqQ3RFSTtFaUN1RUosVUFBQTtBOUMybU9WO0E4QzFtT0k7RUFDRSxtQkFBQTtBOUM0bU9OO0E4Q3ptT1E7RUFFSSxtQ3RDaEZLO0VzQ2lGTCxnQ3RDakZLO0VzQ2tGTCxvQkFBQTtBOUMwbU9aO0E4Q3JtT1E7RUFFSSxvQ3RDekZLO0VzQzBGTCxpQ3RDMUZLO0VzQzJGTCxxQkFBQTtBOUNzbU9aO0E4Q2htT0U7RUFDRSxrQjVDMUlLO0FGNHVPVDtBOENqbU9FO0VBQ0Usa0I1QzlJSztBRml2T1Q7QThDbG1PRTtFQUNFLGlCNUNqSks7QUZxdk9UOztBK0NqeE9BLGVBQUE7QUNFQTtFQUNFLGNBQUE7RUFDQSxhQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7RUFDQSxnQkFQVztBaEQweE9iO0FnRGx4T0U7RUFDRSxVQUFBO0FoRG94T0o7QWdEbnhPRTtFQUNFLFVBQUE7RUFDQSxXQUFBO0FoRHF4T0o7QWdEcHhPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRHN4T0o7QWdEcnhPRTtFQUNFLFVBQUE7RUFDQSxlQUFBO0FoRHV4T0o7QWdEdHhPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRHd4T0o7QWdEdnhPRTtFQUNFLFVBQUE7RUFDQSxlQUFBO0FoRHl4T0o7QWdEeHhPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRDB4T0o7QWdEenhPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRDJ4T0o7QWdEMXhPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRDR4T0o7QWdEM3hPRTtFQUNFLFVBQUE7RUFDQSxVQUFBO0FoRDZ4T0o7QWdENXhPRTtFQUNF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O0V5QzZZTTtJQUNFLG9CQUFBO0VoRGdpUVI7QUFDRjtBTzM2UUU7RXlDNFlNO0lBQ0Usb0JBQUE7RWhEa2lRUjtBQUNGO0FPNTZRRTtFeUMyWU07SUFDRSxvQkFBQTtFaERvaVFSO0FBQ0Y7QU83NlFFO0V5QzBZTTtJQUNFLG9CQUFBO0VoRHNpUVI7QUFDRjtBTzk2UUU7RXlDeVlNO0lBQ0Usb0JBQUE7RWhEd2lRUjtBQUNGO0FPOTZRSTtFeUN1WUk7SUFDRSxvQkFBQTtFaEQwaVFSO0FBQ0Y7QU96NlFJO0V5Q2dZSTtJQUNFLG9CQUFBO0VoRDRpUVI7QUFDRjtBT3o2UUk7RXlDOFhJO0lBQ0Usb0JBQUE7RWhEOGlRUjtBQUNGO0FPcDZRSTtFeUN1WEk7SUFDRSxvQkFBQTtFaERnalFSO0FBQ0Y7QWdEN2tRTTtFQUNFLG1CQUFBO0FoRCtrUVI7QU8xOVFFO0V5QzZZTTtJQUNFLG1CQUFBO0VoRGdsUVI7QUFDRjtBTzM5UUU7RXlDNFlNO0lBQ0UsbUJBQUE7RWhEa2xRUjtBQUNGO0FPNTlRRTtFeUMyWU07SUFDRSxtQkFBQTtFaERvbFFSO0FBQ0Y7QU83OVFFO0V5QzBZTTtJQUNFLG1CQUFBO0VoRHNsUVI7QUFDRjtBTzk5UUU7RXlDeVlNO0lBQ0UsbUJBQUE7RWhEd2xRUjtBQUNGO0FPOTlRSTtFeUN1WUk7SUFDRSxtQkFBQTtFaEQwbFFSO0FBQ0Y7QU96OVFJO0V5Q2dZSTtJQUNFLG1CQUFBO0VoRDRsUVI7QUFDRjtBT3o5UUk7RXlDOFhJO0lBQ0UsbUJBQUE7RWhEOGxRUjtBQUNGO0FPcDlRSTtFeUN1WEk7SUFDRSxtQkFBQTtFaERnbVFSO0FBQ0Y7QWdEN25RTTtFQUNFLG9CQUFBO0FoRCtuUVI7QU8xZ1JFO0V5QzZZTTtJQUNFLG9CQUFBO0VoRGdvUVI7QUFDRjtBTzNnUkU7RXlDNFlNO0lBQ0Usb0JBQUE7RWhEa29RUjtBQUNGO0FPNWdSRTtFeUMyWU07SUFDRSxvQkFBQTtFaERvb1FSO0FBQ0Y7QU83Z1JFO0V5QzBZTTtJQUNFLG9CQUFBO0VoRHNvUVI7QUFDRjtBTzlnUkU7RXlDeVlNO0lBQ0Usb0JBQUE7RWhEd29RUjtBQUNGO0FPOWdSSTtFeUN1WUk7SUFDRSxvQkFBQTtFaEQwb1FSO0FBQ0Y7QU96Z1JJO0V5Q2dZSTtJQUNFLG9CQUFBO0VoRDRvUVI7QUFDRjtBT3pnUkk7RXlDOFhJO0lBQ0Usb0JBQUE7RWhEOG9RUjtBQUNGO0FPcGdSSTtFeUN1WEk7SUFDRSxvQkFBQTtFaERncFFSO0FBQ0Y7QWdEN3FRTTtFQUNFLGlCQUFBO0FoRCtxUVI7QU8xalJFO0V5QzZZTTtJQUNFLGlCQUFBO0VoRGdyUVI7QUFDRjtBTzNqUkU7RXlDNFlNO0lBQ0UsaUJBQUE7RWhEa3JRUjtBQUNGO0FPNWpSRTtFeUMyWU07SUFDRSxpQkFBQTtFaERvclFSO0FBQ0Y7QU83alJFO0V5QzBZTTtJQUNFLGlCQUFBO0VoRHNyUVI7QUFDRjtBTzlqUkU7RXlDeVlNO0lBQ0UsaUJBQUE7RWhEd3JRUjtBQUNGO0FPOWpSSTtFeUN1WUk7SUFDRSxpQkFBQTtFaEQwclFSO0FBQ0Y7QU96alJJO0V5Q2dZSTtJQUNFLGlCQUFBO0VoRDRyUVI7QUFDRjtBT3pqUkk7RXlDOFhJO0lBQ0UsaUJBQUE7RWhEOHJRUjtBQUNGO0FPcGpSSTtFeUN1WEk7SUFDRSxpQkFBQTtFaERnc1FSO0FBQ0Y7QWdEN3RRTTtFQUNFLG9CQUFBO0FoRCt0UVI7QU8xbVJFO0V5QzZZTTtJQUNFLG9CQUFBO0VoRGd1UVI7QUFDRjtBTzNtUkU7RXlDNFlNO0lBQ0Usb0JBQUE7RWhEa3VRUjtBQUNGO0FPNW1SRTtFeUMyWU07SUFDRSxvQkFBQTtFaERvdVFSO0FBQ0Y7QU83bVJFO0V5QzBZTTtJQUNFLG9CQUFBO0VoRHN1UVI7QUFDRjtBTzltUkU7RXlDeVlNO0lBQ0Usb0JBQUE7RWhEd3VRUjtBQUNGO0FPOW1SSTtFeUN1WUk7SUFDRSxvQkFBQTtFaEQwdVFSO0FBQ0Y7QU96bVJJO0V5Q2dZSTtJQUNFLG9CQUFBO0VoRDR1UVI7QUFDRjtBT3ptUkk7RXlDOFhJO0lBQ0Usb0JBQUE7RWhEOHVRUjtBQUNGO0FPcG1SSTtFeUN1WEk7SUFDRSxvQkFBQTtFaERndlFSO0FBQ0Y7QWdEN3dRTTtFQUNFLG1CQUFBO0FoRCt3UVI7QU8xcFJFO0V5QzZZTTtJQUNFLG1CQUFBO0VoRGd4UVI7QUFDRjtBTzNwUkU7RXlDNFlNO0lBQ0UsbUJBQUE7RWhEa3hRUjtBQUNGO0FPNXBSRTtFeUMyWU07SUFDRSxtQkFBQTtFaERveFFSO0FBQ0Y7QU83cFJFO0V5QzBZTTtJQUNFLG1CQUFBO0VoRHN4UVI7QUFDRjtBTzlwUkU7RXlDeVlNO0lBQ0UsbUJBQUE7RWhEd3hRUjtBQUNGO0FPOXBSSTtFeUN1WUk7SUFDRSxtQkFBQTtFaEQweFFSO0FBQ0Y7QU96cFJJO0V5Q2dZSTtJQUNFLG1CQUFBO0VoRDR4UVI7QUFDRjtBT3pwUkk7RXlDOFhJO0lBQ0UsbUJBQUE7RWhEOHhRUjtBQUNGO0FPcHBSSTtFeUN1WEk7SUFDRSxtQkFBQTtFaERneVFSO0FBQ0Y7QWdEN3pRTTtFQUNFLG9CQUFBO0FoRCt6UVI7QU8xc1JFO0V5QzZZTTtJQUNFLG9CQUFBO0VoRGcwUVI7QUFDRjtBTzNzUkU7RXlDNFlNO0lBQ0Usb0JBQUE7RWhEazBRUjtBQUNGO0FPNXNSRTtFeUMyWU07SUFDRSxvQkFBQTtFaERvMFFSO0FBQ0Y7QU83c1JFO0V5QzBZTTtJQUNFLG9CQUFBO0VoRHMwUVI7QUFDRjtBTzlzUkU7RXlDeVlNO0lBQ0Usb0JBQUE7RWhEdzBRUjtBQUNGO0FPOXNSSTtFeUN1WUk7SUFDRSxvQkFBQTtFaEQwMFFSO0FBQ0Y7QU96c1JJO0V5Q2dZSTtJQUNFLG9CQUFBO0VoRDQwUVI7QUFDRjtBT3pzUkk7RXlDOFhJO0lBQ0Usb0JBQUE7RWhEODBRUjtBQUNGO0FPcHNSSTtFeUN1WEk7SUFDRSxvQkFBQTtFaERnMVFSO0FBQ0Y7QWdENzJRTTtFQUNFLGlCQUFBO0FoRCsyUVI7QU8xdlJFO0V5QzZZTTtJQUNFLGlCQUFBO0VoRGczUVI7QUFDRjtBTzN2UkU7RXlDNFlNO0lBQ0UsaUJBQUE7RWhEazNRUjtBQUNGO0FPNXZSRTtFeUMyWU07SUFDRSxpQkFBQTtFaERvM1FSO0FBQ0Y7QU83dlJFO0V5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c2lTTjs7QW1EcGlTTTtFQUVFLHlCQUFBO0FuRHNpU1I7O0FtRHJpU0k7RUFDRSxvQ0FBQTtBbkR3aVNOOztBbURwa1NFO0VBQ0UseUJBQUE7QW5EdWtTSjs7QW1EcmtTSTtFQUVFLHlCQUFBO0FuRHVrU047O0FtRHRrU0U7RUFDRSxvQ0FBQTtBbkR5a1NKOztBbURwa1NJO0VBQ0UseUJBQUE7QW5EdWtTTjs7QW1EcmtTTTtFQUVFLHlCQUFBO0FuRHVrU1I7O0FtRHRrU0k7RUFDRSxvQ0FBQTtBbkR5a1NOOztBbUR2a1NJO0VBQ0UseUJBQUE7QW5EMGtTTjs7QW1EeGtTTTtFQUVFLHlCQUFBO0FuRDBrU1I7O0FtRHprU0k7RUFDRSxvQ0FBQTtBbkQ0a1NOOztBbUR4bVNFO0VBQ0UseUJBQUE7QW5EMm1TSjs7QW1Eem1TSTtFQUVFLHlCQUFBO0FuRDJtU047O0FtRDFtU0U7RUFDRSxvQ0FBQTtBbkQ2bVNKOztBbUR4bVNJO0VBQ0UseUJBQUE7QW5EMm1TTjs7QW1Eem1TTTtFQUVFLHlCQUFBO0FuRDJtU1I7O0FtRDFtU0k7RUFDRSxvQ0FBQTtBbkQ2bVNOOztBbUQzbVNJO0VBQ0UseUJBQUE7QW5EOG1TTjs7QW1ENW1TTTtFQUVFLHlCQUFBO0FuRDhtU1I7O0FtRDdtU0k7RUFDRSxvQ0FBQTtBbkRnblNOOztBbUQ1b1NFO0VBQ0UseUJBQUE7QW5EK29TSjs7QW1EN29TSTtFQUVFLHlCQUFBO0FuRCtvU047O0FtRDlvU0U7RUFDRSxvQ0FBQTtBbkRpcFNKOztBbUQ1b1NJO0VBQ0UseUJBQUE7QW5EK29TTjs7QW1EN29TTTtFQUVFLHlCQUFBO0FuRCtvU1I7O0FtRDlvU0k7RUFDRSxvQ0FBQTtBbkRpcFNOOztBbUQvb1NJO0VBQ0UseUJBQUE7QW5Ea3BTTjs7QW1EaHBTTTtFQUVFLHlCQUFBO0FuRGtwU1I7O0FtRGpwU0k7RUFDRSxvQ0FBQTtBbkRvcFNOOztBbURoclNFO0VBQ0UseUJBQUE7QW5EbXJTSjs7QW1EanJTSTtFQUVFLHlCQUFBO0FuRG1yU047O0FtRGxyU0U7RUFDRSxvQ0FBQTtBbkRxclNKOztBbURoclNJO0VBQ0UseUJBQUE7QW5EbXJTTjs7QW1EanJTTTtFQUVFLHlCQUFBO0FuRG1yU1I7O0FtRGxyU0k7RUFDRSxvQ0FBQTtBbkRxclNOOztBbURuclNJO0VBQ0UseUJBQUE7QW5Ec3JTTjs7QW1EcHJTTTtFQUVFLHlCQUFBO0FuRHNyU1I7O0FtRHJyU0k7RUFDRSxvQ0FBQTtBbkR3clNOOztBbURyclNFO0VBQ0UseUJBQUE7QW5Ed3JTSjs7QW1EdnJTRTtFQUNFLG9DQUFBO0FuRDByU0o7O0FtRDdyU0U7RUFDRSx5QkFBQTtBbkRnc1NKOztBbUQvclNFO0VBQ0Usb0NBQUE7QW5Ea3NTSjs7QW1EcnNTRTtFQUNFLHlCQUFBO0FuRHdzU0o7O0FtRHZzU0U7RUFDRSxvQ0FBQTtBbkQwc1NKOztBbUQ3c1NFO0VBQ0UseUJBQUE7QW5EZ3RTSjs7QW1EL3NTRTtFQUNFLG9DQUFBO0FuRGt0U0o7O0FtRHJ0U0U7RUFDRSx5QkFBQTtBbkR3dFNKOztBbUR2dFNFO0VBQ0Usb0NBQUE7QW5EMHRTSjs7QW1EN3RTRTtFQUNFLHlCQUFBO0FuRGd1U0o7O0FtRC90U0U7RUFDRSxvQ0FBQTtBbkRrdVNKOztBbURydVNFO0VBQ0UseUJBQUE7QW5Ed3VTSjs7QW1EdnVTRTtFQUNFLG9DQUFBO0FuRDB1U0o7O0FtRDd1U0U7RUFDRSw0QkFBQTtBbkRndlNKOztBbUQvdVNFO0VBQ0UsdUNBQUE7QW5Ea3ZTSjs7QW1EcnZTRTtFQUNFLHlCQUFBO0FuRHd2U0o7O0FtRHZ2U0U7RUFDRSxvQ0FBQTtBbkQwdlNKOztBb0Q1eFNFO0VBQ0UsOEJBQUE7QXBEK3hTSjs7QW9EaHlTRTtFQUNFLHNDQUFBO0FwRG15U0o7O0FvRHB5U0U7RUFDRSxpQ0FBQTtBcER1eVNKOztBb0R4eVNFO0VBQ0UseUNBQUE7QXBEMnlTSjs7QW9EdnlTRTtFQUNFLDRCQUFBO0FwRDB5U0o7O0FvRDN5U0U7RUFDRSwwQkFBQTtBcEQ4eVNKOztBb0QveVNFO0VBQ0Usa0NBQUE7QXBEa3pTSjs7QW9EOXlTRTtFQUNFLHNDQUFBO0FwRGl6U0o7O0FvRGx6U0U7RUFDRSxvQ0FBQTtBcERxelNKOztBb0R0elNFO0VBQ0Usa0NBQUE7QXBEeXpTSjs7QW9EMXpTRTtFQUNFLHlDQUFBO0FwRDZ6U0o7O0FvRDl6U0U7RUFDRSx3Q0FBQTtBcERpMFNKOztBb0RsMFNFO0VBQ0Usd0NBQUE7QXBEcTBTSjs7QW9EdDBTRTtFQUNFLGlDQUFBO0FwRHkwU0o7O0FvRDEwU0U7RUFDRSwrQkFBQTtBcEQ2MFNKOztBb0Q5MFNFO0VBQ0UsZ0NBQUE7QXBEaTFTSjs7QW9EbDFTRTtFQUNFLGlDQUFBO0FwRHExU0o7O0FvRGoxU0U7RUFDRSxvQ0FBQTtBcERvMVNKOztBb0RyMVNFO0VBQ0Usa0NBQUE7QXBEdzFTSjs7QW9EejFTRTtFQUNFLGdDQUFBO0FwRDQxU0o7O0FvRDcxU0U7RUFDRSx1Q0FBQTtBcERnMlNKOztBb0RqMlNFO0VBQ0Usc0NBQUE7QXBEbzJTSjs7QW9EcjJTRTtFQUNFLHNDQUFBO0FwRHcyU0o7O0FvRHoyU0U7RUFDRSxpQ0FBQTtBcEQ0MlNKOztBb0Q3MlNFO0VBQ0UsK0JBQUE7QXBEZzNTSjs7QW9EajNTRTtFQUNFLDZCQUFBO0FwRG8zU0o7O0FvRHIzU0U7RUFDRSxrQ0FBQTtBcER3M1NKOztBb0RwM1NFO0VBQ0UsK0JBQUE7QXBEdTNTSjs7QW9EeDNTRTtFQUNFLGtDQUFBO0FwRDIzU0o7O0FvRDUzU0U7RUFDRSxnQ0FBQTtBcEQrM1NKOztBb0RoNFNFO0VBQ0UsOEJBQUE7QXBEbTRTSjs7QW9EcDRTRTtFQUNFLGdDQUFBO0FwRHU0U0o7O0FvRHg0U0U7RUFDRSw2QkFBQTtBcEQyNFNKOztBb0Q1NFNFO0VBQ0UsMkJBQUE7QXBEKzRTSjs7QW9EaDVTRTtFQUNFLGtDQUFBO0FwRG01U0o7O0FvRHA1U0U7RUFDRSxnQ0FBQTtBcER1NVNKOztBb0RuNVNFO0VBQ0UsMkJBQUE7QXBEczVTSjs7QW9EdjVTRTtFQUNFLGlDQUFBO0FwRDA1U0o7O0FvRDM1U0U7RUFDRSwrQkFBQTtBcEQ4NVNKOztBb0QvNVNFO0VBQ0UsNkJBQUE7QXBEazZTSjs7QW9EbjZT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O0F5RC81VE07RUFDRSwrQkFBQTtBekRrNlRSOztBeURuNlRNO0VBQ0UsNkJBQUE7QXpEczZUUjs7QXlEbjZUTTtFQUNFLDZCQUFBO0VBQ0EsOEJBQUE7QXpEczZUUjs7QXlEbjZUTTtFQUNFLDRCQUFBO0VBQ0EsK0JBQUE7QXpEczZUUjs7QTBEajhUSTtFQUNFLDBCQUFBO0ExRG84VE47O0EwRHI4VEk7RUFDRSw0QkFBQTtBMUR3OFROOztBMER6OFRJO0VBQ0UsMEJBQUE7QTFENDhUTjs7QTBENzhUSTtFQUNFLDRCQUFBO0ExRGc5VE47O0EwRGo5VEk7RUFDRSw2QkFBQTtBMURvOVROOztBMERyOVRJO0VBQ0UsMEJBQUE7QTFEdzlUTjs7QTBEejlUSTtFQUNFLDZCQUFBO0ExRDQ5VE47O0FPLzRURTtFbUQ5RUU7SUFDRSwwQkFBQTtFMURpK1RKOztFMERsK1RFO0lBQ0UsNEJBQUE7RTFEcStUSjs7RTBEdCtURTtJQUNFLDBCQUFBO0UxRHkrVEo7O0UwRDErVEU7SUFDRSw0QkFBQTtFMUQ2K1RKOztFMEQ5K1RFO0lBQ0UsNkJBQUE7RTFEaS9USjs7RTBEbC9URTtJQUNFLDBCQUFBO0UxRHEvVEo7O0UwRHQvVEU7SUFDRSw2QkFBQTtFMUR5L1RKO0FBQ0Y7QU96NlRFO0VtRGxGRTtJQUNFLDBCQUFBO0UxRDgvVEo7O0UwRC8vVEU7SUFDRSw0QkFBQTtFMURrZ1VKOztFMERuZ1VFO0lBQ0UsMEJBQUE7RTFEc2dVSjs7RTBEdmdVRTtJQUNFLDRCQUFBO0UxRDBnVUo7O0UwRDNnVUU7SUFDRSw2QkFBQTtFMUQ4Z1VKOztFMEQvZ1VFO0lBQ0UsMEJBQUE7RTFEa2hVSjs7RTBEbmhVRTtJQUNFLDZCQUFBO0UxRHNoVUo7QUFDRjtBTzk3VEU7RW1EMUZFO0lBQ0UsMEJBQUE7RTFEMmhVSjs7RTBENWhVRTtJQUNFLDRCQUFBO0UxRCtoVUo7O0UwRGhpVUU7SUFDRSwwQkFBQTtFMURtaVVKOztFMERwaVVFO0lBQ0UsNEJBQUE7RTFEdWlVSjs7RTBEeGlVRTtJQUNFLDZCQUFBO0UxRDJpVUo7O0UwRDVpVUU7SUFDRSwwQkFBQTtFMUQraVVKOztFMERoalVFO0lBQ0UsNkJBQUE7RTFEbWpVSjtBQUNGO0FPdjlURTtFbUQ5RkU7SUFDRSwwQkFBQTtFMUR3alVKOztFMER6alVFO0lBQ0UsNEJBQUE7RTFENGpVSjs7RTBEN2pVRTtJQUNFLDBCQUFBO0UxRGdrVUo7O0UwRGprVUU7SUFDRSw0QkFBQTtFMURva1VKOztFMERya1VFO0lBQ0UsNkJBQUE7RTFEd2tVSjs7RTBEemtVRTtJQUNFLDBCQUFBO0UxRDRrVUo7O0UwRDdrVUU7SUFDRSw2QkFBQTtFMURnbFVKO0FBQ0Y7QU9yK1RJO0VtRDdHQTtJQUNFLDBCQUFBO0UxRHFsVUo7O0UwRHRsVUU7SUFDRSw0QkFBQTtFMUR5bFVKOztFMEQxbFVFO0lBQ0UsMEJBQUE7RTFENmxVSjs7RTBEOWxVRTtJQUNFLDRCQUFBO0UxRGltVUo7O0UwRGxtVUU7SUFDRSw2QkFBQTtFMURxbVVKOztFMER0bVVFO0lBQ0UsMEJBQUE7RTFEeW1VSjs7RTBEMW1VRTtJQUNFLDZCQUFBO0UxRDZtVUo7QUFDRjtBT24vVEk7RW1ENUhBO0lBQ0UsMEJBQUE7RTFEa25VSjs7RTBEbm5VRTtJQUNFLDRCQUFBO0UxRHNuVUo7O0UwRHZuVUU7SUFDRSwwQkFBQTtFMUQwblVKOztFMEQzblVFO0lBQ0UsNEJBQUE7RTFEOG5VSjs7RTBEL25VRTtJQUNFLDZCQUFBO0UxRGtvVUo7O0UwRG5vVUU7SUFDRSwwQkFBQTtFMURzb1VKOztFMER2b1VFO0lBQ0UsNkJBQUE7RTFEMG9VSjtBQUNGO0EwRGxuVUU7RUFDRSw2QkFBQTtBMURvblVKOztBMERyblVFO0VBQ0UsOEJBQUE7QTFEd25VSjs7QTBEem5VRTtFQUNFLDJCQUFBO0ExRDRuVUo7O0EwRDduVUU7RUFDRSw0QkFBQTtBMURnb1VKOztBTzdrVUU7RW1EL0NFO0lBQ0UsNkJBQUE7RTFEZ29VSjtBQUNGO0FPL2tVRTtFbURoREU7SUFDRSw2QkFBQTtFMURrb1VKO0FBQ0Y7QU9obFVFO0VtRGpERTtJQUNFLDZCQUFBO0UxRG9vVUo7QUFDRjtBT2psVUU7RW1EbERFO0lBQ0UsNkJBQUE7RTFEc29VSjtBQUNGO0FPbGxVRTtFbURuREU7SUFDRSw2QkFBQTtFMUR3b1VKO0FBQ0Y7QU9sbFVJO0VtRHJEQTtJQUNFLDZCQUFBO0UxRDBvVUo7QUFDRjtBTzdrVUk7RW1ENURBO0lBQ0UsNkJBQUE7RTFENG9VSjtBQUNGO0FPN2tVSTtFbUQ5REE7SUFDRSw2QkFBQTtFMUQ4b1VKO0FBQ0Y7QU94a1VJO0VtRHJFQTtJQUNFLDZCQUFBO0UxRGdwVUo7QUFDRjtBTzNuVUU7RW1EL0NFO0lBQ0UsOEJBQUE7RTFENnFVSjtBQUNGO0FPNW5VRTtFbURoREU7SUFDRSw4QkFBQTtFMUQrcVVKO0FBQ0Y7QU83blVFO0VtRGpERTtJQUNFLDhCQUFBO0UxRGlyVUo7QUFDRjtBTzluVUU7RW1EbERFO0lBQ0UsOEJBQUE7RTFEbXJVSjtBQUNGO0FPL25VRTtFbURuREU7SUFDRSw4QkFBQTtFMURxclVKO0FBQ0Y7QU8vblVJO0VtRHJEQTtJQUNFLDhCQUFBO0UxRHVyVUo7QUFDRjtBTzFuVUk7RW1ENURBO0lBQ0UsOEJBQUE7RTFEeXJVSjtBQUNGO0FPMW5VSTtFbUQ5REE7SUFDRSw4QkFBQTtFMUQyclVKO0FBQ0Y7QU9yblVJO0VtRHJFQTtJQUNFLDhCQUFBO0UxRDZyVUo7QUFDRjtBT3hxVUU7RW1EL0NFO0lBQ0UsMkJBQUE7RTFEMHRVSjtBQUNGO0FPenFVRTtFbURoREU7SUFDRSwyQkFBQTtFMUQ0dFVKO0FBQ0Y7QU8xcVVFO0VtRGpERTtJQUNFLDJCQUFBO0UxRDh0VUo7QUFDRjtBTzNxVUU7RW1EbERFO0lBQ0UsMkJBQUE7RTFEZ3VVSjtBQUNGO0FPNXFVRTtFbURuREU7SUFDRSwyQkFBQTtFMURrdVVKO0FBQ0Y7QU81cVVJO0VtRHJEQTtJQUNFLDJCQUFBO0UxRG91VUo7QUFDRjtBT3ZxVUk7RW1ENURBO0lBQ0UsMkJBQUE7RTFEc3VVSjtBQUNGO0FPdnFVSTtFbUQ5REE7SUFDRSwyQkFBQTtFMUR3dVVKO0FBQ0Y7QU9scVVJO0VtRHJFQTtJQUNFLDJCQUFBO0UxRDB1VUo7QUFDRjtBT3J0VUU7RW1EL0NFO0lBQ0UsNEJBQUE7RTFEdXdVSjtBQUNGO0FPdHRVRTtFbURoREU7SUFDRSw0QkFBQTtFMUR5d1VKO0FBQ0Y7QU92dFVFO0VtRGpERTtJQUNFLDRCQUFBO0UxRDJ3VUo7QUFDRjtBT3h0VUU7RW1EbERFO0lBQ0UsNEJBQUE7RTFENndVSjtBQUNGO0FPenRVRTtFbURuREU7SUFDRSw0QkFBQTtFMUQrd1VKO0FBQ0Y7QU96dFVJO0VtRHJEQTtJQUNFLDRCQUFBO0UxRGl4VUo7QUFDRjtBT3B0VUk7RW1ENURBO0lBQ0UsNEJBQUE7RTFEbXhVSjtBQUNGO0FPcHRVSTtFbUQ5REE7SUFDRSw0QkFBQTtFMURxeFVKO0FBQ0Y7QU8vc1VJO0VtRHJFQTtJQUNFLDRCQUFBO0UxRHV4VUo7QUFDRjtBMER0eFVBO0VBQ0UscUNBQUE7QTFEd3hVRjs7QTBEdHhVQTtFQUNFLG9DQUFBO0ExRHl4VUY7O0EwRHZ4VUE7RUFDRSxvQ0FBQTtBMUQweFVGOztBMER4eFVBO0VBQ0UsNkJBQUE7QTFEMnhVRjs7QTBEenhVQTtFQUNFLDJCQUFBO0ExRDR4VUY7O0EwRDN4VUE7RUFDRSwyQkFBQTtBMUQ4eFVGOztBMEQ3eFVBO0VBQ0UsMkJBQUE7QTFEZ3lVRjs7QTBEL3hVQTtFQUNFLDJCQUFBO0ExRGt5VUY7O0EwRGp5VUE7RUFDRSwyQkFBQTtBMURveVVGOztBMERseVVBO0VBQ0UsK0xBQUE7QTFEcXlVRjs7QTBEbnlVQTtFQUNFLCtMQUFBO0ExRHN5VUY7O0EwRHB5VUE7RUFDRSwrTEFBQTtBMUR1eVVGOztBMERyeVVBO0VBQ0UsaUNBQUE7QTFEd3lVRjs7QTBEdHlVQTtFQUNFLGlDQUFBO0ExRHl5VUY7O0EyRHI0VUU7RUFDRSx5QkFBQTtBM0R3NFVKOztBTzd6VUU7RW9EekVFO0lBQ0UseUJBQUE7RTNEMDRVSjtBQUNGO0FPL3pVRTtFb0QxRUU7SUFDRSx5QkFBQTtFM0Q0NFVKO0FBQ0Y7QU9oMFVFO0VvRDNFRTtJQUNFLHlCQUFBO0UzRDg0VUo7QUFDRjtBT2owVUU7RW9ENUVFO0lBQ0UseUJBQUE7RTNEZzVVSjtBQUNGO0FPbDBVRTtFb0Q3RUU7SUFDRSx5QkFBQTtFM0RrNVVKO0FBQ0Y7QU9sMFVJO0VvRC9FQTtJQUNFLHlCQUFBO0UzRG81VUo7QUFDRjtBTzd6VUk7RW9EdEZBO0lBQ0UseUJBQUE7RTNEczVVSjtBQUNGO0FPN3pVSTtFb0R4RkE7SUFDRSx5QkFBQTtFM0R3NVVKO0FBQ0Y7QU94elVJO0VvRC9GQTtJQUNFLHlCQUFBO0UzRDA1VUo7QUFDRjtBMkR2N1VFO0VBQ0Usd0JBQUE7QTNEeTdVSjs7QU85MlVFO0VvRHpFRTtJQUNFLHdCQUFBO0UzRDI3VUo7QUFDRjtBT2gzVUU7RW9EMUVFO0lBQ0Usd0JBQUE7RTNENjdVSjtBQUNGO0FPajNVRTtFb0QzRUU7SUFDRSx3QkFBQTtFM0QrN1VKO0FBQ0Y7QU9sM1VFO0VvRDVFRTtJQUNFLHdCQUFBO0UzRGk4VUo7QUFDRjtBT24zVUU7RW9EN0VFO0lBQ0Usd0JBQUE7RTNEbThVSjtBQUNGO0FPbjNVSTtFb0QvRUE7SUFDRSx3QkFBQTtFM0RxOFVKO0FBQ0Y7QU85MlVJO0VvRHRGQTtJQUNFLHdCQUFBO0UzRHU4VUo7QUFDRjtBTzkyVUk7RW9EeEZBO0lBQ0Usd0JBQUE7RTNEeThVSjtBQUNGO0FPejJVSTtFb0QvRkE7SUFDRSx3QkFBQTtFM0QyOFVKO0FBQ0Y7QTJEeCtVRTtFQUNFLDBCQUFBO0EzRDArVUo7O0FPLzVVRTtFb0R6RUU7SUFDRSwwQkFBQTtFM0Q0K1VKO0FBQ0Y7QU9qNlVFO0VvRDFFRTtJQUNFLDBCQUFBO0UzRDgrVUo7QUFDRjtBT2w2VUU7RW9EM0VFO0lBQ0UsMEJBQUE7RTNEZy9VSjtBQUNGO0FPbjZVRTtFb0Q1RUU7SUFDRSwwQkFBQTtFM0RrL1VKO0FBQ0Y7QU9wNlVFO0VvRDdFRTtJQUNFLDBCQUFBO0UzRG8vVUo7QUFDRjtBT3A2VUk7RW9EL0VBO0lBQ0UsMEJBQUE7RTNEcy9VSjtBQUNGO0FPLzVVSTtFb0R0RkE7SUFDRSwwQkFBQTtFM0R3L1VKO0FBQ0Y7QU8vNVVJO0VvRHhGQTtJQUNFLDBCQUFBO0UzRDAvVUo7QUFDRjtBTzE1VUk7RW9EL0ZBO0lBQ0UsMEJBQUE7RTNENC9VSjtBQUNGO0EyRHpoVkU7RUFDRSxnQ0FBQTtBM0QyaFZKOztBT2g5VUU7RW9EekVFO0lBQ0UsZ0NBQUE7RTNENmhWSjtBQUNGO0FPbDlVRTtFb0QxRUU7SUFDRSxnQ0FBQTtFM0QraFZKO0FBQ0Y7QU9uOVVFO0VvRDNFRTtJQUNFLGdDQUFBO0UzRGlpVko7QUFDRjtBT3A5VUU7RW9ENUVFO0lBQ0UsZ0NBQUE7RTNEbWlWSjtBQUNGO0FPcjlVRTtFb0Q3RUU7SUFDRSxnQ0FBQTtFM0RxaVZKO0FBQ0Y7QU9yOVVJO0VvRC9FQTtJQUNFLGdDQUFBO0UzRHVpVko7QUFDRjtBT2g5VUk7RW9EdEZBO0lBQ0UsZ0NBQUE7RTNEeWlWSjtBQUNGO0FPaDlVSTtFb0R4RkE7SUFDRSxnQ0FBQTtFM0QyaVZKO0FBQ0Y7QU8zOFVJO0VvRC9GQTtJQUNFLGdDQUFBO0UzRDZpVko7QUFDRjtBMkQxa1ZFO0VBQ0UsK0JBQUE7QTNENGtWSjs7QU9qZ1ZFO0VvRHpFRTtJQUNFLCtCQUFBO0UzRDhrVko7QUFDRjtBT25nVkU7RW9EMUVFO0lBQ0UsK0JBQUE7RTNEZ2xWSjtBQUNGO0FPcGdWRTtFb0QzRUU7SUFDRSwrQkFBQTtFM0RrbFZKO0FBQ0Y7QU9yZ1ZFO0VvRDVFRTtJQUNFLCtCQUFBO0UzRG9sVko7QUFDRjtBT3RnVkU7RW9EN0VFO0lBQ0UsK0JBQUE7RTNEc2xWSjtBQUNGO0FPdGdWSTtFb0QvRUE7SUFDRSwrQkFBQTtFM0R3bFZKO0FBQ0Y7QU9qZ1ZJO0VvRHRGQTtJQUNFLCtCQUFBO0UzRDBsVko7QUFDRjtBT2pnVkk7RW9EeEZBO0lBQ0UsK0JBQUE7RTNENGxWSjtBQUNGO0FPNS9VSTtFb0QvRkE7SUFDRSwrQkFBQTtFM0Q4bFZKO0FBQ0Y7QTJEN2xWQTtFQUNFLHdCQUFBO0EzRCtsVkY7O0EyRDdsVkE7RUFDRSx1QkFBQTtFQUNBLGlDQUFBO0VBQ0EseUJBQUE7RUFDQSwyQkFBQTtFQUNBLHFCQUFBO0VBQ0EsNkJBQUE7RUFDQSw4QkFBQTtFQUNBLHdCQUFBO0EzRGdtVkY7O0FPN2pWRTtFb0RoQ0E7SUFDRSx3QkFBQTtFM0RpbVZGO0FBQ0Y7QU8valZFO0VvRGhDQTtJQUNFLHdCQUFBO0UzRGttVkY7QUFDRjtBT2hrVkU7RW9EaENBO0lBQ0Usd0JBQUE7RTNEbW1WRjtBQUNGO0FPamtWRTtFb0RoQ0E7SUFDRSx3QkFBQTtFM0RvbVZGO0FBQ0Y7QU9sa1ZFO0VvRGhDQTtJQUNFLHdCQUFBO0UzRHFtVkY7QUFDRjtBT2xrVkk7RW9EakNGO0lBQ0Usd0JBQUE7RTNEc21WRjtBQUNGO0FPN2pWSTtFb0R2Q0Y7SUFDRSx3QkFBQTtFM0R1bVZGO0FBQ0Y7QU83alZJO0VvRHhDRjtJQUNFLHdCQUFBO0UzRHdtVkY7QUFDRjtBT3hqVkk7RW9EOUNGO0lBQ0Usd0JBQUE7RTNEeW1WRjtBQUNGO0EyRHhtVkE7RUFDRSw2QkFBQTtBM0QwbVZGOztBTzltVkU7RW9ET0E7SUFDRSw2QkFBQTtFM0QybVZGO0FBQ0Y7QU9oblZFO0VvRE9BO0lBQ0UsNkJBQUE7RTNENG1WRjtBQUNGO0FPam5WRTtFb0RPQTtJQUNFLDZCQUFBO0UzRDZtVkY7QUFDRjtBT2xuVkU7RW9ET0E7SUFDRSw2QkFBQTtFM0Q4bVZGO0FBQ0Y7QU9ublZFO0VvRE9BO0lBQ0UsNkJBQUE7RTNEK21WRjtBQUNGO0FPbm5WSTtFb0RNRjtJQUNFLDZCQUFBO0UzRGduVkY7QUFDRjtBTzltVkk7RW9EQUY7SUFDRSw2QkFBQTtFM0RpblZGO0FBQ0Y7QU85bVZJO0VvRERGO0lBQ0UsNkJBQUE7RTNEa25WRjtBQUNGO0FPem1WSTtFb0RQRjtJQUNFLDZCQUFBO0UzRG1uVkY7QUFDRjtBNEQ3dVZBLGlCQUFBO0FDUUE7RUFDRSxvQkFBQTtFQUNBLGFBQUE7RUFDQSxzQkFBQTtFQUNBLDhCQUFBO0E3RHd1VkY7QTZEdnVWRTtFQUNFLGdCQUFBO0E3RHl1Vko7QTZEdnVWSTtFQUNFLG1CQUFBO0E3RHl1Vk47QTZEcHVWSTtFQUNFLHNCQUhNO0VBSU4sY0FIYTtBN0R5dVZuQjtBNkRydVZNOztFQUVFLGNBQUE7QTdEdXVWUjtBNkR0dVZNO0VBQ0UsY0FSVztBN0RndlZuQjtBNkR2dVZNO0VBQ0UsNEJBQUE7QTdEeXVWUjtBNkR4dVZROztFQUVFLGNBYlM7QTdEdXZWbkI7QU8vcVZFO0VzRDFESTtJQUVJLHNCQWpCRTtFN0Q0dlZWO0FBQ0Y7QTZEM3VWTTs7RUFFRSw0QkFBQTtBN0Q2dVZSO0E2RDF1VlE7OztFQUVFLHlCQUFBO0VBQ0EsY0F6QlM7QTdEc3dWbkI7QTZEM3VWUTtFQUNFLGNBNUJTO0VBNkJULFlBQUE7QTdENnVWVjtBNkQ1dVZVO0VBQ0UsVUFBQTtBN0Q4dVZaO0E2RDV1VlU7RUFDRSxVQUFBO0E3RDh1Vlo7QTZEM3VWVTtFQUNFLGNBdENPO0E3RG14Vm5CO0E2RDV1Vlk7RUFDRSx1Q0FBQTtBN0Q4dVZkO0E2RDV1Vlk7RUFFRSx5QkE1Q0s7RUE2Q0wscUJBN0NLO0VBOENMLFdBL0NGO0E3RDR4Vlo7QTZEMXVWUTtFQUdFLDJFQUFBO0E3RDB1VlY7QU9sdVZFO0VzRE5VO0lBQ0UsMkVBQUE7RTdEMnVWWjtBQUNGO0E2RGx5Vkk7RUFDRSx5QkFITTtFQUlOLFdBSGE7QTdEdXlWbkI7QTZEbnlWTTs7RUFFRSxjQUFBO0E3RHF5VlI7QTZEcHlWTTtFQUNFLFdBUlc7QTdEOHlWbkI7QTZEcnlWTTtFQUNFLCtCQUFBO0E3RHV5VlI7QTZEdHlWUTs7RUFFRSxXQWJTO0E3RHF6Vm5CO0FPN3VWRTtFc0QxREk7SUFFSSx5QkFqQkU7RTdEMHpWVjtBQUNGO0E2RHp5Vk07O0VBRUUsK0JBQUE7QTdEMnlWUjtBNkR4eVZROzs7RUFFRSx1QkFBQTtFQUNBLFdBekJTO0E3RG8wVm5CO0E2RHp5VlE7RUFDRSxXQTVCUztFQTZCVCxZQUFBO0E3RDJ5VlY7QTZEMXlWVTtFQUNFLFVBQUE7QTdENHlWWjtBNkQxeVZVO0VBQ0UsVUFBQTtBN0Q0eVZaO0E2RHp5VlU7RUFDRSxXQXRDTztBN0RpMVZuQjtBNkQxeVZZO0VBQ0UsdUNBQUE7QTdENHlWZDtBNkQxeVZZO0VBRUUsc0JBNUNLO0VBNkNMLGtCQTdDSztFQThDTCxjQS9DRjtBN0QwMVZaO0E2RHh5VlE7RUFHRSw4RUFBQTtBN0R3eVZWO0FPaHlWRTtFc0ROVTtJQUNFLDhFQUFBO0U3RHl5Vlo7QUFDRjtBNkRoMlZJO0VBQ0UsNEJBSE07RUFJTix5QkFIYTtBN0RxMlZuQjtBNkRqMlZNOztFQUVFLGNBQUE7QTdEbTJWUjtBNkRsMlZNO0VBQ0UseUJBUlc7QTdENDJWbkI7QTZEbjJWTTtFQUNFLHlCQUFBO0E3RHEyVlI7QTZEcDJWUTs7RUFFRSx5QkFiUztBN0RtM1ZuQjtBTzN5VkU7RXNEMURJO0lBRUksNEJBakJFO0U3RHczVlY7QUFDRjtBNkR2MlZNOztFQUVFLHlCQUFBO0E3RHkyVlI7QTZEdDJWUTs7O0VBRUUseUJBQUE7RUFDQSx5QkF6QlM7QTdEazRWbkI7QTZEdjJWUTtFQUNFLHlCQTVCUztFQTZCVCxZQUFBO0E3RHkyVlY7QTZEeDJWVTtFQUNFLFVBQUE7QTdEMDJWWjtBNkR4MlZVO0VBQ0UsVUFBQTtBN0QwMlZaO0E2RHYyVlU7RUFDRSx5QkF0Q087QTdEKzRWbkI7QTZEeDJWWTtFQUNFLHVDQUFBO0E3RDAyVmQ7QTZEeDJWWTtFQUVFLG9DQTVDSztFQTZDTCxnQ0E3Q0s7RUE4Q0wsaUJBL0NGO0E3RHc1Vlo7QTZEdDJWUTtFQUdFLGlGQUFBO0E3RHMyVlY7QU85MVZFO0VzRE5VO0lBQ0UsaUZBQUE7RTdEdTJWWjtBQUNGO0E2RDk1Vkk7RUFDRSx5QkFITTtFQUlOLFdBSGE7QTdEbTZWbkI7QTZELzVWTTs7RUFFRSxjQUFBO0E3RGk2VlI7QTZEaDZWTTtFQUNFLFdBUlc7QTdEMDZWbkI7QTZEajZWTTtFQUNFLCtCQUFBO0E3RG02VlI7QTZEbDZWUTs7RUFFRSxXQWJTO0E3RGk3Vm5CO0FPejJWRTtFc0QxREk7SUFFSSx5QkFqQkU7RTdEczdWVjtBQUNGO0E2RHI2Vk07O0VBRUUsK0JBQUE7QTdEdTZWUjtBNkRwNlZROzs7RUFFRSx5QkFBQTtFQUNBLFdBekJTO0E3RGc4Vm5CO0E2RHI2VlE7RUFDRSxXQTVCUztFQTZCVCxZQUFBO0E3RHU2VlY7QTZEdDZWVTtFQUNFLFVBQUE7QTdEdzZWWjtBNkR0NlZVO0VBQ0UsVUFBQTtBN0R3NlZaO0E2RHI2VlU7RUFDRSxXQXRDTztBN0Q2OFZuQjtBNkR0NlZZO0VBQ0UsdUNBQUE7QTdEdzZWZDtBNkR0NlZZO0VBRUUsc0JBNUNLO0VBNkNMLGtCQTdDSztFQThDTCxjQS9DRjtBN0RzOVZaO0E2RHA2VlE7RUFHRSxnRkFBQTtBN0RvNlZWO0FPNTVWRTtFc0ROVTtJQUNFLGdGQUFBO0U3RHE2Vlo7QUFDRjtBNkQ1OVZJO0VBQ0UseUJBSE07RUFJTixXQUhhO0E3RGkrVm5CO0E2RDc5Vk07O0VBRUUsY0FBQTtBN0QrOVZSO0E2RDk5Vk07RUFDRSxXQVJXO0E3RHcrVm5CO0E2RC85Vk07RUFDRSwrQkFBQTtBN0RpK1ZSO0E2RGgrVlE7O0VBRUUsV0FiUztBN0QrK1ZuQjtBT3Y2VkU7RXNEMURJO0lBRUkseUJBakJFO0U3RG8vVlY7QUFDRjtBNkRuK1ZNOztFQUVFLCtCQUFBO0E3RHErVlI7QTZEbCtWUTs7O0VBRUUseUJBQUE7RUFDQSxXQXpCUztBN0Q4L1ZuQjtBNkRuK1ZRO0VBQ0UsV0E1QlM7RUE2QlQsWUFBQTtBN0RxK1ZWO0E2RHArVlU7RUFDRSxVQUFBO0E3RHMrVlo7QTZEcCtWVTtFQUNFLFVBQUE7QTdEcytWWjtBNkRuK1ZVO0VBQ0UsV0F0Q087QTdEMmdXbkI7QTZEcCtWWTtFQUNFLHVDQUFBO0E3RHMrVmQ7QTZEcCtWWTtFQUVFLHNCQTVDSztFQTZDTCxrQkE3Q0s7RUE4Q0wsY0EvQ0Y7QTdEb2hXWjtBNkRsK1ZRO0VBR0UsZ0ZBQUE7QTdEaytWVjtBTzE5VkU7RXNETlU7SUFDRSxnRkFBQTtFN0RtK1ZaO0FBQ0Y7QTZEMWhXSTtFQUNFLHlCQUhNO0VBSU4sV0FIYTtBN0QraFduQjtBNkQzaFdNOztFQUVFLGNBQUE7QTdENmhXUjtBNkQ1aFdNO0VBQ0UsV0FSVztBN0RzaVduQjtBNkQ3aFdNO0VBQ0UsK0JBQUE7QTdEK2hXUjtBNkQ5aFdROztFQUVFLFdBYlM7QTdENmlXbkI7QU9yK1ZFO0VzRDFESTtJQUVJLHlCQWpCRTtFN0RraldWO0FBQ0Y7QTZEamlXTTs7RUFFRSwrQkFBQTtBN0RtaVdSO0E2RGhpV1E7OztFQUVFLHlCQUFBO0VBQ0EsV0F6QlM7QTdENGpXbkI7QTZEamlXUTtFQUNFLFdBNUJTO0VBNkJULFlBQUE7QTdEbWlXVjtBNkRsaVdVO0VBQ0UsVUFBQTtBN0RvaVdaO0E2RGxpV1U7RUFDRSxVQUFBO0E3RG9pV1o7QTZEamlXVTtFQUNFLFdBdENPO0E3RHlrV25CO0E2RGxpV1k7RUFDRSx1Q0FBQTtBN0RvaVdkO0E2RGxpV1k7RUFFRSxzQkE1Q0s7RUE2Q0wsa0JBN0NLO0VBOENMLGNBL0NGO0E3RGtsV1o7QTZEaGlXUTtFQUdFLGdGQUFBO0E3RGdpV1Y7QU94aFdFO0VzRE5VO0lBQ0UsZ0ZBQUE7RTdEaWlXWjtBQUNGO0E2RHhsV0k7RUFDRSx5QkFITTtFQUlOLFdBSGE7QTdENmxXbkI7QTZEemxXTTs7RUFFRSxjQUFBO0E3RDJsV1I7QTZEMWxXTTtFQUNFLFdBUlc7QTdEb21XbkI7QTZEM2xXTTtFQUNFLCtCQUFBO0E3RDZsV1I7QTZENWxXUTs7RUFFRSxXQWJTO0E3RDJtV25CO0FPbmlXRTtFc0QxREk7SUFFSSx5QkFqQkU7RTdEZ25XVjtBQUNGO0E2RC9sV007O0VBRUUsK0JBQUE7QTdEaW1XUjtBNkQ5bFdROzs7RUFFRSx5QkFBQTtFQUNBLFdBekJTO0E3RDBuV25CO0E2RC9sV1E7RUFDRSxXQTVCUztFQTZCVCxZQUFBO0E3RGltV1Y7QTZEaG1XVTtFQUNFLFVBQUE7QTdEa21XWjtBNkRobVdVO0VBQ0UsVUFBQTtBN0RrbVdaO0E2RC9sV1U7RUFDRSxXQXRDTztBN0R1b1duQjtBNkRobVdZO0VBQ0UsdUNBQUE7QTdEa21XZDtBNkRobVdZO0VBRUUsc0JBNUNLO0VBNkNMLGtCQTdDSztFQThDTCxjQS9DRjtBN0RncFdaO0E2RDlsV1E7RUFHRSxnRkFBQTtBN0Q4bFdWO0FPdGxXRTtFc0ROVTtJQUNFLGdGQUFBO0U3RCtsV1o7QUFDRjtBNkR0cFdJO0VBQ0UseUJBSE07RUFJTixXQUhhO0E3RDJwV25CO0E2RHZwV007O0VBRUUsY0FBQTtBN0R5cFdSO0E2RHhwV007RUFDRSxXQVJXO0E3RGtxV25CO0E2RHpwV007RUFDRSwrQkFBQTtBN0QycFdSO0E2RDFwV1E7O0VBRUUsV0FiUztBN0R5cVduQjtBT2ptV0U7RXNEMURJO0lBRUkseUJBakJFO0U3RDhxV1Y7QUFDRjtBNkQ3cFdNOztFQUVFLCtCQUFBO0E3RCtwV1I7QTZENXBXUTs7O0VBRUUseUJBQUE7RUFDQSxXQXpCUztBN0R3clduQjtBNkQ3cFdRO0VBQ0UsV0E1QlM7RUE2QlQsWUFBQTtBN0QrcFdWO0E2RDlwV1U7RUFDRSxVQUFBO0E3RGdxV1o7QTZEOXBXVTtFQUNFLFVBQUE7QTdEZ3FXWjtBNkQ3cFdVO0VBQ0UsV0F0Q087QTdEcXNXbkI7QTZEOXBXWTtFQUNFLHVDQUFBO0E3RGdxV2Q7QTZEOXBXWTtFQUVFLHNCQTVDSztFQTZDTCxrQkE3Q0s7RUE4Q0wsY0EvQ0Y7QTdEOHNXWjtBNkQ1cFdRO0VBR0UsZ0ZBQUE7QTdENHBXVjtBT3BwV0U7RXNETlU7SUFDRSxnRkFBQTtFN0Q2cFdaO0FBQ0Y7QTZEcHRXSTtFQUNFLHlCQUhNO0VBSU4seUJBSGE7QTdEeXRXbkI7QTZEcnRXTTs7RUFFRSxjQUFBO0E3RHV0V1I7QTZEdHRXTTtFQUNFLHlCQVJXO0E3RGd1V25CO0E2RHZ0V007RUFDRSx5QkFBQTtBN0R5dFdSO0E2RHh0V1E7O0VBRUUseUJBYlM7QTdEdXVXbkI7QU8vcFdFO0VzRDFESTtJQUVJLHlCQWpCRTtFN0Q0dVdWO0FBQ0Y7QTZEM3RXTTs7RUFFRSx5QkFBQTtBN0Q2dFdSO0E2RDF0V1E7OztFQUVFLHlCQUFBO0VBQ0EseUJBekJTO0E3RHN2V25CO0E2RDN0V1E7RUFDRSx5QkE1QlM7RUE2QlQsWUFBQTtBN0Q2dFdWO0E2RDV0V1U7RUFDRSxVQUFBO0E3RDh0V1o7QTZENXRXVTtFQUNFLFVBQUE7QTdEOHRXWjtBNkQzdFdVO0VBQ0UseUJBdENPO0E3RG13V25CO0E2RDV0V1k7RUFDRSx1Q0FBQTtBN0Q4dFdkO0E2RDV0V1k7RUFFRSxvQ0E1Q0s7RUE2Q0wsZ0NBN0NLO0VBOENMLGNBL0NGO0E3RDR3V1o7QTZEMXRXUTtFQUdFLGdGQUFBO0E3RDB0V1Y7QU9sdFdFO0VzRE5VO0lBQ0UsZ0ZBQUE7RTdEMnRXWjtBQUNGO0E2RGx4V0k7RUFDRSx5QkFITTtFQUlOLFdBSGE7QTdEdXhXbkI7QTZEbnhXTTs7RUFFRSxjQUFBO0E3RHF4V1I7QTZEcHhXTTtFQUNFLFdBUlc7QTdEOHhXbkI7QTZEcnhXTTtFQUNFLCtCQUFBO0E3RHV4V1I7QTZEdHhXUTs7RUFFRSxXQWJTO0E3RHF5V25CO0FPN3RXRTtFc0QxREk7SUFFSSx5QkFqQkU7RTdEMHlXVjtBQUNGO0E2RHp4V007O0VBRUUsK0JBQUE7QTdEMnhXUjtBNkR4eFdROzs7RUFFRSx5QkFBQTtFQUNBLFdBekJTO0E3RG96V25CO0E2RHp4V1E7RUFDRSxXQTVCUztFQTZCVCxZQUFBO0E3RDJ4V1Y7QTZEMXhXVTtFQUNFLFVBQUE7QTdENHhXWjtBNkQxeFdVO0VBQ0UsVUFBQTtBN0Q0eFdaO0E2RHp4V1U7RUFDRSxXQXRDTztBN0RpMFduQjtBNkQxeFdZO0VBQ0UsdUNBQUE7QTdENHhXZDtBNkQxeFdZO0VBRUUsc0JBNUNLO0VBNkNMLGtCQTdDSztFQThDTCxjQS9DRjtBN0QwMFdaO0E2RHh4V1E7RUFHRSxnRkFBQTtBN0R3eFdWO0FPaHhXRTtFc0ROVTtJQUNFLGdGQUFBO0U3RHl4V1o7QUFDRjtBNkR2eFdJO0VBQ0UsZUEvRW9CO0E3RHcyVzFCO0FPcHhXRTtFc0RGSTtJQUNFLG9CQWxGbUI7RTdEMjJXekI7QUFDRjtBT3p4V0U7RXNERUk7SUFDRSxxQkFyRmtCO0U3RCsyV3hCO0FBQ0Y7QTZEdnhXSTtFQUNFLG1CQUFBO0VBQ0EsYUFBQTtBN0R5eFdOO0E2RHh4V007RUFDRSxZQUFBO0VBQ0EsY0FBQTtBN0QweFdSO0E2RHp4V0U7RUFDRSxnQkFBQTtBN0QyeFdKO0E2RDF4V0U7RUFDRSxpQkFBQTtBN0Q0eFdKOztBNkR4eFdBO0VBRUUsZ0JBQUE7QTdEMHhXRjtBNkR6eFdFO0VBQ0UsU0FBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLHFDQUFBO0E3RDJ4V0o7QTZEenhXRTtFQUNFLFlBQUE7QTdEMnhXSjtBTy96V0U7RXNEd0JGO0lBZUksYUFBQTtFN0Q0eFdGO0FBQ0Y7O0E2RDN4V0E7RUFDRSxrQkFBQTtBN0Q4eFdGO0FPeDBXRTtFc0Q2Q0U7SUFDRSxhQUFBO0U3RDh4V0o7RTZEN3hXSTtJQUNFLHNCQUFBO0U3RCt4V047QUFDRjtBTzUwV0U7RXNEcUNGO0lBU0ksYUFBQTtJQUNBLHVCQUFBO0U3RGt5V0Y7RTZEanlXRTtJdERXQSxvQnNEVjBCO0U3RG15VzVCO0FBQ0Y7O0E2RGh5V0E7O0VBRUUsWUFBQTtFQUNBLGNBQUE7QTdEbXlXRjs7QTZEanlXQTtFQUNFLFlBQUE7RUFDQSxjQUFBO0VBQ0Esb0JBbEprQjtBN0RzN1dwQjs7QThEbDdXQTtFQUNFLG9CQUxnQjtBOUQwN1dsQjtBT3oxV0U7RXVEeEZFO0lBQ0Usb0JBVG1CO0U5RDY3V3ZCO0U4RG43V0U7SUFDRSxxQkFWa0I7RTlEKzdXdEI7QUFDRjs7QStEOTdXQTtFQUNFLHlCN0RLdUI7RTZESnZCLHNCN0R3RGU7QUZ5NFdqQjs7QWdFajhXQTtFQUNFLGtCQUFBO0FoRW84V0Y7QWdFaDhXTTtFQUNFLGNBQUE7RUFDQSxrQkFBQTtFQUNBLHFCQUFBO0VBQ0Esb0JBQUE7QWhFazhXUjtBZ0VqOFdJO0VBQ0UsY0FBQTtFQUNBLGtCQUFBO0VBQ0EscUJBQUE7RUFDQSxvQkFBQTtBaEVtOFdOO0FnRWo4V007RUFDRSxXQUFBO0VBQ0EsbUJBQUE7RUFDQSxvQkFBQTtBaEVtOFdSO0FnRWw4V0k7RUFDRSxVQUFBO0VBQ0EsMkJBQUE7RUFDQSxnQkFBQTtFQUNBLG1CQUFBO0VBQ0EsdUJBQUE7RUFDQSxrQjlEREc7RThERUgsc0JBQUE7RUFDQSxpQ0FBQTtFQUNBLGtCeERrQ0c7RXdEakNILFc3RHhCSTtFNkR5QkosZ0JBakNjO0FoRXErV3BCO0FnRTk3V007RUFDRSxVQUFBO0VBQ0Esb0JBQUE7RUFDQSxtQkFBQTtBaEVnOFdSO0FnRTk3V0k7RUFDRSxVQUFBO0FoRWc4V047QWlFaC9XRTtFQUVFLFNBQUE7RUFDQSxZQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7QWpFaS9XSjtBaUU1K1dNO0VBQ0UsTUFBQTtFQUNBLFlBQUE7RUFDQSxTQUFBO0VBQ0EsV0FBQTtFQUNBLHVFQUFBO0FqRTgrV1I7QWlFNytXSTtFQUNFLG1DQUFBO0FqRSsrV047QWlFNStXRTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSxnQ0FBQTtBakU4K1dKO0FpRXorV007RUFDRSxRQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSx1RUFBQTtBakUyK1dSO0FpRTErV0k7RUFDRSxpQ0FBQTtBakU0K1dOO0FpRXorV0U7RUFDRSxTQUFBO0VBQ0EsWUFBQTtFQUNBLFNBQUE7RUFDQSxXQUFBO0VBQ0EsaUNBQUE7QWpFMitXSjtBaUVyK1dNO0VBQ0UsU0FBQTtFQUNBLFlBQUE7RUFDQSxTQUFBO0VBQ0EsV0FBQTtFQUNBLHVFQUFBO0FqRXUrV1I7QWlFdCtXSTtFQUNFLGtDQUFBO0FqRXcrV047QWlFcitXRTtFQUNFLFNBQUE7RUFDQSxXQUFBO0VBQ0EsVUFBQTtFQUNBLFdBQUE7RUFDQSwrQkFBQTtBakV1K1dKO0FpRWorV007RUFDRSxRQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7RUFDQSx5QkFBQTtFQUNBLHVFQUFBO0FqRW0rV1I7QWlFbCtXSTtFQUNFLGtDQUFBO0FqRW8rV047QWdFcC9XSTtFQUNFLGdCQTVEYztFQTZEZCxtQkFBQTtFQUNBLG1CQUFBO0VBQ0Esb0JBQUE7QWhFcy9XTjtBZ0UvK1dRO0VBQ0UsMEVBQUE7QWhFaS9XVjtBZ0U5K1dVO0VBQ0UsMEVBQUE7QWhFZy9XWjtBZ0U3K1dVO0VBQ0UsMEVBQUE7QWhFKytXWjtBZ0U1K1dVO0VBQ0UsMEVBQUE7QWhFOCtXWjtBZ0U3K1dNO0VBQ0Usb0NBQUE7RUFDQSxjQW5CVztBaEVrZ1huQjtBZ0UvL1dRO0VBQ0UsdUVBQUE7QWhFaWdYVjtBZ0U5L1dVO0VBQ0UsdUVBQUE7QWhFZ2dYWjtBZ0U3L1dVO0VBQ0UsdUVBQUE7QWhFKy9XWjtBZ0U1L1dVO0VBQ0UsdUVBQUE7QWhFOC9XWjtBZ0U3L1dNO0VBQ0UsaUNBQUE7RUFDQSxXQW5CVztBaEVraFhuQjtBZ0UvZ1hRO0VBQ0UsMEVBQUE7QWhFaWhYVjtBZ0U5Z1hVO0VBQ0UsMEVBQUE7QWhFZ2hYWjtBZ0U3Z1hVO0VBQ0UsMEVBQUE7QWhFK2dYWjtBZ0U1Z1hVO0VBQ0UsMEVBQUE7QWhFOGdYWjtBZ0U3Z1hNO0VBQ0Usb0NBQUE7RUFDQSx5QkFuQlc7QWhFa2lYbkI7QWdFL2hYUTtFQUNFLDBFQUFBO0FoRWlpWFY7QWdFOWhYVTtFQUNFLDBFQUFBO0FoRWdpWFo7QWdFN2hYVTtFQUNFLDBFQUFBO0FoRStoWFo7QWdFNWhYVTtFQUNFLDBFQUFBO0FoRThoWFo7QWdFN2hYTTtFQUNFLG9DQUFBO0VBQ0EsV0FuQlc7QWhFa2pYbkI7QWdFL2lYUTtFQUNFLHlFQUFBO0FoRWlqWFY7QWdFOWlYVTtFQUNFLHlFQUFBO0FoRWdqWFo7QWdFN2lYVTtFQUNFLHlFQUFBO0FoRStpWFo7QWdFNWlYVTtFQUNFLHlFQUFBO0FoRThpWFo7QWdFN2lYTTtFQUNFLG1DQUFBO0VBQ0EsV0FuQlc7QWhFa2tYbkI7QWdFL2pYUTtFQUNFLHdFQUFBO0FoRWlrWFY7QWdFOWpYVTtFQUNFLHdFQUFBO0FoRWdrWFo7QWdFN2pYVTtFQUNFLHdFQUFBO0FoRStqWFo7QWdFNWpYVTtFQUNFLHdFQUFBO0FoRThqWFo7QWdFN2pYTTtFQUNFLGtDQUFBO0VBQ0EsV0FuQlc7QWhFa2xYbkI7QWdFL2tYUTtFQUNFLHdFQUFBO0FoRWlsWFY7QWdFOWtYVTtFQUNFLHdFQUFBO0FoRWdsWFo7QWdFN2tYVTtFQUNFLHdFQUFBO0FoRStrWFo7QWdFNWtYVTtFQUNFLHdFQUFBO0FoRThrWFo7QWdFN2tYTTtFQUNFLGtDQUFBO0VBQ0EsV0FuQlc7QWhFa21YbkI7QWdFL2xYUTtFQUNFLHdFQUFBO0FoRWltWFY7QWdFOWxYVTtFQUNFLHdFQUFBO0FoRWdtWFo7QWdFN2xYVTtFQUNFLHdFQUFBO0FoRStsWFo7QWdFNWxYVTtFQUNFLHdFQUFBO0FoRThsWFo7QWdFN2xYTTtFQUNFLGtDQUFBO0VBQ0EsV0FuQlc7QWhFa25YbkI7QWdFL21YUTtFQUNFLHdFQUFBO0FoRWluWFY7QWdFOW1YVTtFQUNFLHdFQUFBO0FoRWduWFo7QWdFN21YVTtFQUNFLHdFQUFBO0FoRSttWFo7QWdFNW1YVTtFQUNFLHdFQUFBO0FoRThtWFo7QWdFN21YTTtFQUNFLGtDQUFBO0VBQ0EseUJBbkJXO0FoRWtvWG5CO0FnRS9uWFE7RUFDRSx3RUFBQTtBaEVpb1hWO0FnRTluWFU7RUFDRSx3RUFBQTtBaEVnb1haO0FnRTduWFU7RUFDRSx3RUFBQTtBaEUrblhaO0FnRTVuWFU7RUFDRSx3RUFBQTtBaEU4blhaO0FnRTduWE07RUFDRSxrQ0FBQTtFQUNBLFdBbkJXO0FoRWtwWG5COztBT3hvWEU7RTBEaEZBO0lBRUUsb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7RWpFMnRYRjtFaUV0dFhJO0lBQ0UsaUJBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakV3dFhOO0VpRXZ0WEU7SUFDRSw4Q0FBQTtFakV5dFhKO0FBQ0Y7QU92cFhFO0UwRHBGQTtJQUVFLG9CQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0VqRTZ1WEY7RWlFeHVYSTtJQUNFLGlCQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFMHVYTjtFaUV6dVhFO0lBQ0UsOENBQUE7RWpFMnVYSjtBQUNGO0FPcnFYRTtFMER4RkE7SUFFRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFakUrdlhGO0VpRTF2WEk7SUFDRSxpQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRTR2WE47RWlFM3ZYRTtJQUNFLDhDQUFBO0VqRTZ2WEo7QUFDRjtBT25yWEU7RTBENUZBO0lBRUUsb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7RWpFaXhYRjtFaUU1d1hJO0lBQ0UsaUJBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakU4d1hOO0VpRTd3WEU7SUFDRSw4Q0FBQTtFakUrd1hKO0FBQ0Y7QU9qc1hFO0UwRGhHQTtJQUVFLG9CQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0VqRW15WEY7RWlFOXhYSTtJQUNFLGlCQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFZ3lYTjtFaUUveFhFO0lBQ0UsOENBQUE7RWpFaXlYSjtBQUNGO0FPOXNYSTtFMERyR0Y7SUFFRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFakVxelhGO0VpRWh6WEk7SUFDRSxpQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRWt6WE47RWlFanpYRTtJQUNFLDhDQUFBO0VqRW16WEo7QUFDRjtBT3R0WEk7RTBEL0dGO0lBRUUsb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7RWpFdTBYRjtFaUVsMFhJO0lBQ0UsaUJBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakVvMFhOO0VpRW4wWEU7SUFDRSw4Q0FBQTtFakVxMFhKO0FBQ0Y7QU9udVhJO0UwRHBIRjtJQUVFLG9CQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0VqRXkxWEY7RWlFcDFYSTtJQUNFLGlCQUFBO0lBQ0EsdUJBQUE7SUFDQSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFczFYTjtFaUVyMVhFO0lBQ0UsOENBQUE7RWpFdTFYSjtBQUNGO0FPM3VYSTtFMEQ5SEY7SUFFRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtFakUyMlhGO0VpRXQyWEk7SUFDRSxpQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRXcyWE47RWlFdjJYRTtJQUNFLDhDQUFBO0VqRXkyWEo7QUFDRjtBTzN5WEU7RTBENURBO0lBQ0Usb0JBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSwyQ0FBQTtFakUwMlhGO0VpRXIyWEk7SUFDRSxtQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakV1MlhOO0VpRXQyWEU7SUFDRSw0Q0FBQTtFakV3MlhKO0FBQ0Y7QU96elhFO0UwRGhFQTtJQUNFLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0EsMkNBQUE7RWpFNDNYRjtFaUV2M1hJO0lBQ0UsbUJBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFeTNYTjtFaUV4M1hFO0lBQ0UsNENBQUE7RWpFMDNYSjtBQUNGO0FPdjBYRTtFMERwRUE7SUFDRSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLDJDQUFBO0VqRTg0WEY7RWlFejRYSTtJQUNFLG1CQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRTI0WE47RWlFMTRYRTtJQUNFLDRDQUFBO0VqRTQ0WEo7QUFDRjtBT3IxWEU7RTBEeEVBO0lBQ0Usb0JBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSwyQ0FBQTtFakVnNlhGO0VpRTM1WEk7SUFDRSxtQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakU2NVhOO0VpRTU1WEU7SUFDRSw0Q0FBQTtFakU4NVhKO0FBQ0Y7QU9uMlhFO0UwRDVFQTtJQUNFLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0EsMkNBQUE7RWpFazdYRjtFaUU3NlhJO0lBQ0UsbUJBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFKzZYTjtFaUU5NlhFO0lBQ0UsNENBQUE7RWpFZzdYSjtBQUNGO0FPaDNYSTtFMERqRkY7SUFDRSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLDJDQUFBO0VqRW84WEY7RWlFLzdYSTtJQUNFLG1CQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRWk4WE47RWlFaDhYRTtJQUNFLDRDQUFBO0VqRWs4WEo7QUFDRjtBT3gzWEk7RTBEM0ZGO0lBQ0Usb0JBQUE7SUFDQSxzQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSwyQ0FBQTtFakVzOVhGO0VpRWo5WEk7SUFDRSxtQkFBQTtJQUNBLHFCQUFBO0lBQ0Esc0JBQUE7SUFDQSxrRkFBQTtFakVtOVhOO0VpRWw5WEU7SUFDRSw0Q0FBQTtFakVvOVhKO0FBQ0Y7QU9yNFhJO0UwRGhHRjtJQUNFLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0EsMkNBQUE7RWpFdytYRjtFaUVuK1hJO0lBQ0UsbUJBQUE7SUFDQSxxQkFBQTtJQUNBLHNCQUFBO0lBQ0Esa0ZBQUE7RWpFcStYTjtFaUVwK1hFO0lBQ0UsNENBQUE7RWpFcytYSjtBQUNGO0FPNzRYSTtFMEQxR0Y7SUFDRSxvQkFBQTtJQUNBLHNCQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLDJDQUFBO0VqRTAvWEY7RWlFci9YSTtJQUNFLG1CQUFBO0lBQ0EscUJBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRXUvWE47RWlFdC9YRTtJQUNFLDRDQUFBO0VqRXcvWEo7QUFDRjtBTzc4WEU7RTBEekNBO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakV5L1hGO0VpRW4vWEk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRXEvWE47RWlFcC9YRTtJQUNFLDZDQUFBO0VqRXMvWEo7QUFDRjtBTzU5WEU7RTBEN0NBO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakU0Z1lGO0VpRXRnWUk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRXdnWU47RWlFdmdZRTtJQUNFLDZDQUFBO0VqRXlnWUo7QUFDRjtBTzMrWEU7RTBEakRBO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakUraFlGO0VpRXpoWUk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRTJoWU47RWlFMWhZRTtJQUNFLDZDQUFBO0VqRTRoWUo7QUFDRjtBTzEvWEU7RTBEckRBO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakVrallGO0VpRTVpWUk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRThpWU47RWlFN2lZRTtJQUNFLDZDQUFBO0VqRStpWUo7QUFDRjtBT3pnWUU7RTBEekRBO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakVxa1lGO0VpRS9qWUk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0VqRWlrWU47RWlFaGtZRTtJQUNFLDZDQUFBO0VqRWtrWUo7QUFDRjtBT3ZoWUk7RTBEOURGO0lBQ0Usb0JBQUE7SUFDQSx1QkFBQTtJQUNBLG9CQUFBO0lBQ0Esc0JBQUE7SUFDQSw0Q0FBQTtFakV3bFlGO0VpRWxsWUk7SUFDRSxvQkFBQTtJQUNBLHVCQUFBO0lBQ0Esb0JBQUE7SUFDQSxzQkFBQTtJQUNBLGtGQUFBO0Vq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 */